12 real Concurrency 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 optimistic concurrency?
Mid
A.the strategy that allows simultaneous edits and detects conflicts only at save time rather than locking rows up front
B.a property checked in the update predicate so a save fails if another writer changed the row since it was read
C.the error thrown when a save affects fewer rows than expected because a tracked row was changed or removed by someone else
D.a database-managed binary value that changes on every update, commonly used as an automatic conflict-detection token
A.DbUpdateConcurrencyException — a property checked in the update predicate so a save fails if another writer changed the row since it was read
B.DbUpdateConcurrencyException — a database-managed binary value that changes on every update, commonly used as an automatic conflict-detection token
C.DbUpdateConcurrencyException — the strategy that allows simultaneous edits and detects conflicts only at save time rather than locking rows up front
D.DbUpdateConcurrencyException — the error thrown when a save affects fewer rows than expected because a tracked row was changed or removed by someone else
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.