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.
12 results across 1 active filter
Page 1 of 1
Builds a FastAPI POST boundary with separate input/output models, forbidden extra fields, domain mapping, and a 201 response.
Implements bounded asyncio HTTP concurrency with one client, per-call deadlines, TaskGroup ownership, and deterministic cleanup.
Repairs a Django serialization path with select_related and prefetch_related, then locks the query shape with a regression test.
Uses SQLAlchemy version counters and an HTTP precondition to reject stale writes without silently overwriting newer state.
Builds a Celery task that survives timeout ambiguity, retries temporary failures, and records one durable business outcome.
Builds a frozen dataclass around Decimal with explicit scale, validation, arithmetic, ordering, and value equality.
Implements a database-backed idempotency boundary that replays one response and rejects key reuse with a different request.
Builds descending keyset pagination with a unique tie-breaker, opaque cursor, limit-plus-one query, and stable next page.
Uses a database transaction and row lock to keep stock non-negative when reservations race.
Persists business state and durable publication intent atomically while leaving broker delivery to an idempotent publisher.
Tests missing, unauthenticated, owner, and cross-owner access through FastAPI's real dependency and routing boundary.
Runs a migration-backed pytest integration test against PostgreSQL and proves case-insensitive email uniqueness.