Dropbox Interview Questions

Review this list of 37 Dropbox interview questions and answers verified by hiring managers and candidates.
  • Dropbox logoAsked at Dropbox 
    Video answer for 'Find the minimum window substring.'

    "sliding window"

    Ashley M. - "sliding window"See full answer

    Software Engineer
    Coding
    +1 more
  • Dropbox logoAsked at Dropbox 

    "I would start with the company vision then assuming we have more than one product team, craft the vision for the product through a collaboration of PMs and Tech leads, then based on that I will define the scope of each product team's milestones to achieve the product vision and go from both ends to fill the gap from what we already have and what needed to achieve the milestones."

    Seyed rasoul J. - "I would start with the company vision then assuming we have more than one product team, craft the vision for the product through a collaboration of PMs and Tech leads, then based on that I will define the scope of each product team's milestones to achieve the product vision and go from both ends to fill the gap from what we already have and what needed to achieve the milestones."See full answer

    Product Manager
    Behavioral
    +1 more
  • Dropbox logoAsked at Dropbox 

    "In my role as VP of operational model transformation was leading the definition of current and to be state of operations for a business representing >50% of the revenue & profits of the company. In a monthly feedback session, my manager shared how he noticed I had not delegated tasks and that I should work with 2 members who had been seconded to the team. We were working on a tight timeline and we wanted to get the targets completed earlier so that we can provide some buffer for further alignm"

    Chung jin C. - "In my role as VP of operational model transformation was leading the definition of current and to be state of operations for a business representing >50% of the revenue & profits of the company. In a monthly feedback session, my manager shared how he noticed I had not delegated tasks and that I should work with 2 members who had been seconded to the team. We were working on a tight timeline and we wanted to get the targets completed earlier so that we can provide some buffer for further alignm"See full answer

    Chief of Staff
    Behavioral
  • "The first part is to design with either a linked list of IDs or an array of boolean values. The second part is to optimize both time and memory."

    Seamus L. - "The first part is to design with either a linked list of IDs or an array of boolean values. The second part is to optimize both time and memory."See full answer

    Software Engineer
    Technical
  • Dropbox logoAsked at Dropbox 

    "Project plan --> Define the project scope, timeline, resources, risks and stakeholders. Define the project scope and objectives Identify the business problems the project aims to solve. Align on goals, deliverables and success criteria. Document in-scope and out-of-scope items. Identify Stakeholders Develop the work breakdown structure Break the project into manageable tasks and milestones. Define dependencies. Decide the project management met"

    Anonymous Dingo - "Project plan --> Define the project scope, timeline, resources, risks and stakeholders. Define the project scope and objectives Identify the business problems the project aims to solve. Align on goals, deliverables and success criteria. Document in-scope and out-of-scope items. Identify Stakeholders Develop the work breakdown structure Break the project into manageable tasks and milestones. Define dependencies. Decide the project management met"See full answer

    Program Sense
  • 🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.

  • Dropbox logoAsked at Dropbox 

    "Clarifying and Assumptions Is there any specific geography we need to restrict to? Assumption: Total worldwide. Is there any specific segment we need to restrict to? Assumption: All segments. Number of users Total worldwide users: 300,000,000 Storage per user Slice the users into 3 segments. Low users 80% Free tier 2 GB per user available Using the 80-20 rule for segmentation. Medium users 10% Basic paid tier 2 TB per user available Usi"

    Darpan D. - "Clarifying and Assumptions Is there any specific geography we need to restrict to? Assumption: Total worldwide. Is there any specific segment we need to restrict to? Assumption: All segments. Number of users Total worldwide users: 300,000,000 Storage per user Slice the users into 3 segments. Low users 80% Free tier 2 GB per user available Using the 80-20 rule for segmentation. Medium users 10% Basic paid tier 2 TB per user available Usi"See full answer

    Product Manager
    Estimation
  • Dropbox logoAsked at Dropbox 
    Program Sense
  • Dropbox logoAsked at Dropbox 
    Video answer for 'Find duplicate files in a file system.'

    " read_dir(path: str) -> list[str] returns the full path of all files and sub- directories of a given directory. is_file(path: str) -> bool: returns true if the path points to a regular file. is_dir(path: str) -> bool: returns true if the path points to a directory. read_file(path: str) -> str: reads and returns the content of the file. The algorithm: notice that storing all the file contents' is too space intensive, so we can't read all the files' contents to store and compare with each"

    Idan R. - " read_dir(path: str) -> list[str] returns the full path of all files and sub- directories of a given directory. is_file(path: str) -> bool: returns true if the path points to a regular file. is_dir(path: str) -> bool: returns true if the path points to a directory. read_file(path: str) -> str: reads and returns the content of the file. The algorithm: notice that storing all the file contents' is too space intensive, so we can't read all the files' contents to store and compare with each"See full answer

    Software Engineer
    Data Structures & Algorithms
    +2 more
  • Product Manager
    Analytical
  • Dropbox logoAsked at Dropbox 
    Execution
    Analytical
  • Dropbox logoAsked at Dropbox 
    Product Manager
    Product Design
  • Dropbox logoAsked at Dropbox 

    "Pango Bit waze"

    Oded W. - "Pango Bit waze"See full answer

    Product Manager
    Behavioral
  • Dropbox logoAsked at Dropbox 

    "My approach to open ended prompts is to gather as much information as possible to: A) Clarify the issue -> b) Identify various possible root causes -> C) Narrow down on the most likely cause ->D) Set up a recommendation and how to track whether the proposed solution will work. A) CLARIFY 1) Clarify the metric Ensure that we fully understand this metric. Does uploads refer specifically to the individual files that someone uploads to their account? Does it include both manual uploads whe"

    Sachin P. - "My approach to open ended prompts is to gather as much information as possible to: A) Clarify the issue -> b) Identify various possible root causes -> C) Narrow down on the most likely cause ->D) Set up a recommendation and how to track whether the proposed solution will work. A) CLARIFY 1) Clarify the metric Ensure that we fully understand this metric. Does uploads refer specifically to the individual files that someone uploads to their account? Does it include both manual uploads whe"See full answer

    Product Manager
  • Dropbox logoAsked at Dropbox 
    Product Manager
    Analytical
  • Dropbox logoAsked at Dropbox 
    Product Design
    Behavioral
  • "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"

    Exponent - "This is a Technical question. It tests your ability to understand high level technical concepts. Even though your job won't have any coding involved, you'll still need to understand these concepts. Being able to cover all these topics with clarity communicates confidence in your interviewer. Unfortunately, there's no formula for technical questions, but some general tips are: Use analogies when you can Break your solution into clear, bite-size steps Don't be afraid to use examples to b"See full answer

    Product Manager
  • Dropbox logoAsked at Dropbox 

    "First, it's important to recognize this type of question as a Fermi question in disguise. We need to estimate the total market size of Dropbox for small and medium-sized businesses, which involves approximating things like the number of SMBs as well as the average revenue per SMB to get to our answer. Luckily, we have a playbook for these kinds of questions. Here's our formula for tackling Fermi questions: Ask clarifying questions Catalog what you know **Make equation(s)"

    Exponent - "First, it's important to recognize this type of question as a Fermi question in disguise. We need to estimate the total market size of Dropbox for small and medium-sized businesses, which involves approximating things like the number of SMBs as well as the average revenue per SMB to get to our answer. Luckily, we have a playbook for these kinds of questions. Here's our formula for tackling Fermi questions: Ask clarifying questions Catalog what you know **Make equation(s)"See full answer

    Product Manager
    Estimation
Showing 21-37 of 37