
Ultimate access to all questions.
In your batch processing solution, you need to configure batch retention policies to manage the storage and lifecycle of the processed data. The organization has specific requirements for data retention, such as retaining data for a minimum of 10 years and allowing for data deletion after 15 years. How would you implement this functionality?
A
Use Azure Data Factory's data flow activities to process the data and configure the retention policy using Azure Blob Storage's lifecycle management features.
B
Use Azure Databricks to process the data and configure the retention policy using Azure Data Lake Storage Gen2's lifecycle management features.
C
Use Azure SQL Database to store the processed data and configure the retention policy using its built-in data retention features.
D
Use Azure Cosmos DB to store the processed data and configure the retention policy using its time-to-live (TTL) feature.