What has been your greatest weakness?
Development Intern Interview Questions
5,458 development intern interview questions shared by candidates
A basic question on Hashing Data structure
Have you done any hand on experience in a lab setting?
Talk about a time you applied a quantitative strategy to a problem.
What are the four conditions for deadlock.
- why did you apply ? - are you comfortable with phone calls ?
Tell me about your self. Your interests and hobbies Last internship experience
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
Viewing 3911 - 3920 interview questions