
Ultimate access to all questions.
In a scenario where you are tasked with deploying a multi-tier application on Microsoft Azure, the application consists of a web front end, an application logic tier, and a database tier. Each tier has distinct requirements: the web front end must handle variable traffic loads efficiently, the application logic tier requires high availability and scalability to process business logic, and the database tier needs to support global distribution with low latency for read and write operations. Considering cost optimization, compliance with data residency laws, and the need for minimal management overhead, which combination of Azure services would you choose for each tier? (Choose two correct options)
A
Azure Virtual Machines for the web front end, Azure Virtual Machine Scale Sets for the application logic tier, and Azure SQL Database for the database tier.
B
Azure Virtual Machine Scale Sets for the web front end, Azure Virtual Machines for the application logic tier, and Azure Cosmos DB for the database tier.
C
Azure Virtual Machines for the web front end, Azure Functions for the application logic tier, and Azure SQL Database for the database tier.
D
Azure Virtual Machine Scale Sets for the web front end, Azure Functions for the application logic tier, and Azure Cosmos DB for the database tier.
E
Azure App Service for the web front end, Azure Kubernetes Service for the application logic tier, and Azure Cosmos DB for the database tier.