Resume + code + ML system questions. They are not deliberately designed to be hard to solve. I think most questions came from their daily work even coding ones.
Engineer Iii Interview Questions
2,122 engineer iii interview questions shared by candidates
I got asked literally every question because I had so many interviews.
Question was Find kth smallest in two sorted arrays. I gave solution in order m+N, k and log k. Trick in the question is, what if method is called n times. Complexity also multiplies by n. But the expectation is, during first call, maintain the complete sorted array and in subsequent calls will be of order 1. That's absolute stupidity because we are talking about method, not class. Other questions are, print tree column wise which is otherwise in order traversal. Implement own queue library, implement hotel reservation.
In memory cache implementation which supports concurrent operations for PUT, GET and DELTE
Coding Round: Implement File based queue Technical Round: Get nth Fibonacci number using tail recursion.
What are you looking for in your new job?
Without giving too much away, it was a practical coding exercise that tests your actual coding abilities, as opposed to something more like a Leetcode or Hackerrank question that tests your ability to memorize obscure algorithms.
What difficulties have you faced in your work an how did you overcome it?
By National Electric Code, what is the separation between primary wires and secondary wires?
What is the primary wire rating for 336 AL?
Viewing 501 - 510 interview questions