hardmultiple choiceObjective-mapped

A team stores sensitive archives on cloud block storage. The provider already encrypts disks at rest, but the company wants copies of the disks to remain unreadable even if a cloud administrator can snapshot and mount the volume. Which control is best?

Question 1hardmultiple choice
Full question →

A team stores sensitive archives on cloud block storage. The provider already encrypts disks at rest, but the company wants copies of the disks to remain unreadable even if a cloud administrator can snapshot and mount the volume. Which control is best?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Distractor review

Enable provider-managed encryption at rest only and rotate the storage passwords monthly.

Provider-managed encryption is helpful, but it still assumes trust in the provider's control plane and administrators.

B

Best answer

Use client-side encryption before upload and keep the keys in an external HSM or key service.

Client-side encryption protects the data before it reaches the provider, so copied storage remains ciphertext without the key.

C

Distractor review

Place the storage account in a private subnet and block all Internet access.

Network isolation helps connectivity, but it does not protect data copied from snapshots or mounted disks.

D

Distractor review

Rely on immutable snapshots and versioning to prevent unauthorized access.

Immutability helps recovery and tamper resistance, but it does not encrypt the contents against administrative access.

Common exam trap

Common exam trap: usable hosts are not the same as total addresses

Subnetting questions often tempt you into counting all addresses. In normal IPv4 subnets, the network and broadcast addresses are not usable host addresses.

Technical deep dive

How to think about this question

Subnetting questions test whether you can identify the network, broadcast address, usable range, mask and correct subnet. Slow down enough to calculate the block size correctly.

KKey Concepts to Remember

  • CIDR notation defines the prefix length.
  • Block size helps identify subnet boundaries.
  • Network and broadcast addresses are not usable hosts in normal IPv4 subnets.
  • The required host count determines the smallest suitable subnet.

TExam Day Tips

  • Write the block size before choosing the subnet.
  • Check whether the question asks for hosts, subnets or a specific address range.
  • Do not confuse /24, /25, /26 and /27 host counts.

Related practice questions

Related SY0-701 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SY0-701 question test?

CIDR notation defines the prefix length.

What is the correct answer to this question?

The correct answer is: Use client-side encryption before upload and keep the keys in an external HSM or key service. — Client-side encryption is the strongest choice because the data is encrypted before it leaves the organization’s control. Even if a cloud administrator can copy, snapshot, or mount the storage, the contents remain unreadable without the external key material. Keeping keys in an HSM or separate key service also improves separation of duties and reduces the chance that cloud-side administrative access can decrypt the archive. Why others are wrong: Provider-managed encryption at rest is useful, but it still relies on the provider’s trust boundary. Private networking does not stop a copied disk from being read offline. Immutable snapshots and versioning protect availability and integrity, but they are not confidentiality controls and do not solve the administrative-access risk described in the scenario.

What should I do if I get this SY0-701 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.