Disney Coding & Algorithms Interview Questions
Practice the exact questions companies are asking right now.
4Questions
1Company
4 Questions 1 Company
Showing 4 results
Disney
Medium
Machine Learning EngineerDetermine if chasing points will meet
You are given N points in 2D, indexed 0..N-1, forming a cycle. - At time t = 0, point i is at coordinates (xi, yi). - All points move simultaneously a...
Coding & Algorithms
0
0
Nov 1, 2025
Disney
Medium
Data ScientistSolve matrix add, frequency count, longest consecutive
You are asked to solve the following 3 coding tasks (in any language). Implement each as a function. 1) Add two matrices Input: Two 2D integer arrays ...
Coding & Algorithms
0
0
Sep 13, 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
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