Challenge - 5 Problems
Cloud Service Models Master
Get all challenges correct to earn this badge!
Test your skills under time pressure!
🧠 Conceptual
intermediate2:00remaining
Identify the correct cloud service model for a virtual machine
You create and manage a virtual machine on Google Compute Engine. Which cloud service model does this represent?
Attempts:
2 left
💡 Hint
Think about who manages the hardware and who manages the software.
✗ Incorrect
In IaaS, you manage virtual machines and operating systems, while the cloud provider manages the physical hardware.
🧠 Conceptual
intermediate2:00remaining
Choose the service model for Google App Engine
Google App Engine lets you deploy applications without managing the underlying servers. Which cloud service model is this?
Attempts:
2 left
💡 Hint
Focus on the level of control you have over the environment.
✗ Incorrect
PaaS provides a platform to deploy and manage applications without handling the infrastructure.
❓ Architecture
advanced2:00remaining
Determine the cloud service model for Google Workspace
Google Workspace offers email, document editing, and collaboration tools accessible via a web browser. What cloud service model does this represent?
Attempts:
2 left
💡 Hint
Consider if you install or manage the software yourself.
✗ Incorrect
SaaS delivers software applications over the internet managed by the provider.
❓ security
advanced2:00remaining
Identify responsibility in shared security for IaaS
In an IaaS model like Google Compute Engine, which security responsibility is typically handled by the user?
Attempts:
2 left
💡 Hint
Think about what you control versus what the provider controls.
✗ Incorrect
In IaaS, users manage the OS and applications, including patching and updates.
❓ service_behavior
expert2:00remaining
Predict behavior when scaling a PaaS application
You deploy a web app on Google App Engine and configure automatic scaling. What happens when traffic suddenly spikes?
Attempts:
2 left
💡 Hint
Consider how PaaS services handle scaling for you.
✗ Incorrect
PaaS platforms like Google App Engine automatically scale instances based on traffic.