How to insert a Node in a Linked list.
Development Engineer Interview Questions
37,113 development engineer interview questions shared by candidates
All sorts of brain teasers (monte hall problem, etc)
Reverse the words in a sentence.
Design a memory management system
Phone interview question: What happens when the "new" operator in C++ fails?
Design and implement a "inner join" function using 2 sorted lists/arrays. Make it run in O(n) time.
1: Quite simple question, calendar related calculation. 2: Something close to binary search, find the missing number from consecutive integers. e.g., 0, 1, 2, 4, 5, should return 3. A little tricky for boundary conditions. Another simple question but cannot remember. 3: Double linked list insert and delete, with some special conditions. Simple. Another OOD question. 4: Something like leetcode jump game. But the jump length depends on the last jump made. For example, in step N, the man jumped M, the next step he can jump M-1, M or M+1.
You're trapped in a room with 3 switches for 10 minutes. There are 3 light bulbs outside the room , but you don't know which switch corresponds to which light bulb. What do you do in the 10 minutes you're in the room to figure out which switch corresponds to which light bulb when you walk out?
I have two glasses of 3 ounces and 5 ounces. Give me 4 ounces of liquid
Write pseudocode to swap two numbers without third variable .
Viewing 691 - 700 interview questions