0
0
Azurecloud~20 mins

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

Choose your learning style9 modes available
Challenge - 5 Problems
🎖️
Cloud Service Models Mastery
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 Azure Virtual Machines
Which Azure cloud service model best describes Azure Virtual Machines, where you manage the operating system and applications but not the physical hardware?
APlatform as a Service (PaaS)
BInfrastructure as a Service (IaaS)
CSoftware as a Service (SaaS)
DFunction as a Service (FaaS)
Attempts:
2 left
💡 Hint
Think about who manages the operating system and hardware in this model.
Architecture
intermediate
2:00remaining
Choosing the right Azure service model for a web app with minimal infrastructure management
You want to deploy a web application on Azure without managing servers or operating systems. Which service model should you choose?
AInfrastructure as a Service (IaaS)
BSoftware as a Service (SaaS)
CPlatform as a Service (PaaS)
DContainer as a Service (CaaS)
Attempts:
2 left
💡 Hint
Focus on a model that abstracts infrastructure but allows app deployment.
service_behavior
advanced
2:00remaining
Behavior of Azure SaaS applications regarding user customization
Which statement best describes user control in Azure SaaS applications like Microsoft 365?
AUsers can only configure application settings and use features provided.
BUsers deploy and manage virtual machines for the application.
CUsers must manage software updates and patches.
DUsers can modify the underlying infrastructure and OS.
Attempts:
2 left
💡 Hint
Consider what users typically control in SaaS apps.
security
advanced
2:00remaining
Security responsibility in Azure IaaS vs PaaS
In Azure, which security responsibility is typically handled by the customer in IaaS but by Azure in PaaS?
AOperating system patching and updates
BPhysical data center security
CNetwork infrastructure maintenance
DApplication feature development
Attempts:
2 left
💡 Hint
Think about who manages the OS in each model.
Best Practice
expert
2:00remaining
Optimizing cost and management by selecting the correct Azure service model
A company wants to minimize infrastructure management and reduce costs while deploying a custom business application. Which Azure service model is the best fit?
AOn-premises deployment for full control
BInfrastructure as a Service (IaaS) to control all aspects
CSoftware as a Service (SaaS) to avoid any customization
DPlatform as a Service (PaaS) to focus on app development and reduce management
Attempts:
2 left
💡 Hint
Consider balancing control with management effort and cost.