Preplp
Azure Administrator
Session 4Azure~45 min

General

15 questions — answer mentally, then read the explanations

Track progress0/7 days
x

What you'll learn

General
  • Try to answer each question before reading the explanation
  • Cover General topics

Questions

Read each question and options, then check the explanation below.

You have an Azure virtual machine named VM1. Azure collects events from VM1. You are creating an alert rule in Azure Monitor to notify an administrator when an error is logged in the System event log of VM1. Which target resource should you monitor in the alert rule? Options are :

  • A. virtual machine extension
  • B. virtual machine
  • C. metric alert
  • D. Azure Log Analytics workspace

Explanation

Answer: Azure Log Analytics workspace

You have an Azure subscription that contains 100 virtual machines. You regularly create and delete virtual machines. You need to identify unattached disks that can be deleted. What should you do? Options are :

  • A. From Azure Cost Management, view Cost Analysis
  • B. From Azure Advisor, modify the Advisor configuration
  • C. From Microsoft Azure Storage Explorer, view the Account Management properties
  • D. From Azure Cost Management, view Advisor Recommendations

Explanation

Answer: From Azure Cost Management, view Advisor Recommendations

You have an Azure web app named webapp1. Users report that they often experience HTTP 500 errors when they connect to webapp1. You need to provide the developers of webapp1 with real-time access to the connection errors. The solution must provide all the connection error details. What should you do first? Options are :

  • A. From webapp1, enable Web server logging
  • B. From Azure Monitor, create a workbook
  • C. From Azure Monitor, create a Service Health alert
  • D. From webapp1, turn on Application Logging

Explanation

Answer: From webapp1, enable Web server logging

You need to move the blueprint files to Azure. What should you do? Options are :

  • A. Generate an access key. Map a drive, and then copy the files by using File Explorer.
  • B. Use Azure Storage Explorer to copy the files.
  • C. Use the Azure Import/Export service.
  • D. Generate a shared access signature (SAS). Map a drive, and then copy the files by using File Explorer.

Explanation

Answer: Use Azure Storage Explorer to copy the files.

You are planning the move of App1 to Azure. You create a network security group (NSG). You need to recommend a solution to provide users with access to App1. What should you recommend? Options are :

  • A. Create an incoming security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.
  • B. Create an outgoing security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.
  • C. Create an incoming security rule for port 443 from the Internet. Associate the NSG to all the subnets.
  • D. Create an outgoing security rule for port 443 from the Internet. Associate the NSG to all the subnets.

Explanation

Answer: Create an incoming security rule for port 443 from the Internet. Associate the NSG to the subnet that contains the web servers.

You need to recommend a solution to automate the configuration for the finance department users. The solution must meet the technical requirements. What should you include in the recommendation? Options are :

  • A. Azure AD B2C
  • B. dynamic groups and conditional access policies
  • C. Azure AD Identity Protection
  • D. an Azure logic app and the Microsoft Identity Management (MIM) client

Explanation

Answer: dynamic groups and conditional access policies

Your company has serval departments. Each department has a number of virtual machines (VMs). The company has an Azure subscription that contains a resource group named RG1. All VMs are located in RG1. You want to associate each VM with its respective department. What should you do? Options are :

  • A. Create Azure Management Groups for each department.
  • B. Create a resource group for each department.
  • C. Assign tags to the virtual machines.
  • D. Modify the settings of the virtual machines.

Explanation

Answer: Assign tags to the virtual machines.

Note: The question is included in a number of questions that depicts the identical setup. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company has an Azure Active Directory (Azure AD) subscription. You want to implement an Azure AD conditional access policy. The policy must be configured to require members of the Global Administrators group to use Multi-Factor Authentication and an Azure AD-joined device when they connect to Azure AD from untrusted locations. Solution: You access the multi-factor authentication page to alter the user settings. Does the solution meet the goal? Options are :

  • A. Yes
  • B. No

Explanation

Answer: No

You are planning to deploy an Ubuntu Server virtual machine to your company's Azure subscription. You are required to implement a custom deployment that includes adding a particular trusted root certification authority (CA). Which of the following should you use to create the virtual machine? Options are :

  • A. The New-Azure Rm Vm cmdlet.
  • B. The New-Az VM cmdlet.
  • C. The Create-Az VM cmdlet.
  • D. The AZ vim creates command.

Explanation

Answer: The Create-Az VM cmdlet.

Your company's Azure solution makes use of Multi-Factor Authentication for when users are not in the office. The Per Authentication option has been configured as the usage model. After the acquisition of a smaller business and the addition of the new staff to Azure Active Directory (Azure AD) obtains a different company and add the new employees to Azure Active Directory (Azure AD), you are informed that these employees should also make use of Multi-Factor Authentication. To achieve this, the Per Enabled User setting must be set for the usage model. Solution: You create a new Multi-Factor Authentication provider with a backup from the existing Multi-Factor Authentication provider data. Does the solution meet the goal? Options are :

  • A. Yes
  • B. No

Explanation

Answer: Yes

Your company has a Microsoft Azure subscription. The company has data centres in Los Angeles and New York. You are configuring the two data centres as geo-clustered sites for site resiliency. You need to recommend an Azure storage redundancy option. You have the following data storage requirements: Data must be stored on multiple nodes? Data must be stored on nodes in separate geographic locations? Data can be read from the secondary location as well as from the primary location? Which of the following Azure stored redundancy options should you recommend? Options are :

  • A. Geo-redundant storage
  • B. Read-only geo-redundant storage
  • C. Zone-redundant storage
  • D. Locally redundant storage

Explanation

Answer: Read-only geo-redundant storage

Your company has three virtual machines (VMs) that are included in an availability set. You try to resize one of the VMs, which returns an allocation failure message. It is imperative that the VM is resized. Which of the following actions should you take? Options are :

  • A. You should only stop one of the VMs.
  • B. You should stop two of the VMs.
  • C. You should stop all three VMs.
  • D. You should remove the necessary VM from the availability set.

Explanation

Answer: You should stop all three VMs.

You have an Azure virtual machine (VM) that has a single data disk. You have been tasked with attaching this data disk to another Azure VM. You need to make sure that your strategy allows for the virtual machines to be offline for the least amount of time possible. Which of the following is the action you should take FIRST? Options are :

  • A. Stop the VM that includes the data disk.
  • B. Stop the VM that the data disk must be attached to.
  • C. Detach the data disk.
  • D. Delete the VM that includes the data disk.

Explanation

Answer: Stop the VM that includes the data disk.

Your company has an Azure subscription. You need to deploy a number of Azure virtual machines (VMs) using Azure Resource Manager (ARM) templates. You have been informed that the VMs will be included in a single availability set. You are required to make sure that the ARM template you configure allows for as many VMs as possible to remain accessible in the event of fabric failure or maintenance. Which of the following is the value that you should configure for the platform Fault Domain Count property? Options are :

  • A. 10
  • B. 30
  • C. Min Value
  • D. Max Value

Explanation

Answer: Max Value

Your company has an Azure subscription. You need to deploy a number of Azure virtual machines (VMs) using Azure Resource Manager (ARM) templates. You have been informed that the VMs will be included in a single availability set. You are required to make sure that the ARM template you configure allows for as many VMs as possible to remain accessible in the event of fabric failure or maintenance. Which of the following is the value that you should configure for the platform Update Domain Count property? Options are :

  • A. 10
  • B. 20
  • C. 30
  • D. 40

Explanation

Answer: 40

Today's exercise: Review & recall

Revisit questions you hesitated on and summarise key Azure concepts.

Steps

  1. 1

    First pass

    Answer each question before reading the explanation.

  2. 2

    Second pass

    Review explanations for any you missed.

  3. 3

    Notes

    Write down 3 Azure terms or patterns to remember.

One rehearsal platform

Certification mocks, daily lessons, project labs, and in-browser drills

Structured for exam day and portfolio proof — timed tests, guided builds, and quick reps on one platform.