A story based question that reduced to BFS.
Engineer Ii Interview Questions
9,744 engineer ii interview questions shared by candidates
Create a simple game board represented by a line with numbers from 0 to 100. Two players take turns rolling a dice and moving their game piece along the board. If they land on a "snake," they move backward; if they land on a "ladder," they move forward. The number rolled on the dice determines how many spaces they move. If they land on neither a snake nor a ladder, they stay in their current position. The first player to reach or exceed space 100 wins. However, if a player's move would take them beyond space 100, they must backtrack instead of moving forward.
use priority queue to find the kth minimum element
What was the most difficult problem you faced? And how did you solve/resolve the problem?
Provide an example of a time that you influenced your peers
standard leet code question with time limit
Object oriented design: Design pizza order
Literalmente se vc pesquisar no google e estudar as perguntas que fazem na Amazon, você vai estar bem preparado.
Given an array of lockers (0 = empty, 1 = occupied), find the maximum distance to the nearest 1. Modify the problem to place k packages instead of one, maximizing the minimum distance. Follow-up: Optimize for O(1) space complexity and reduce O(n log n) sorting overhead.
Group Anagrams - Leetcode, facil, diferente da primeira etapa (que causou terror mental, com enunciado extremamente dificil de interpretar) a segunda etapa foi apenas um problema medium classico.
Viewing 9331 - 9340 interview questions