Disney Software Engineer Coding & Algorithms Interview Questions
Master your tech interview with our curated database of real questions from top companies.
2Questions
1Company
2 Questions 1 Company
Showing 2 results
Disney
Medium
Software EngineerImplement BFS shortest path in grid
Implement a function that returns the length of the shortest path in an unweighted 2D grid from the top-left cell (0, 0) to the bottom-right cell (m-1...
Coding & Algorithms
0
0
Sep 6, 2025
Disney
Medium
Software EngineerSolve grid shortest path with BFS
Given a 2D grid containing 0s (open cells) and 1s (walls), and coordinates for a start (sr, sc) and a target (tr, tc), return the length of the shorte...
Coding & Algorithms
0
0
Sep 6, 2025