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.
119 results across 1 active filter
Page 2 of 5
Combines debounce cleanup, AbortController, and request identity to prevent stale search results.
Explains a constraint-first approach to responsive layout, intrinsic sizing, overflow, and content resilience.
Implements duplicate suppression while preserving the first event for each idempotency key.
Designs realistic load, stress, spike, and soak tests from workload assumptions and SLOs while correlating client results with server bottlenecks.
Uses unique namespaces and correctly scoped fixtures so parallel tests improve speed without creating collisions.
Implements correct half-open interval overlap logic for booking validation.
Treats flakiness as an observable defect in timing, state, order, infrastructure, or product behavior.
Pairs a bounded isolated reproduction with telemetry and a disposal fix for leaked database connections.
Maps an HTTP ETag precondition to EF Core rowversion and returns 412 when the representation is stale.
Performs a set-based bulk update without loading session entities into the change tracker.
Explains capturing, targeting, bubbling, default behavior, and safe event delegation for dynamic interfaces.
Uses EXISTS instead of a row-multiplying join when the related table is only a filter.
Groups normalized email values to identify duplicates before adding or repairing a uniqueness rule.
Uses the gaps-and-islands pattern to find consecutive login-day streaks after deduplicating same-day activity.
Solves a many-to-many all-match filter with grouping and a deliberate empty-selection rule.
Implements a stable first-unique-character search using counts and original order.
Uses NOT EXISTS to express an anti-join without null traps or duplicate parent rows.
Moves non-deterministic browser-only rendering behind a stable server snapshot and post-hydration update.
Flattens a tree into display paths while preserving order and preventing simple cycles.
Uses a recursive CTE to return hierarchy depth and a readable root-to-node path.
Builds customer summaries from order rows using grouping, aggregation, and deterministic ordering.
Uses a test-only DbCommandInterceptor to fail a regression when database command count grows with page size.
Uses the client's original rowversion to detect a lost update and return a deliberate conflict response.
Separates caller cancellation from a dependency timeout and maps expected downstream outcomes safely.