CISA Exam QuestionsBrowse all questions from this exam

CISA Exam - Question 164


An IS auditor is observing transaction processing and notes that a high-priority update job ran out of sequence. What is the MOST significant risk from this observation?

Show Answer
Correct Answer: D

When a high-priority update job runs out of sequence, the most significant risk is that it may complete with invalid data. Running the job out of sequence can lead to processing without the correct input or context from previous jobs, thereby resulting in erroneous data. This directly impacts data integrity, which can have serious consequences for the organization, especially if decisions are made based on inaccurate information.

Discussion

9 comments
Sign in to comment
2022cisaOption: B
Oct 9, 2022

B is correct answer. Because jobs should run in sequence as they are dependent on each other.

007GeorgeoOption: D
May 3, 2023

The answer is correct , the risk is invalid data

Aqua_Jk09Option: B
Jan 15, 2023

should be B

BA27Option: D
Aug 22, 2023

D. The question is asking about significant risk from this observation and not as to why did it happen!

a84nOption: B
Apr 26, 2024

Answer: B "Previous jobs may have failed," seems more aligned with the potential risks associated with an update job running out of sequence. If previous jobs have failed or not completed as expected, it could indicate underlying issues in the processing environment, leading to data discrepancies, operational disruptions, or compliance concerns. Therefore, option B is a more comprehensive concern as it addresses the potential ripple effects of out-of-sequence job execution on the overall processing integrity and reliability.

hohoOption: B
Jun 13, 2023

Agree on B, sequence job may fail by previous

SMTBetaOption: D
May 24, 2024

consider the key word risk, I choice answer D, invalid data rather than B, it is because the previous job is fact and the result cannot be return, it is not a risk anymore

SwallowsOption: D
Jun 2, 2024

When a high-priority update job runs out of sequence, it may not have the necessary input or context to process data correctly. As a result, there's a significant risk that the job completes its processing with invalid data. This directly impacts data integrity and can have serious consequences for the organization, especially if decisions are made based on the erroneous data.

46080f2Option: D
Jun 10, 2024

Vote for D. - A. and B. are not risks per se, but possible root causes. If we compare C. and D. to get the answer to the question about the "*MOST* significant risk" it's clearly D. as returning invalid data is for sure a more significant than an incomplete job which will return anyway an incompletion error message to the operator.