What was your role in [**college project**]? How did you split tasks and manage conflicts?
Software Development Intern Interview Questions
2,990 software development intern interview questions shared by candidates
A basic question on Hashing Data structure
What are the four conditions for deadlock.
two coding ques and questions from resume
The question was, given a binary tree, and a node, you burn that node at time t = 0. At time t = 1, all the neighbours of the node are burnt too as the fire spreads in all directions (ie burning child and parent of that node). Each burning node will burn all its neighbors in next second. Task: Find total time to burn the tree. I solved it using a hashmap. The connection to children exists via nodes, all you need is a connection to the parent, for which I used a hashmap. PS:- I learnt this from Striver. He has video on this exact same question.
tell us about your latest project
A question based on local storage
Implement the following: - Kadane's Algorithm (Round 2) - Sort the array half ascending, half descending (Round 3)
What would you like to do at NASA?
How do you resolve conflicts?
Viewing 2091 - 2100 interview questions