0
0
AWScloud~20 mins

Cloud service models (IaaS, PaaS, SaaS) in AWS - Practice Problems & Coding Challenges

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cloud Service Models Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate
2:00remaining
Identify the correct cloud service model for managing virtual machines

You want to rent virtual machines where you control the operating system and software but do not manage the physical hardware. Which cloud service model fits this scenario?

ASoftware as a Service (SaaS)
BPlatform as a Service (PaaS)
CInfrastructure as a Service (IaaS)
DFunction as a Service (FaaS)
Attempts:
2 left
💡 Hint

Think about which model gives you control over the OS but not the hardware.

service_behavior
intermediate
2:00remaining
Which cloud service model automatically handles software updates and infrastructure?

You use a cloud email service where you only use the application and do not worry about updates or servers. Which service model is this?

AContainer as a Service (CaaS)
BPlatform as a Service (PaaS)
CInfrastructure as a Service (IaaS)
DSoftware as a Service (SaaS)
Attempts:
2 left
💡 Hint

Consider which model delivers fully managed applications.

Architecture
advanced
2:30remaining
Choose the best cloud service model for developing and deploying custom web applications without managing servers

Your team wants to build a web app and focus only on code and data without handling server setup or OS maintenance. Which cloud service model should you choose?

ADatabase as a Service (DBaaS)
BPlatform as a Service (PaaS)
CSoftware as a Service (SaaS)
DInfrastructure as a Service (IaaS)
Attempts:
2 left
💡 Hint

Think about which model provides a ready platform for app development and deployment.

security
advanced
2:30remaining
In which cloud service model does the customer have the most responsibility for security configuration?

Consider the shared responsibility model. In which cloud service model does the customer need to secure the operating system, applications, and data?

AInfrastructure as a Service (IaaS)
BSoftware as a Service (SaaS)
CNetwork as a Service (NaaS)
DPlatform as a Service (PaaS)
Attempts:
2 left
💡 Hint

Think about which model gives you control over OS and apps.

Best Practice
expert
3:00remaining
Which cloud service model is best suited for rapid scaling of stateless applications with minimal infrastructure management?

You need to deploy a stateless app that can quickly scale up and down based on demand, minimizing infrastructure setup and maintenance. Which cloud service model aligns best?

AFunction as a Service (FaaS)
BInfrastructure as a Service (IaaS)
CSoftware as a Service (SaaS)
DPlatform as a Service (PaaS)
Attempts:
2 left
💡 Hint

Consider serverless options that run code on demand without managing servers.