Technology
Microsoft SQL Server data modeling, indexing, transactions, query performance, and operational behavior.
Practice items tagged with SQL Server.
Explains how tenant query filters help, where they can be bypassed, and what extra safeguards protect tenant isolation.
Explains physical connection reuse, pool partitioning, short ownership, exhaustion causes, diagnostics, and why increasing the pool is not the first fix.
Pre-aggregates two one-to-many relationships before joining them to prevent fanout from corrupting financial totals.
Explains URL-backed filters, API query parameters, pagination, sorting, empty states, and shareable list views.
Explains admin list/edit/delete workflows with capability checks, audit events, confirmation, validation, and recovery.
Builds several daily business metrics in one grouped query while keeping each metric definition explicit.
Preparation paths where this taxonomy appears in the track scope.
Full-cycle .NET full-stack interview preparation.
A role-based preparation path covering C#, ASP.NET Core APIs, data access, frontend integration, testing, deployment, system design, real-life scenarios, and behavioral interview topics.
Backend-focused .NET interview preparation.
A backend-focused .NET preparation path covering C#, ASP.NET Core APIs, data access, reliability, testing, and practical coding.
Build the endpoint, protect its boundaries, and make failure behavior explicit.
A hands-on ASP.NET Core interview track covering typed contracts, validation, list queries, overposting, idempotency, concurrency, bulk writes, capability and resource authorization, secure files, downstream calls, durable jobs, webhooks, and rate limiting.
Implement, inspect, and debug the data-access code behind real .NET APIs.
A hands-on EF Core interview track covering DTO projections, N plus one fixes, optional filters, keyset pagination, split queries, set-based updates, concurrency conflicts, outbox transactions, retry strategies, cancellation, bounded imports, query diagnostics, and pooled tenant state.