# Etsy Interview Guide (2026): Marketplace Engineering

Source: https://www.techinterview.org/companies/etsy-interview-guide/
Updated: 2026-07-12 · techinterview.org

**TL;DR —** Etsy's engineering interview centers on marketplace problems — search, recommendations, and the buyer-and-seller flows behind a two-sided market — rather than abstract algorithm puzzles. Expect a recruiter screen, a technical phone screen, and an onsite loop covering coding, system design, and behavioral rounds, with the design questions often framed around real scenarios like listing search, ranking, or checkout. Interviewers weigh how you reason about trade-offs and practical engineering judgment as much as raw coding speed.

Etsy is the leading marketplace for handmade and vintage goods — 90M+ active buyers, 7M+ active sellers. The engineering organization is mature, with strong contributions to open source (Phabricator forks, statsd, deployinator). The interview is system-design-heavy with focus on marketplace dynamics, search, and the realities of running a product where every listing is unique.

## Process

Recruiter screen → 60-minute coding phone ([DSA medium](/problems-by-difficulty/)) → onsite virtual: 2 coding, 1 [system design](/category/system-design/), 1 craft deep-dive, 1 behavioral, 1 hiring manager. Cycle: 3–4 weeks.

## What they actually ask

- Design a search ranking system for highly variable inventory — Etsy's catalog is millions of one-off listings, so the popularity and exact-match signals that work for standardized SKUs mostly break down. Walk through query understanding, how you'd rank items that have almost no engagement history, and how freshness and seller quality feed the score.

- Design a recommendation engine for unique items (cold-start problem) — because a one-of-a-kind item can sell out and never return, item-based collaborative filtering falls apart. Lean on content features (tags, images, shop, style) and explain how you'd bootstrap suggestions for a brand-new listing with zero interactions.

- Design a payment + escrow flow that handles disputes and chargebacks — interviewers probe idempotency and consistency between your ledger and the payment provider, especially when a charge succeeds but your service crashes before recording it. Sketch the transaction state machine and where you'd hold funds before releasing them to sellers.

- Coding: medium DSA, occasionally with graph or string flavor — expect one medium problem, not a marathon; hash maps, [two pointers](/post/3233474160/coding-interview-two-pointers-sliding-window-patterns-array-string-problems-fast-slow-pointer-variable-window/), and basic graph traversal cover most of it. State your approach and the time and space [complexity](/big-o-cheat-sheet/) before you start writing code.

- [Behavioral](/post/3233460379/behavioral-interview-questions-2026-star-method-amazon-leadership-principles-and-winning-answers/): collaboration, ownership, navigating mission-driven culture — bring concrete stories about cross-team work and times you owned an ambiguous problem end to end. Structure them with the [STAR method](/star-method-answer-builder/) and be ready to say why Etsy's mission and sustainability focus fit how you work.

## Levels and comp (2026)

- SE II: $150K–$190K total

- Senior SE: $220K–$300K

- Staff: $320K–$430K

- Principal: $450K–$580K

## Prep priorities

- Be fluent in PHP (legacy) or Java/Scala (newer services); Python for ML — interview in whatever language you're fastest in, but know the real stack: older surfaces are PHP, newer services trend to Java/Scala, and ML tooling is Python. Being able to reason about migrating a legacy PHP surface into a newer service is a plus.

- Understand search and recommendation systems — study candidate generation vs. re-ranking, ranking features, and evaluation metrics like precision@k and click-through rate. Be ready to discuss the trade-offs specific to a marketplace where inventory turns over fast and most items are unique.

- Read Etsy engineering blog — they have decade+ of detailed posts — their Code as Craft blog goes deep on continuous deployment, testing, and search infrastructure. Skim a few posts so you can point to their engineering values directly in the craft deep-dive.

## Frequently Asked Questions

### Is Etsy remote-friendly?

Hybrid in Brooklyn (HQ), San Francisco, Dublin, others. Many engineering roles remote within US/EU.

### How does Etsy compensation compare to Shopify or Amazon?

Below Amazon and current Shopify. Etsy [comp](/total-comp-calculator/) is mid-tier — competitive at junior-mid; senior+ lags FAANG by 25–35%.

### What is the engineering culture?

Mature, mission-driven, strong testing and deployment culture. Famously calm — Etsy values craft and sustainability over hustle.
