0
0
GCPcloud~20 mins

Cloud service models (IaaS, PaaS, SaaS) in GCP - 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 a virtual machine
You create and manage a virtual machine on Google Compute Engine. Which cloud service model does this represent?
AFunction as a Service (FaaS)
BInfrastructure as a Service (IaaS)
CSoftware as a Service (SaaS)
DPlatform as a Service (PaaS)
Attempts:
2 left
💡 Hint
Think about who manages the hardware and who manages the software.
🧠 Conceptual
intermediate
2: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?
APlatform as a Service (PaaS)
BSoftware as a Service (SaaS)
CInfrastructure as a Service (IaaS)
DContainer as a Service (CaaS)
Attempts:
2 left
💡 Hint
Focus on the level of control you have over the environment.
Architecture
advanced
2: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?
ABackend as a Service (BaaS)
BPlatform as a Service (PaaS)
CSoftware as a Service (SaaS)
DInfrastructure as a Service (IaaS)
Attempts:
2 left
💡 Hint
Consider if you install or manage the software yourself.
security
advanced
2: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?
AOperating system patching and updates
BPhysical data center security
CNetwork infrastructure maintenance
DHardware failure management
Attempts:
2 left
💡 Hint
Think about what you control versus what the provider controls.
service_behavior
expert
2: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?
AGoogle App Engine shuts down instances to reduce costs
BYou must manually create new virtual machines to handle the traffic
CThe application will crash because scaling is not supported
DGoogle App Engine automatically adds more instances to handle the load
Attempts:
2 left
💡 Hint
Consider how PaaS services handle scaling for you.