About the details, and interviewer will communicate with you when you are typing.
Software Development Engineer Intern Interview Questions
2,285 software development engineer intern interview questions shared by candidates
To find least common ancestor in a binary search tree
You have a building with 100 stories. You also have two glass balls. You can drop the glass balls as many times as you want before they break. How can you find the floor at which they start breaking with the fewest number of drops?
Create a Priority Queue with all methods.
Intersection of two linked lists
Find if a linked list has a cycle in it.
Given an array of sorted characters and a target character, find the closest character from array.
Given a singly linked list, find the kth element from the back and delete it.
Given a continuous stream of cartesian points (x,y), find the 100 closest points to the origin.
Both of the questions are not difficult but I didn't figure out the latter, so you should write down the code instead of just the pseudo-code.
Viewing 61 - 70 interview questions