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.
94 results across 1 active filter
Page 4 of 4
Fits database command timeouts into endpoint latency budgets while diagnosing slow SQL, blocking, pool pressure, and uncertain write outcomes.
Replaces a parent query plus one status query per row with one server-side projection.
Uses two isolated EF Core contexts to reproduce a real optimistic-concurrency conflict through the API boundary.
Wraps a complete explicit transaction in the provider execution strategy and creates fresh context state for each retry attempt.
Persists a job and outbox command before returning a status URL for long-running work.
Reviews and stages destructive EF Core schema changes around live data, locks, mixed application versions, recovery, and rollback.
Persists domain state and its outbox message in one SaveChanges transaction without publishing inside the request transaction.
Wraps a pooled DbContext factory so every request assigns tenant state before a global query filter can run.
Explains EF Core shadow properties for audit or infrastructure columns with practical .NET data-access examples and production trade-offs.
Adds a stable query tag and inspects generated SQL without embedding user data or enabling unsafe global logging.
Proves repeated requests with one idempotency key create one resource and return a consistent result.
Verifies migration SQL, data preservation, production-provider behavior, mixed application versions, backfills, and expand-contract releases.
Attaches a key-only stub and marks one property modified for a narrow update while naming the rules this pattern bypasses.
Explains saturation signals and how systems shed, queue, throttle, or degrade before cascading failure.
Uses EF Core context pooling only when reusable context state, tenant isolation, and underlying connection state are controlled and tested.
Explains when EF Core compiled queries help, what they do not fix, and how to measure their value.
Explains how query tags, request correlation, and telemetry help connect slow SQL back to code paths.
Explains when set-based EF Core updates are better than loading entities and where lifecycle behavior can differ.
Explains read models for complex API screens with practical .NET data-access examples and production trade-offs.
Explains LINQ deferred execution with EF Core with practical .NET data-access examples and production trade-offs.
Explains N+1 queries in EF Core with practical .NET data-access examples and production trade-offs.
Explains returning EF entities from APIs with practical .NET data-access examples and production trade-offs.