Microsoft Azure Administrator AZ-104 Azure Files and Blob Storage Practice Test 1

 

Topic 06 Practice Test 1 covers Azure Files and Blob Storage for Microsoft Azure Administrator AZ-104 and maps to the objective: Configure Azure Files and Azure Blob Storage. For broader exam preparation, review the Microsoft AZ-104 Exam Dumps. Every option includes focused technical reasoning explaining both the Azure concept and its fit to the scenario.

Question 1

Contoso is migrating an application that expects a managed SMB file share in Azure. Which storage resource should the administrator create? Choose ONE.

  1. Create and configure an Azure Files share
  2. Create a Blob Storage container
  3. Create an Azure Files share snapshot
  4. Enable soft delete for Azure file shares

Correct Answer: A

Correct Answer

 

 

Answer A is correct because Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls. For Contoso, that directly matches the stated requirement: the administrator must create a managed file share rather than object storage or a recovery artifact.

Incorrect Answers

 

Answer B is incorrect because A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings. It is not the appropriate selection for Contoso; the scenario requires: the administrator must create a managed file share rather than object storage or a recovery artifact.

Answer C is incorrect because For Contoso, the deciding constraint is: the administrator must create a managed file share rather than object storage or a recovery artifact. A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. This solves a different operational need.

Answer D is incorrect because Azure Files soft delete retains a deleted file share for the configured retention period so the share and its data can be recovered after accidental share deletion. Even though the feature can be useful, it does not provide The required outcome for Contoso: the administrator must create a managed file share rather than object storage or a recovery artifact.

 

Question 2

Fabrikam needs a cloud file share that multiple VMs can mount by using a supported file protocol. What should be provisioned? Choose ONE.

  1. Create a Blob Storage container
  2. Create and configure an Azure Files share
  3. Create an Azure Files share snapshot
  4. Enable soft delete for Azure file shares

Correct Answer: B

Correct Answer

 

 

Answer B is correct because The required outcome for Fabrikam is: the administrator must create a managed file share rather than object storage or a recovery artifact. Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls. This option provides that capability.

Incorrect Answers

 

Answer A is incorrect because A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings. For Fabrikam, however, that does not meet the stated requirement: the administrator must create a managed file share rather than object storage or a recovery artifact.

Answer C is incorrect because A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. It misses the key condition in the Fabrikam case: the administrator must create a managed file share rather than object storage or a recovery artifact.

Answer D is incorrect because Fabrikam must satisfy this condition: the administrator must create a managed file share rather than object storage or a recovery artifact. Azure Files soft delete retains a deleted file share for the configured retention period so the share and its data can be recovered after accidental share deletion. This option is aimed at another design goal.

 

Question 3

Northwind Traders wants to set a share quota and expose shared files through Azure Storage. Which Azure resource is the correct target? Choose ONE.

  1. Create a Blob Storage container
  2. Create an Azure Files share snapshot
  3. Create and configure an Azure Files share
  4. Enable soft delete for Azure file shares

Correct Answer: C

Correct Answer

 

 

Answer C is correct because Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls. The deciding condition in The Northwind Traders scenario is: the administrator must create a managed file share rather than object storage or a recovery artifact. This option fits that condition.

Incorrect Answers

 

Answer A is incorrect because The required outcome for Northwind Traders is: the administrator must create a managed file share rather than object storage or a recovery artifact. A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings. This capability does not satisfy that condition.

Answer B is incorrect because The requirement for Northwind Traders is: the administrator must create a managed file share rather than object storage or a recovery artifact. A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. The option therefore targets a different Azure capability.

Answer D is incorrect because Azure Files soft delete retains a deleted file share for the configured retention period so the share and its data can be recovered after accidental share deletion. The mismatch for Northwind Traders is the stated requirement: the administrator must create a managed file share rather than object storage or a recovery artifact.

 

Question 4

Adventure Works needs an Azure-hosted file share for application content, not a blob container. Which resource should it configure? Choose ONE.

  1. Create a Blob Storage container
  2. Create an Azure Files share snapshot
  3. Enable soft delete for Azure file shares
  4. Create and configure an Azure Files share

Correct Answer: D

Correct Answer

 

 

Answer D is correct because The key requirement for Adventure Works is: the administrator must create a managed file share rather than object storage or a recovery artifact. Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls.

Incorrect Answers

 

Answer A is incorrect because A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings. The Adventure Works scenario instead calls for this outcome: the administrator must create a managed file share rather than object storage or a recovery artifact.

Answer B is incorrect because A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. This would not resolve the stated requirement for Adventure Works: the administrator must create a managed file share rather than object storage or a recovery artifact.

Answer C is incorrect because In the Adventure Works case, the required result is: the administrator must create a managed file share rather than object storage or a recovery artifact. Azure Files soft delete retains a deleted file share for the configured retention period so the share and its data can be recovered after accidental share deletion. Selecting this would solve a neighboring problem instead.

 

Question 5

Tailspin Toys is deploying an application that writes block blobs and needs a logical data grouping inside an existing storage account. What should be created? Choose ONE.

  1. Create a Blob Storage container
  2. Create and configure an Azure Files share
  3. Create an Azure Files share snapshot
  4. Configure an Azure Blob lifecycle management policy

Correct Answer: A

Correct Answer

 

 

Answer A is correct because A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings. This aligns with The Tailspin Toys scenario, whose requirement is: the application must store and organize Blob Storage objects inside a blob namespace container.

Incorrect Answers

 

Answer B is incorrect because Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls. That feature is valid Azure functionality, but The requirement for Tailspin Toys is: the application must store and organize Blob Storage objects inside a blob namespace container.

Answer C is incorrect because For Tailspin Toys, the required behavior is: the application must store and organize Blob Storage objects inside a blob namespace container. A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. That is not the behavior this scenario calls for.

Answer D is incorrect because Lifecycle management applies rule-based actions to eligible blob data, such as moving blobs to cooler tiers or deleting old base blobs, versions, or snapshots when conditions are met. That does not line up with the stated constraint for Tailspin Toys: the application must store and organize Blob Storage objects inside a blob namespace container.

 

Question 6

Woodgrove Bank needs a Blob Storage boundary for application objects and container-level settings. Which resource should the administrator configure? Choose ONE.

  1. Create and configure an Azure Files share
  2. Create a Blob Storage container
  3. Create an Azure Files share snapshot
  4. Configure an Azure Blob lifecycle management policy

Correct Answer: B

Correct Answer

 

 

Answer B is correct because For Woodgrove Bank, the technical constraint is: the application must store and organize Blob Storage objects inside a blob namespace container. A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings.

Incorrect Answers

 

Answer A is incorrect because For Woodgrove Bank, the deciding constraint is: the application must store and organize Blob Storage objects inside a blob namespace container. Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls. This solves a different operational need.

Answer C is incorrect because A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. Even though the feature can be useful, it does not provide The required outcome for Woodgrove Bank: the application must store and organize Blob Storage objects inside a blob namespace container.

Answer D is incorrect because The Woodgrove Bank scenario is testing this requirement: the application must store and organize Blob Storage objects inside a blob namespace container. Lifecycle management applies rule-based actions to eligible blob data, such as moving blobs to cooler tiers or deleting old base blobs, versions, or snapshots when conditions are met. This option does not provide that result.

 

Question 7

Proseware needs to organize unstructured objects in Azure Blob Storage without creating a file share. What should it create? Choose ONE.

  1. Create and configure an Azure Files share
  2. Create an Azure Files share snapshot
  3. Create a Blob Storage container
  4. Configure an Azure Blob lifecycle management policy

Correct Answer: C

Correct Answer

 

 

Answer C is correct because The Proseware scenario turns on this requirement: the application must store and organize Blob Storage objects inside a blob namespace container. A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings. That makes this the appropriate choice.

Incorrect Answers

 

Answer A is incorrect because Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls. It misses the key condition in the Proseware case: the application must store and organize Blob Storage objects inside a blob namespace container.

Answer B is incorrect because Proseware must satisfy this condition: the application must store and organize Blob Storage objects inside a blob namespace container. A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. This option is aimed at another design goal.

Answer D is incorrect because Lifecycle management applies rule-based actions to eligible blob data, such as moving blobs to cooler tiers or deleting old base blobs, versions, or snapshots when conditions are met. Proseware needs a different capability; the required result is: the application must store and organize Blob Storage objects inside a blob namespace container.

 

Question 8

Litware is preparing a storage account for a web application that will upload blobs to a named object collection. Which resource is required? Choose ONE.

  1. Create and configure an Azure Files share
  2. Create an Azure Files share snapshot
  3. Configure an Azure Blob lifecycle management policy
  4. Create a Blob Storage container

Correct Answer: D

Correct Answer

 

 

Answer D is correct because A blob container groups blobs within a storage account and is the data-plane boundary used to organize Blob Storage objects and apply container-level settings. The capability is relevant to Litware because the required outcome is: the application must store and organize Blob Storage objects inside a blob namespace container.

Incorrect Answers

 

Answer A is incorrect because The requirement for Litware is: the application must store and organize Blob Storage objects inside a blob namespace container. Azure Files provides managed file shares that can be accessed through supported file protocols and configured with properties such as quota, performance tier, and identity controls. The option therefore targets a different Azure capability.

Answer B is incorrect because A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. The mismatch for Litware is the stated requirement: the application must store and organize Blob Storage objects inside a blob namespace container.

Answer C is incorrect because The Litware design calls for this outcome: the application must store and organize Blob Storage objects inside a blob namespace container. Lifecycle management applies rule-based actions to eligible blob data, such as moving blobs to cooler tiers or deleting old base blobs, versions, or snapshots when conditions are met. This choice addresses another concern.

 

Question 9

Wingtip Toys stores product images that are read thousands of times each day. Which Blob Storage access tier is the best default? Choose ONE.

  1. Use the hot access tier
  2. Use the cool access tier
  3. Use the cold access tier
  4. Use the archive access tier

Correct Answer: A

Correct Answer

 

 

Answer A is correct because The scenario for Wingtip Toys requires this result: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers. The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. This directly addresses it.

Incorrect Answers

 

Answer B is incorrect because The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. This would not resolve the stated requirement for Wingtip Toys: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

Answer C is incorrect because In the Wingtip Toys case, the required result is: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers. The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. Selecting this would solve a neighboring problem instead.

Answer D is incorrect because The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified. It is not the appropriate selection for Wingtip Toys; the scenario requires: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

 

Question 10

  1. Datum has active operational blobs that are modified throughout the business day. Which online access tier best matches that usage pattern? Choose ONE.
  2. Use the cool access tier
  3. Use the hot access tier
  4. Use the cold access tier
  5. Use the archive access tier

Correct Answer: B

Correct Answer

 

 

Answer B is correct because The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. It is the suitable choice for A. Datum; the deciding requirement is: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

Incorrect Answers

 

Answer A is incorrect because For A. Datum, the required behavior is: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers. The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. That is not the behavior this scenario calls for.

Answer C is incorrect because The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. That does not line up with the stated constraint for A. Datum: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

Answer D is incorrect because The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified. For A. Datum, however, that does not meet the stated requirement: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

 

Question 11

Fourth Coffee is storing frequently viewed web assets and values low access cost more than minimum capacity cost. Which tier should it use? Choose ONE.

  1. Use the cool access tier
  2. Use the cold access tier
  3. Use the hot access tier
  4. Use the archive access tier

Correct Answer: C

Correct Answer

 

 

Answer C is correct because For Fourth Coffee, the required behavior is: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers. The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. That is why this option fits.

Incorrect Answers

 

Answer A is incorrect because The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. Even though the feature can be useful, it does not provide The required outcome for Fourth Coffee: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

Answer B is incorrect because The Fourth Coffee scenario is testing this requirement: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers. The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. This option does not provide that result.

Answer D is incorrect because The required outcome for Fourth Coffee is: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers. The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified. This capability does not satisfy that condition.

 

Question 12

Lucerne Publishing keeps a current-content repository whose blobs are read and updated often. Which access tier is most appropriate? Choose ONE.

  1. Use the cool access tier
  2. Use the cold access tier
  3. Use the archive access tier
  4. Use the hot access tier

Correct Answer: D

Correct Answer

 

 

Answer D is correct because The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. The technical fit for Lucerne Publishing is direct because the requirement is: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

Incorrect Answers

 

Answer A is incorrect because Lucerne Publishing must satisfy this condition: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers. The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. This option is aimed at another design goal.

Answer B is incorrect because The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. Lucerne Publishing needs a different capability; the required result is: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

Answer C is incorrect because The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified. The Lucerne Publishing scenario instead calls for this outcome: the data is accessed frequently and should avoid the higher access costs associated with infrequent-access tiers.

 

Question 13

Contoso retains compliance blobs for years and almost never reads them. Several hours of rehydration delay is acceptable. Which tier should be used? Choose ONE.

  1. Use the archive access tier
  2. Use the hot access tier
  3. Use the cool access tier
  4. Use the cold access tier

Correct Answer: A

Correct Answer

 

 

Answer A is correct because The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified. For Contoso, that directly matches the stated requirement: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads.

Incorrect Answers

 

Answer B is incorrect because The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. The mismatch for Contoso is the stated requirement: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads.

Answer C is incorrect because The Contoso design calls for this outcome: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. This choice addresses another concern.

Answer D is incorrect because The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. That feature is valid Azure functionality, but The requirement for Contoso is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads.

 

Question 14

Fabrikam has historical block blobs that must be preserved cheaply and do not require immediate online access. Which access tier fits? Choose ONE.

  1. Use the hot access tier
  2. Use the archive access tier
  3. Use the cool access tier
  4. Use the cold access tier

Correct Answer: B

Correct Answer

 

 

Answer B is correct because The required outcome for Fabrikam is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified. This option provides that capability.

Incorrect Answers

 

Answer A is incorrect because In the Fabrikam case, the required result is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. Selecting this would solve a neighboring problem instead.

Answer C is incorrect because The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. It is not the appropriate selection for Fabrikam; the scenario requires: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads.

Answer D is incorrect because For Fabrikam, the deciding constraint is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. This solves a different operational need.

 

Question 15

Northwind Traders wants the lowest storage cost for old records and accepts that the blobs must be rehydrated before they are read. What tier should it choose? Choose ONE.

  1. Use the hot access tier
  2. Use the cool access tier
  3. Use the archive access tier
  4. Use the cold access tier

Correct Answer: C

Correct Answer

 

 

Answer C is correct because The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified. The deciding condition in The Northwind Traders scenario is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. This option fits that condition.

Incorrect Answers

 

Answer A is incorrect because The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. That does not line up with the stated constraint for Northwind Traders: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads.

Answer B is incorrect because The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. For Northwind Traders, however, that does not meet the stated requirement: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads.

Answer D is incorrect because The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. It misses the key condition in the Northwind Traders case: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads.

 

Question 16

Adventure Works stores long-term archive data that will only be restored during exceptional audits. Which Blob Storage tier is designed for this case? Choose ONE.

  1. Use the hot access tier
  2. Use the cool access tier
  3. Use the cold access tier
  4. Use the archive access tier

Correct Answer: D

Correct Answer

 

 

Answer D is correct because The key requirement for Adventure Works is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The archive tier has the lowest storage cost for long-lived block blobs but data is offline and must be rehydrated before it can be read or modified.

Incorrect Answers

 

Answer A is incorrect because The Adventure Works scenario is testing this requirement: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The hot tier is optimized for data that is accessed or modified frequently and trades higher storage cost for lower access and transaction costs. This option does not provide that result.

Answer B is incorrect because The required outcome for Adventure Works is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The cool tier is intended for infrequently accessed data that still needs immediate online access, with lower capacity cost and higher access charges than hot storage. This capability does not satisfy that condition.

Answer C is incorrect because The requirement for Adventure Works is: the data can remain offline and the lowest capacity cost is preferred despite rehydration delay before reads. The cold tier is an online tier for rarely accessed data that still requires immediate retrieval, offering lower capacity cost than cool with higher access charges and a longer minimum retention period. The option therefore targets a different Azure capability.

 

Question 17

Tailspin Toys wants users to recover blobs that are accidentally deleted for 14 days. Which data-protection feature should it enable? Choose ONE.

  1. Enable blob soft delete
  2. Enable container soft delete
  3. Enable blob versioning
  4. Create an Azure Files share snapshot

Correct Answer: A

Correct Answer

 

 

Answer A is correct because Blob soft delete retains deleted blobs and supported deleted snapshots or versions for a configured retention period so they can be recovered before permanent deletion. This aligns with The Tailspin Toys scenario, whose requirement is: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Incorrect Answers

 

Answer B is incorrect because Container soft delete protects a deleted blob container and its contents for the configured retention period, addressing accidental deletion at the container level rather than only individual blobs. Tailspin Toys needs a different capability; the required result is: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Answer C is incorrect because Blob versioning automatically preserves previous versions when a block blob is modified or deleted, allowing earlier states to remain addressable by version ID. The Tailspin Toys scenario instead calls for this outcome: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Answer D is incorrect because A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. This would not resolve the stated requirement for Tailspin Toys: an accidentally deleted individual blob must remain recoverable for a configured retention window.

 

Question 18

Woodgrove Bank needs deleted blob objects to remain recoverable before permanent removal, without protecting deletion of the entire storage account. What should be configured? Choose ONE.

  1. Enable container soft delete
  2. Enable blob soft delete
  3. Enable blob versioning
  4. Create an Azure Files share snapshot

Correct Answer: B

Correct Answer

 

 

Answer B is correct because For Woodgrove Bank, the technical constraint is: an accidentally deleted individual blob must remain recoverable for a configured retention window. Blob soft delete retains deleted blobs and supported deleted snapshots or versions for a configured retention period so they can be recovered before permanent deletion.

Incorrect Answers

 

Answer A is incorrect because The Woodgrove Bank design calls for this outcome: an accidentally deleted individual blob must remain recoverable for a configured retention window. Container soft delete protects a deleted blob container and its contents for the configured retention period, addressing accidental deletion at the container level rather than only individual blobs. This choice addresses another concern.

Answer C is incorrect because Blob versioning automatically preserves previous versions when a block blob is modified or deleted, allowing earlier states to remain addressable by version ID. That feature is valid Azure functionality, but The requirement for Woodgrove Bank is: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Answer D is incorrect because For Woodgrove Bank, the required behavior is: an accidentally deleted individual blob must remain recoverable for a configured retention window. A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. That is not the behavior this scenario calls for.

 

Question 19

Proseware is concerned about an operator deleting a production blob and wants a retention window for undelete. Which setting provides that behavior? Choose ONE.

  1. Enable container soft delete
  2. Enable blob versioning
  3. Enable blob soft delete
  4. Create an Azure Files share snapshot

Correct Answer: C

Correct Answer

 

 

Answer C is correct because The Proseware scenario turns on this requirement: an accidentally deleted individual blob must remain recoverable for a configured retention window. Blob soft delete retains deleted blobs and supported deleted snapshots or versions for a configured retention period so they can be recovered before permanent deletion. That makes this the appropriate choice.

Incorrect Answers

 

Answer A is incorrect because Container soft delete protects a deleted blob container and its contents for the configured retention period, addressing accidental deletion at the container level rather than only individual blobs. It is not the appropriate selection for Proseware; the scenario requires: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Answer B is incorrect because For Proseware, the deciding constraint is: an accidentally deleted individual blob must remain recoverable for a configured retention window. Blob versioning automatically preserves previous versions when a block blob is modified or deleted, allowing earlier states to remain addressable by version ID. This solves a different operational need.

Answer D is incorrect because A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. Even though the feature can be useful, it does not provide The required outcome for Proseware: an accidentally deleted individual blob must remain recoverable for a configured retention window.

 

Question 20

Litware wants deleted blob data to be hidden but recoverable until a configured retention period expires. What feature should it enable? Choose ONE.

  1. Enable container soft delete
  2. Enable blob versioning
  3. Create an Azure Files share snapshot
  4. Enable blob soft delete

Correct Answer: D

Correct Answer

 

 

Answer D is correct because Blob soft delete retains deleted blobs and supported deleted snapshots or versions for a configured retention period so they can be recovered before permanent deletion. The capability is relevant to Litware because the required outcome is: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Incorrect Answers

 

Answer A is incorrect because Container soft delete protects a deleted blob container and its contents for the configured retention period, addressing accidental deletion at the container level rather than only individual blobs. For Litware, however, that does not meet the stated requirement: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Answer B is incorrect because Blob versioning automatically preserves previous versions when a block blob is modified or deleted, allowing earlier states to remain addressable by version ID. It misses the key condition in the Litware case: an accidentally deleted individual blob must remain recoverable for a configured retention window.

Answer C is incorrect because Litware must satisfy this condition: an accidentally deleted individual blob must remain recoverable for a configured retention window. A file share snapshot is a read-only point-in-time copy of an Azure file share that supports recovery of individual files or broader share content after unwanted changes. This option is aimed at another design goal.

 

Leave a Reply

How It Works

img
Step 1. Choose Exam
on ExamLabs
Download IT Exams Questions & Answers
img
Step 2. Open Exam with
Avanset Exam Simulator
Press here to download VCE Exam Simulator that simulates real exam environment
img
Step 3. Study
& Pass
IT Exams Anywhere, Anytime!