跳到主要内容

Coinbase Front End Interview Questions

Latest version on GreatFrontEnd

Find the latest version of this page on GreatFrontEnd's Coinbase Front End Interview Guide.

Coinbase's front-end loop uses real test suites — your code is graded by whether it makes the provided tests pass, rather than verbal interviewer judgment. Everything is typically set up in TypeScript, but they aren't strict about correct types (you can write any to speed things up if you need to).

Interview process

  1. CodeSignal OA: a small app with data fetching, similar in shape to GreatFrontEnd's Job Board question.
  2. Onsite (recent format): two coding rounds plus one behavioral. Some loops add a system design round depending on level.

JavaScript coding questions

  • The CodeSignal OA assessment is in flavor very similar to the Job Board question — a small app with data fetching plus utility / JS fundamentals questions graded against a hidden test suite.

User interface coding questions

  • Build a search input that filters and displays a given data structure (Domain round).
  • "Tech execution" round: you're given a partially-implemented app and must fill in the missing pieces. The scope is comprehensive — basic utility functions, UI components, data fetching, JavaScript fundamentals. There's a test suite and your goal is to make each test pass.
  • Job-board-style data-fetching app (recurring OA shape).

Insider tips from the GreatFrontEnd community

These tips were shared by GreatFrontEnd users who have completed interviews with Coinbase.

23rd Oct 2025:

Everything in my Coinbase loop was set up in TypeScript, but they aren't strict about correct types — you can write any to speed things up. Google was not allowed during the interview, so don't rely on looking up HTML event types or similar — practice from memory. The interviewers were nice about you describing what you'd do in practice rather than implementing every piece end-to-end.

18th Oct 2025:

No system design in my Coinbase loop (might depend on level). My domain question was building a search input that displays and searches a given data structure. The tech execution round gave me a partially-implemented app with missing pieces — utility functions, UI components, data fetching, JS fundamentals — and a test suite to pass for each part. Pretty comprehensive coverage of fundamentals.

9th Oct 2025:

Recent Coinbase loop: two coding assessments and one behavioral round. The OA / coding portion is similar in flavor to the Job Board question on GFE — small app with data fetching.

1st Aug 2024:

The Coinbase CodeSignal assessment is very simple if you've done Job Board on GFE plus a couple of other UI questions. It's an app with data fetching.

For more insider tips, visit GreatFrontEnd!