They asked how dynamic programming related questions as well as linked list?
Internship Software Interview Questions
24,862 internship software interview questions shared by candidates
The puzzle they asked me for instance was a fairly simply one the typical apple puzzle : You have nine apples of the same size. Nine of them weight the same, and one of them weighs slightly more or less. How can you find the apple that is different by using a balance and only two weightings?
they asked about my projects
Two sum- sum of pair of intergers whose sum is k
Behavioral. Tell me about a time where you were faced with an obstial
How can you break your code?
Given a binary tree, find its diameter, where the diameter is defined as the length of the longest path from one arbitrary node to another.
Given two arrays which are sorted from min to max, return X smallest pairings based on the sum of the pairing A[i] + B[J]
What is ms product that you like the most?
Given an array of characters, compress the array in a way such that [aBBBAAaaa] becomes [a1B3A2a3].
Viewing 2761 - 2770 interview questions