Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

AZ-104: Prerequisites for Azure administrators Microsoft Quiz Answers

Get AZ-104: Prerequisites for Azure administrators Microsoft Quiz Answers

Learn the basic Azure concepts you’ll need to know as an Azure administrator. Here are the learning paths in the AZ-104 Azure Administrator series:

This learning path helps prepare you for Exam AZ-104: Microsoft Azure Administrator.

Prerequisites:

Enroll on Microsoft

Module 1: Configure Azure resources with tools

You will learn how to select a tooling option such as Azure portal, Azure PowerShell, Azure CLI, or Azure Cloud Shell.

Learning objectives:

After completing this module, you will be able to:

  • Manage resources with the Azure portal.
  • Manage resources with Azure Cloud Shell.
  • Manage resources with Azure PowerShell.
  • Manage resources with Azure CLI.

Prerequisites:

  • None

Quiz 1: Knowledge check

Q1. Your company is building a video-editing application that will offer online storage for user-generated video content. The videos will be stored in Azure Blobs. An Azure storage account will contain the blobs. It is unlikely the storage account would ever need to be removed and recreated because this would delete all the user videos. Which tool is likely to offer the quickest and easiest way to create the storage account?

  • Azure portal
  • Azure CLI
  • Azure PowerShell

Q2. The Azure CLI can be installed on which of the following?

  • Linux
  • Windows
  • Both Linux and Windows

Q3. Another Administrator is managing Azure locally using PowerShell. They have launched PowerShell as an Administrator. Which of the following commands should be executed first?

  • Connect-AzAccount
  • Get-AzResourceGroup
  • Get-AzSubscription

Module 2: Use Azure Resource Manager

You will learn to use resource groups to organize your organization’s Azure resources.

Learning objectives:

After completing this module, you will be able to:

  • Identify the features and usage cases for Azure Resource Manager.
  • Describe each Azure Resource Manager component and its usage.
  • Organize your Azure resources with resource groups.
  • Apply Azure Resource Manager locks.
  • Move Azure resources between groups, subscriptions, and regions.
  • Remove resources and resource groups.
  • Apply and track resource limits.

Prerequisites:

  • None

Quiz 1: Knowledge check

Q1. A new project has several resources that need to be administered together. Which of the following strategies would provide a good solution?

  • Azure templates
  • Azure resource groups
  • Azure subscriptions

Q2. Which of the following situations would be good example of when to use a resource lock?

  • A ExpressRoute circuit with connectivity back to the on-premises network.
  • A non-production virtual machine used to test occasional application builds.
  • A storage account used to temporarily store images processed in a development environment.

Q3. Which of the following is true about resource groups?

  • Resources can be in only one resource group.
  • Role-based access control can’t be applied to a resource group
  • Resource groups can be nested.Check your answers

Module 3: Configure resources with Azure Resource Manager templates

You’ll learn how to use Azure Resource Manager templates to consistently deploy assets.

Learning objectives:

  • List the advantages of Azure templates.
  • Identify the Azure template schema components.
  • Specify Azure template parameters.
  • Locate and use Azure Quickstart Templates.

Prerequisites:

  • None

Quiz 1: Knowledge check

Q1. What is an Azure Resource Manager template?

  • A series of Azure CLI commands to deploy infrastructure to Azure.
  • A JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for the deployment.
  • A script used by the Azure Resource Manager to manage the Azure storage account.

Q2. Which of the following is an element in the template schema?

  • Includes
  • Scripts
  • Outputs

Q3. What happens if the same template is run a second time?

  • Azure Resource Manager will deploy new resources as copies of the previously deployed resources.
  • Azure Resource Manager won’t make any changes to the deployed resources.
  • Azure Resource Manager will delete the previously deployed resources and redeploy them.

Module 4: Automate Azure tasks using scripts with PowerShell

Install Azure PowerShell locally and use it to manage Azure resources.

Learning objectives:

In this module, you will:

  • Decide if Azure PowerShell is the right tool for your Azure administration tasks
  • Install Azure PowerShell on Linux, macOS, and/or Windows
  • Connect to an Azure subscription using Azure PowerShell
  • Create Azure resources using Azure PowerShell

Prerequisites:

  • Experience with a command-line interface such as PowerShell or Bash
  • Knowledge of basic Azure concepts such as resource groups and Virtual Machines
  • Experience administering Azure resources using the Azure portal

Quiz 1: Summary

Q1. True or false: The Azure portal, the Azure CLI, and Azure PowerShell offer significantly different services, so it is unlikely that all three will support the operation you need.

  • True
  • False

Q2. Suppose you are building a video-editing application that will offer online storage for user-generated video content. You will store the videos in Azure Blobs, so you need to create an Azure storage account to contain the blobs. Once the storage account is in place, it is unlikely you would remove and recreate it because this would delete all the user videos. Which tool is likely to offer the quickest and easiest way to create the storage account?

  • Azure portal
  • Azure CLI
  • Azure PowerShell

Q3. What needs to be installed on your machine to let you execute Azure PowerShell cmdlets locally?

  • The Azure cloud shell
  • The base PowerShell product and the Az module
  • The Azure CLI and Azure PowerShell

Module 5: Control Azure services with the CLI

Install the Azure CLI locally and use it to manage Azure resources.

Learning objectives:

In this module, you will:

  • Install the Azure CLI on Linux, macOS, and/or Windows
  • Connect to an Azure subscription using the Azure CLI
  • Create Azure resources using the Azure CLI

Prerequisites:

  • Experience with a command-line interface, such as PowerShell or Bash
  • Knowledge of basic Azure concepts, such as resource groups
  • Experience administering Azure resources using the Azure portal

Quiz 1: Summary

Q1. What do you need to install on your machine to let you execute Azure CLI commands locally?

  • The Azure Cloud Shell
  • The Azure CLI and Azure PowerShell
  • Only the Azure CLI

Q2. True or false: The Azure CLI can be installed on Linux, macOS, and Windows, and the CLI commands you use are the same in all platforms.

  • True
  • False

Q3. Which parameter value can you add to most CLI commands to get concise, formatted output?

  • list
  • table
  • group

Module 6: Deploy Azure infrastructure by using JSON ARM templates

Write JSON Azure Resource Manager templates (ARM templates) by using Visual Studio Code to deploy your infrastructure to Azure consistently and reliably.

Learning objectives:

In this module, you will:

  • Implement a JSON ARM template by using Visual Studio Code.
  • Declare resources and add flexibility to your template by adding resources, parameters, and outputs.

Prerequisites:

Quiz 1: Knowledge check

Q1. What is an Azure Resource Manager template?

  • A series of Azure CLI commands to deploy infrastructure to Azure.
  • A JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your deployment.
  • A script held in Azure Resource Manager to manage your Azure storage account.

Q2. Which one of these is not an element of an Azure Resource Manager template?

  • idempotent
  • schema
  • parameters

Q3. Azure Resource Manager templates are idempotent. This means that if you run a template with no changes a second time:

  • Azure Resource Manager will deploy new resources as copies of the previously deployed resources.
  • Azure Resource Manager won’t make any changes to the deployed resources.
  • Azure Resource Manager will delete the previously deployed resources and redeploy them.
Conclusion:

I hope this AZ-104: Prerequisites for Azure administrators Microsoft Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.

This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.

Keep Learning!

More Coding Solutions >>

LeetCode Solutions

Hacker Rank Solutions

CodeChef Solutions

Leave a Reply

Your email address will not be published. Required fields are marked *