What are your strengths and weaknesses
Software Developer Intern Interview Questions
2,878 software developer intern interview questions shared by candidates
Q: System Design Question, medium
Q: Coding Question, medium difficulty
What is a final variable in Java?
Interview questions can't be disclosed as I signed a NDA.
can you please write a sorting algorithm on the white board?
Typical leetcode coding questions and behavioral
OA 1: debugging a few portions of code
Solve vsrious string array questions. Typical LC.
One complee Binary tree is there The root node is having value 1 The value of the first node in the level =1+value of the last node in the previous level The value of the first node in the level =1+value of the previous node in the same level You are given target x you have to find whether the value x is present or not in the tree if it is present find the path to it starting from the root node If not present return empty array X=10; {1,2,5,10} X=10 ;{}
Viewing 781 - 790 interview questions