Water Container
Internship Software Engineer Interview Questions
23,661 internship software engineer interview questions shared by candidates
Question regarding linked lists.
Given any signed 32-bit integer (any number between -2 billion and +2 billion), translate it into English words. For example, given 13,324 return "thirteen thousand three hundred twenty four"
first round: Set Matrix Zeroes from leetcode second round: Max Consecutive Ones III from leetcode
Given array of points find the K closest to the origin
Given a sorted array and integer K find the number of occurrences of K, and there was a follow up question what will happen if there is m queries with different K how can you handle this, but didn't ask for the code for the follow up
Given an array of integers, determine if a subarray exists whose sum is a target value
OOD question about a safe deposit box and with typical insertion, removal, keeping track of max, etc. type features.
What do you know about testing code?
They asked me about some code I wrote, a project I cited. How would you go back with the knowledge you have now and improve that code.
Viewing 1841 - 1850 interview questions