Implement LinkedList and write a method to flip and merge two LLs. (ie. LL1: 1, 2, 3 && LL2: 6, 7, 8, 9, 10 ... then FinalLL: 3, 6, 2, 7, 1, 8, 9, 10)
Software Engineer Graduate Interview Questions
4,493 software engineer graduate interview questions shared by candidates
what should you do if you were assigned a project?
What is your favorite programming language? Would you like work on Android? Have you ever been in London? Why you selected the London office?
How will you respond when one your colleague takes all the credit when all of you had contributed equally
- Prescreen: 4 LeetCode-style problems (70 min.) - First round: 1 LeetCode-style problem related to priority queue (1 hr.) - Second round: 2 LeetCode-style problem (one related to OOP and the other about binary search) (2 hr.) - Third Round: Hiring Manager interview (20 min. about schoolwork; 20 min. about work experience; 20 min. for me to ask questions) --- I solved all the problems and follow-ups but still got rejected without knowing the reason why.
Why want to join Uber?
Why should ResMed hire me over other candidates?
How do you know that AI is generating the code correctly?
Tell me exactly what would happen if you attempted to access a null array element
What is the difference between a class and an object
Viewing 3251 - 3260 interview questions