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.
Software Development Engineer I Interview Questions
1,214 software development engineer i interview questions shared by candidates
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
Narrate the story of the movie you last watched in english -HR
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?
Permutations of String. How many time does hour and minute hand overlap.
What are you doing for you final year project?
Viewing 121 - 130 interview questions