Questions › Technical PM › Top-Interview
Infection spread simulation.
- Technical PM
- Top-Interview
- Easy
- 20 min
Infection spread simulation.
Additional context: Similar to rotten oranges. Given a grid, simulate a disease spread. Cells can be infected (2), healthy (1) or empty (0). Infected cells spread to adjacent healthy cells each round.
What this question tests
- Technical PM
- Structured problem solving
- Communication
- Trade-off reasoning
Practise this question under interview conditions. Answer it out loud against a timer with an AI interviewer that asks follow-ups, then review the scored report.
Related Technical PM questions
- Design an Amazon price tracker.Top-Interview · Technical PM · Medium
- How do you detect balanced parentheses in a string using Python?Top-Interview · Technical PM · Medium
- Find the largest perimeter of an island given a two-dimensional array of 1's and 0's representing land and water.Top-Interview · Technical PM · Medium
- Implement TrieTop-Interview · Technical PM · Medium
- Explain the differences between ReLU and Sigmoid.Top-Interview · Technical PM · Medium
- Design a module to fetch a unique User ID from a pool of available User IDs and return the ID to the pool for later use.Top-Interview · Technical PM · Medium
All Technical PM questions · Product manager interview questions by skill area