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 18 of 57
Explains collectors as terminal reduction strategies and composes grouping, mapping, counting, and summary operations.
Uses class, bean, property, resource, and application conditions to provide explicit defaults without ambiguous registration.
Connects Content-Type and Accept to handler conditions and converter selection for request reading and response writing.
Separates projected caller-owned content from a component's own view and explains when queries are justified.
Explains context-managed ownership, guaranteed exit behavior, exception suppression, and narrow resource lifetimes.
Explains controller actions, result types, status codes, thin controllers, and HTTP response generation.
Explains acquisition and cleanup around `yield`, including request and function scopes, streaming, and exception-safe ownership.
Explains transient, scoped, and singleton lifetimes in ASP.NET Core APIs and production bugs caused by wrong lifetime choices.
Defines Django transaction nesting, exception boundaries, and post-commit work without promising durability.
Explains backend ordering, session affinity, permission aggregation, and the difference between identity and authorization.
Connects browser-sent session cookies to Django's CSRF token checks for unsafe requests.
Explains how DRF turns an HTTP representation into request data and selects a response representation.
Traces serializer relation access back to queryset loading and verifies the fix with query evidence.
Places segment and global boundaries deliberately, separates expected errors, and makes retries observable and safe.
Explains stream sources, lazy intermediate operations, terminal execution, short-circuiting, encounter order, and single use.
Explains how App Service plans provide compute capacity, how scale-out affects app instances, and why APIs need stateless design.
Explains contextual sanitization and treats bypass APIs as narrow security-review decisions rather than general encoding helpers.
Connects environment and element injectors to instance lifetime, overrides, lazy routes, and accidental state isolation.
Traces a Django request through middleware, URL resolution, a view, application work, and response processing.
Traces a request from the ASGI server through middleware, routing, dependencies, validation, handler execution, and response completion.
Traces a Servlet request through filters, DispatcherServlet, handler mapping, argument resolution, controller invocation, return handling, conversion, and exception resolution.
Traces a Servlet request through the security proxy, selected filter chain, authentication, context, authorization, and exception handling.
Explains Servlet async dispatch, Callable, DeferredResult, executor ownership, timeout, context, and the difference from WebFlux.
Explains ordered URL matching, included URL configurations, reverse lookup, and application namespaces.