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 6 of 57
Chooses delegation patterns based on who owns the user interaction, context, final answer, permissions, and failure handling.
Compares cache-aside, read-through, and write-through by read and write ownership, freshness, failure behavior, invalidation, fallback, stampede control, and operational complexity.
Chooses between a direct provider relationship and a cloud-managed integration using concrete security, operations, capability, and commercial constraints.
Separates the current model input from authoritative workflow state and selectively retained information across runs.
Designs a narrow covering index from predicates and ordering, then weighs eliminated lookups against storage, write overhead, cache efficiency, overlap, and maintenance cost.
Explains when CSRF matters, how cookies change browser behavior, and what mitigations fit API clients.
Separates runtime model use from model training, fine-tuning, prompt design, and retrieval-augmented generation as different engineering levers.
Explains when local process memory is enough and when shared Redis-style caching is worth the extra dependency.
Combines exact lexical matching with semantic recall and explains why hybrid retrieval often needs measured fusion and ranking.
Compares vendor-neutral OpenTelemetry concepts with Application Insights usage for .NET production services.
Balances burst flexibility, predictable capacity, latency variance, commitment cost, and realistic traffic shape.
Separates prompt-requested JSON, parseable JSON modes, and provider-enforced schema adherence.
Separates application instruction attacks from attempts to bypass a model's safety behavior and explains their overlapping defenses.
Compares point-to-point queues with publish-subscribe topics and explains when each model fits.
Compares Redis pub/sub with durable queues when broadcasting cache invalidation or refresh events.
Explains how roles group permissions while API policies enforce specific capabilities and resource rules.
Compare a deliberately simplified numeric dotted-version contract without claiming full SemVer 2.0 support.
Builds optional EF Core predicates while preserving server translation, stable ordering, and a bounded result.
Explains composite index column order with practical .NET data-access examples and production trade-offs.
Combines focused collaborators for independent behavior while recognizing cases where a genuine stable hierarchy remains simpler.
Choose between ConcurrentDictionary and explicit locks when managing concurrent in-memory data.
Explains how environment configuration drift causes deployment bugs and how to reduce it.
Explains how later configuration providers override earlier values and keeps secrets, environment overrides, and diagnostics within explicit boundaries.
Explain what ConfigureAwait(false) does, why it mattered historically, and how to reason about it in ASP.NET Core and library code.