Intern Software Engineer Interview Questions

9,360 intern software engineer interview questions shared by candidates

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.
avatar

Software Engineer Intern

Interviewed at Apple

4.1
Feb 25, 2026

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.

Given an n*m grid, you enter the grid at some cell in the first row and leave the grid at some cell in the nth(last) row. Every cell has four directional parameter, indicating whether the cell in that direction can be visited. Print the Shortest possible path.
avatar

Software Development Engineer (SDE) Intern

Interviewed at Microsoft

4
Sep 12, 2020

Given an n*m grid, you enter the grid at some cell in the first row and leave the grid at some cell in the nth(last) row. Every cell has four directional parameter, indicating whether the cell in that direction can be visited. Print the Shortest possible path.

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.
avatar

Software Development Engineer (SDE) Intern

Interviewed at Microsoft

4
Jul 14, 2026

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.

Viewing 2991 - 3000 interview questions

Glassdoor has 9,360 interview questions and reports from Intern software engineer interviews. Prepare for your interview. Get hired. Love your job.