Ultimate access to all questions.
As a cloud architect for a rapidly growing e-commerce platform, you are tasked with designing a storage solution that ensures high availability, durability, and scalability for a diverse set of data types. The platform must handle unstructured data like product images, semi-structured data such as user profiles with varying attributes, and structured data including transaction logs that require complex queries. Considering the need for cost-effectiveness, compliance with global data protection regulations, and the ability to scale seamlessly during peak shopping seasons, which combination of Azure Storage services would you recommend? (Choose two correct options.)
Explanation:
Azure Blob Storage is recommended for product images as it is optimized for storing large amounts of unstructured data efficiently. Azure Cosmos DB is ideal for user profiles due to its global distribution, high availability, and schema flexibility, making it suitable for semi-structured data. Azure SQL Database is chosen for transaction logs because it supports complex queries and transactions, ensuring data integrity and compliance with reporting requirements. Option E extends this by including Azure SQL Database for transaction logs, providing a comprehensive solution that covers all data types with the most appropriate services.