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 47 of 57
Separates dependency bundles, tested version alignment, transitive dependencies, and runtime auto-configuration.
Connects SQLAlchemy object states to flush, commit, close, serialization, and later attribute access.
Explains practical pull request review signals for .NET services, including tests, API contracts, migrations, configuration, and operational impact.
Describes the context window as the bounded request state containing instructions, conversation, retrieved evidence, tool results, and output capacity.
Explains monitor mutual exclusion, visibility, reentrancy, lock identity, scope, and contention.
Separates React's pure calculation work from DOM mutation, layout effects, passive effects, and browser paint.
Designs scheduled work for overlap, multiple replicas, restart, failure, and durable ownership instead of assuming one execution.
Explain the async state machine, continuation scheduling, and exception flow when a C# method awaits a Task.
Explains the path from Java source to bytecode and running code, including class loading and the JIT without turning the answer into JVM trivia.
Defines abstraction as a deliberate contract over essential behavior, then explains practical C# boundaries and the cost of weak abstractions.
Defines abstraction as a deliberate contract over essential behavior and keeps Java mechanisms secondary to the design purpose.
Explains closures as functions retaining access to lexical bindings, then connects them to callbacks, factories, state, and common capture mistakes.
Explains Java lambdas as implementations of single-abstract-method contracts and connects standard interfaces to API design.
Explains the persistence context as an identity map and unit of work that tracks managed entities through EntityManager.
Defines a large language model through next-token prediction and connects that mechanism to useful language behavior and its limits.
Defines AI evaluation as repeatable measurement of application behavior while preserving deterministic tests for code and contracts.
Defines embeddings as model-produced vectors used for similarity and contrasts representation with text generation.
Explains callable decoration, closure-based configuration, metadata preservation, ordering, async behavior, and hidden control flow.
Explains LINQ deferred execution with EF Core with practical .NET data-access examples and production trade-offs.
Defines Django as a batteries-included Python web framework and separates framework conveniences from application design.
Defines FastAPI as an ASGI web framework and explains how types drive validation, dependency resolution, responses, and OpenAPI.
Explains how route values, query strings, headers, and request bodies become typed endpoint input.
Defines object-oriented programming clearly, then connects objects, responsibilities, and the main OOP mechanisms to practical C# design.
Defines OOP directly and connects Java objects, responsibilities, state, behavior, and collaboration to a practical design.