How would you classify photos whether they represents "X" or "O".
Software Engineer Internship Interview Questions
23,660 software engineer internship interview questions shared by candidates
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
Print all permutations of s2 in s1
Q2. He asked me about OOPs concepts and we discussed a small course assignment I had worked with.
Viewing 1461 - 1470 interview questions