You have 2 linked lists, return a list with the intersection. For example: Input: L1 = { 1,2,5,10} L2 = {9,4,5,10,15} return {5,10}
Software Development Engineer Interview Questions
32,858 software development engineer interview questions shared by candidates
Hardest challenge faced?
Too nervous to get a solution quickly and bug free.
First round interview asked to write program that took a file of text, and then counted and stored all words from file.
Given any two nodes in a binary tree, develop program that determined their highest common ancestor.
I applied online and set me a 30 min on phone interview. There are two data structure questions and some other questions about course projects I have done.
Explain how to test this code, write atoi, etc
What I can do to get you in the door?
How to shuffle a deck of card. How to make it in place.
Find a number in a 2d array, if found give its coordinates.
Viewing 1881 - 1890 interview questions