Pick a focused question that fits your time, stack, and interview goal.
How much time do you have?
Show one-drill sessions you can finish now.
132 results across 1 active filter
Page 1 of 6
Turns a production-only role and payload failure into the smallest durable API regression test.
Aggregates log entries into per-minute error counts with deterministic output.
Partitions limits by authenticated user or trusted client address and returns useful 429 retry metadata.
Loads a resource once, evaluates owner-or-capability authorization, and avoids trusting route ownership claims.
Pre-aggregates two one-to-many relationships before joining them to prevent fanout from corrupting financial totals.
Builds a debounced typeahead with latest-request semantics, local error recovery, explicit states, and lifecycle-safe subscription ownership.
Builds a bounded dynamic query that returns a read model, applies only supplied predicates, and uses deterministic ordering.
Implements labeled fields, client validation, error summaries, focus recovery, and pending submission state.
Implements a reusable ControlValueAccessor with model-to-view updates, touch and disabled semantics, keyboard behavior, and validation-friendly accessibility.
Implements a functional interceptor that adds correlation metadata, records timing, and retries only explicitly safe transient requests.
Checks health, authentication, and one critical read flow after deployment without creating persistent business data.
Implements a safe in-memory paging helper with metadata and boundary handling.
Builds a route-level Next.js failure UI with safe reporting, retry, and an escape route while keeping expected errors out of the boundary.
Coordinates version-ready events, unsaved-work checks, deferred reload, failure reporting, and one prompt per version without unsafe in-place activation.
Implements bounded filtering and deterministic keyset pagination without accepting arbitrary query expressions.
Builds writable and computed signal state for filtering and selection while preserving stable row identity and avoiding effect-driven derivation.
Creates a resource through an explicit request DTO and returns typed 201, 409, and validation outcomes.
Builds a FastAPI POST boundary with separate input/output models, forbidden extra fields, domain mapping, and a 201 response.
Implements request validation, a clean service boundary, a 201 response, and stable RFC 9457-style validation details.
Builds several daily business metrics in one grouped query while keeping each metric definition explicit.
Models file validation, progress, cancellation, failure, and retry without losing the selected file.
Uses an ordered window aggregate to calculate a deterministic running balance per account.
Implements invoice total calculation with quantity, unit price, percentage discount, and rounding.
Combines daily aggregation, a calendar table, and a window frame to calculate true seven-calendar-day revenue.