[![Image]() Meet Jobicy Copilot — free AI autofill for job applications + remote job alerts ›](#)   [All remote jobs](https://jobicy.com/jobs.md)Open role[![Dropbox logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/09/WRILS-200923071227-398427.jpg)](https://jobicy.com/company/dropbox.md)Remote opportunity at[Dropbox](https://jobicy.com/company/dropbox.md)

# Infrastructure Software Engineer, Metadata Core

Review the role, location requirements, compensation details, and application process before deciding whether this opportunity fits your next career move.

[Apply for this job](#job-application)[View company](https://jobicy.com/company/dropbox.md)Share17 Sep 2026Published37Listing views1Application actions17 Oct 2026Apply before  Opportunity details

## About this role.

AI SummaryDropbox is seeking an experienced infrastructure software engineer to build and operate mission-critical metadata databases serving millions of users and hundreds of internal services. The role centers on distributed systems design, strongly consistent storage, replication, consensus, caching, and production reliability. The engineer will write performance-critical Go and Rust, participate in on-call operations, and contribute to architecture reviews and postmortems. Success requires deep distributed-systems expertise, strong debugging skills, and effective collaboration with infrastructure and product teams.

## Role DNA

A quick view of the complexity, pace, ownership and collaboration implied by the job description.

### Job Complexity

5/5EasyHard

### Pace & Pressure

4/5RelaxedFast-paced

### Autonomy Level

4/5GuidedFull ownership

### Communication Load

4/5IndependentCollaborative

AI insightThis is a senior infrastructure role involving highly available, strongly consistent distributed databases in the live path of user operations. It requires specialized knowledge of consensus, replication, storage internals, production operations, and performance troubleshooting.

## Salary analysis

Estimated compensation compared with the broader PLN market for similar roles.

Estimated job medianAbove marketPLN320,000PLN market rangePLN160k–PLN225k0PLN352k

AI insightThe disclosed Poland yearly pay range is 272,000–368,000 PLN, producing an offer median of 320,000 PLN. For comparison, the estimated US market range for a senior infrastructure/distributed-systems software engineer is approximately $160,000–$225,000 USD annually; this market comparison is an estimate and is not a conversion of the posted PLN range.

## Core skills

Skills and capabilities most closely associated with this opportunity.

[Distributed Systems](https://jobicy.com/jobs?search_keywords=Distributed%20Systems.md)[Database Infrastructure](https://jobicy.com/jobs?search_keywords=Database%20Infrastructure.md)[Go](https://jobicy.com/jobs?search_keywords=Go.md)[Rust](https://jobicy.com/jobs?search_keywords=Rust.md)[Replication](https://jobicy.com/jobs?search_keywords=Replication.md)[Consensus Algorithms](https://jobicy.com/jobs?search_keywords=Consensus%20Algorithms.md)[Raft](https://jobicy.com/jobs?search_keywords=Raft.md)[Caching](https://jobicy.com/jobs?search_keywords=Caching.md)[Production Operations](https://jobicy.com/jobs?search_keywords=Production%20Operations.md)[Performance Optimization](https://jobicy.com/jobs?search_keywords=Performance%20Optimization.md)

Sample interview questionsHow would you design a strongly consistent metadata service that remains highly available during node failures?I would begin by defining consistency, latency, and recovery objectives, then use a replicated state machine with a consensus protocol such as Raft. Data would be partitioned carefully, each shard would maintain quorum-based replicas across failure domains, and clients would route writes through the current leader. I would also define backpressure, retry, repair, and observability mechanisms so degraded conditions are detected and handled without compromising correctness.

What trade-offs would you evaluate when choosing between an LSM tree and a B-tree for a storage engine?

I would evaluate read/write workload shape, tail-latency requirements, storage amplification, range-query behavior, and operational complexity. LSM trees generally optimize high write throughput through sequential writes but require compaction management and can increase read amplification. B-trees can provide more predictable point and range reads, though random-write costs may be higher depending on the storage medium and implementation.

Describe how you would investigate a sudden increase in p99 latency in a distributed database service.

I would first correlate the latency increase with traffic, deployments, error rates, resource saturation, garbage collection, disk and network metrics, and replica health. I would use tracing and request-level breakdowns to isolate whether the delay is in routing, consensus, storage I/O, cache misses, lock contention, or downstream dependencies. After mitigating the immediate issue, I would document the root cause, add targeted alerts or capacity safeguards, and validate the fix through load testing.

How do you safely evolve a replication or consensus component used by many production services?

I would make compatibility and rollback the primary design constraints. The change should be introduced behind feature flags or versioned protocols, tested through failure injection and mixed-version clusters, and rolled out incrementally with explicit health and correctness gates. I would also prepare operational runbooks, monitor replication lag and quorum behavior closely, and retain a tested rollback path.

How would you work with product teams to turn future metadata use cases into an infrastructure roadmap?

I would gather concrete workload characteristics such as access patterns, consistency needs, growth forecasts, latency objectives, and failure tolerance. I would translate those needs into capacity, architecture, and reliability gaps, clearly communicate trade-offs, and prioritize work based on customer impact and risk. The resulting roadmap would distinguish immediate reliability commitments from longer-term platform investments and be revisited as product assumptions change.

### Role Description

As a Software Engineer on the Metadata team, you’ll build and operate the large-scale distributed databases that every Dropbox service depends on. Metadata systems are mission-critical, in the live path for all user operations and must meet stringent requirements for latency, durability, and transactional consistency.

You’ll design and evolve the core infrastructure that manages Dropbox’s databases at scale, enabling fast, reliable access to data for millions of users and hundreds of internal services. This work spans distributed systems, replication, caching, and transactional database systems.

You’ll collaborate closely with engineers across Infrastructure and Product teams to ensure the metadata layer meets business needs and continues to scale with Dropbox’s growth. This is an opportunity to leverage your expertise in distributed systems and grow into broader technical leadership.

Our Engineering Career Framework is [viewable by anyone outside the company](https://dropbox.github.io/dbx-career-framework/) 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](https://dropbox.tech/culture/sharing-our-engineering-career-framework-with-the-world).

### Responsibilities

* Design and maintain distributed database systems providing low-latency, strongly consistent data access
* Implement and optimize replication, consensus, and caching mechanisms to meet availability and performance goals
* Operate production systems, including participating in the on-call rotation, ensuring high availability and data durability
* Collaborate with infrastructure and product teams to assess current and future use cases and requirements, supporting the development of a mid- to long-term roadmap that reflects these needs
* Contribute to system design reviews, postmortems, and reliability improvements
* Write high-quality, efficient code in Go and Rust for performance-critical systems

On-call work may be necessary occasionally to help address bugs, outages, or other operational issues, with the goal of maintaining a stable and high-quality experience for our customers.

### Requirements

* 5+ years of professional software engineering experience, with strong expertise in distributed systems fundamentals including replication, consistency, partitioning, and fault tolerance
* Experience building database platforms, distributed databases, storage systems, or large-scale database infrastructure
* Proficiency in Go, Rust, C++ or similar systems languages
* Familiarity with consensus and coordination systems (e.g. Raft, Paxos, ZooKeeper, etcd)
* Experience operating production services and participating in on-call rotations
* Strong debugging and performance analysis skills
* Excellent collaboration and communication abilities across teams

### Preferred Qualifications

* Experience building distributed databases or storage systems
* Practical experience with and deep understanding of data structures used in storage systems (e.g. LSM trees, B-trees, Hash Indexes)
* Experience operating database systems (e.g. MySQL, Postgres, Cassandra)
* Experience with distributed caching, either custom built or operating open source options such as Memcached or Redis
* Experience improving reliability and performance in high-scale data systems
* Experience working with cross-functional teams to understand their current use cases, identify future needs and requirements, and incorporate them into the team’s roadmap.
* Interest in deepening distributed systems expertise and expanding technical leadership

### Compensation

Poland Pay Range

272 000 zł—368 000 zł PLN

Show more

[Apply now >](https://jobicy.com/jobs/153489-infrastructure-software-engineer-metadata-core.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

Next step

## Apply now.

Follow the employer’s application method and review Jobicy’s safety guidance before sharing personal information.

Keep exploring

## Related remote jobs.

Matched by job category10 related opportunities[Software Engineering](https://jobicy.com/categories/engineering.md) [Browse all jobs](https://jobicy.com/jobs.md)
*
![Docplanner logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/84f2fa86-221.png)
Docplanner  Sep 17

### [Junior Software Engineer – Early Career (Strong Problem solving & Coding Focus) – 100% Remote within Spain](https://jobicy.com/jobs/153483-junior-software-engineer-early-career-strong-problem-solving-coding-focus-100-remote-within-spain.md)

Welcome to the good side of tech 👋 You might know us as ZnanyLekarz in Poland or Doctoralia in Spain. Globally, we are Docplanner. We build technology that helps people…

*
![PolicyMe logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/1e29f43a-221.png)
PolicyMe  Sep 17

### [Senior Software Engineer](https://jobicy.com/jobs/150901-senior-software-engineer-2.md)

Overview of the role We’re on a mission to modernize insurance, making it simpler, more accessible, and customer-first. The insurance industry is a $1T market that’s remained largely untouched by…

*
![PolicyMe logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/1e29f43a-221.png)
PolicyMe  Sep 17

### [Software Engineer](https://jobicy.com/jobs/150902-software-engineer-4.md)

Overview of the role We’re on a mission to modernize insurance, making it simpler, more accessible, and customer-first. The insurance industry is a $1T market that’s remained largely untouched by…

*
![Sona logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/740d9e4e-221.png)
Sona  Sep 17

### [Senior Software Engineer (Elixir)](https://jobicy.com/jobs/150933-senior-software-engineer-elixir.md)

Running a frontline business is an operational puzzle most software has never touched. Shift-by-shift labour costs, compliance that changes by region and by role, and margins thin enough that a…

*
![Jobber logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/135a74b7-221.jpeg)
Jobber  Sep 17

### [Director, Software Engineering (AI Workflows & Ecosystem)](https://jobicy.com/jobs/150907-director-software-engineering-ai-workflows-ecosystem.md)

Are you driven to bring people, technology, and strategy together to build impactful software? Jobber exists to help people in small businesses be successful. We work with small home service…

*
![Fueled logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/05/fe49a96d-221.jpg)
Fueled  Sep 17

### [Contract Senior Web Engineer](https://jobicy.com/jobs/150885-contract-senior-web-engineer.md)

Location: Remote — Anywhere (Open to applicants located anywhere around the globe.) Fueled is a leading digital strategy, design, and engineering agency. We are a 300+ person team that has…

*
![Fueled logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/05/fe49a96d-221.jpg)
Fueled  Sep 17

### [Contract Senior Front End Engineer](https://jobicy.com/jobs/150883-contract-senior-front-end-engineer.md)

Location: Remote — Anywhere (Open to applicants located anywhere around the globe) Fueled is a leading digital strategy, design, and engineering agency. We are a 300+ person team that has…

*
![Upgrade logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/e0cafe30-221.jpeg)
Upgrade  Sep 16

### [Senior QA Automation Engineer – Product (LATAM)](https://jobicy.com/jobs/153469-senior-qa-automation-engineer-product-latam.md)

Upgrade helps customers move in the right direction with affordable and responsible financial products. Since 2017, we’ve helped over 7.5 million customers access over $42 billion in consumer credit. With…

*
![HackerOne logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/8937d355-221.png)
HackerOne  Sep 16

### [Senior Manager, AI Engineering](https://jobicy.com/jobs/153461-senior-manager-ai-engineering-2.md)

HackerOne is a global leader in Continuous Threat Exposure Management (CTEM). The HackerOne Platform unites agentic AI solutions with the ingenuity of the world’s largest community of security researchers to…

*
![Supabase logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/611d3bfa-221.png)
Supabase  Sep 16

### [Edge Functions Engineer](https://jobicy.com/jobs/153452-edge-functions-engineer.md)

About Supabase Supabase is the Postgres development platform, built by developers for developers. We provide a complete backend solution including Database, Auth, Storage, Edge Functions, Realtime, and Vector Search. All…