Solve vsrious string array questions. Typical LC.
Software Developer Intern Interview Questions
2,856 software developer intern interview questions shared by candidates
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 ;{}
1. Give me a time when you did not have all the details but had to complete a task
Solve this problem in under 70 minutes
it was a test not an interview
Burning tree question from leetcode
Leetcode medium style question was asked
1) Number of Island 2) Number of Unique Island 3) Design a Stack with all operation in O(1) including finding middle and deleting middle
Tell me about the time when you had to take an important decisions.
Given a list of words, return all the pairs of anagrams.
Viewing 781 - 790 interview questions