Variation of LRU Cache
Software Engineer New Grad Interview Questions
6,134 software engineer new grad interview questions shared by candidates
DFS question; very little behavioral
Print the top 10 largest elements from integer array. Follow up to top K
Something about stock prices and returning top 3, don’t remember question details
During onsite, I had two interviews with each having 2 questions 1) Given a number n, find the shortest path from 1 to n using only 2 operations: *2 and /3 2) Merge 2 sorted arrays
You are given an array of zeros and ones representing an email inbox, where a 1 represents an unread email and a 0 a read one. Possible actions are open any email from the inbox view, move to the adjacent email from the one you’re reading, or back out from an email to the inbox view. Given this, return the smallest number of operations necessary to read all unread emails.
sliding window problem
Tell me about yourself
Leetcode medium questions. Phone Screen 1. Simplify Path 2. K nearest points to origin On-site (Virtual) 1. Multiply strings 2. Task schedular with cool down 3. BST iterator Follow up on-site 1. Some BFS maze based question
1. Implement next() and hasNext() function of the iterator; 2. find the max value of each layer in a binary tree
Viewing 511 - 520 interview questions