ISC2 Certified Secure Software Lifecycle Professional (CSSLP) Practice Question

During testing, two concurrent transactions sometimes overwrite each other's changes to the same customer record, causing lost updates. The development team wants to allow many users to read data simultaneously but detect and reject conflicting writes only when a transaction is committed. Which database concurrency control should they implement to best address this requirement?

  • Lower the isolation level to READ UNCOMMITTED to increase throughput and avoid locks.

  • Implement optimistic locking that compares a version or timestamp column at commit time.

  • Disable automatic commit so transactions stay open until the application explicitly ends them.

  • Use pessimistic locking so each transaction obtains an exclusive lock when the row is first read.

ISC2 Certified Secure Software Lifecycle Professional (CSSLP)
Secure Software Implementation
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot