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 bounded dynamic query that returns a read model, applies only supplied predicates, and uses deterministic ordering.
Implements request validation, a clean service boundary, a 201 response, and stable RFC 9457-style validation details.
Implements single-flight request coalescing so one load runs per key while unrelated keys remain concurrent.
Uses a bounded entity graph for a to-one association and proves the repair with Hibernate query statistics.
Builds a small immutable money type with explicit scale, rounding, arithmetic, ordering, and value equality.
Carries the version observed by the client into a conditional update and returns an explicit conflict instead of silently overwriting newer data.
Uses a scoped idempotency key, request hash, unique constraint, and one transaction to create an order exactly once from the API perspective.
Implements descending cursor pagination with a unique tie-breaker, bounded projection query, and next-cursor detection.
Fetches multiple URLs with bounded concurrency, per-request and batch deadlines, cancellation, ordered results, and executor cleanup.
Persists business state and durable publication intent atomically, leaving broker delivery to an idempotent retrying publisher.
Tests anonymous, owner, non-owner, and missing-resource outcomes through the real Spring Security filter chain.
Runs a Spring Boot integration test against PostgreSQL and proves a migration-backed database constraint at flush time.