Questions in PHP, Java, Ruby, Go.
New Grad Software Engineer Interview Questions
2,866 new grad software engineer interview questions shared by candidates
Game of Connect Four. Given a piece, check if any player has won the game
They ask candidates not to share the questions, but the theme is consistent: Data Structures & Algorithms. Every question is a DS&A question, so study up.
Question about parallel computing with algorithm and matrix
Array manipulation, string manipulation, algorithm questions, and time complexity questions.
given an array of n integers, check if the array has two nearby duplicate numbers (meaning if a [2] = 3, Then check if 3 occurs at most two positions after.
related to strings
Find the longest path in a travel flights path which is a directed acyclic graphic
The first one is a assigning cars to uses problem. The second is the robot problem on the leetcode.
Write a function debounce(fn, timeout) which accepts a function and timeout as inputs and returns a function which will on allow fn to run after timeout ms.
Viewing 121 - 130 interview questions