Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Prepare for the Microsoft Certified: Azure Fundamentals (AZ-900) Practice Exam with our comprehensive quiz. Study with flashcards, multiple choice questions, and detailed explanations to ace your exam!

Practice this question and more.


Which category of cloud services requires the greatest security effort on your part?

  1. Infrastructure as a service (IaaS)

  2. Platform as a service (PaaS)

  3. Software as a service (SaaS)

  4. Serverless computing

The correct answer is: Infrastructure as a service (IaaS)

Infrastructure as a Service (IaaS) requires the greatest security effort because, in this model, the cloud provider offers the foundational infrastructure—such as virtual machines, networking, and storage—but the customer is responsible for managing the operating systems, applications, and data hosted on that infrastructure. This level of responsibility means that the customer must implement security measures including configuring firewalls, securing data storage, patching operating systems, and managing user access, thus necessitating a more comprehensive approach to security management. In contrast, with Platform as a Service (PaaS), the provider takes on some of the management responsibilities, handling the underlying infrastructure and the operating environment, which reduces the security burden on the customer. Similarly, Software as a Service (SaaS) shifts most security responsibilities to the provider, as it delivers fully managed applications where users simply interact with the software without needing to worry about the underlying infrastructure or platform security. Serverless computing further abstracts infrastructure concerns, allowing developers to focus solely on code without managing servers, thus minimizing security responsibilities.