Pick a focused question that fits your time, stack, and interview goal.
17 results across 1 active filter
Page 1 of 1
Turns a production-only role and payload failure into the smallest durable API regression test.
Explains dependency duration, error rate, timeout rate, query tagging, Redis latency, HTTP downstream calls, and endpoint correlation.
Compares rollback, roll-forward, feature kill switches, scaling, and degraded mode as incident mitigations.
Explains deployment markers, version telemetry, feature-flag state, commit traceability, and incident diagnosis after releases.
Explains what belongs in runbooks, how on-call handoff preserves context, and how operational docs stay useful.
Explains how to troubleshoot absent logs or telemetry by checking configuration, sampling, sinks, levels, deployment, and correlation.
Explains a telemetry-driven path from slow endpoint symptoms to database, cache, dependency, CPU, or payload root cause.
Pairs a bounded isolated reproduction with telemetry and a disposal fix for leaked database connections.
Uses a test-only DbCommandInterceptor to fail a regression when database command count grows with page size.
Explains initial incident triage: confirm impact, mitigate, assign roles, preserve evidence, and communicate.
Explains how to triage post-release 500 errors using deployment correlation, logs, traces, feature flags, and rollback safety.
Explains how to diagnose 401/403 spikes across token validation, identity provider issues, clock skew, deployment changes, and abuse.
Classifies retryable outcomes and applies bounded attempts, exponential backoff, jitter, deadlines, and idempotency.
Sets bounded timeout and deadline policies across callers, APIs, databases, and external services without hiding unknown outcomes.
Explains how to diagnose and mitigate a downstream dependency slowing the API through timeouts, retries, and degraded behavior.
Explains how to investigate queue age, backlog, worker health, poison messages, dependency failures, and safe catch-up.
Explains closed, open, and half-open behavior, failure classification, recovery probes, and the limits of circuit breakers.