Reverse a linked list. After presenting a solution I was asked to provide a recursive method.
Software Development Engineering Intern Interview Questions
2,326 software development engineering intern interview questions shared by candidates
Given a text file, perform a pre-processing step to create a DS; so later when queried for a word, the lookup is very fast.
give you a array of color, to count how many kind of color it contained.
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?
They started with a quick introduction about themselves (there were 2 interviewees) and then asked me to introduce myself.
Then they moved on to DSA. First question was to find Top K Elements from an array of Elements.
Find a pair in BST with a given sum. If not present return -1.
In the third round, I got asked a lot of data structures and algorithms questions.
Viewing 321 - 330 interview questions