You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-migrations/9-knowledge-check.yml
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -17,36 +17,36 @@ content: |
17
17
quiz:
18
18
title: ""
19
19
questions:
20
-
- content: "Which product satisfies the large data transfer requirement?"
20
+
- content: "Which Microsoft service provides a unified platform to assess, plan, and migrate on-premises workloads to Azure?"
21
21
choices:
22
-
- content: "Azure Import/Export service"
23
-
isCorrect: false
24
-
explanation: "Incorrect. The Azure Import/Export service requires you to provide your own disks and handle shipping."
25
-
- content: "Azure Data Box"
26
-
isCorrect: true
27
-
explanation: "Correct. For Azure Data Box, Microsoft provides the hardware appliance and handles the shipping."
28
22
- content: "Azure Migrate"
23
+
isCorrect: true
24
+
explanation: "Correct. Azure Migrate is the central hub for assessing workloads, discovering resources, planning migrations, and selecting the right tools."
25
+
- content: "Azure Data Box"
29
26
isCorrect: false
30
-
explanation: "Incorrect. Azure Migrate is an assessment and migration tool."
31
-
- content: "What product would you recommend to estimate monthly costs before the migration?"
27
+
explanation: "Incorrect. Azure Data Box is used only for offline data transfer at large scale—not workload assessment or migration planning."
28
+
- content: "Azure Database Migration Service"
29
+
isCorrect: false
30
+
explanation: "Incorrect. Azure Database Migration Service handles database migrations only, not full workload discovery and assessment."
31
+
- content: "Which migration strategy is best when an application can be moved to Azure with minimal or no changes?"
32
32
choices:
33
-
- content: "Microsoft Cost Management"
33
+
- content: "Rebuild"
34
34
isCorrect: false
35
-
explanation: "Incorrect. Use Microsoft Cost Management to monitor, optimize, and control your ongoing Azure costs."
36
-
- content: "Azure Advisor"
35
+
explanation: "Incorrect. Rewrites the application."
36
+
- content: "Replace"
37
37
isCorrect: false
38
-
explanation: "Incorrect. Azure Advisor helps optimize your Azure resources for high availability, performance, and cost."
39
-
- content: "Azure TCO Calculator"
38
+
explanation: "Incorrect. Uses SaaS alternatives rather than migrating the existing workload."
39
+
- content: "Rehost"
40
40
isCorrect: true
41
-
explanation: "Correct. The Azure TCO Calculator provides an estimate of monthly running costs in Azure, which enables a comparison with on-premises costs."
42
-
- content: "Which product is ideal for identifying on-premises components?"
41
+
explanation: "Correct. Rehosting moves workloads to Azurewith the fewest changes."
42
+
- content: "Which tool should you use when you need to transfer large amounts of data to Azure but your network bandwidth is limited?"
43
43
choices:
44
-
- content: "Service Map"
45
-
isCorrect: true
46
-
explanation: "Correct. Service Map lets you automatically discover applications and their components in your on-premises environment."
47
-
- content: "Azure Resource Mover"
44
+
- content: "Azure Migrate"
48
45
isCorrect: false
49
-
explanation: "Incorrect. Azure Resource Mover migrates Azure resources from subscriptions, resource groups, or regions."
50
-
- content: "Azure Storage Mover"
46
+
explanation: "Incorrect. Azure Migrate orchestrates migrations but doesn't physically move large offline data."
47
+
- content: "Azure Data Box"
48
+
isCorrect: true
49
+
explanation: "Correct. Azure Data Box is ideal when network capacity is insufficient for online migration."
50
+
- content: "App Service Migration Assistant"
51
51
isCorrect: false
52
-
explanation: "Incorrect. Azure Storage Mover is used for unstructured data."
52
+
explanation: "Incorrect. App Service Migration Assistant is for web apps only."
Copy file name to clipboardExpand all lines: learn-pr/wwl-azure/design-migrations/includes/9-knowledge-check.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,14 +3,6 @@
3
3
4
4
Tailwind Traders is assessing their migration to Azure. You're asked to make recommendations and provide input to meet the system requirements.
5
5
6
-
-**Large data transfers.** Large amounts of data need to be transferred between on-premises storage and an Azure storage account. There's a concern the transfer might monopolize network bandwidth. The executive committee requests an approach where Microsoft handles the shipping and logistics.
7
-
8
-
-**Estimate migration costs.** The CTO is interested in monthly running costs in Azure. You need to provide an estimate comparison of Azure costs to on-premises costs.
9
-
10
-
-**Identify on-premises applications.** The IT department needs a way to discover on-premises components that require migration.
0 commit comments