nerdexam
Isaca

CISA · Question #261

Which of the following provides the BEST assurance of data integrity after file transfers?

The correct answer is D. Hash values. Hash values provide the best assurance of data integrity after file transfers by creating a unique digital fingerprint of the data that can be compared before and after transfer.

Submitted by fatema_kw· Apr 18, 2026Protection of Information Assets

Question

Which of the following provides the BEST assurance of data integrity after file transfers?

Options

  • ACheck digits
  • BMonetary unit sampling
  • CReasonableness check
  • DHash values

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    3% (1)
  • D
    94% (31)

Why each option

Hash values provide the best assurance of data integrity after file transfers by creating a unique digital fingerprint of the data that can be compared before and after transfer.

ACheck digits

Check digits are simple error-detection codes appended to numbers (like account numbers) to detect basic transcription errors, not robustly assure file integrity for entire files.

BMonetary unit sampling

Monetary unit sampling is an auditing technique used to select a sample for testing and is unrelated to verifying data integrity during file transfers.

CReasonableness check

A reasonableness check verifies if data falls within expected or plausible ranges, but it cannot detect subtle data corruption or unauthorized modifications within a file transfer.

DHash valuesCorrect

Hash values (or cryptographic hashes) generate a fixed-size string of characters from a variable-sized input, acting as a unique digital fingerprint. If even a single bit of the data changes during transfer, the calculated hash value will be drastically different, immediately indicating data corruption or tampering, thus providing strong integrity assurance.

Concept tested: Data integrity assurance mechanisms

Topics

#Data Integrity#Hash Values#File Transfers#Security Controls

Community Discussion

No community discussion yet for this question.

Full CISA Practice