← 返回 coinbase 的题目列表Worker Salary OA
类型:qbank
An older CodeSignal rotation that has resurfaced on backend loops: a multi-level employee / salary tracking system. Full prompt has not been fully leaked recently, but candidates report the volume-of-code character of the standard 4-level rotation, with Java being especially time-tight.
Requirements
Known elements (from recent candidate reports; full level breakdown is partial):
Level 1 — basic CRUD on employees and salaries.
Later levels add filtering, sorting, and aggregated queries (top-N earners, departmental totals).
Java specifically is reported as struggling to finish in 70 minutes due to the boilerplate volume.
Notes
Behave as if this is structurally identical to the banking-system / in-memory-database rotations — same hidden-test pattern, same partial-credit grading, same emphasis on a Level-1 data structure that survives all four levels.
Recent rotation history suggests the published Coinbase rotation list is mostly stable for ~6 months at a time; if you see this rotation in your invite, check the forum within the last week for the freshest level-2/3/4 breakdown.
Preparation
The cross-rotation drill — sort, top-N, filter-by-substring, grouped-aggregate — covers most of what shows up here. The transferable preparation is far more important than chasing the leaked exact level wording.