What was a technical project you worked on? How would you break it down to a person with no technical background? (Use a whiteboard.)
Software Engineer Internship Interview Questions
23,660 software engineer internship interview questions shared by candidates
read the given string and print out how many same characters in the string
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
Given a list of sequential numbers, there will be two missing numbers from the sequence. Print those two numbers.
do you have research interests and plan for post graduation
what is the toughest challenge that I faced till date?
Where is an object Stored in java
How would you implement toupper()?
How would you classify photos whether they represents "X" or "O".
For a given number, write an algorithm that can find its square root.
Viewing 1431 - 1440 interview questions