One of their questions was the Fizz-Buzz coding question
Software Intern Interview Questions
17,742 software intern interview questions shared by candidates
How would you find the n-th greatest element in a binary search tree?
Find the average value of a binary tree both recursively and iteratively. Explain why iteratively may be preferred over recursively.
The technical questions were Medium to Hard level. The question in my first interview was of Dynamic Programming and a mix of decreasing subsequences. The second round had a question on Binary Search, as expected the Binary Search solution wasn't obvious at first.
what is the difference betwenn Typescript and java script
array problem
Just some normal algorithm questions
Given a set of open and close parenthesis, make sure the string is valid, such that each open parenthesis has a matching close parenthesis in the correct place.
What is the probability that three people were born on the same day of the week?
DSA question: I was given a list of elements to begin with. My task was to insert the elements in a binary search tree such that the height of the tree remains minimum.
Viewing 331 - 340 interview questions