Microsoft Certified Azure Data Fundamentals · Free Practice Question Easy
Question 5
You have a small 25MB database currently hosted in AWS DynamoDB that you'd like to move to Azure Cosmos DB. You've chosen Core SQL API as the database type. Which is the best database migration tool or technique to get data from AWS DynamoDB to Azure CosmosDB?
- A Export the DB using bcp and import into Azure using the same tool
- B Data Migration Tool
- C Export the DB using a database backup (BACPAC) and create a new SQL DB using that file
- D When creating the SQL Database in the Azure Portal, choose "DynamoDB" as the source of the new database
Reveal correct answer
Correct answer: B
Explanation
Azure loves it when you migrate data from other sources especially AWS. Their Data Migration Tool can handle that connection. Refer to Microsoft Doc: https://docs.microsoft.com/en-us/azure/cosmos-db/cosmosdb-migrationchoicesDiscussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
