Staff Backend Product Software Engineer, Commerce Platform
Role summary
Dropbox is seeking a Staff Backend Product Software Engineer for its Commerce Platform team. This role is critical for building and evolving systems that monetize Dropbox's products, spanning CRM, CPQ, Billing, and Partner Portal integrations. The engineer will drive technical strategy, focusing on platform architecture, system simplification, and data consistency across complex workflows. Responsibilities include modernizing systems, ensuring reliability and data integrity, and balancing short-term needs with long-term platform health. The role operates at the intersection of engineering, Sales, and Finance, with high visibility impacting revenue and customer experience. A BS/MS/PhD in Computer Science or equivalent experience, and 12+ years of professional software development are required, with proven expertise in large-scale distributed backend systems and strong system design skills.
Role Description
As a Staff Backend Software Engineer focused on the Commerce Platform within the Business Platform org, you will play a critical role in building and evolving the systems that power how Dropbox monetizes its products across all sales motions. You will own and influence systems spanning Salesforce CRM, CPQ, Billing, Partner Portal, and their integrations into the broader Commerce ecosystem, driving improvements in platform architecture, system simplification, and data consistency across complex, distributed workflows.
You will be responsible for driving technical strategy across a highly customized, revenue-critical platform, including planning and executing modernization efforts, measuring system reliability and data integrity, and evaluating tradeoffs between short-term business needs and long-term platform health. You will operate at the intersection of engineering, Sales, and Finance, with high visibility and ownership over decisions that directly impact revenue, customer experience, and the scalability of Dropbox’s monetization systems.
Our Engineering Career Framework is viewable by anyone outside the company and describes what’s expected for our engineers at each of our career levels. Check out our blog post on this topic and more here.
Responsibilities
Many teams at Dropbox run Services with on-call rotations, which entails being available for calls during both core and non-core business hours. If a team has an on-call rotation, all engineers on the team are expected to participate in the rotation as part of their employment. Applicants are encouraged to ask for more details of the rotations to which the applicant is applying.
Requirements
Preferred Qualifications
Sample Dropbox interview questions
- 1
Diameter of a Binary Tree Find the diameter of a binary tree. Input: root = [1,2] Output: 1 Explanation: The longest path is simply the single edge connecting the root node to its only child.
codingmedium - 2
Buildings with an Ocean View Find all buildings that have an ocean view. Input: heights = [1,2,3,4] Output: [3] Explanation: Since the ocean is to the right, only the rightmost tallest building (index 3) is not blocked by any others.
codingmedium - 3
Pacific and Atlantic Water Flow Calculate water flow from a matrix to the Pacific and Atlantic oceans. Input: heights = [[2,1],[1,2]] Output: [[0,0],[0,1],[1,0],[1,1]] Explanation: All cells can flow to both oceans because water can move to adjacent cells of equal or lower height or directly off the edges.
codingmedium - 4
Encode and Decode Strings Encode a list of strings into a single string and decode it back. Input: strs = ["","hello",""] Output: ["","hello",""] Explanation: Prepends chunk lengths and a delimiter (e.g., "0#5#hello0#") to safely encode and perfectly restore empty strings.
codingmedium - 5
Palindromes in Base-10 and Base-k Return the first n integers that are palindromes in both base-10 and base-k. Input: n = 2, k = 4 Output: [1, 5] Explanation: 1 is '1' in base 4, and 5 is '11' in base 4. Both are perfect palindromes in decimal and base 4 simultaneously.
codingmedium
Sign up for a personalized interview prep pack tailored to this role.