Demo Microsoft AZ-305 Exam Questions

Demo practice questions for guest users.

Section: Practice Mode 2 Questions
Demo Practice
Question 1

You plan to migrate App1 to Azure. You need to recommend a high-availability solution for App1. The solution must meet the resiliency requirements. Whatshould you include in the recommendation? To answer,select the appropriate optionsin the answer area. NOTE: Each correctselection is worth one point.

Correct Answer: A
Explanation:
Box 1: 3 Scenario: App1 must meet the following requirements: Be hosted in an Azure region thatsupports availability zones. Maintain availability if two availability zones in the local Azure region fail. A host group is a resource that represents a collection of dedicated hosts. You create a host group in a region and an availability zone, and add hosts to it. Use Availability Zones for fault isolation Availability zones are unique physical locations within an Azure region. Each zone is made up of one or more datacenters equipped with independent power, cooling, and networking. A host group is created in a single availability zone. Once created, all hosts will be placed within that zone. To achieve high availability across zones, you need to create multiple host groups (one per zone) and spread your hosts accordingly. Box 2: 1 Scenario: App1 must meet the following requirements: Be hosted on Azure virtual machinesthatsupport automatic scaling. An Azure virtual machine scale set can automatically increase or decrease the number of VM instances that run your application. This automated and elastic behavior reduces the management overhead to monitor and optimize the performance of your application. Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/dedicated-hosts
ParameterSelected ValueTechnical Reason
Number of host groups3A dedicated host group is a resource that represents a collection of dedicated hosts. Host groups are typically aligned to specific fault domains or availability zones within an Azure region to guarantee high availability and isolation requirements. Based on the highlighted answer selection, 3 distinct host groups are deployed.
Number of virtual machine scale sets1Azure Virtual Machine Scale Sets (VMSS) let you create and manage a group of load-balanced VMs. The selected configuration indicates that exactly 1 virtual machine scale set is configured to manage the scale and orchestration of the instances within this deployment.
Question 2

DRAG DROP You need to configure an Azure policy to ensure that the Azure SQL databases have TDE enabled. The solution must meet the security and compliance requirements. Which three actionsshould you perform in sequence? To answer, move the appropriate actionsfrom 5 the list of actions to the answer area and arrange them in the correct order

Correct Answer: A
Explanation:
StepActionTechnical Significance
Step 1Create an Azure policy definition that uses the deployIfNotExists effect.Before a policy can enforce compliance, the rule template must exist. The deployIfNotExists effect evaluates resources and blocks/deploys sub-resources if the specified target conditions are missing.
Step 2Create an Azure policy assignment.Once defined, the policy must be actively targeted at a specific scope (such as a Management Group, Subscription, or Resource Group) by assigning it. This initiates evaluation against existing or incoming cloud resources.
Step 3Invoke a remediation task.For existing resources that were already deployed prior to the policy assignment and flagged as non-compliant, you must explicitly trigger a remediation task to apply the deployIfNotExists template and automatically bring them into compliance.
Scenario: All Azure SQL databasesin the production environment must have Transparent Data Encryption (TDE) enabled. Step 1: Create an Azure policy definition that uses the deployIfNotExists identity. The first step is to define the roles that deployIfNotExists and modify needs in the policy definition to successfully deploy the content of your included template. Step 2: Create an Azure policy assignment When creating an assignment using the portal, Azure Policy both generatesthe managed identity and grants it the roles defined in roleDefinitionIds. Step 3: Invoke a remediation task Resources that are non-compliant to a deployIfNotExists or modify policy can be put into a compliant state through Remediation. Remediation is accomplished by instructing Azure Policy to run the deployIfNotExists effect or the modify operations of the assigned policy on your existing resources and subscriptions, whether that assignment is to a management group, a subscription, a resource group, or an individual resource. During evaluation, the policy assignment with deployIfNotExists or modify effects determines if there are non-compliant resources orsubscriptions. When non-compliant resources orsubscriptions are found, the details are provided on the Remediation page.

Demo Practice Mode

You are viewing only the questions marked as Demo.

BACK TO EXAM