Implement a function to reverse a singly linked list. They also asked me to discuss its time complexity and potential edge cases.
Engineer I Interview Questions
6,857 engineer i interview questions shared by candidates
1. Boundary traversal of a binary tree. 2. Binary tree to a singly linked list.
I cannot reveal the details of what the project was.
Made a "deep copy" function for the following class: public class Node { public String data; public List<Node> chain; } By "deep copy" he meant that each node in the chain needs to be a fresh copy, not the original nodes. That way modifying the original node will not change the copy in any way.
Describe, in as much detail as possible, everything that happens on a Linux machine from the point when you hit the enter key after typing "./a.out" to the moment when "Hello World!" gets printed on the screen.
Standard questions from top 50 questions in programcreek with a little modification.
design a file system with different permissions
Tell me about yourself and experience ?
Design and describe the classes you would use when implementing the card game War.
About the best project I had done till now?
Viewing 621 - 630 interview questions