Given a sorted circularly linked list of Nodes that store integers and a new Node, insert the new Node into the correct position. (Duplicates allowed)
Development Interview Questions
137,430 development interview questions shared by candidates
One of the questions of the phone interview ( I cannot share the campus interviews) was "given an array of integers, return the maximum sum of the three consecutive integers in the array".
A real project they have been working on. You are asked to code to solve this problem in one day. The answer is not unique.
Write code on the whiteboard that could take user input and determine if it is a palindrome.
1) Design Chess 2) Design Elevator System 3) There are N jobs each with multiple inputs and one output. You have to schedule these jobs in order. One job's input could be output to another one. The result should be the list of jobs that are in order. (This is exactly what happens in map reduce kind of job. The output of intermediate stages is input to the following stages). Input and outputs are namespace or directory where the data is persisted.
merge two linked list
This all about leadership principles and star method
What is the most appropiate DS to implement a T9 dictionary
Implement a data structure like a stack but with a way to find a max at O(1) time.
Linked list questions
Viewing 1241 - 1250 interview questions