They focus a lot on data structures, algorithms and optimal solutions.
Development Engineer Interview Questions
37,130 development engineer interview questions shared by candidates
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.
What was my most challenging situation in work and how did I handle it.
LP questions 2-3 (30-35min).
Count the number of words in a string without using any libraries or splitting the sentence or using regular expressions.
Path Sum. GIven a tree, find the path that sums up to a given number
Signed the NDA, so can not tell. But if you regularly practice programming then it should not be that difficult to design and code the solution.
Code a project with a prompt
Given two parameters, the first parameter being a string of words with no spaces, the second being a dictionary with all thinkable words, return the first string with spaces put in between the words.
Viewing 971 - 980 interview questions