what are your technological interests
Development Engineer Interview Questions
37,130 development engineer interview questions shared by candidates
LP questions 2-3 (30-35min).
Signed an NDA. Just know your sorting algorithms, out to use Hash Maps and how to analyze Big O. Also think about scalability.
I signed an NDA for the process and cannot share particular problems. I was asked very standard types of problems, the kind of stuff Cracking the Coding Interview recommends you know. Problems were in Java or C++ so brush up on that. Also study their leadership principles because at the end they do a personality survey which I believe plays a fairly big factor in their decision.
They focus a lot on data structures, algorithms and optimal solutions.
Add two linked lists Input: First List: 5->6->3 // represents number 563 Second List: 8->4->2 // represents number 842 Output Resultant list: 1->4->0->5 // represents number 1405
Questions where they interrogated me like they doubted if I actually gave the OA2 myself or someone else did it for me. It was humiliating.
Detect if two strings are anagrams from one another. (Not palindoms! Anagrams are just mixed letters)
Determine if two strings are anagrams.
Given an inorder representation , how many BST's can be formed from it.
Viewing 1001 - 1010 interview questions