4 behavioral questions and a coding question.
Software Development Intern Interview Questions
2,990 software development intern interview questions shared by candidates
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.
Be relaxed for the online assessment. Don't become stressed out because you will solve the problems much quicker if you don't stress and overthink.
For the online coding test, fix a for loop so it outputs correctly
Tasks depend on one another. You have to find whether there exists a task A such that it depends on a task B but B depends on A too. What data structure will you use ? How will you proceed with the solution?
give you a array of color, to count how many kind of color it contained.
Viewing 421 - 430 interview questions