Then they moved on to DSA. First question was to find Top K Elements from an array of Elements.
Software Intern Interview Questions
17,771 software intern interview questions shared by candidates
What's your favorite data structure?
Say You have M log files internally sorted by timestamp but the files themselves are in non sorted order and may be overlapping. (for example - File1 18:00 - 18:15, File2 17:50-19:00). Each line is a log and they are indexes and have timestamps. How do you print them out in sorted order , WITHOUT loading all to memory and sorting them (say u hav a memory limit) ?
Common behavioral questions, Can you work in person? Do you need sponsorship?
how would you save a dictionary of words so the extraction time will be the best?
Reverse a linked list.
Find the max depth of a binary tree
They asked me to explain how I would design a scalable and maintainable system capable of handling large datasets with many features.
Print the nodes in an n-ary tree level by level, one printed line per level.
Gevin an array of integer and integer. Find if there is a pair of integer in the array that sum to the gevin integer.
Viewing 2081 - 2090 interview questions