Wednesday 20 October 2021

Sample Questions for the Microsoft Azure Fundamentals AZ-900 Certification Exam- Part 1

 

  1. Which of the following terms refers to making a service available with no downtime for an extended period?
    a. Agility
    b. Fault Tolerance
    c. High Availability
  2. Which of the following can be used to manage governance across multiple Azure subscriptions?
    a. Azure Initiatives
    b. Management Groups
    c. Resource Groups
  3. Which of the following is optimized for storing massive amounts of unstructured data, such as videos and images?
    a. Blobs
    b. Files
    c. Queues
  4. Azure Resource Manager templates use which format?
    a. HTML
    b. JSON
    c. XML
  5. Which of the following could require both a password and a security question for full authentication?
    a. Azure Firewall
    b. Application Gateway
    c. Multi-Factor Authentication
  6. Which of the following lets you grant users only the rights they need to perform their jobs?
    a. Azure Policy
    b. Compliance Manager
    c. Role-Based Access Control
  7. Which of the following defines performance targets, like uptime, for an Azure product or service?
    a. Service Level Agreements
    b. Support Plans
    c. Usage Meters
  8. Which of the following gives all Azure customers a chance to test the beta and other pre-release features?
    a. General availability
    b. Private Preview
    c. Public Preview
  9. You are running a virtual machine in a public cloud using IaaS. Which model correctly reflects how that resource is managed?
    a. Shared responsibility model
    b. Cloud user management model
    c. User management model
  10. You are building an application and want to focus on building, testing, and deploying. You do not want to worry about managing the underlying hardware or software. Which cloud service type is best for you?
    a. Infrastructure as a Service (IaaS)
    b. Platform as a Service (PaaS)
    c. Software as a Service (SaaS)

Now that you have answered the sample questions, check how many of them are correct. Remember, the passing percentage is 70% for you to get certified for the Azure fundamentals AZ-900 exam.

Here are the correct answers:

  1.  c
    Explanation: High availability keeps the service up and running for long periods of time, with little downtime, depending on the service in question.
  2.  b
    Explanation: Management Groups facilitate the hierarchical ordering of Azure resources into collections, at a level of scope above subscriptions. Distinct governance conditions can be applied to each management group, with Azure Policy and Azure RBACs, to manage Azure subscriptions effectively. The resources and subscriptions assigned to a management group automatically inherit the conditions applied to the management group.
  3. a
    Explanation: Blobs. Azure Blob storage is Microsoft’s object storage solution for the cloud. Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data.
  4. b
    Explanation: JSON: Resource Manager templates are JSON files that define the resources you need to deploy for your solution. You can use the template to easily re-create multiple versions of your infrastructure, such as staging and production
  5. c
    Explanation: Multi-Factor Authentication (MFA) can require two or more elements for full authentication.
  6. c
    Explanation: Role-Based Access (RBAC) lets you grant users only the rights they need to perform their jobs.
  7. a
    Explanation: Service Level Agreements. The SLA defines performance targets for an Azure product or service.
  8. c
    Explanation: Public Preview means that an Azure feature is available to all Azure customers for evaluation purposes.
  9. a
    Explanation: Shared responsibility model is the correct answer. Under the shared responsibility model, management of the resource is shared between the cloud provider and the end-user. The cloud provider is responsible for the cloud services infrastructure and the end-user is responsible for the service being configured and managed correctly.
  10. b
    Explanation: Platform as a Service (PaaS) is the best choice here because the PaaS services handle the IT management tasks for you, so you can focus on writing code.

No comments:

Post a Comment