behavioral and technical
Internship Software Engineer Interview Questions
23,661 internship software engineer interview questions shared by candidates
Reverse an integer
How would you classify photos whether they represents "X" or "O".
For a given number, write an algorithm that can find its square root.
Giving a string with words separated by spaces. Count the word with odd number of characters. e.g. "I am a student" return 3 (I, a, student).
What's the difference between a thread and a process?
What is your favorite Microsoft product?
There was a simple programming task I solved at the whiteboard and he asked if I knew how to do it in a better time complexity. Maximum contiguous subarray
Similar to (283. Move Zeroes) on LeetCode, except instead of moving zeros to the end of the array (which is pretty trivial), had to move zeros to beginning of the array while maintaining the order of all non-zero elements. Probably LC Easy/Med
Where is an object Stored in java
Viewing 1461 - 1470 interview questions