What would you do in some cases.
Software Development Interview Questions
37,314 software development interview questions shared by candidates
Mainly on tree, graph, data structure, logic based ?
Given the start node of a tree, if a person standing at that node shouts it takes 1 sec to reach its adjacent nodes. On listening the shout, the persons standing at their node shout and so on. Return the minimum time for everyone to listen the shout.
Data Structures and Algorithms related questions.
Data Structures and Algorithms questions were there.
Tell me about a time you dove deep
Find duplicates in an array
They asked me about my professional experience. They want to know about trade-offs and how did I solve it.
Modification of Kadane's Algorithm
Onsite Interview #3: Swap every other element in a linked list. e.g. a->b->c->d becomes b->a->d->c
Viewing 1681 - 1690 interview questions