We were talking about several things, one question that caught my attention was: What am I looking for in a job?
Senior Software Development Engineer Interview Questions
1,239 senior software development engineer interview questions shared by candidates
Behavioural questions based on Amazon's leadership principles
The average questions. And then: - What are the processing in your current workplace you would change? - If you are given a ticket to develop the automation?
Logic to find the LCA of tree and node has pointer to parent node.
Read XML file and create N-array tree
how google implments auto suggest in google search
Implement a stack.
how to determine if 2 linked lists are merged at a common node in O(n) time
N-Queen problem -
Print a matrix in spiral fashion...so Matrix input example (Arrows indicate how the spiral happens...start at first arrow go in circle and move to next arrow...etc.) ->1 1 1 1 1 1 -> 2 2 2 1 1 2 2 2 1 1 1 1 1 1 Output: 11111111111111222222
Viewing 61 - 70 interview questions