0
0
AWScloud~10 mins

Cloud service models (IaaS, PaaS, SaaS) in AWS - Interactive Code Practice

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

Complete the code to select the cloud service model that provides virtual machines and storage.

AWS
service_model = "[1]"
Drag options to blanks, or click blank then click option'
APaaS
BSaaS
CIaaS
DFaaS
Attempts:
3 left
💡 Hint
Common Mistakes
Choosing SaaS or PaaS instead of IaaS.
2fill in blank
medium

Complete the code to select the cloud service model that provides a platform for developers to build applications.

AWS
service_model = "[1]"
Drag options to blanks, or click blank then click option'
APaaS
BSaaS
CIaaS
DDaaS
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing PaaS with IaaS or SaaS.
3fill in blank
hard

Fix the error in the code to select the cloud service model that delivers ready-to-use software over the internet.

AWS
service_model = "[1]"
Drag options to blanks, or click blank then click option'
AIaaS
BPaaS
CCaaS
DSaaS
Attempts:
3 left
💡 Hint
Common Mistakes
Selecting IaaS or PaaS instead of SaaS.
4fill in blank
hard

Fill both blanks to complete the sentence: "{{BLANK_1}} provides virtual machines, while {{BLANK_2}} offers ready-to-use software."

AWS
"[1]" provides virtual machines, while "[2]" offers ready-to-use software.
Drag options to blanks, or click blank then click option'
AIaaS
BPaaS
CSaaS
DFaaS
Attempts:
3 left
💡 Hint
Common Mistakes
Mixing up IaaS and SaaS.
5fill in blank
hard

Fill all three blanks to complete the sentence: "{{BLANK_1}} offers infrastructure, {{BLANK_2}} provides a platform, and {{BLANK_3}} delivers software."

AWS
"[1]" offers infrastructure, "[2]" provides a platform, and "[3]" delivers software.
Drag options to blanks, or click blank then click option'
ASaaS
BPaaS
CIaaS
DDaaS
Attempts:
3 left
💡 Hint
Common Mistakes
Confusing the order of service models.