Intern Software Engineer Interview Questions

9,747 intern software engineer interview questions shared by candidates

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
avatar

Software Engineer Intern

Interviewed at Intel Corporation

3.9
Oct 7, 2020

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

It was mostly behaviour questions like tell me about yourself, your experience and projects, and what languages you are comfortable using. And three technical questions about data structure and algorithm (no coding involved)
avatar

Software Developer Intern

Interviewed at Schneider Electric

4.2
Feb 6, 2024

It was mostly behaviour questions like tell me about yourself, your experience and projects, and what languages you are comfortable using. And three technical questions about data structure and algorithm (no coding involved)

Viewing 9701 - 9710 interview questions

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