18 real Querying questions from the EF Core bank, as asked in Indian campus drives and tech interviews. Every question has a verified answer and an AI-tutor explanation on placd — free to start.
1. What is LINQ to Entities?
Junior
A.the step where database rows are read and turned into entity or projection objects in memory
B.translating query logic into SQL so filtering and projection run inside the database before rows are returned
C.the query approach where C# expressions are translated by the provider into SQL executed by the database
D.the property whereby a query is not run when defined but only when its results are iterated or materialized
A.the interface representing a query as an expression tree that the provider translates and runs on the server when enumerated
B.the property whereby a query is not run when defined but only when its results are iterated or materialized
C.the query approach where C# expressions are translated by the provider into SQL executed by the database
D.running parts of a query in application memory after fetching rows, restricted in modern versions to the final projection to avoid silent inefficiency
14. Which term means: "running parts of a query in application memory after fetching rows, restricted in modern versions to the final projection to avoid silent inefficiency"?
A.client evaluation — translating query logic into SQL so filtering and projection run inside the database before rows are returned
B.client evaluation — the property whereby a query is not run when defined but only when its results are iterated or materialized
C.client evaluation — running parts of a query in application memory after fetching rows, restricted in modern versions to the final projection to avoid silent inefficiency
D.client evaluation — the step where database rows are read and turned into entity or projection objects in memory
Answers, AI explanations, and a scored voice mock interview
Sign up free to check your answers with explanations, ask the AI tutor anything on any question, and take one full AI mock interview — scored like a real panel.