AZ-900 Microsoft
What is an Azure Storage account named storage001 an example of? Select only one answer. a resource a resource group a resource manager a subscription
A resource is a manageable item that is available through Azure. Virtual machines, storage accounts, web apps, databases, and virtual networks are examples of resources.
What can be applied to a resource to prevent accidental deletion? Select only one answer. a resource lock a resource tag a policy an Azure Reservation
A resource lock prevents resources from being accidentally deleted or changed. Resource tags offer the custom grouping of resources. Policies enforce different rules across all resource configurations so that the configurations stay compliant with corporate standards. An initiative is a way of grouping related policies together.
What can you use to restrict the deployment of a virtual machine to a specific location? Select only one answer. Microsoft Defender for Cloud Azure Policy resource groups resource locks
Azure Policy can help to create a policy for allowed regions, which enables you to restrict the deployment of virtual machines to a specific location.
In cloud computing, [answer choice] allows you to deploy applications to regional datacenters around the world. Select only one answer. disaster recovery elasticity geo-location high availability
You can deploy apps and data to regional datacenters around the globe, thereby ensuring that your customers always have the best performance in their region. This is referred to as geo-distribution.
What is the customer responsible for in a software as a service (SaaS) model? Select only one answer. data and access storage runtimes virtual machines
SaaS allows you to pay to use an existing application on hardware managed by a third party. You supply data and configure access. Customers are only responsible for storage in a private cloud. Customers are responsible for virtual machines and runtime in IaaS and the private cloud.
Which two actions can be performed by using Azure portal? Each correct answer presents a complete solution. Select all answers that apply. Change the availability zone of a virtual machine. Create new resources. Assign deny permission on a resource group. Create Microsoft Entra user.
The Azure portal provides a GUI to view all the services you are using, create new services, configure your services, and view reports.
Which Azure component allows you to replicate resources across a geography to ensure business continuity during a natural disaster at the primary site? Select only one answer. availability sets availability zones Azure Virtual Machine Scale Sets region pairs
Region pairs allow the replication of Azure resources across geographies to help ensure that a secondary region is available in case of any disaster at the primary region.
Which storage service should you use to store thousands of files containing text and images? Select only one answer. Azure Blob storage Azure Disk Storage Azure Queue Storage Azure Table storage
Azure Blob storage is an object storage solution that you can use to store massive amounts of unstructured data, such as text or binary data.
What can you use to ensure that new and existing Azure resources stay in compliance with corporate standards? Select only one answer. Azure Advisor Azure Policy resource locks resource tags
Azure Policy is a service in Azure that enables you to create, assign, and manage policies that control or audit resources. These policies enforce different rules across all resource configurations so that the configurations stay compliant with corporate standards.
Which cloud service model is used by Azure SQL Database? Select only one answer. infrastructure as a service (IaaS) platform as a service (PaaS) software as a service (SaaS)
Azure SQL Database is a PaaS database engine.
You need to recommend a solution for Azure virtual machine deployments. The solution must enforce company standards on the virtual machines. What should you include in the recommendation? Select only one answer. Microsoft Intune compliance policy Azure Cost Management Azure Lock Azure Policy
Azure policies will allow you to enforce company standards on new virtual machines when combined with Azure VM Image Builder and Azure Compute Gallery. By using Azure Policy and role-based access control (RBAC) assignments, enterprises can enforce standards on Azure resources. But on virtual machines, these mechanisms only affect the control plane or the route to the virtual machine.
Why is cloud computing often less expensive than on-premises datacenters? Each correct answer presents a complete solution. Select only one answer. Cloud service offerings have limited functionality. Network bandwidth is free. Services are only offered in a single geographic location. You are only billed for what you use.
Renting compute and storage services and being billed for only what you use often lowers operating expenses. Depending on the service and the type of network bandwidth, charges can be incurred. Cloud service offerings often provide functionality that can be difficult or cost-prohibitive to deploy on-premises, especially for smaller organizations. Major cloud providers offer services around the world. Making it easy and relatively inexpensive to deploy services close to where your users reside.
Select the answer that correctly completes the sentence. [Answer choice] is the logical container used to combine and organize Azure resources. Select only one answer. a management group a resource group Azure Resource Manager (ARM) an Azure region
Resources are combined into resource groups, which act as a logical container into which Azure resources like web apps, databases, and storage accounts, are deployed and managed.
Which two components are created in an Azure subscription? Each correct answer presents a complete solution. Select all answers that apply. Microsoft Entra user accounts management groups resource groups resources
Resources can only be associated with a single subscription. Subscriptions may be grouped into management groups. An account may be associated with multiple subscriptions.
Increasing the capacity of an application by adding additional virtual machine is called [answer choice]. Select only one answer. agility high availability horizontal scaling vertical scaling
Scaling horizontally increases compute capacity by adding instances of resources, such as adding virtual machines to the configuration. You scale vertically to increase compute capacity by adding RAM or CPUs to a virtual machine. Agility refers to the ability to deploy new applications and services quickly. High availability minimizes downtime when things go wrong.
Which Azure Blob storage service tier has the highest storage costs and the fastest access times for reading and writing data? Select only one answer. Archive Cool Hot
The Hot tier is optimized for storing data that is accessed frequently. The Cool access tier has a slightly lower availability SLA and higher access costs compared to hot data, which are acceptable trade-offs for lower storage costs. Archive storage stores data offline and offers the lowest storage costs, but also the highest costs to rehydrate and access data.
Which two factors affect Azure costs? Each correct answer presents a complete solution. Select all answers that apply. availability zone selection date and time of use resource location resource usage
Usage meters, such as CPU time, disk size, and write operations, are used to calculate your bill for an Azure resource. Deleting or deallocating a resource means that you will no longer be billed for it. Different regions can have different associated prices. Resources cost the same no matter the time of day or the day of the week.
What can you use to manage servers across third party cloud platforms and on-premises environments? Select only one answer. Azure Arc Azure CLI Azure Monitor Azure PowerShell
Azure Arc simplifies governance and management by delivering a consistent multi-cloud and on-premises management platform.
What can you use to create resources in Azure and includes a validation step to ensure all resources are created in a specific order based on dependencies, in parallel and idempotent? Select only one answer. Azure CLI Azure PowerShell Azure Resource Manager (ARM) templates Azure REST API
ARM templates define an application's infrastructure requirements for a repeatable deployment that is done in a consistent manner. A validation step ensures that all resources can be created in the proper order based on dependencies, in parallel and idempotent.
What can you use to automatically detect performance anomalies for web apps? Select only one answer. Azure Advisor Azure Application Insights Azure Cognitive Services Azure DevOps
Application Insights is a feature of Azure Monitor that allows you to monitor running applications, automatically detect performance anomalies, and use built-in analytics tools to see what users do on an app.
What provides recommendations to reduce the cost of Azure resources? Select only one answer. Azure Advisor Azure Dashboard Azure Service Health Microsoft Defender for Cloud
Azure Advisor analyzes the account usage and makes recommendations based on its set and configured rules.
What can you use to define the resources you want to provision in a declarative JSON format? Select only one answer. Azure CLI Azure PowerShell Azure Repos Azure Resource Manager (ARM) templates
By using ARM templates, you can describe the resources you want to use in a declarative JSON format.
Which resource can you use to manage access, policies, and compliance across multiple subscriptions? Select only one answer. administrative units management groups resource groups
Management groups can be used in environments that have multiple subscriptions to streamline the application of governance conditions. Resource groups can be used to organize Azure resources. Administrative units are used to delegate the administration of Azure AD resources, such as users and groups. Accounts are used to provide access to resources
What are two characteristics of the public cloud deployment model? Each correct answer presents a complete solution. Select all answers that apply. Computing resources are used exclusively by users from one organization. Hardware is physically located in an organization's on-site datacenter. Servers and storage are owned and operated by a third-party cloud service provider. Services are offered over the internet and are available to anyone who wants to purchase them.
In a public cloud, services are offered over the internet and are available to anyone who wants to purchase them. A private cloud is limited to a single organization. Cloud resources, such as servers and storage, are owned and operated by a third-party cloud service provider and delivered over the internet. A private cloud consists of computing resources used exclusively by users from one business or organization.
Select the answer that correctly completes the sentence. [Answer choice] refers to upfront costs incurred one time, such as hardware purchases. Select only one answer. A consumption-based model Capital expenditures Elasticity Operational expenditures
Capital expenditures are one-time expenses that can be deducted over time. Operational expenditures are billed as you use services and a do not have upfront costs.
What should you use to access Azure Cloud Shell? Select only one answer. a web browser Azure Resource Manager (ARM) Microsoft Visual Studio Code the command-line on a local computer
Cloud Shell is an interactive, browser-accessible shell for managing Azure resources.
What can you use to ensure that a user can only access applications from compliant devices? Select only one answer. Conditional Access hybrid identity multi-factor authentication (MFA) single sign-on (SSO)
Conditional Access is a feature that Microsoft Entra uses to allow or deny access to resources based on identity signals, such as the device being used. SSO enables a user to sign in one time and use that credential to access multiple resources and applications from different providers. MFA is a process whereby a user is prompted during the sign-in process for an additional form of identification. Hybrid identity solutions create a common user identity for authentication and authorization to all resources, regardless of location.
Which two scenarios are common use cases for Azure Blob storage? Each correct answer presents a complete solution. Select all answers that apply. hosting ASPX files for a website mounting a file storage share to be accessed as a virtual drive on multiple virtual machines serving images or documents directly to a browser storing data for backup and restore
Low storage costs and unlimited file formats make blob storage a good location to store backups and archives. Blob storage can be reached from anywhere by using an internet connection. Azure Disk Storage provides disks for Azure virtual machines. Azure Files supports mounting file storage shares.
Select the answer that correctly completes the sentence. In a region pair, a region is paired with another region in the same [answer choice]. Select only one answer. availability zone datacenter geography resource group
Each Azure region is always paired with another region within the same geography, such as US, Europe, or Asia, at least 300 miles away.
An example of [answer choice] is automatically scaling an application to ensure that the application has the resources needed to meet customer demands. Select only one answer. agility elasticity geo-distribution high availability
Elasticity refers to the ability to scale resources as needed, such as during business hours, to ensure that an application can keep up with demand, and then reducing the available resources during off-peak hours. Agility refers to the ability to deploy new applications and services quickly. High availability refers to the ability to ensure that a service or application remains available in the event of a failure. Geo-distribution makes a service or application available in multiple geographic locations that are typically close to your users.
What should you proactively review and act on to avoid service interruptions, such as service retirements and breaking changes? Select only one answer. application insights Azure Monitor health advisories service issues
Health advisories are issues that require that you take proactive action to avoid service interruptions, such as service retirements and breaking changes. Service issues are problems such as outages that require immediate actions.
In which cloud service model is the customer responsible for managing the operating system? Select only one answer. Infrastructure as a service (IaaS) platform as a service (PaaS) software as a service (SaaS)
IaaS consists of virtual machines and networking provided by the cloud provider. The customer is responsible for the OS and applications. The cloud provider is responsible for the OS in PaaS and SaaS.
You have an Azure virtual machine that is accessed only between 9:00 and 17:00 each day. What should you do to minimize costs but preserve the associated hard disks and data? Deallocate the virtual machine when it is not needed. Delete the virtual machine when it is not needed. Implement Privileged Identity Management. Resize the virtual machine to smaller size.
If you have virtual machine workloads that are used only during certain periods, but you run them every hour of every day, then you are wasting money. These virtual machines are great candidates to deallocate when not in use and start back when required to save compute costs while the virtual machines are deallocated.
In a platform as a service (PaaS) model, which two components are the responsibility of the cloud service provider? Each correct answer presents a complete solution. Select all answers that apply. information and data operating system physical network user access
In PaaS, the cloud provider is responsible for the operating system, physical datacenter, physical hosts, and physical network. In PaaS, the customer is responsible for accounts and identities.
What are two characteristics of a consumption-based model? Each correct answer presents a complete solution. Select all answers that apply. high capital expenditures no upfront costs requires the purchase and management of the physical infrastructure the ability to stop paying for resources that are no longer used
In a consumption-based model, you do not pay for anything until you start using resources, and you only pay for what you use. If you stop using a resource, you stop paying for it. High expenditures are usually associated with the purchase of the physical infrastructure, which is not needed in a consumption-based model.