They started with a quick introduction about themselves (there were 2 interviewees) and then asked me to introduce myself.
Software Intern Interview Questions
17,723 software intern interview questions shared by candidates
Then they moved on to DSA. First question was to find Top K Elements from an array of Elements.
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) ?
Find a pair in BST with a given sum. If not present return -1.
Reverse every k nodes in given Linked List.
Write a binary tree implementation in any language you want.
In the third round, I got asked a lot of data structures and algorithms questions.
Solve the given problem (leetcode question)
Q: Find optimal keypad for this keycode
Trouver des iles das une image avec deux couleurs
Viewing 2081 - 2090 interview questions