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"
Internship Engineer Interview Questions
24,163 internship engineer interview questions shared by candidates
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.
daily temperatures question on leetcode
What classes did I take at my university? Describe 3 upper division favorites. Describe programming experience up until now.
Viewing 1891 - 1900 interview questions