20 problems · 2 Easy, 9 Medium, 9 Hard · Ranked #91 of 458
Difficulty breakdown
2 Easy
10% · avg 23%
9 Medium
45% · avg 59%
9 Hard
45% · avg 18%
Top topics
array
80%
hash-table
50%2.2x
string
35%
depth-first-search
20%2.2x
breadth-first-search
20%2.4x
union-find
20%6.8x
Interview profile
Based on 20 reported problems, Dropbox interviews are significantly harder than average - 45% Hard vs 18% across all companies.
Compared to the industry average, Dropbox puts unusual emphasis on union-find (20% of problems, 6.8x the industry average), trie (10% of problems, 3.8x the industry average), simulation (15% of problems, 3.5x the industry average). If you're short on time, these are the categories to double down on.
The most common topics are array (80%), hash-table (50%), string (35%), depth-first-search (20%). Problems below are sorted by frequency, the ones at the top are asked most often.
All 20 problems
Problem
Difficulty
Frequency
Topics
Simple Bank System
You have been tasked with writing a program for a popular bank that will automate all its incoming transactions (transfer, deposit, and withdraw). The bank has...
Given a list paths of directory info, including the directory path, and all the files with contents in this directory, return all the duplicate files in the fil...
According to Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway...
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the answer in any order.
Given a string s and a dictionary of strings wordDict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such possi...
You are given a network of n nodes represented as an n x n adjacency matrix graph, where the ith node is directly connected to the jth node if graph[i][j] == 1.
You are given a network of n nodes represented as an n x n adjacency matrix graph, where the ith node is directly connected to the jth node if graph[i][j] == 1.
Given an array nums of positive integers. Your task is to select some subset of nums, multiply each element by an integer and add all these numbers. The array i...
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...
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...
You have been tasked with writing a program for a popular bank that will automate all its incoming transactions (transfer, deposit, and withdraw). The bank has...
Given a list paths of directory info, including the directory path, and all the files with contents in this directory, return all the duplicate files in the fil...
According to Wikipedia's article: "The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway...
Given a string containing digits from 2-9 inclusive, return all possible letter combinations that the number could represent. Return the answer in any order.
Given a string s and a dictionary of strings wordDict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such possi...
You are given a network of n nodes represented as an n x n adjacency matrix graph, where the ith node is directly connected to the jth node if graph[i][j] == 1.
You are given a network of n nodes represented as an n x n adjacency matrix graph, where the ith node is directly connected to the jth node if graph[i][j] == 1.
Given an array nums of positive integers. Your task is to select some subset of nums, multiply each element by an integer and add all these numbers. The array i...
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...
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...
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.
MediumLikely
arraydepth-first-searchbreadth-first-search
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 Dropbox interviews.
Very Likely
75-100%
Likely
50-74%
Sometimes
25-49%
Rare
0-24%
Preparing for your Dropbox coding interview
Dropbox interviews focus heavily on array, hash-table, string 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. Dropbox 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.
What coding problems does Dropbox ask in interviews?add
Dropbox has been reported to ask 20 distinct coding problems. The most common topics are array, hash-table, string. 2 are Easy difficulty, 9 are Medium, and 9 are Hard. Problems are sorted by frequency - the ones at the top are asked most often.
How hard are Dropbox coding interviews?add
Based on 20 reported problems, Dropbox interviews are significantly harder than average - 45% Hard vs 18% across all companies. 45% 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 Dropbox coding interview?add
Start with the highest-frequency problems listed on this page. Focus on the core topics: array, hash-table, string. Practice solving them under time pressure and explaining your approach out loud. Mock interviews with AI can simulate the real experience.
Simulate a real Dropbox coding interview with an AI interviewer. Get a scorecard with specific feedback on your problem-solving, code quality, and communication.