nerdexam
Microsoft

DP-300 · Question #146

Hotspot Question You have an Azure Data Lake Storage Gen2 account named account1 that stores logs as shown in the following table. You do not expect that the logs will be accessed during the…

The correct answer is To minimize storage costs:: Store the infrastructure logs and the application logs in the Archive access tier.; To delete the logs automatically:: Azure Blob storage lifecycle management rules. This hotspot question tests knowledge of Azure Data Lake Storage Gen2 lifecycle management policies and optimal access tiers for logs that won't be accessed during their retention periods.

Submitted by ravi_2018· Mar 6, 2026Plan and implement data platform resources

Question

Hotspot Question You have an Azure Data Lake Storage Gen2 account named account1 that stores logs as shown in the following table. You do not expect that the logs will be accessed during the retention periods. You need to recommend a solution for account1 that meets the following requirements: - Automatically deletes the logs at the end of each retention period - Minimizes storage costs What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Answer:

Exhibit

DP-300 question #146 exhibit

Answer Area

  • To minimize storage costs:Store the infrastructure logs and the application logs in the Archive access tier.
    Store the infrastructure logs and the application logs in the Archive access tier.Store the infrastructure logs and the application logs in the Cool access tier.Store the infrastructure logs in the Cool access tier and the application logs in the Archive access tier.
  • To delete the logs automatically:Azure Blob storage lifecycle management rules
    Azure Data Factory pipelinesAzure Blob storage lifecycle management rulesImmutable Azure Blob storage time-based retention policies

Explanation

This hotspot question tests knowledge of Azure Data Lake Storage Gen2 lifecycle management policies and optimal access tiers for logs that won't be accessed during their retention periods.

Approach. For logs stored less than 60 days (e.g., 30 days), the Cool access tier is most cost-effective since Cool tier is designed for infrequently accessed data stored for at least 30 days. For logs stored 60 days or more (e.g., 90 or 365 days), the Archive access tier minimizes storage costs since Archive is the cheapest tier for data that won't be accessed and can tolerate retrieval latency. To automatically delete logs at the end of each retention period, you should use Azure Blob Storage Lifecycle Management policies, which allow you to define rules that transition blobs between tiers and delete them automatically based on age (last modified date), eliminating the need for manual intervention.

Concept tested. Azure Data Lake Storage Gen2 access tiers (Hot, Cool, Archive) and Lifecycle Management policies - specifically knowing when to use Cool vs. Archive tiers based on retention duration, and using lifecycle management rules to automate both tier transitions and automatic deletion of blobs at the end of their retention period.

Reference. https://learn.microsoft.com/en-us/azure/storage/blobs/lifecycle-management-overview

Topics

#Azure Data Lake Storage Gen2#Blob storage tiers#Lifecycle management#Cost optimization

Community Discussion

No community discussion yet for this question.

Full DP-300 Practice