AZ203 Developing Solutions for Microsoft Azure Free Practice Test — 30 Questions

30 questions · Full explanations · No account required

Free
Question 1 of 30

A development team is migrating a critical stateful web application from Azure App Service to Azure Kubernetes Service (AKS). The application relies heavily on session affinity for user experience and uses Azure SQL Database for data persistence. The primary objectives for this migration are to ensure zero data loss and to minimize application downtime to less than five minutes. The team has already provisioned the AKS cluster and containerized the application. Which strategy best addresses the data migration and cutover requirements while adhering to the specified downtime and data integrity constraints?

Provision a new Azure SQL Database instance for the AKS cluster and establish continuous data synchronization from the existing Azure SQL Database to the new instance using Azure SQL Database Geo-Replication configured for a planned failover, followed by a brief application cutover.
Perform a full backup of the existing Azure SQL Database, restore it to a new Azure SQL Database instance, and then reconfigure the AKS application to connect to this restored database, accepting a longer downtime window for the backup and restore process.
Utilize Azure Cosmos DB for the new AKS deployment, migrating all data from Azure SQL Database to Cosmos DB during a scheduled maintenance window, and then reconfiguring the AKS application to use Cosmos DB, assuming the application can be refactored to support a NoSQL data model.
Temporarily disable all write operations to the Azure SQL Database, perform a direct database copy to a new Azure SQL Database instance, and then update the AKS application's connection string to point to the newly copied database, accepting potential data inconsistencies if replication is not instantaneous.

About the AZ203 Developing Solutions for Microsoft Azure Certification

These free practice questions are designed to help you assess your readiness for the AZ203 Developing Solutions for Microsoft Azure exam by Other. Each question comes with a detailed explanation to reinforce the correct concept. For a complete exam preparation experience with hundreds of questions, spaced-repetition study tools, and full exam simulations, explore our premium access.