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 32 of 57
Explains correlation IDs, distributed tracing, dependency telemetry, message boundaries, and logs across App Service, queues, and downstream APIs.
Maps risk tiers and policy statements to owned, versioned, testable runtime controls, evidence, exceptions, and review triggers.
Uses thread dumps, heap dumps, logger changes, mappings, and configuration evidence through a tightly controlled operator path.
Uses inference profiles for capacity while accounting for destination Regions, IAM and SCP policy, residency, quotas, and observable routing.
Uses route groups for organization and layout boundaries while accounting for URL collisions and full reloads across roots.
Selects a production experiment based on user exposure, side effects, measurement needs, cost, and rollback risk.
Uses Actuator for operational visibility while controlling endpoint exposure, access, detail, and network reachability.
Designs optimistic identity, pending state, reconciliation, rollback, and overlapping mutation behavior.
Verifies provider signatures over raw bytes, enforces freshness, and makes repeated delivery idempotent.
Checks model, feature, API, region, quota, commercial access, lifecycle, and dependent-service compatibility before rollout.
Describes lazy iterator execution, state-machine behavior, early termination, resource disposal, and repeat-enumeration consequences.
Keeps HttpContext inside the active request, avoids concurrent access, and copies only immutable data needed by later work.
Compare synchronous enumeration with async streaming and explain when IAsyncEnumerable helps with large or delayed data.
Explains how IHttpClientFactory separates short-lived clients from pooled handlers and how concurrency, DNS, resilience, and DI lifetimes still require judgment.
Chooses immutable values and controlled mutable entities based on identity, concurrency, invariants, allocation cost, and update semantics.
Validates size and signature, writes under a generated storage key, and keeps untrusted files outside the public web root.
Builds a resumable tool workflow that validates model proposals, authorizes every action, requires approval for side effects, and remains idempotent under retries.
Explains upload UX, API boundaries, validation, progress, storage, scanning, failure handling, and safe download behavior.
Builds a provider-neutral model gateway that owns request deadlines, retry classification, budget enforcement, fallback policy, and versioned telemetry.
Validates a bounded command set completely before applying all updates in one SaveChanges transaction.
Builds a bounded readiness check for one required dependency while keeping liveness independent and responses non-sensitive.
Builds a Celery task that survives timeout ambiguity, retries temporary failures, and records one durable business outcome.
Builds a small immutable money type with explicit scale, rounding, arithmetic, ordering, and value equality.
Builds a frozen dataclass around Decimal with explicit scale, validation, arithmetic, ordering, and value equality.