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 26 of 57
Places the application class above owned components, uses capability-oriented packages, and keeps scanning and imports deliberate.
Stores salted adaptive password hashes, supports algorithm migration, and separates password verification from encryption.
Uses Pydantic models as explicit transport contracts without making them persistence or domain models automatically.
Uses explicit status and field semantics so absence, null, not-applicable, and insufficient evidence are not conflated.
Keeps Celery messages small, safe to deserialize, and compatible across rolling deployments.
Aligns pytest-asyncio discovery, loop lifetime, and async fixture ownership without custom loop competition.
Defines one explicit SQLAlchemy session and transaction owner for each request, job, thread, or async task.
Explains decimal construction, scale, equality, rounding, and why BigDecimal needs a money contract around it.
Explain how Task.WhenAll behaves when one or more tasks fail and how to inspect failures safely.
Covers using managed identity and Microsoft Entra authentication for Azure SQL access from a .NET API.
Builds outbound resilience from deadlines and operation safety, then adds bounded retry, circuit, and concurrency controls with telemetry.
Uses deadline budgets, transient-only bounded retries, jitter, idempotency, and propagated cancellation without retry storms.
Records attributable versions, decisions, evidence references, policy results, and side-effect receipts while minimizing content-rich logs.
Defines success, failure, step, time, token, cost, retry, and repetition limits with useful escalation behavior.
Designs backpressure, worker ownership, completion tracking, failure, and shutdown around asyncio queues.
Combines production-shaped, expert-authored, edge, and adversarial cases with versioned labels and privacy controls.
Combines a canonical detail page with an intercepted modal, Parallel Route slot, browser history, and accessible dismissal.
Transforms conversational requests into bounded search inputs while preserving user intent, constraints, and traceability.
Balances retrieval precision, answer completeness, document structure, overlap, metadata, and model input limits.
Chooses among shared, provisioned, regional, data-zone, global, batch, or managed-compute patterns from workload and governance constraints.
Chooses a model from task-specific evaluation, operating constraints, safety, latency, cost, context, modality, and provider requirements.
Chooses browser storage by server transport, lifetime, capacity, query needs, sensitivity, synchronization, and offline behavior.
Chooses among routing, sequential, parallel, evaluator-optimizer, and bounded agent loops from the task's dependency structure.
Builds a small, task-relevant, typed toolset with clear semantics rather than exposing an entire internal API surface.