Serialize a binary tree
Software Engineer Intern Interview Questions
9,348 software engineer intern interview questions shared by candidates
Write a function to get the most repeated word in a string.
Given a string, output all its permutations
In the third round, I got asked a lot of data structures and algorithms questions.
4 behavioral questions and a coding question.
Behavioural: Tell me about a time you worked out of your comfort zone. Tell me about a time you were struggling to overcome a difficulty.
There was several questions asked one of them was Design LRU Cache ,which was new to me as I am not well versed in design questions .
Question: Given a single string, split it into all of its valid words given a isValid(str) function. "treesaregood" -> [trees, are, good] "catsmell" -> [cat, smell]
Color sort problem leetcode using dutch flag algorithm
Find a pair in BST with a given sum. If not present return -1.
Viewing 1091 - 1100 interview questions