What programming language you are comfortable in ?
Engineer I Interview Questions
6,857 engineer i interview questions shared by candidates
leetcode Single Number
Find kth largest element of an array with sorting
Graph traversal, linked lists, other stuff from Cracking the Coding Interview
Graph coding question regarding showing all the possible movies that contain the same themes.
Given a acyclic graph, find out its root; that is point where all the nodes converge. eg. G(V, E) = {(A->B), (B->C), (D->C)} C should be the root.
Balancing Paranthesis
Questions about algorithms and data structures (trees, heaps, queues), some of them were straight from other coding problems found in interviews, other were more design problems when I needed to use the correct data structures. Interview with manager and bar raiser are more open questions: they explain a problem and ask me how would I assess the problem, find the root cause and fix it.
NDA, sorry.
The "most difficult" question I had was finding the intersection of two arrays. Seriously. The rest were even easier. I'm not kidding.
Viewing 881 - 890 interview questions