Technical Interview: 100 Doors Problem
Intern Software Engineer Interview Questions
9,749 intern software engineer interview questions shared by candidates
Very unexpected question: are you a US citizen?
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 ?
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