Microsoft Certified Azure Fundamentals · Free Practice Question Hard
Question 37
If you need to store more than 5PB in an Azure Storage account, what is the best way to do that?
-
A
The maximum you can store in Azure is 5PB and there is no way around it
-
B
Create a second storage account and do data partitioning
-
C
You will have to create another Azure Storage account in another region
-
D
Open a ticket with Azure and ask for a higher limit
Reveal correct answer
Correct answer: B
A. The statement that the maximum storage limit in Azure is 5PB and there is no way around it is incorrect. Azure provides options for scaling storage beyond this limit, such as creating multiple storage accounts and implementing data partitioning.
B. Creating a second storage account and implementing data partitioning is the best way to store more than 5PB in an Azure Storage account. Data partitioning helps distribute the data across multiple storage accounts, improving performance, scalability, and manageability.
C. While creating another Azure Storage account in another region is a possible solution, it may not be the most efficient way to store more than 5PB of data. Implementing data partitioning within a single storage account or across multiple accounts would be a better approach for scalability and performance.
D. Opening a ticket with Azure to ask for a higher limit may not be the most efficient solution for storing more than 5PB in an Azure Storage account. It is better to consider other options that allow for scalability and performance improvements.
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
