Problem database last updated: June 20, 2025

DDisney logo

Disney Coding Interview Questions

18 problems · 5 Easy, 13 Medium, 0 Hard · Ranked #99 of 458

Difficulty breakdown

5 Easy

28% · avg 23%

13 Medium

72% · avg 59%

0 Hard

0% · avg 18%

Top topics

array
44.4%
string
44.4%1.6x
hash-table
27.8%
dynamic-programming
22.2%
sorting
16.7%
linked-list
11.1%1.5x

Interview profile

Based on 18 reported problems, Disney interviews are easier than average - only 0% Hard compared to 18% across all companies. The majority (72%) of questions are Medium difficulty, which is typical for companies that want to see solid fundamentals without excessive trick questions.

Compared to the industry average, Disney puts unusual emphasis on union-find (11.1% of problems, 3.8x the industry average), prefix-sum (11.1% of problems, 3.3x the industry average), string (44.4% of problems, 1.6x the industry average). If you're short on time, these are the categories to double down on.

The most common topics are array (44.4%), string (44.4%), hash-table (27.8%), dynamic-programming (22.2%). Problems below are sorted by frequency, the ones at the top are asked most often.

All 18 problems

LRU Cache

Solve

Design a data structure that follows the constraints of a Least Recently Used (LRU) cache.

MediumVery Likely
hash-tablelinked-listdesign

Merge Intervals

Solve

Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cove...

MediumVery Likely
arraysorting

Ransom Note

Solve

Given two strings ransomNote and magazine, return true if ransomNote can be constructed by using the letters from magazine and false otherwise.

EasyVery Likely
hash-tablestringcounting

Generate Parentheses

Solve

Given n pairs of parentheses, write a function to generate all combinations of well-formed parentheses.

MediumVery Likely
stringdynamic-programmingbacktracking

Remove All Adjacent Duplicates in String II

Solve

You are given a string s and an integer k, a k duplicate removal consists of choosing k adjacent and equal letters from s and removing them, causing the left an...

MediumVery Likely
stringstack

Max Area of Island

Solve

You are given an m x n binary matrix grid. An island is a group of 1's (representing land) connected 4-directionally (horizontal or vertical.) You may assume al...

MediumVery Likely
arraydepth-first-searchbreadth-first-search

Product of Array Except Self

Solve

Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i].

MediumVery Likely
arrayprefix-sum

Group Anagrams

Solve

Given an array of strings strs, group the anagrams together. You can return the answer in any order.

MediumVery Likely
arrayhash-tablestring

Climbing Stairs

Solve

You are climbing a staircase. It takes n steps to reach the top.

EasyVery Likely
mathdynamic-programmingmemoization

Reverse Linked List II

Solve

Given the head of a singly linked list and two integers left and right where left <= right, reverse the nodes of the list from position left to position right,...

MediumVery Likely
linked-list

Number of Islands

Solve

Given an m x n 2D binary grid grid which represents a map of '1's (land) and '0's (water), return the number of islands.

MediumVery Likely
arraydepth-first-searchbreadth-first-search

Egg Drop With 2 Eggs and N Floors

Solve

You are given two identical eggs and you have access to a building with n floors labeled from 1 to n.

MediumVery Likely
mathdynamic-programming

Search in Rotated Sorted Array

Solve

There is an integer array nums sorted in ascending order (with distinct values).

MediumVery Likely
arraybinary-search

Subarray Sum Equals K

Solve

Given an array of integers nums and an integer k, return the total number of subarrays whose sum equals to k.

MediumVery Likely
arrayhash-tableprefix-sum

Longest Palindromic Substring

Solve

Given a string s, return the longest palindromic substring in s.

MediumVery Likely
two-pointersstringdynamic-programming

Longest Common Prefix

Solve

Write a function to find the longest common prefix string amongst an array of strings.

EasyVery Likely
arraystringtrie

Valid Anagram

Solve

Given two strings s and t, return true if t is an anagram of s, and false otherwise.

EasyVery Likely
hash-tablestringsorting

Valid Parentheses

Solve

Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.

EasyVery Likely
stringstack

How often are these problems asked?

Frequency scores are based on crowdsourced interview reports. A higher score means the problem has been reported more often in recent Disney interviews.

Very Likely

75-100%

Likely

50-74%

Sometimes

25-49%

Rare

0-24%

Preparing for your Disney coding interview

Disney interviews focus heavily on array, string, hash-table problems. If you're short on time, these are the categories to prioritize. The problems on this page are sorted by frequency, so start from the top and work your way down.

Beyond solving problems, practice explaining your approach. Disney interviewers care about your thought process - how you break down a problem, consider edge cases, and evaluate tradeoffs between solutions. A clean O(n) solution you can explain clearly beats an O(log n) solution you can't articulate.

Looking for more companies? Browse all 458 companies in our directory, or sharpen your fundamentals with our free data structure visualizers and AI-powered DSA tutor.

Frequently Asked Questions

What coding problems does Disney ask in interviews?add

Disney has been reported to ask 18 distinct coding problems. The most common topics are array, string, hash-table. 5 are Easy difficulty, 13 are Medium, and 0 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.

How hard are Disney coding interviews?add

Based on 18 reported problems, Disney interviews are easier than average - only 0% Hard compared to 18% across all companies. 72% of questions are Medium difficulty. Focus on the high-frequency Medium problems first, then work through the Hard ones.

How should I prepare for a Disney coding interview?add

Start with the highest-frequency problems listed on this page. Focus on the core topics: array, string, hash-table. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.

Other companies to explore

Ready to ace your Disney interview?

Simulate a real Disney coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.

Simulate a Disney interview with AIarrow_forward