What is something you are passionate about outside your studies?
Software Engineer Intern Interview Questions
9,334 software engineer intern interview questions shared by candidates
Tell me about a time where you faced change. How did you confront it?
What is the biggest challenge you have faced?
no behavioral question but 3 coding + question about servers
Design a customer object, list out attributes.
You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contains a single digit. Add the two numbers and return them as a linked list. You may assume the two numbers do not contain any leading zero, except the number 0 itself. Example: Input: (7 -> 2 -> 4 -> 3) + (5 -> 6 -> 4) Output: 7 -> 8 -> 0 -> 7
Leetcode types like 2 sum,etc
Explain the difference between threads and processes
Both were array based questions on being able to find duplicates. One was with strings and the other with numbers. The second interviewer pushed me towards optimizing my code. Know your data structures.
No super technical questions. Just concept questions. No need to provide solutions.
Viewing 9271 - 9280 interview questions