Q. Questions on finding minimum element from stack in constant time without any extra space.
Software Engineer Intern Interview Questions
9,348 software engineer intern interview questions shared by candidates
Tell me about your knowledge of network.
What is the one thing that proved to be a challenge in your previous job and how did you deal with it?
How did you manage deadlines in long term project?
Data structures and algorithm questions were asked
Given two nodes in a binary tree, find their first common ancestor (if it exists).
what is object and what is interference in OOD
Serialization and Deserialization of Binary Tree
Given a linked list , swap alternate nodes of linked list . For eq: 1 2 3 4 will become 2 1 4 3 and 1 2 3 4 5 6 will become 2 1 4 3 6 5 .
Provided two files, one with inventory and the other with warehouses, with the item ID present in both files; code something that would merge these two into one single file using the item ID as reference.
Viewing 1361 - 1370 interview questions