Azure AZ-900 Exam 700 Questions Dumps Part – 3
Microsoft Azure AZ 900 Certification Exam Free Test Questions
Q101 – If an Azure resource has a Read-only lock, you can add a Delete lock to the resource?
Yes
No
Answer
Q102 – An Azure resource inherits locks from its resource group.
True
False
Answer
Q103 – ReadOnly means authorized users can read a resource, but they can’t delete or update it.
True
False
Answer
Q104 – Which built-in roles can create and delete management locks.
a) Owner
b) Contributor
c) User Access Administrator
d) Reader
Answer
Q105 – Delete and CanNotDelete, both locks achieve same objective. Users can read and modify a resource, but they can’t delete it.
True
False
Answer
You can set locks that prevent either deletions or modifications. In the portal, these locks are called Delete and Read-only. In the command line, these locks are called CanNotDelete and ReadOnly.
- CanNotDelete means authorized users can read and modify a resource, but they can’t delete it.
- ReadOnly means authorized users can read a resource, but they can’t delete or update it. Applying this lock is similar to restricting all authorized users to the permissions that the Reader role provides.
Reference – https://learn.microsoft.com/en-us/azure/azure-resource-manager/management/lock-resources?tabs=json
Q106 – Geo-zone-redundant storage (GZRS) includes both general-purpose v1 and general-purpose v2 storage accounts
True
False
Answer
Q107 – Geo-zone-redundant storage (GZRS) is supported by which of the following Azure Storage services
a) Azure Blob storage
b) Azure Files
c) Azure Table storage
d) Azure Queue storage
Answer
Q108 – Which property of your storage account should you check to determine which write operations have been replicated to the secondary region?
a) Last Modified Time property
b) Last Sync Time property
c) Last Update Time property
Answer
Q109 – Statement – Yes/No
a) Data that is stored in an Azure Storage account automatically has at least three copies – Yes/No
b) All data that is copied to an Azure Storage account is backed up automatically to another Azure data center – Yes/No
c) An Azure Storage account can contain up to 2 TB of data and up to one million files – Yes/No
Answer
a – yes
b – no
c – no – reference
Q110 – Which Azure Storage access tier has the highest storage costs, but the lowest access cost?
a) Hot tier
b) Cool tier
c) Archive tiered
Answer
Q111 – The archive tier is not supported as the default access tier for a storage account
True
False
Answer
Q112 – What is the minimum recommended data retention period for cool access tiers?
5
30
45
90
Answer
Q113 – What is the minimum recommended data retention period for archive access tiers?
30
60
90
180
Answer
Q114 – If you have Azure resources deployed to every region, you can implement availability zones in all the regions.
True
False
Answer
Q115 – You have an Azure subscription named Subscription1. You sign into the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create –resource-group RG1 –name VM1 –image UbuntuLTS –generate-ssh-keys
You need to create VM1 in Subscription1 by using the command
Solution: From a computer that runs Windows 10, install Azure CLI. From a command prompt, sign into Azure and then run the command. Does this meet the goal?
Yes
No
Answer
Q116 – You have an Azure subscription named Subscription1. You sign into the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1
az vm create –resource-group RG1 –name VM1 –image UbuntuLTS –generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From a computer that runs Windows 10, install Azure CLI. From PowerShell, sign into Azure and then run the command. Does this meet the goal?
Yes
No
Answer
Q117 – You have an Azure subscription named Subscription1. You sign into the Azure portal and create a resource group named RG1. From Azure documentation, you have the following command that creates a virtual machine named VM1.
az vm create –resource-group RG1 –name VM1 –image UbuntuLTS –generate-ssh-keys
You need to create VM1 in Subscription1 by using the command.
Solution: From the Azure portal, launch Azure Cloud Shell and select Bash. Run the command in Cloud Shell. Does this meet the goal?
Yes
No
Answer
Q118 – Building a data center infrastructure is an example of operational expenditure (OpEx) costs.
True
False
Answer
Q119 – Monthly salaries for technical personnel are an example of operational expenditure (OpEx) costs.
True
False
Answer
Q120 – Leasing software is an example of operational expenditure (OpEx) costs.
True
False
Answer
Q121 – North America is represented by a single Azure region.
True
False
Answer
Q122 – Every Azure region has multiple datacenters.
True
False
Answer
Q123 – Data transfers between Azure services located in different Azure regions are always free.
True
False
Answer
Q124 – Data that is copied to an Azure Storage account is maintained automatically in at least three copies.
True
False
Answer
Q125 – Availability zones are used to replicate data and applications to multiple regions.
True
False
Answer
Q126 – Statement – Yes/No
a) Availability zones can be implemented in all Azure regions – Yes/No
b) Only virtual machines that run Windows Server can be created in availability
zones – Yes/No
c) Availability zones are used to replicate data and applications to multiple regions.
Blackboard – Yes/No
Answer
Q127 – Which performance option should you choose for low latency scenarios while creating Azure Storage account?
a) Standard
b) Premium
Answer
Q128 – You have an on-premises network that contains several servers. You plan to migrate all the servers to Azure. You need to recommend a solution to ensure that some of the servers are available if a single Azure data center goes offline for an extended period. What should you include in the recommendation?
a) fault tolerance
b) elasticity
c) scalability
d) low latency
Answer
Q129 – When planning to migrate a public website to Azure, you must plan to pay monthly usage costs.
Instructions: Review the underlined text. If it makes the statement correct, select “No change is needed”. If the statement is incorrect, select the answer choice that makes the statement correct.
a) No change is needed
b) deploy a VPN
c) pay to transfer all the website data to Azure
d) reduce the number of connections to the website Tech
Answer
Q130 – Your company’s developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed, while the other forty percent has Ubuntu Linux installed.
You are required to make sure that the administrative effort, needed for this process, is reduced by employing a suitable Azure service.
Solution: You recommend the use of Microsoft Managed Desktop.
Does the solution meet the goal?
Yes
No
Answer
Q131 – Your company’s developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed, while the other forty percent has Ubuntu Linux installed.
You are required to make sure that the administrative effort, needed for this process, is reduced by employing a suitable Azure service.
Solution: You recommend the use of Azure Reserved Virtual Machines (VM) Instances. Does the solution meet the goal?
Yes
No
Answer
Q132 – Your company’s developers intend to deploy a large number of custom virtual machines on a weekly basis. They will also be removing these virtual machines during the same week it was deployed. Sixty percent of the virtual machines have Windows Server 2016 installed, while the other forty percent has Ubuntu Linux installed.
You are required to make sure that the administrative effort, needed for this process, is reduced by employing a suitable Azure service.
Solution: You recommend the use of Azure DevTest Labs.
Does the solution meet the goal?
Yes
No
Answer
Q133 – You have an on-premises network that contains 100 servers. You need to recommend a solution that provides additional resources to your users. The solution must minimize capital and operational
expenditure costs.
What should you include in the recommendation?
a) complete migration to the public cloud
b) an additional data center
c) private cloud
d) hybrid cloud
Answer
Q134 – You are tasked with deploying Azure virtual machines for your company. You need to make use of the appropriate cloud deployment solution.
Solution: You should make use of Software as a Service (SaaS).
Does the solution meet the goal?
Yes
No
Answer
Q135 – You are tasked with deploying Azure virtual machines for your company. You need to make use of the appropriate cloud deployment solution.
Solution: You should make use of Platform as a Service (PaaS).
Does the solution meet the goal?
Yes
No
Answer
Q136 – You are tasked with deploying Azure virtual machines for your company. You need to make use of the appropriate cloud deployment solution.
Solution: You should make use of Infrastructure as a Service (IaaS).
Does the solution meet the goal?
Yes
No
Answer
Q137 – Azure Site Recovery provides fault tolerance for virtual machines.
Instructions: Review the blue text. If it makes the statement correct, select “No change is needed.” If the statement is incorrect, select the answer choice that makes the statement correct.
a) No change is needed.
b) disaster recovery
c) elasticity
d) high availability
Answer
Q138 – An Availability Zone in Azure has physically separate locations across two continents
Instructions: Review the blue text. If it makes the statement correct, select “No change is needed.” If the statement is incorrect, select the answer choice that makes the statement correct.
a) No change is needed.
b) within a single Azure region
c) within multiple Azure regions
d) within a single Azure datacenter
Answer
Q139 – Azure Monitor can monitor the performance of on-premises computers.
True
False
Answer
Q140 – Azure Monitor can send alerts to Azure Active Directory security groups.
True
False
Answer
Q141 – Azure Monitor can trigger alerts based on data in an Azure Log Analytics workspace.
True
False
Answer
Q142 – Your company plans to migrate all on-premises data to Azure. You need to identify whether Azure
complies with the company’s regional requirements. What should you use?
a) Knowledge Center
b) Azure Marketplace
c) MyApps portal
d) Trust Center
Answer
Q143 – Azure Policy helps organization to
a) create security policy
b) enforce organizational standards & to assess compliance at-scale
c) Create firewall rules
Answer
Q144 – You have 50 virtual machines hosted on-premises and 50 virtual machines hosted in Azure. The on- premises virtual machines and the Azure virtual machines connect to each other. Which type of cloud model is this?
a) hybrid
b) private board
c) public
Answer
Q145 – You plan to provision Infrastructure as a Service (IaaS) resources in Azure. Which resource is an example of IaaS ?
a) an Azure web app
b) an Azure virtual machine
c) an Azure logic app
d) an Azure SQL database
Answer
Q146 – What should you use to evaluate whether your company’s Azure environment meets regulatory requirements?
a) The Knowledge Center website.
b) The Advisor blade from the Azure portal.
c) Compliance Manager from the Security Trust Portal.
d) The Security Center blade from the Azure portal
Answer
Q147 – What should you use to evaluate whether your company’s Azure environment meets regulatory requirements?
a) Azure Service Health
b) Azure Knowledge Center
c) Microsoft Defender for Cloud
d) Azure Advisor
Answer
Q148 – What should you use to evaluate whether your company’s Azure environment meets regulatory requirements?
a) Azure Service Health
b) Azure Knowledge Center
c) Azure Security Center
d) Azure Advisor
Answer
Q149 – You plan to provision Platform as a Service (PaaS) resources in Azure. Which resources are an example of PaaS?
a) an Azure web app
b) an Azure virtual machine
c) an Azure logic app
d) an Azure SQL database
Answer
Q150 – Azure key vault can analyze security log files from Azure virtual machines.
True
False