I cannot reveal the details of what the project was.
Software Development Engineer I Interview Questions
27,531 software development engineer i interview questions shared by candidates
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
Can you pick and pack items
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.
Viewing 2881 - 2890 interview questions