What is the best data structure for a phone book with names and phone numbers? Code an example solution and explain
Software Engineer Intern Interview Questions
9,360 software engineer intern interview questions shared by candidates
Asked string based questions in technical HR round
Interview questions are team dependent but for the team I interviewed for: What is something that you dread/dislike while coding? I was told that Round 2 of the interview (technical round) did not involve LeetCode-style questions or coding at all—more so picking your brain about your technical skills and thinking.
Write a C function to isolate n bits at offset k.
Check if linked list is a palindrome. Then check how many palindromes are contained in a given linked list.
Problem 1: Ball Collisions Goal: Count how many times a specific ball at position x collides with others. Logic: A collision happens if a faster ball is behind a slower one Check balls behind x: If any ball to the left of x is faster than x, it will hit x. Check balls ahead of x: If x is faster than any ball to its right, x will hit them.
In the phone interview, they asked me what technologies about Microsoft was exciting.
Q: Teach us about a technical concept and pretend you're teaching it to a child
- 2SUM - Valid parenthesis
DSA, projects, past experience, internship experience
Viewing 3001 - 3010 interview questions