Technical Interview: 100 Doors Problem
Software Engineer Intern Interview Questions
9,749 software engineer intern interview questions shared by candidates
Given a linked list, flip every pair of nodes, such that if given a-b-c-d-e, return b-a-d-c-e.
Given two different strings, find the common characters between the two. For example if string A is "hello" and string B is "elbow" the common characters would be ['e', 'l', 'o']. Give a method that returns unique or duplicate entries.
Tell us something about your projects ?
to encode the interview, you can watch a video on the internet for the "take-home" project: You have to monitor... with the person in charge of hiring: discussion of my motivations, my vision, what I wanted to do, the way I work
Write code in java to return a list of all the nodes at the greatest depth of a binary tree.
What's the difference between an abstract class and an interface.
Whether I had ever been involved in a business decision, something like that
Let struct A{ int a; char b;...}. How can you get the offset of a, b
Implement a priority queue using a stack.
Viewing 191 - 200 interview questions