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.
1345 results
Page 3 of 57
Implements a reusable ControlValueAccessor with model-to-view updates, touch and disabled semantics, keyboard behavior, and validation-friendly accessibility.
Explains admin list/edit/delete workflows with capability checks, audit events, confirmation, validation, and recovery.
Implements a functional interceptor that adds correlation metadata, records timing, and retries only explicitly safe transient requests.
Builds a reproducible evaluation harness that records immutable cases, versioned outputs, deterministic checks, calibrated graders, slices, and release decisions.
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 small, immutable, non-root .NET runtime image with controlled inputs, external configuration, graceful lifecycle behavior, and a practical patching strategy.
Builds a route-level Next.js failure UI with safe reporting, retry, and an escape route while keeping expected errors out of the boundary.
Compares build artifacts and deployment packages in a software release pipeline.
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.
Explains permission-aware navigation, guarded routes, server authorization, stale capabilities, and safe 401/403 handling.
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 a schema-constrained extraction boundary that distinguishes refusal, malformed output, semantic invalidity, and safe bounded repair.
Builds several daily business metrics in one grouped query while keeping each metric definition explicit.
Explains composing dynamic LINQ filters while keeping query execution in SQL and index-friendly.
Builds a hybrid retrieval pipeline that enforces tenant scope before ranking, assembles a bounded context, and verifies returned citations.
Models file validation, progress, cancellation, failure, and retry without losing the selected file.
Compares caching response-shaped read models with caching domain entities or raw database objects.
Explains caching and revalidation choices for static, dynamic, user-specific, and frequently changing data.
Uses an ordered window aggregate to calculate a deterministic running balance per account.