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.
391 results across 1 active filter
Page 4 of 17
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.
Traces serializer relation access back to queryset loading and verifies the fix with query evidence.
Explains stream sources, lazy intermediate operations, terminal execution, short-circuiting, encounter order, and single use.
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 dependency graphs, sub-dependencies, request-local caching, failures, and deliberate cache bypass.
Explains Java HashMap lookup through hashing, buckets, equality, collisions, resizing, and stable keys without implementation trivia.
Explains message-converter selection, deserialization, Java records and constructors, unknown fields, dates, enums, and stable JSON configuration.
Explains GC roots, reachability, generational behavior, pauses, and why setting a reference to null is not a general cleanup strategy.
Explains direct parameter constraints, object cascades, built-in MVC validation, error aggregation, and stable response handling.
Explains imported configuration classes, classpath and bean conditions, ordered defaults, back-off, and the condition report.
Explains ordered property sources, profile documents, environment overrides, command-line values, and evidence-driven diagnosis.
Explains path, HTTP method, parameters, headers, consumed and produced media types, specificity, and ambiguous mappings.
Improves suite speed by reusing stable application contexts and avoiding configuration variation, unnecessary dirtiness, and process forks.
Builds a cooperative scheduling model for tasks, callbacks, readiness, and I/O polling.
Explains Spring's transactional proxy boundary and why an internal method call does not normally start independent advice.
Explains deterministic cleanup through AutoCloseable, reverse close order, suppressed exceptions, and clear ownership.
Uses separate Pydantic input and output models to prevent mass assignment and accidental data disclosure.
Explains suspended generator execution, lazy production, deferred failures, cleanup, and one-pass consumption.