Color sort problem leetcode using dutch flag algorithm
Software Development Intern Interview Questions
2,988 software development intern interview questions shared by candidates
4 behavioral questions and a coding question.
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
Viewing 421 - 430 interview questions