Staff Backend Product Software Engineer, Commerce Platform
Role summary
Dropbox is seeking a Staff Backend Software Engineer for its Commerce Platform team. This role focuses on building and evolving systems that power the company's monetization across sales motions, including CRM, CPQ, Billing, and their integrations. The engineer will drive technical strategy, lead modernization efforts, ensure system reliability and data integrity, and operate at the intersection of engineering, Sales, and Finance. Responsibilities include designing scalable backend systems, defining technical strategy, simplifying legacy architectures, owning reliability of revenue-critical systems, and partnering cross-functionally. Requires 12+ years of software development experience, strong system design skills, and experience with monetary domains. Preferred qualifications include experience with Salesforce and modernizing legacy systems.
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
- Design and evolve scalable backend systems that power Dropbox’s Commerce Platform, including CRM, CPQ, Billing, provisioning, and related data workflows.
- Define and drive technical strategy for complex, highly customized systems, balancing short-term delivery with long-term platform scalability and reliability.
- Lead efforts to simplify legacy architectures, reduce system fragmentation, and build generalized, product-agnostic solutions.
- Own end-to-end reliability of revenue-critical systems, including validation, rollout safety, monitoring, and incident response.
- Partner cross-functionally with Engineering, Sales, Finance, and GTM teams to translate business requirements into durable technical solutions.
- Identify and execute on opportunities to improve data integrity, system observability, and operational efficiency across the platform.
- Take ownership of large, ambiguous problem spaces and drive them from definition through execution, influencing both technical and business stakeholders.
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
- BS, MS, or PhD in Computer Science or a related technical field involving programming (e.g., Computer Engineering), or equivalent practical experience.
- 12+ years of professional software development experience.
- Proven expertise in building and maintaining large-scale, distributed backend systems.
- Strong system design skills, particularly in complex, stateful, or workflow-driven systems
- Experience building reliable systems with a focus on validation, rollout safety, monitoring, and maintainability
- Experience working on systems in a monetary domain such as ecommerce, subscriptions, billing, payments, or financial systems
- Strong communication and collaboration skills, with experience influencing cross-functional stakeholders
Preferred Qualifications
- Experience with CRM, CPQ, Billing, ecommerce, or similar enterprise workflow platforms(e.g., Salesforce)
- Track record of simplifying or modernizing legacy systems into scalable, maintainable architectures
- Experience working on revenue-critical or monetization platforms at scale
- Experience improving data consistency and integrity across distributed systems
- Demonstrated ability to influence technical direction across teams without direct authority
Compensation
US Zone 1
This role is not available in Zone 1
Originally posted on Himalayas
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.