An Azure administrator plans to run a PowerShell script that creates Azure resources. You need to recommend which computer configuration to use to run the script.
Solution: Run the script from a computer that runs macOS and has PowerShell Core 6.0 installed.
Does this meet the goal?
Yes
No
Answer is No
You cannot create Azure resources without the Azure PowerShell module. To run PowerShell scripts you only need PowerShell Core 6.0 installed, BUT the question also requests to create Azure resources. In order to accomplish that, you need the Azure PowerShell module which does not come with PowerShell Core 6.0. In fact, you must install it apart using the Install-Module cmdlet.
You plan to implement an Azure database solution.
You need to implement a database solution that meets the following requirements:
Can add data concurrently from multiple regions
Can store JSON documents
Which database service should you deploy?
Azure Cosmos DB
Azure SQL
Azure Database for MySQL servers
Azure Database for PostgreSQL servers
SQL elastic pools
SQL Server stretch databases
Answer is Azure Cosmos DB
Azure Cosmos DB is Microsoft's globally distributed, multi-model database service. With a click of a button, Cosmos DB enables you to elastically and independently scale throughput and storage across any number of Azure regions worldwide.
Azure Cosmos DB is a great way to store unstructured and JSON data. Combined with Azure Functions, Cosmos DB makes storing data quick and easy with much less code than required for storing data in a relational database.
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
Statements
Yes
No
All the Azure resources deployed to a single resource group must share the same Azure region.
If you assign a tag to a resource group, all the Azure resources in that resource group are assigned to the same tag.
If you set permissions to a resource group, all the Azure resources in that resource group inherit the permissions.
Yes-Yes-Yes
Yes-Yes-No
Yes-No-Yes
Yes-No-No
No-No-Yes
No-Yes-No
Statements
Yes
No
All the Azure resources deployed to a single resource group must share the same Azure region.
If you assign a tag to a resource group, all the Azure resources in that resource group are assigned to the same tag.
If you set permissions to a resource group, all the Azure resources in that resource group inherit the permissions.
Question 25
Which Azure compute resource can you use to deploy to manage a set of identical virtual machines?
Virtual machine availability sets
Virtual machine availability zones
Virtual machine scale sets
Answer is Virtual machine scale sets. Virtual machine scale sets let you deploy and manage a set of identical virtual machines.
Question 26
Which of the following is optimized for storing massive amounts of unstructured data, such as videos and images?
Blobs
Files
Queues
Answer is 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.
Question 27
Which of the following is part of the Azure Artificial Intelligence service?
HDInsight
Azure Machine Learning service
Azure DevTest Labs
Answer is Azure Machine Learning service.
Machine Learning service provides a cloud-based environment that you can use to develop, train, test, deploy, manage, and track machine learning models.
Question 28
Which of the following cloud services provides development collaboration tools including high-performance pipelines, free private Git repositories, and configurable Kanban boards?
Azure DevOps Services
Azure Event Grid
HDInsight
Answer is Azure DevOps Services. Azure DevOps Services includes development collaboration tools including high-performance pipelines, free private Git repositories, and configurable Kanban boards.
Question 29
Microsoft Azure datacenters are organized and made available by?
Geographies
Regions
Zones
Answer is Regions. Microsoft Azure datacenters are organized and made available by region.
Question 30
Which of the following is used to ensure availability during maintenance events?
Availability Set
Availability Zone
Scale Set
Answer is Availability Set.
Availability sets provide VM redundancy and availability. This configuration within a datacenter (Availability Zone) ensures that during either a planned or unplanned maintenance event, at least one virtual machine is available and meets the 99.95% Azure SLA.