Software Intern Interview Questions

20,230 software intern interview questions shared by candidates

Given a string and a pattern consisting of 'a's and 'b's check whether the string follows the pattern. Example: the string "catcatdogcatcat" follows the pattern "aabaa" bu substiting "a" as "cat" and "b' as "dog". Whereas the string "catdogcatcat" does not follow the pattern "aabaa" regardless of what is substituted for "a" and "b".
avatar

Software Engineer Intern

Interviewed at Microsoft

4
Dec 14, 2020

Given a string and a pattern consisting of 'a's and 'b's check whether the string follows the pattern. Example: the string "catcatdogcatcat" follows the pattern "aabaa" bu substiting "a" as "cat" and "b' as "dog". Whereas the string "catdogcatcat" does not follow the pattern "aabaa" regardless of what is substituted for "a" and "b".

Where do I even start, asked me everything about C++ under the sun, learn how to implement data structures in C and write all the .h and .c functions. Expect quant level interview questions with memory allocation in theory aswell.
avatar

Software Engineer Intern

Interviewed at Schneider Electric

4.2
Oct 21, 2025

Where do I even start, asked me everything about C++ under the sun, learn how to implement data structures in C and write all the .h and .c functions. Expect quant level interview questions with memory allocation in theory aswell.

Design a deck class. Given a fully implemented deck class, design a shuffling algorithm. Find the arithmetic mean of a binary tree. Follow-up to mean question: why can't you just design a function that recursively calculates the mean as it recurses the tree?
avatar

Software Engineering Intern I

Interviewed at National Instruments

3.7
Nov 18, 2015

Design a deck class. Given a fully implemented deck class, design a shuffling algorithm. Find the arithmetic mean of a binary tree. Follow-up to mean question: why can't you just design a function that recursively calculates the mean as it recurses the tree?

Viewing 1491 - 1500 interview questions

Glassdoor has 20,230 interview questions and reports from Software intern interviews. Prepare for your interview. Get hired. Love your job.