CISA Exam QuestionsBrowse all questions from this exam

CISA Exam - Question 3


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

Show Answer
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

11 comments
Sign in to comment
tapsshoreOption: D
Jan 22, 2023

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.

kertyceOption: D
Feb 5, 2023

D is correct

AWS56Option: D
Sep 13, 2022

D is correct

Victor83516Option: D
Sep 5, 2022

D is correct.

PC2323Option: D
Sep 12, 2023

Multiple simultaneous edits to a record will create data integrity challenges

BodoohOption: D
Nov 1, 2023

Data Intergrity

fori12Option: D
Mar 19, 2024

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

OlatoyimikaOption: D
Apr 7, 2024

The answer is D

5b56aaeOption: D
Apr 14, 2024

My answer is D

SwallowsOption: D
Jul 13, 2024

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.

scriptkiddieOption: D
Jul 18, 2024

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