4 behavioral questions and a coding question.
Software Development Intern Interview Questions
2,989 software development intern interview questions shared by candidates
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]
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.
give you the preorder and postorder print of tree nodes, reconstruct the tree.
Design a parking garage.
Write code to do a k-way merge of sorted lists
Write a binary search in a BST.
Given two arrays with numbers, to return an array containing only those numbers occurring in both the arrays
Write a function to get the most repeated word in a string.
Viewing 421 - 430 interview questions