What is the space complexity for your code
Software Development Intern Interview Questions
2,989 software development intern interview questions shared by candidates
Tell me about a time you showed customer obsession.
All are listed above already.
tell me something about yourself. Right view of binary tree? one array question - implementation based?
given a array of 0 and 1 find the window size of largest subarray with all one . You can atmost change one 0 to 1.
Two sum. Typical leetcode easy questions.
About 10 minutes discussion on my project. Then I was asked to code the solution for a coding question. The question was to find the max repeating element in O(n) time and O(1) space.
What tech stack did you use?
You have been given an matrix of characters 5*5 which contains 24 elements a..y the matrix will look something like a b c d e f g h i j k l m n o p q r s t u v w x y You have been given alpha (starting character) and beta (Ending character) as two characters. You have to find all shortest paths between alpha and beta with a restriction that you are allowed to move vertical or horizontal.
Q. write code to detect if an array contains any duplicates?
Viewing 331 - 340 interview questions