Exam CISA All QuestionsBrowse all questions from this exam
Question 3

Which of the following is the GREATEST risk if two users have concurrent access to the same database record?

    Correct Answer: D

    When two users have concurrent access to the same database record, the greatest risk is data integrity. Data integrity ensures that the data is accurate, consistent, and reliable. Concurrent access can lead to conflicts and inconsistencies, such as overwriting data or creating discrepancies, compromising the accuracy and reliability of the database.

Discussion
kertyceOption: D

D is correct

tapsshoreOption: D

The greatest risk if two users have concurrent access to the same database record is Data Integrity. This is because concurrent access to the same record can lead to conflicts and inconsistencies in the data, resulting in data being lost or corrupted. Data integrity is the assurance that the data stored in the database is accurate, consistent, and reliable.

AWS56Option: D

D is correct

scriptkiddieOption: D

Concurrency controls prevent data integrity issues that can occur when two update processes access the same data element simultaneously​​.

SwallowsOption: D

Although referential integrity is primarily concerned with relationships between different tables, it poses a direct risk to data integrity, since concurrent accesses updating the same records can compromise data integrity.

5b56aaeOption: D

My answer is D

OlatoyimikaOption: D

The answer is D

fori12Option: D

It is critical that database integrity and availability are maintained. This is ensured through the following controls: • Establish controls to handle concurrent access problems, such as multiple users desiring to updatethe same data elements at the same time

BodoohOption: D

Data Intergrity

PC2323Option: D

Multiple simultaneous edits to a record will create data integrity challenges

Victor83516Option: D

D is correct.