The interview questions on Programming languages Data structures Computer networks DBMS Project And some managerial questions
Sde Interview Questions
16,614 sde interview questions shared by candidates
Why do you think you are suitable for the role/ Why should we pick you?
Why did you prefer HPE to other companies like Wipro etc
Q1) Two Robots landed from a space-ship. The initial landing position of the space-ship is called 'HOTSPOTS'. You need to implement the below method so that they meet. Note: Consider this below Main class is running parallelly on both machines at the exact same time. There is no distinction between robots. When both robots meet they can talk with each other and stop. i.e. the MainClass execution will stop on both machines. Ex. when you call right(5), both robots move 5 steps right. Let's take the name of the robot on left as A and the robot on right as B. This is just for our understanding, the program doesn't know A and B. -----A-------B-------
Given a stack (implemented using linked list), and some pre-defined functions : push(int), pop(), and isEmpty(), write a recursive function to reverse the contents of the stack. (No loops allowed)
What tech stack did you use?
One technical question is very generic so I feel comfortable sharing: Design a parking lot.
Coding round two simple questions. The first was on array iteration. The second was on the stack ( tricky ). On 3 Technical rounds Questions based on tree traversal, simple 2D DP, string encode decode. The hiring Manager asked about recent work you did at your current company ( went ok for me).
Construct a LRU cache class with get and put methods.
Leetcode easy similar to two sum
Viewing 901 - 910 interview questions