Introduction, DSA questions, and Dev round - Java Spring Boot
Software Development Engineer Intern Interview Questions
2,326 software development engineer intern interview questions shared by candidates
not qualified for interview as the coding round was difficult for me. 4 questions were asked
Explain what is meant by polymorphism.
focused on resume and core subject of cse
General background, why I'm interested, some very basic coding knowledge checks, and a really easy class design question.
A basic question on Hashing Data structure
What are the four conditions for deadlock.
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 1601 - 1610 interview questions