0
0
Azurecloud~10 mins

Cloud deployment models (public, private, hybrid) in Azure - Interactive Code Practice

Choose your learning style9 modes available
Practice - 5 Tasks
Answer the questions below
1fill in blank
easy

Complete the code to specify a public cloud deployment model in Azure.

Azure
deploymentModel = "[1]"
Drag options to blanks, or click blank then click option'
Apublic
Bprivate
Chybrid
Dcommunity
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing 'private' or 'hybrid' instead of 'public'.
2fill in blank
medium

Complete the code to specify a private cloud deployment model in Azure.

Azure
deploymentModel = "[1]"
Drag options to blanks, or click blank then click option'
Aprivate
Bhybrid
Cpublic
Dcommunity
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing private with public or hybrid models.
3fill in blank
hard

Fix the error in the code to correctly specify a hybrid cloud deployment model.

Azure
deploymentModel = "[1]"
Drag options to blanks, or click blank then click option'
Apublic
Bprivate
Chybrid
Dcommunity
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing only public or private instead of hybrid.
4fill in blank
hard

Fill both blanks to complete the Azure deployment model description.

Azure
The [1] cloud is shared publicly, while the [2] cloud is exclusive to one organization.
Drag options to blanks, or click blank then click option'
Apublic
Bprivate
Chybrid
Dcommunity
Attempts:
3 left
💡 Hint
Common Mistakes
Swapping public and private terms.
5fill in blank
hard

Fill all three blanks to complete the sentence about cloud deployment models.

Azure
A [1] cloud combines [2] and [3] clouds to provide flexibility.
Drag options to blanks, or click blank then click option'
Ahybrid
Bpublic
Cprivate
Dcommunity
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing hybrid with community or other models.