Implementing an Azure Data Solution (legacy) — Question 38

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have an Azure subscription that contains an Azure Storage account.
You plan to implement changes to a data storage solution to meet regulatory and compliance standards.
Every day, Azure needs to identify and delete blobs that were NOT modified during the last 100 days.
Solution: You schedule an Azure Data Factory pipeline.
Does this meet the goal?

Answer options

Correct answer: B

Explanation

Scheduling an Azure Data Factory pipeline alone does not automatically ensure that blobs not modified in the last 100 days are identified and deleted. While Azure Data Factory can facilitate data movement and transformation, additional configuration or logic is needed to specifically target and remove those blobs based on their last modified date. Therefore, the correct answer is B, as the proposed solution does not meet the requirement.