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
Engineer Internship Interview Questions
24,403 engineer internship interview questions shared by candidates
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
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.
Tell me about a time you worked on a project with somone that was hard to work with and how you managed.
What are connection pools in serverless architecture?
the easy one was to return the last char that appears twice in string. another was with DFS, BFS. and one with DP.
Viewing 1481 - 1490 interview questions