nerdexam
(ISC)2

CISSP · Question #844

Which of the following BEST avoids data reminisce disclosure for cloud hosted resources?

The correct answer is B. Strong encryption and deletion of the virtual host after data is deleted. Data remanence in cloud environments refers to residual data that persists after deletion. For cloud-hosted (typically virtualized) resources, destroying the virtual host ensures the underlying storage is fully deprovisioned and inaccessible.

Submitted by joshua94· Mar 5, 2026Asset Security

Question

Which of the following BEST avoids data reminisce disclosure for cloud hosted resources?

Options

  • AStrong encryption and deletion of the keys after data is deleted.
  • BStrong encryption and deletion of the virtual host after data is deleted.
  • CSoftware based encryption with two factor authentication.
  • DHardware based encryption on dedicated physical servers.

How the community answered

(32 responses)
  • A
    16% (5)
  • B
    72% (23)
  • C
    6% (2)
  • D
    6% (2)

Why each option

Data remanence in cloud environments refers to residual data that persists after deletion. For cloud-hosted (typically virtualized) resources, destroying the virtual host ensures the underlying storage is fully deprovisioned and inaccessible.

AStrong encryption and deletion of the keys after data is deleted.

Deleting only the encryption keys leaves the encrypted data still present on the underlying storage media, meaning a sufficiently motivated adversary with access to the raw storage could potentially recover ciphertext and wait for cryptanalytic advances, and the virtual disk or storage volume itself is not deprovisioned.

BStrong encryption and deletion of the virtual host after data is deleted.Correct

In cloud environments, data resides on virtual hosts whose underlying physical storage may retain residual data after logical deletion. Combining strong encryption with deletion of the entire virtual host (including its associated virtual disks and storage volumes) ensures that any remnant data is both unreadable and physically deprovisioned, eliminating remanence risk. This approach addresses the cloud-specific challenge where you do not control the physical media, making virtual host destruction the most complete remediation.

CSoftware based encryption with two factor authentication.

Software-based encryption with two-factor authentication addresses access control and data-in-use protection but does not specifically address data remanence, as residual data can still persist on storage media after deletion regardless of the authentication mechanism used.

DHardware based encryption on dedicated physical servers.

Hardware-based encryption on dedicated physical servers applies to on-premises or bare-metal deployments and is not applicable to cloud-hosted (virtualized, multi-tenant) resources; it also does not address the remanence problem inherent to shared or virtualized cloud storage environments.

Concept tested: Data remanence mitigation for cloud-hosted virtual resources

Source: https://learn.microsoft.com/en-us/azure/security/fundamentals/data-encryption-best-practices

Topics

#data remanence#cloud security#data deletion#virtual host

Community Discussion

No community discussion yet for this question.

Full CISSP Practice