Exam A

Ace your homework & exams now with Quizwiz!

QUESTION 34 HOTSPOT You need to implement Role1. Which command should you run before you create Role1? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Find-RoleCapability | ConvertFrom-Json Get-AzureADDirectoryRole | ConvertFrom-String Get-AzRoleDefinition | ConvertTo-Json Get-AzResourceProvider | ConvertTo-Xml

3,3 Get-AzRoleDefinition | ConvertTo-Json

QUESTION 20 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has an azure subscription that includes a storage account, a resource group, a blob container and a file share. A colleague named Jon Ross makes use of a solitary Azure Resource Manager (ARM) template to deploy a virtual machine and an additional Azure Storage account. You want to review the ARM template that was used by Jon Ross. Solution: You access the Virtual Machine blade. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Explanation: You should use the Resource Group blade Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-export-template

QUESTION 70 HOTSPOT You have an Azure subscription. You plan to use an Azure Resource Manager template to deploy a virtual network named VNET1 that will use Azure Bastion. How should you complete the template? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: "type": Microsoft.Network/virtualNetworks", "name": "VNETI" "apiVersion" "2019-02-01", "location ": " [resourceGroup().location]", "properties": { "addressSpace": { "addressprefixes": ["10.10.10.0/24"] }, "subnets": [ { "name": AzureBastionSubnet, AzureFirewallSubnet, LAN01, RemoteAccessSubnet "properties": { "addressPrefix": 10.10.10.0/27, 10.10.10.0/29, 10.10.10.0/30 } }, { "name": "LAN02", "properties", "addressprefix": "10.10.10.128/25" } }

1, 1 AzureBastionSubnet, 10.10.10.0/27

QUESTION 92 HOTSPOT You have an Azure virtual machine named VM1 that connects to a virtual network named VNet1. VM1 has the following configurations: Subnet: 10.0.0.0/24 Availability set: AVSet Network security group (NSG): None Private IP address: 10.0.0.4 (dynamic) Public IP address: 40.90.219.6 (dynamic) You deploy a standard, Internet-facing load balancer named slb1. You need to configure slb1 to allow connectivity to VM1. Which changes should you apply to VM1 as you configure slb1? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Before you create a backend pool on slb1, you must: Create and assign NSG to VM1 Remove the public IP address from VM1 Change the private IP address of VM1 to static Before you can connect to VM1 from slb1, you must: Create and configure and NSG Remove the public IP address from VM1 Change the private IP address of VM1 to static

2, 1 Remove the public IP address from VM1 Create and configure and NSG

QUESTION 99 DRAG DROP You have an on-premises network that you plan to connect to Azure by using a site-so-site VPN. In Azure, you have an Azure virtual network named VNet1 that uses an address space of 10.0.0.0/16 VNet1 contains a subnet named Subnet1 that uses an address space of 10.0.0.0/24. You need to create a site-to-site VPN to Azure. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one order of answer choice is correct. You will receive credit for any of the correct orders you select. Select and Place: Create a local gateway. Create a VPN gateway. Create a gateway subnet. Create a custom DNS server. Create a VPN connection. Create an Azure Content Delivery Netwrok (CDN) profile

3, 2, 1, 5 Create a gateway subnet. Create a VPN gateway. Create a local gateway. Create a VPN connection.

QUESTION 3 Your company has an Azure Active Directory (Azure AD) subscription. You need to deploy five virtual machines (VMs) to your company's virtual network subnet. The VMs will each have both a public and private IP address. Inbound and outbound security rules for all of these virtual machines must be identical. Which of the following is the least amount of network interfaces needed for this configuration? A. 5 B. 10 C. 20 D. 40

Correct Answer: A

QUESTION 50 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? 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

Correct Answer: A

QUESTION 66 You have an Azure subscription that contains the resources shown in the following table. Name | Type LB1 | Load balancer VM2 | Virtual machine VM2 | Virtual machine LB1 is configured as shown in the following table. Name | Type | Value bepool1 | Backend pool | VM1, VM2 LoadBalancerFrontEnd | Frontend IP configuration | Public IP address hprobe1 | Health probe | Protocol: TCP, Port: 80, Interval: 5 seconds, Unhealthy threshold: 2 rule1 | Load balancing rule | IP version: IPv4, frontend IP address: LoadBalancerFrontEnd, Port: 80, Backend Port: 80, Backend pool: bepool, Health probe: hprobe1 You plan to create new inbound NAT rules that meet the following requirements: Provide Remote Desktop access to VM1 from the internet by using port 3389. Provide Remote Desktop access to VM2 from the internet by using port 3389. What should you create on LB1 before you can create the new inbound NAT rules? A. a frontend IP address B. a load balancing rule C. a health probe D. a backend pool

Correct Answer: A

QUESTION 11 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company's Azure subscription includes two Azure networks named VirtualNetworkA and VirtualNetworkB. VirtualNetworkA includes a VPN gateway that is configured to make use of static routing. Also, a site-to-site VPN connection exists between your company's on-premises network and VirtualNetworkA. You have configured a point-to-site VPN connection to VirtualNetworkA from a workstation running Windows 10. After configuring virtual network peering between VirtualNetworkA and VirtualNetworkB, you confirm that you are able to access VirtualNetworkB from the company's on-premises network. However, you find that you cannot establish a connection to VirtualNetworkB from the Windows 10 workstation. You have to make sure that a connection to VirtualNetworkB can be established from the Windows 10 workstation. Solution: You choose the Allow gateway transit setting on VirtualNetworkA. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing

QUESTION 59 You have the Azure virtual machines shown in the following table. Name | IP address | Virtual network VM1 | 10.0.0.4 | VNET1 VM2 | 10.0.0.2 | VNET1 VNET1 is linked to a private DNS zone named contoso.com that contains the records shown in the following table. Name | Type | TTL | Value | Auto registered comp1 | TXT | 3600 | 10.0.0.5 | False comp2 | A | 3600 | 10.0.0.5 | False comp3 | CNAME | 3600 | comp1.contoso.com | False comp4 | PTR | 3600 | 10.0.0.5 | False You need to ping VM2 from VM1. Which DNS names can you use to ping VM2? A. comp2.contoso.com and comp4.contoso.com only B. comp1.contoso.com, comp2.contoso.com, comp3.contoso.com, and comp4.contoso.com C. comp2.contoso.com only D. comp1.contoso.com and comp2.contoso.com only E. comp1.contoso.com, comp2.contoso.com, and comp4.contoso.com only

Correct Answer: B Reference: https://medium.com/azure-architects/exploring-azure-private-dns-be65de08f780 https://simpledns.plus/help/dns-record-types

QUESTION 8 Your company has virtual machines (VMs) hosted in Microsoft Azure. The VMs are located in a single Azure virtual network named VNet1. The company has users that work remotely. The remote workers require access to the VMs on VNet1. You need to provide access for the remote workers. What should you do? A. Configure a Site-to-Site (S2S) VPN. B. Configure a VNet-toVNet VPN. C. Configure a Point-to-Site (P2S) VPN. D. Configure DirectAccess on a Windows Server 2012 server VM. E. Configure a Multi-Site VPN

Correct Answer: C Explanation: A Point-to-Site (P2S) VPN gateway connection lets you create a secure connection to your virtual network from an individual client computer. Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpngateways

QUESTION 36 You have an Azure subscription that contains the identities shown in the following table. User1, Principal1, and Group1 are assigned the Monitoring Reader role. An action group named AG1 has the Email Azure Resource Manager Role notification type and is configured to email the Monitoring Reader role. You create an alert rule named Alert1 that uses AG1. You need to identity who will receive an email notification when Alert1 is triggered. Who should you identify? A. User1 and Principal1 only B. User1, User2, Principal1, and Principal2 C. User1 only D. User1 and User2 only

Correct Answer: C Explanation: Email will only be sent to Azure AD user members of the Monitoring Reader role. Email will not be sent to Azure AD groups or service principals. Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/action-groups

QUESTION 2 Your company has an Azure Active Directory (Azure AD) subscription. You need to deploy five virtual machines (VMs) to your company's virtual network subnet. The VMs will each have both a public and private IP address. Inbound and outbound security rules for all of these virtual machines must be identical. Which of the following is the least amount of security groups needed for this configuration? A. 4 B. 3 C. 2 D. 1

Correct Answer: D

QUESTION 15 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 platformFaultDomainCount property? A. 10 B. 30 C. Min Value D. Max Value

Correct Answer: D Explanation/Reference: The number of fault domains for managed availability sets varies by region - either two or three per region. Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability

QUESTION 14 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 platformUpdateDomainCount property? A. 10 B. 20 C. 30 D. 40

Correct Answer: D Explanation: Each virtual machine in your availability set is assigned an update domain and a fault domain by the underlying Azure platform. For a given availability set, five non-user-configurable update domains are assigned by default (Resource Manager deployments can then be increased to provide up to 20 update domains) to indicate groups of virtual machines and underlying physical hardware that can be rebooted at the same time. Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/manage-availability

QUESTION 4 Your company has two on-premises servers named SRV01 and SRV02. Developers have created an application that runs on SRV01. The application calls a service on SRV02 by IP address. You plan to migrate the application on Azure virtual machines (VMs). You have configured two VMs on a single subnet in an Azure virtual network. You need to configure the two VMs with static internal IP addresses. What should you do? A. Run the New-AzureRMVMConfig PowerShell cmdlet. B. Run the Set-AzureSubnet PowerShell cmdlet. C. Modify the VM properties in the Azure Management Portal. D. Modify the IP properties in Windows Network and Sharing Center. E. Run the Set-AzureStaticVNetIP PowerShell cmdlet.

Correct Answer: E Explanation: Specify a static internal IP for a previously created VM. If you want to set a static IP address for a VM that you previously created, you can do so by using the following cmdlets. If you already set an IP address for the VM and you want to change it to a different IP address, you'll need to remove the existing static IP address before running these cmdlets. See the instructions below to remove a static IP. For this procedure, you'll use the Update-AzureVM cmdlet. The Update-AzureVM cmdlet restarts the VM as part of the update process. The DIP that you specify will be assigned after the VM restarts. In this example, we set the IP address for VM2, which is located in cloud service StaticDemo. Get-AzureVM -ServiceName StaticDemo -Name VM2 | Set-AzureStaticVNetIP -IPAddress 192.168.4.7 | Update-AzureVM Reference: https://docs.microsoft.com/en-us/powershell/module/servicemanagement/azure.service/set-azurestaticvnetip?view=azuresmps-4.0.0

QUESTION 58 HOTSPOT You have a network security group (NSG) named NSG1 that has the rules defined in the exhibit. (Click the Exhibit tab.) Name: ALLOW_HTTPS Id: /subscriptions/..... Etag: W/"8e..." ProvisioningState: Succeded Description: Protocol: TCP SourcePortRange: {*} DestinationPortRange: {443} SourceAddressPrefix: {*} DestinationAddressPrefix: {*} SourceApplicationSecurityGroups: [] DestinationApplicationSecurityGroups: [] Access: Allow Priority: 100 Direction: Inbound Name: DENY_PING Id: /subscriptions/... Etag: W/"8e..." ProvisioningState: Succeeded Description: Protocol: ICMP SourcePortRange: {*} DestinationPortRange: {*} SourceAddressPrefix: {VirtualNetwork} DestinationAddressPrefix: {*} SourceApplicationSecurityGroups: [] DestinationApplicationSecurityGroups: [] Access: Deny Priority: 111 Direction: Outbound NSG1 is associated to a subnet named Subnet1. Subnet1 contains the virtual machines shown in the following table. Name | IP address VM1 | 10.1.0.10 VM2 | 10.1.0.11 You need to add a rule to NSG1 to ensure that VM1 can ping VM2. The solution must use the principle of least privilege. How should you configure the rule? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Direction: Inbound Outbound Source: Any 10.1.0.10 10.1.0.11 10.1.0.10; 10.1.0.11 10.1.0.0/28 Destination: Any 10.1.0.10 10.1.0.11 10.1.0.10; 10.1.0.11 10.1.0.0/28 Priority: 110 111 112

Direction: Inbound Source: Any Destination: Any Priority: 110 Reference: https://www.thomasmaurer.ch/2019/09/how-to-enable-ping-icmp-echo-on-an-azure-vm/

QUESTION 44 HOTSPOT You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com that contains the users shown in the following table. Name | Member of | Role assigned User1 | Group1 | none user2 | Group2 | None User3 | Group1, Group2 | User administrator You enable password reset for contoso.onmicrosoft.com as shown in the Password Reset exhibit. (Click the Password Reset tab.) Self service password reset enabled None [Selected] All Select group Group 2 You configure the authentication methods for password reset as shown in the Authentication Methods exhibit. (Click the Authentication Methods tab.) Number of methods required to reset 1 [2] Methods available to users []Mobile app notification []Mobile app code []Email [♦]Mobile phone []Office phone [♦]Security questions Number of questions required to register 3 4 [5] Number of questions required to reset [3] 4 5 Select security questions 10 security questions selected For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: After User2 answers three security questions, he can reset his password immediately. Yes | No If User1 forgets her password, she can reset the password by using the mobile phone app. Yes | No User3 can add security question to the password reset process. Yes | No

No No Yes Explanation: Box 1: No, Two methods are required. Box 2: No, Self-service password reset is only enabled for Group2, and User1 is not a member of Group2. Box 3: Yes, As a User Administrator, User3 can add security questions to the reset process. Reference: https://docs.microsoft.com/en-us/azure/active-directory/authentication/quickstart-sspr https://docs.microsoft.com/en-us/azure/active-directory/authentication/active-directory-passwords-faq

QUESTION 71 HOTSPOT You have an Azure subscription that contains the virtual networks shown in the following table. Name | Location VNET1 | West US VNET2 | West US VNET3 | East US The subscription contains the private DNS zones shown in the following table. Name | Location Zone1.com | West US Zone2.com | West US Zone3.com | East US You add virtual network links to the private DNS zones as shown in the following table. Name | Private DNS zone | Virtual network | Enable auto registration Link1 | Zone1.com | VNET1 | Yes Link2 | Zone2.com | VNET2 | No Link3 | Zone3.com | VNET3 | No For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: You can enable auto registration for Link2. Yes | No You can add a virtual network link for VNET1 to Zone3.com. Yes | No You can add a virtual network link for VNET2 to Zone1.com and enable auto registration. Yes | No

No, No, No Reference: https://docs.microsoft.com/en-us/azure/dns/private-dns-virtual-network-links https://docs.microsoft.com/en-us/azure/dns/private-dns-autoregistration

QUESTION 61 HOTSPOT You have an Azure subscription that contains the virtual networks shown in the following table. Name | Peered with | DNS server VNET1 | VNET2 | Default (Azure-provided) VNET2 | VNET1 | 10.10.0.4 You have the virtual machines shown in the following table. Name | IP address | Network interfece | Connects to Server1 | 10.10.0.4 | NIC1 | VNET1/Subnet1 Server2 | 172.16.0.4 | NIC2 | VNET1/Subnet2 Server3 | 192.168.0.4 | NIC3 | VNET1/Subnet2 You have the virtual network interfaces shown in the following table. Name | DNS server NIC1 | Inherit from virtual network NIC2 | 10.10.0.4 NIC3 | Inherit from virtual network Server1 is a DNS server that contains the resources shown in the following table. Name | Type | Value contoso.com | Primary DNS zone | Not applicable Host1.contoso.com | A record | 131.107.10.15 You have an Azure private DNS zone named contoso.com that has a virtual network link to VNET2 and the records shown in the following table. Name | Type | Value Host1 | A record | 131.107.200.20 Host2 | A record | 131.107.50.50 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: Server2 resolved host2.contoso.com to 131.107.50.50 Yes | No Server2 resolved host1.contoso.com to 131.107.10.15 Yes | No Server3 resolved host2.contoso.com to 131.107.50.50 Yes | No

Yes, No, Yes

QUESTION 88 HOTSPOT You have an Azure subscription that contains the Azure virtual machines shown in the following table. Name | Operating system | Subnet | Virtual network VM1 | Windows Server 2019 | Subnet1 | VNET1 VM2 | Windows Server 2019 | Subnet2 | VNET1 VM3 | Red Hat Enterprise Linux 7.7 | Subnet3 | VNET1 You configure the network interfaces of the virtual machines to use the settings shown in the following table. Name | DNS server VM1 | None VM2 | 192.168.10.15 VM3 | 192.168.10.15 From the settings of VNET1 you configure the DNS servers shown in the following exhibit. DNS servers [] Default [♦] Custom 193.77.134.10... [Add DNS ser]... The virtual machines can successfully connect to the DNS server that has an IP address of 192.168.10.15 and the DNS server that has an IP address of 193.77.134.10. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: VM1 connects to 193.77.134.10 for DNS queries. Yes | No VM2 connects to 193.77.134.10 for DNS queries. Yes | No VM3 connects to 192.168.10.15 for DNS queries. Yes | No

Yes, No, Yes Explanation: Box 1: Yes, you can specify DNS server IP addresses in the VNet settings. The setting is applied as the default DNS server(s) for all VMs in the VNet. Box 2: No, you can set DNS servers per VM or cloud service to override the default network settings. Box 3: Yes, you can set DNS servers per VM or cloud service to override the default network settings. Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq#name-resolution-dns

QUESTION 81 HOTSPOT You manage two Azure subscriptions named Subscription1 and Subscription2. Subscription1 has following virtual networks: Name | Address space | Location VNET1 | 10.10.10.0/24 | West Europe VNET2 | 172.16.0.0/16 | West US The virtual networks contain the following subnets: Subscription2 contains the following virtual network: Name: VNETA Address space: 10.10.128.0/17 Location: Canada Central VNETA contains the following subnets: Name | Address space | In virtual network Subnet11 | 10.10.10.0/24 | VNET1 Subnet21 | 172.16.0.0/18 | VNET2 Subnet22 | 172.16.128.0/18 | VNET2 For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point. Hot Area: A Site-to-Site connection can be established. Yes | No VNET1 and VNET2 can be peered. Yes | No VNET and VNETA can be peered. Yes | No

Yes, Yes, No Explanation: Box 1: Yes, with VNet-to-VNet you can connect Virtual Networks in Azure across different regions. Box 2: Yes, Azure supports the following types of peering: Virtual network peering: Connect virtual networks within the same Azure region. Global virtual network peering: Connecting virtual networks across Azure regions. Box 3: No, the virtual networks you peer must have non-overlapping IP address spaces. Reference: https://azure.microsoft.com/en-us/blog/vnet-to-vnet-connecting-virtual-networks-in-azure-across-different-regions/ https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering#requirements-and-constraints

QUESTION 89 HOTSPOT You plan to use Azure Network Watcher to perform the following tasks: Task1: Identify a security rule that prevents a network packet from reaching an Azure virtual machine. Task2: Validate outbound connectivity from an Azure virtual machine to an external host. Which feature should you use for each task? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Task1: IP flow verify Next hop Packet capture Security group view Traffic Analytics Task2: Connection troubleshoot IP flow verify Next hop NSG flow logs Traffic Analytics

1, 1 IP flow verify Connection troubleshoot Explanation: Box 1: IP flow verify At some point, a VM may become unable to communicate with other resources, because of a security rule. The IP flow verify capability enables you to specify a source and destination IPv4 address, port, protocol (TCP or UDP), and traffic direction (inbound or outbound). IP flow verify then tests the communication and informs you if the connection succeeds or fails. If the connection fails, IP flow verify tells you which. Box 2: Connection troubleshoot Diagnose outbound connections from a VM: The connection troubleshoot capability enables you to test a connection between a VM and another VM, an FQDN, a URI, or an IPv4 address. The test returns similar information returned when using the connection monitor capability, but tests the connection at a point in time, rather than monitoring it over time, as connection monitor does. Learn more about how to troubleshoot connections using connection-troubleshoot. Reference: https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview

QUESTION 52 HOTSPOT You need to recommend a solution for App1. The solution must meet the technical requirements. What should you include in the recommendation? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Number of virtual networks: 1, 2, 3 Number of subnets per virtual network: 1, 2, 3

1, 3 Explanation: This reference architecture shows how to deploy VMs and a virtual network configured for an N-tier application, using SQL Server on Windows for the data tier. [see exam for pic reference] Scenario: You have a public-facing application named App1. App1 is comprised of the following three tiers: A SQL database A web front end A processing middle tier Each tier is comprised of five virtual machines. Users access the web front end by using HTTPS only. Technical requirements include: Move all the virtual machines for App1 to Azure. Minimize the number of open ports between the App1 tiers. Reference: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/n-tier/n-tier-sql-server

QUESTION 47 HOTSPOT You create a Recovery Services vault backup policy named Policy1 as shown in the following exhibit: Policy1 Backup schedule Frequency [Daily] | Time [11:00PM] | Timezone [(UTC) Coordinated Universal Time] Retention range [♦]Retention of daily backup point. At [11:00PM] | For [30] Day(s) [♦]Retention of weekly backup point. On [Sunday] | At [11:00PM] | For [10] Week(s) [♦]Retention of monthly back point. Week Based [Day Based] On [1] | At [11:00PM] | For [36] Month(s) [♦]Retention of yearly back point. Week Based [Day Based] In [March] | On [1] | At [11:00PM] | For [10] Year(s) Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point. Hot Area: The backup that occurt on Sunday, March 1, will be retained for [Answer]: 30 days 10 weeks 36 months 10 years The backup that occurs on Sunday, November 1, will be retained for [Answer]: 30 days 10 weeks 36 months 10 years

10 years, 36 months Explanation: Box 1: 10 years, The yearly backup point occurs to 1 March and its retention period is 10 years. Box 2: 36 months, The monthly backup point occurs on the 1st of every month and its retention period is 36 months

QUESTION 65 Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. 01/25/2022 - by Mod_GuideK0 DRAG DROP You have an Azure subscription that contains the resources shown in the following table. Name | Type | Description vm1 | Virtual machine | Uses a basic public IP address vm2 | Virtual machine | Users a basic public IP address nsg1 | Network security group (NSG) | Allows incoming traffic from port 443 lb1 | Azure Standard Load Balancer | Not applicable You need to load balance HTTPS connections to vm1 and vm2 by using lb1. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place: Remove nsg1. Remove the public IP addresses from vm1 and vm2. Create a health probe and backend pool lb1. Create an availability set. Create a load balancing rule on lb1.

2, 3, 5 Remove the public IP addresses from vm1 and vm2. Create a health probe and backend pool lb1. Create a load balancing rule on lb1. Reference: https://docs.microsoft.com/en-us/azure/load-balancer/tutorial-load-balancer-standard-public-zone-redundant-portal

QUESTION 75 HOTSPOT You have an Azure subscription that contains the public load balancers shown in the following table. Name | SKU LB1 | Basic LB2 | Standard You plan to create six virtual machines and to load balance requests to the virtual machines. Each load balancer will load balance three virtual machines. You need to create the virtual machines for the planned solution. Hot Area: The virtual machines that will be load balanced by using LB1 must: be connected to the same virtual network be created in the same resource group be created in the same availability set or virtual machine scale set run the same operating system The virtual machines that will be load balanced by using LB2 must: be connected to the same virtual network be created in the same resource group be created in the same availability set or virtual machine scale set run the same operating system

3, 1 be created in the same availability set or virtual machine scale set, be connected to the same virtual network

QUESTION 62 DRAG DROP You have an Azure subscription that contains two om-premises locations named site1 and site2. You need to connect site1 and site2 by using an Azure Virtual WAN. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place: Create a virtual hub. Create VPN sites. Connect the virtual networks to the hub. Create a Virtual WAN resource. Connect the VPN sites to the hub.

3, 1, 2, 5 Connect the virtual networks to the hub. Create a virtual hub. Create VPN sites. Connect the VPN sites to the hub. Reference: https://docs.microsoft.com/en-us/azure/virtual-wan/virtual-wan-site-to-site-portal

QUESTION 100 HOTSPOT You have an Azure virtual machine that runs Windows Server 2019 and has the following configurations: Name: VM1 Location: West US Connected to: VNET1 Private IP address: 10.1.0.4 Public IP addresses: 52.186.85.63 DNS suffix in Windows Server: Adatum.com You create the Azure DNS zones shown in the following table. Name | Type | Location Adatum.pri | Private | West Europe Contoso.pri | Private | Centeral US Adatum.com | Public | West Europe Contoso.com | Public | North Europe You need to identify which DNS zones you can link to VNET1 and the DNS zones to which VM1 can automatically register. Which zones should you identify? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: DNS zones that you can link to VNET1: Adatum.com only Adatum.pri and adatum.com only The private zones only The public zones only DNS zones to which VM1 can automatically register: Adatum.com only Adatum.pri and adatum.com only The private zones only The public zones only

3, 3 The private zones only The private zones only Reference: https://docs.microsoft.com/en-us/azure/dns/private-dns-overview

QUESTION 39 HOTSPOT You purchase a new Azure subscription named Subscription1. You create a virtual machine named VM1 in Subscription1. VM1 is not protected by Azure Backup. You need to protect VM1 by using Azure Backup. Backups must be created at 01:00 and stored for 30 days. What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Location in which to store the backups? A blob container A file share A Recovery Services vault A storage account Object to use to configure the protection for VM1: A backup policy A batch job A batch schedule A recover plan

3,1 A Recovery Services vault | A backup policy https://docs.microsoft.com/en-us/azure/backup/backup-azure-recovery-services-vault-overview

QUESTION 55 You need to meet the connection requirements for the New York office. What should you do? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: From the Azure portal: Create an ExpressRoute circuit only. Create a virtual network gateway only. Create a virtual network gateway and local network gateway. Create an ExpressRoute cicuit and an on-premises data gateway. Create a virtual network gateway and an on-premises data gateway. In the New York office: Deploy ExpressRoute. Deploy a DirectAccess server. Implement a Web Application Proxy. Configure a site-to-site VPN connection.

3,4 Create a virtual network gateway and local network gateway. Configure a site-to-site VPN connection. Explanation: Box 1: Create a virtual network gateway and a local network gateway. Azure VPN gateway. The VPN gateway service enables you to connect the VNet to the on-premises network through a VPN appliance. For more information, see Connect an on-premises network to a Microsoft Azure virtual network. The VPN gateway includes the following elements: Virtual network gateway. A resource that provides a virtual VPN appliance for the VNet. It is responsible for routing traffic from the on-premises network to the VNet. Local network gateway. An abstraction of the on-premises VPN appliance. Network traffic from the cloud application to the on-premises network is routed through this gateway. Connection. The connection has properties that specify the connection type (IPSec) and the key shared with the on-premises VPN appliance to encrypt traffic. Gateway subnet. The virtual network gateway is held in its own subnet, which is subject to various requirements, described in the Recommendations section below. Box 2: Configure a site-to-site VPN connection. On premises create a site-to-site connection for the virtual network gateway and the local network gateway. Scenario: Connect the New York office to VNet1 over the Internet by using an encrypted connection. Incorrect Answers: Azure ExpressRoute: Established between your network and Azure, through an ExpressRoute partner. This connection is private. Traffic does not go over the internet. Reference: https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/hybrid-networking/vpn

QUESTION 95 HOTSPOT You have an Azure subscription that contains the resources shown in the following table. Name | Type | Resource group | Location RG1 | Resource group | N/A | Central US RG2 | Resource group | N/A | West US RG3 | Resource group | N/A | East US VMSS1 | Virtual machine scale set | RG1 | West US VMSS1 is set to VM (virtual machines) orchestration mode. You need to deploy a new Azure virtual machine named VM1, and then add VM1 to VMSS1. Which resource group and location should you use to deploy VM1? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Resource group: RG1 only RG2 only RG1 or RG2 only RG1, RG2, or RG3 Location: West US only Centeral US only Centeral US or West US only East US, Centeral US, or West US

4, 1 RG1, RG2, or RG3 West US only Explanation: Box 1: RG1, RG2, or RG3 The resource group stores metadata about the resources. When you specify a location for the resource group, you're specifying where that metadata is stored. Box 2: West US only Note: Virtual machine scale sets will support 2 distinct orchestration modes: ScaleSetVM - Virtual machine instances added to the scale set are based on the scale set configuration model. The virtual machine instance lifecycle - creation, update, deletion - is managed by the scale set. VM (virtual machines) - Virtual machines created outside of the scale set can be explicitly added to the scaleset. Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/overview

QUESTION 74 HOTSPOT You have an on-premises data center and an Azure subscription. The data center contains two VPN devices. The subscription contains an Azure virtual network named VNet1. VNet1 contains a gateway subnet. You need to create a site-to-site VPN. The solution must ensure that if a single instance of an Azure VPN gateway fails, or a single on-premises VPN device fails, the failure will not cause an interruption that is longer than two minutes. What is the minimum number of public IP addresses, virtual network gateways, and local network gateways required in Azure? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: Public IP addresses: 1, 2, 3, 4 Virtual network gateways: 1, 2, 3, 4 Local network gateways: 1, 2, 3, 4

4, 2, 2 Explanation: Box 1: 4, Two public IP addresses in the on-premises data center, and two public IP addresses in the VNET. The most reliable option is to combine the active-active gateways on both your network and Azure, as shown in the diagram below. Box 2: 2, Every Azure VPN gateway consists of two instances in an active-standby configuration. For any planned maintenance or unplanned disruption that happens to the active instance, the standby instance would take over (failover) automatically, and resume the S2S VPN or VNet-to-VNet connections. Box 3: 2, Dual-redundancy: active-active VPN gateways for both Azure and on-premises networks Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-highlyavailable

QUESTION 46 HOTSPOT You have an Azure subscription that contains an Azure Storage account named storage1 and the users shown in the following table. Name | Member of User1 | Group1 User2 | Group2 User3 | Group1 You plan to monitor storage1 and to configure email notifications for the signals shown in the following table. Name | Type | Users to notify Ingress | Metric | User1 and User3 only Egress | Metric | User1 only Delete storage account | Activity log | User1, User2, and User3 Restore blob ranges } Activity log | User1 and User3 only You need to identify the minimum number of alert rules and action groups required for the planned monitoring. How many alert rules and action groups should you identify? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Alert rules: 1, 2, 3, 4 Action groups: 1, 2, 3, 4

4, 3 https://docs.microsoft.com/en-us/azure/azure-monitor/alerts/alerts-overview

QUESTION 40 DRAG DROP You have an Azure Linux virtual machine that is protected by Azure Backup. One week ago, two files were deleted from the virtual machine. You need to restore the deleted files to an on-premises Windows Server 2016 computer as quickly as possible. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Select and Place: Download and run the script to mount a drive on the local computer. Select a restore point that contains the deleted files. From the Azure portal, click Restore VM from the vault. From the Azure portal, click File Recovery from the vault. Mount a VHD. Copy the files by using AZCopy. Copy the files by using File Explorer.

4,2,1,7 From the Azure portal, click File Recovery from the vault. Select a restore point that contains the deleted files. Download and run the script to mount a drive on the local computer. Copy the files by using File Explorer. Explanation: Step 1: From the Azure portal, click File Recovery from the vault Step 2. Select a restore point that contains the deleted files Step 3: Download and run the script to mount a drive on the local computer Generate and download script to browse and recover files: Step 4: Copy the files using File Explorer! After the disks are attached, use Windows File Explorer to browse the new volumes and files. The restore files functionality provides access to all files in a recovery point. Manage the files via File Explorer as you would for normal files. Step 1-3 below: To restore files or folders from the recovery point, go to the virtual machine and perform the following steps: 1. Sign in to the Azure portal and in the left pane, select Virtual machines. From the list of virtual machines, select the virtual machine to open that virtual machine's dashboard. 2. In the virtual machine's menu, select Backup to open the Backup dashboard. 3. In the Backup dashboard menu, select File Recovery. The File Recovery menu opens. 4. From the Select recovery point drop-down menu, select the recovery point that holds the files you want. By default, the latest recovery point is already selected. 5. Select Download Executable (for Windows Azure VMs) or Download Script (for Linux Azure VMs, a python script is generated) to download the software used to copy files from the recovery point. Running the script and identifying volumes: For Linux machines, a python script is generated. Download the script and copy it to the relevant/compatible Linux server. Reference: https://docs.microsoft.com/en-us/azure/backup/backup-azure-restore-files-from-vm https://docs.microsoft.com/en-us/azure/backup/backup-azure-vms-automation#restore-files-from-an-azure-vm-backup

QUESTION 87 HOTSPOT You have an Azure subscription that contains the resource groups shown in the following table. Name | Lock name | Lock type RG1 | None | None RG2 | Lock | Delete RG1 contains the resources shown in the following table. Name | Type | Lock name | Lock type storage1 | Storage account | Lock1 | Delete VNET1 | Virtual network | Lock2 | Read-only IP1 | Public IP address | None | None RG2 contains the resources shown in the following table. Name | Type | Lock name | Lock type storage2 | Storage account | Lock1 | Delete VNET2 | Virtual network | Lock2 | Read-only IP2 | Public IP address | None | None You need to identify which resources you can move from RG1 to RG2, and which resources you can move from RG2 to RG1. Which resources should you identify? To answer, select the appropriate options in the answer area. Hot Area: Resources that you can move from RG1 to RG2: None IP1 Only IP1 and storage1 only IP1 and VNET1 only IP1, VNET2, and storage1 Resources that you can move from RG2 to RG1: None IP2 Only IP2 and storage2 only IP2 and VNET2 only IP2, VNET2, and storag2

5, 5 IP1, VNET2, and storage1 IP2, VNET2, and storag2 Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/lock-resources https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/move-support-resources

QUESTION 45 HOTSPOT You have an Azure virtual machine named VM1 and a Recovery Services vault named Vault1. You create a backup policy named Policy1 as shown in the exhibit. (Click the Exhibit tab.) Backup schedule Frequency [Daily] | Time [2:00AM] | Timezone [(UTC) Coordinated Universal Time] Retention Range [♦] Retention of daily backup point. At [2:00AM] | For [5] Day(s) [♦] Retention of weekly backup point. On [Sunday] | At [2:00AM] | For [20] Week(s) [♦] Retention of monthly backup point. Week Based [Day Based] On [2] | At [2:00AM] | For [24] Month(s) You configure the backup of VM1 to use Policy1 on Thursday, January 1. You need to identify the number of available recovery points for VM1. How many recovery points are available on January 8 and January 15? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. Hot Area: January 8 at 2:00PM (14:00): 5, 6, 8, 9 January 15 at 2:00PM (14:00): 5, 8, 17, 19

6,8 Explanation: Box 1: 6, 5 latest daily recovery points, which includes the weekly backup from the previous Sunday, plus the monthly recovery point. Box 2: 8, 5 latest daily recovery points, plus two weekly backups, plus the monthly recovery point. Reference: https://social.technet.microsoft.com/Forums/en-US/854ab6ae-79aa-4bad-ac65-471c4d422e94/daily-monthly-yearly-recovery-points-and-storage-used?forum=windowsazureonlinebackup

QUESTION 21 Your company has a Microsoft Azure subscription. The company has datacenters in Los Angeles and New York. You are configuring the two datacenters 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? A. Geo-redundant storage B. Read-only geo-redundant storage C. Zone-redundant storage D. Locally redundant storage

Correct Answer: B Explanation: RA-GRS allows you to have higher read availability for your storage account by providing "read only" access to the data replicated to the secondary location. Once you enable this feature, the secondary location may be used to achieve higher availability in the event the data is not available in the primary region. This is an "opt-in" feature which requires the storage account be geo-replicated. Reference: https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy

QUESTION 19 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has an azure subscription that includes a storage account, a resource group, a blob container and a file share. A colleague named Jon Ross makes use of a solitary Azure Resource Manager (ARM) template to deploy a virtual machine and an additional Azure Storage account. You want to review the ARM template that was used by Jon Ross. Solution: You access the Resource Group blade. Does the solution meet the goal? A. Yes B. No

Correct Answer: A Explanation: To view a template from deployment history: Go to the resource group for your new resource group. Notice that the portal shows the result of the last deployment. Select this link. [Deployment 1 Succeeded] You see a history of deployments for the group. In your case, the portal probably lists only one deployment. Select this deployment. [Microsoft.WebSiteSQLDatabased1...] The portal displays a summary of the deployment. The summary includes the status of the deployment and its operations and the values that you provided for parameters. To see the template that you used for the deployment, select View template. [View template] Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-export-template

QUESTION 48 You have the Azure virtual machines shown in the following table: Name | Azure region VM1 | West Europe VM2 | West Europe VM3 | North Europe VM4 | North Europe You have a Recovery Services vault that protects VM1 and VM2. You need to protect VM3 and VM4 by using Recovery Services. What should you do first? A. Create a new Recovery Services vault B. Create a storage account C. Configure the extensions for VM3 and VM4 D. Create a new backup policy

Correct Answer: A Explanation: A Recovery Services vault is a storage entity in Azure that houses data. The data is typically copies of data, or configuration information for virtual machines (VMs), workloads, servers, or workstations. You can use Recovery Services vaults to hold backup data for various Azure services Reference: https://docs.microsoft.com/en-us/azure/site-recovery/azure-to-azure-tutorial-enable-replication

QUESTION 13 Your company has an Azure Active Directory (Azure AD) tenant that is configured for hybrid coexistence with the on-premises Active Directory domain. The on-premise virtual environment consists of virtual machines (VMs) running on Windows Server 2012 R2 Hyper-V host servers. You have created some PowerShell scripts to automate the configuration of newly created VMs. You plan to create several new VMs. You need a solution that ensures the scripts are run on the new VMs. Which of the following is the best solution? A. Configure a SetupComplete.cmd batch file in the %windir%setupscripts directory. B. Configure a Group Policy Object (GPO) to run the scripts as logon scripts. C. Configure a Group Policy Object (GPO) to run the scripts as startup scripts. D. Place the scripts in a new virtual hard disk (VHD).

Correct Answer: A Explanation: After you deploy a Virtual Machine you typically need to make some changes before it's ready to use. This is something you can do manually or you could use Remote PowerShell to automate the configuration of your VM after deployment for example. But now there's a third alternative available allowing you customize your VM: the CustomScriptextension. This CustomScript extension is executed by the VM Agent and it's very straightforward: you specify which files it needs to download from your storage account and which file it needs to execute. You can even specify arguments that need to be passed to the script. The only requirement is that you execute a .ps1 file. Reference: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/add-a-custom-script-to-windows-setup https://azure.microsoft.com/en-us/blog/automating-vm-customization-tasks-using-custom-script-extension/

QUESTION 83 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have a computer named Computer1 that has a point-to-site VPN connection to an Azure virtual network named VNet1. The point-to-site connection uses a self-signed certificate. From Azure, you download and install the VPN client configuration package on a computer named Computer2. You need to ensure that you can establish a point-to-site VPN connection to VNet1 from Computer2. Solution: You export the client certificate from Computer1 and install the certificate on Computer2. Does this meet the goal? A. Yes B. No

Correct Answer: A Explanation: Each client computer that connects to a VNet using Point-to-Site must have a client certificate installed. You generate a client certificate from the self-signed root certificate, and then export and install the client certificate. If the client certificate is not installed, authentication fails. Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site

QUESTION 84 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure subscription that contains the virtual machines shown in the following table. Name | Public IP SKU | connected to | Status VM1 | None | VNET1/Subnet1 | Stopped (deallocated) VM2 | Basic | VNET1/Subnet2 | Running You deploy a load balancer that has the following configurations: Name: LB1 Type: Internal SKU: Standard Virtual network: VNET1 You need to ensure that you can add VM1 and VM2 to the backend pool of LB1. Solution: You create two Standard public IP addresses and associate a Standard SKU public IP address to the network interface of each virtual machine. Does this meet the goal? A. Yes B. No

Correct Answer: A Explanation: Each client computer that connects to a VNet using Point-to-Site must have a client certificate installed. You generate a client certificate from the self-signed root certificate, and then export and install the client certificate. If the client certificate is not installed, authentication fails. Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site

QUESTION 90 You have Azure virtual machines that run Windows Server 2019 and are configured as shown in the following table. Name | Virtual network name | DNS suffix configured in Windows Server VM1 | VNET1 | Contoso.com VM2 | VNET2 | Contoso.com You create a public Azure DNS zone named adatum.com and a private Azure DNS zone named contoso.com. For controso.com, you create a virtual network link named link1 as shown in the exhibit. (Click the Exhibit tab.) Link name link1 Link state Completed Provisioning state Succeeded Virtual network details Virtual network id /subscriptions/837.... Virtual network VNET2 Configuration [] Enable auto registration You discover that VM1 can resolve names in contoso.com but cannot resolve names in adatum.com. VM1 can resolve other hosts on the Internet. You need to ensure that VM1 can resolve host names in adatum.com. What should you do? A. Update the DNS suffix on VM1 to be adatum.com B. Configure the name servers for adatum.com at the domain registrar C. Create an SRV record in the contoso.com zone D. Modify the Access control (IAM) settings for link1

Correct Answer: A Explanation: If you use Azure Provided DNS then appropriate DNS suffix will be automatically applied to your virtual machines. For all other options you must either use Fully Qualified Domain Names (FQDN) or manually apply appropriate DNS suffix to your virtual machines. Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances

QUESTION 60 You have a virtual network named VNet1 as shown in the exhibit. (Click the Exhibit tab.) Resource group (change) |||||||||||||||| Address space Production |||||||||||||||||||||||||||||||||||||||| 10.2.0.0/16 Location ||||||||||||||||||||||||||||||| DNS Servers West Us |||||||||||||||||||||||||||||||| Azure provided DNS service Subscription (change) Production subscription Subscription ID 14d26092-8e42-4ea7-b770-9dcef70fb1ea Tags (change) Click here to add tags No devices are connected to VNet1. You plan to peer VNet1 to another virtual network named VNet2. VNet2 has an address space of 10.2.0.0/16. You need to create the peering. What should you do first? A. Modify the address space of VNet1. B. Add a gateway subnet to VNet1. C. Create a subnet on VNet1 and VNet2. D. Configure a service endpoint on VNet2.

Correct Answer: A Explanation: The virtual networks you peer must have non-overlapping IP address spaces. The exhibit indicates that VNet1 has an address space of 10.2.0.0/16, which is the same as VNet2, and thus overlaps. We need to change the address space for VNet1. Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering#requirements-and-constraints https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-faq

QUESTION 68 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You manage a virtual network named VNet1 that is hosted in the West US Azure region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows Server. You need to inspect all the network traffic from VM1 to VM2 for a period of three hours. Solution: From Azure Network Watcher, you create a connection monitor. Does this meet the goal? A. Yes B. No

Correct Answer: A Reference: https://azure.microsoft.com/en-us/updates/general-availability-azure-network-watcher-connection-monitor-in-all-public-regions/

QUESTION 24 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has an Azure Active Directory (Azure AD) tenant named weyland.com that is configured for hybrid coexistence with the on-premises Active Directory domain. You have a server named DirSync1 that is configured as a DirSync server. You create a new user account in the on-premise Active Directory. You now need to replicate the user information to Azure AD immediately. Solution: You run the Start-ADSyncSyncCycle -PolicyType Initial PowerShell cmdlet. Does the solution meet the goal? A. Yes B. No

Correct Answer: A Reference: https://blog.kloud.com.au/2016/03/08/azure-ad-connect-manual-sync-cycle-with-powershell-start-adsyncsynccycle/

QUESTION 5 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has a Microsoft SQL Server Always On availability group configured on their Azure virtual machines (VMs). You need to configure an Azure internal load balancer as a listener for the availability group. Solution: You enable Floating IP. Does the solution meet the goal? A. Yes B. No

Correct Answer: A Reference: https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-overview?view=azuresql https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-listener-powershell-configure?view=azuresql

QUESTION 16 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? 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.

Correct Answer: A Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/detach-disk https://docs.microsoft.com/en-us/azure/lab-services/devtest-lab-attach-detach-data-disk

QUESTION 33 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? 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

Correct Answer: B Explanation: Scenario: Ensure Azure Multi-Factor Authentication (MFA) for the users in the finance department only. The recommendation is to use conditional access policies that can then be targeted to groups of users, specific applications, or other conditions. Reference: https://docs.microsoft.com/en-us/azure/active-directory/authentication/howto-mfa-userstates

QUESTION 72 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an app named App1 that is installed on two Azure virtual machines named VM1 and VM2. Connections to App1 are managed by using an Azure Load Balancer. The effective network security configurations for VM2 are shown in the following exhibit. Priority | Name | Port | Protocol | Source | Destination | Action 100 | Allow_131.107.100.50 | 443 | TCP | 131.107.100.50 | VirtualNetwork | Allow 200 | ♦BlockAllOther441 | 443 | Any | Any | Any | Deny 65000 | AllowVnetInBound | Any | Any | Any| Any | Allow 65001 | AllowAzureLoadBalancerInBound | Any | Any | AxureLoadBalancer | Any | Allow 65500 | DenyAllInBound | Any | Any | Any | Any | Deny You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that the Load Balancer rules are configured correctly. You need to ensure that connections to App1 can be established successfully from 131.107.100.50 over TCP port 443. Solution: You create an inbound security rule that allows any traffic from the AzureLoadBalancer source and has a cost of 150. Does this meet the goal? A. Yes B. No

Correct Answer: A Reference: https://docs.microsoft.com/en-us/azure/virtual-network/network-security-groups-overview

QUESTION 9 Note: The question is included in a number of questions that depicts the identical set-up. However, every question has a distinctive result. Establish if the solution satisfies the requirements. Your company's Azure subscription includes two Azure networks named VirtualNetworkA and VirtualNetworkB. VirtualNetworkA includes a VPN gateway that is configured to make use of static routing. Also, a site-to-site VPN connection exists between your company's on-premises network and VirtualNetworkA. You have configured a point-to-site VPN connection to VirtualNetworkA from a workstation running Windows 10. After configuring virtual network peering between VirtualNetworkA and VirtualNetworkB, you confirm that you are able to access VirtualNetworkB from the company's on-premises network. However, you find that you cannot establish a connection to VirtualNetworkB from the Windows 10 workstation. You have to make sure that a connection to VirtualNetworkB can be established from the Windows 10 workstation. Solution: You download and re-install the VPN client configuration package on the Windows 10 workstation. Does the solution meet the goal? A. Yes B. No

Correct Answer: A Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing

QUESTION 25 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. 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 adding 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? A. Yes B. No

Correct Answer: A Explanation: Since it is not possible to change the usage model of an existing provider as it is right now, you have to create a new one and reactivate your existing server with activation credentials from the new provider. Reference: https://365lab.net/2015/04/11/switch-usage-model-in-azure-multi-factor-authentication-server/

QUESTION 32 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? 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.

Correct Answer: C Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags

QUESTION 96 You plan to create an Azure virtual machine named VM1 that will be configured as shown in the following exhibit. Subscription [MyDev-Test Subscription] Resource group [RG1] INSTANCE DETAILS Virtual machine name [VM1] Region [(US) West US2] Availability options [No infrastructure redundancy required] Image [Windos Server 2016 Datacenter Azure Spot Instance | Yes [No] Size [Standard DS1 v2] The planned disk configurations for VM1 are shown in the following exhibit. Disk options OS disk type [Standard HDD] Enable Ultra Disk compatibility (preview) | Yes [No] Data disks Use managed disks | [No] Yes Storage account [(new) rg1 disks799] You need to ensure that VM1 can be created in an Availability Zone. Which two settings should you modify? Each correct answer presents part of the solution. NOTE: Choose 2. Each correct selection is worth one point. A. Use managed disks B. OS disk type C. Availability options D. Size E. Image

Correct Answer: AC Explanation: A: Your VMs should use managed disks if you want to move them to an Availability Zone by using Site Recovery. C: When you create a VM for an Availability Zone, Under Settings > High availability, select one of the numbered zones from the Availability zone dropdown. Reference: https://docs.microsoft.com/en-us/azure/site-recovery/move-azure-vms-avset-azone https://docs.microsoft.com/en-us/azure/virtual-machines/windows/create-portal-availability-zone

QUESTION 30 Note: The question-is included in a number of questions that depicts the identical set-up. 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 Azure portal to alter the session control of the Azure AD conditional access policy. Does the solution meet the goal? A. Yes B. No

Correct Answer: B

QUESTION 31 Note: The question-is included in a number of questions that depicts the identical set-up. 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? A. Yes B. No

Correct Answer: B

QUESTION 86 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an Azure subscription that contains the virtual machines shown in the following table. Name | Public IP SKU | connected to | Status VM1 | None | VNET1/Subnet1 | Stopped (deallocated) VM2 | Basic | VNET1/Subnet2 | Running You deploy a load balancer that has the following configurations: Name: LB1 Type: Internal SKU: Standard Virtual network: VNET1 You need to ensure that you can add VM1 and VM2 to the backend pool of LB1. Solution: You create a Basic SKU public IP address, associate the address to the network interface of VM1, and then start VM1. Does this meet the goal? A. Yes B. No

Correct Answer: B Explanation: A Backend Pool configured by IP address has the following limitations: Standard load balancer only Reference: https://docs.microsoft.com/en-us/azure/load-balancer/backend-pool-management

QUESTION 49 You have an Azure subscription that has a Recovery Services vault named Vault1. The subscription contains the virtual machines shown in the following table: Name | Operating system | Auto-shutdown VM1 | Windows Server 2012 R2 | Off VM2 | Windows Server 2016 | 19:00 VM3 | Ubuntu Server 18.04 LTS | Off VM4 | Windows 10 | 19:00 You plan to schedule backups to occur every night at 23:00. Which virtual machines can you back up by using Azure Backup? A. VM1 and VM3 only B. VM1, VM2, VM3 and VM4 C. VM1 and VM2 only D. VM1 only

Correct Answer: B Explanation: Azure Backup supports backup of 64-bit Windows server operating system from Windows Server 2008. Azure Backup supports backup of 64-bit Windows 10 operating system. Azure Backup supports backup of 64-bit Ubuntu Server operating system from Ubuntu 12.04. Azure Backup supports backup of VM that are shutdown or offline. Reference: https://docs.microsoft.com/en-us/azure/backup/backup-support-matrix-iaas https://docs.microsoft.com/en-us/azure/virtual-machines/linux/endorsed-distros

QUESTION 91 You have an Azure subscription that contains the resources shown in the following table. Name | Type | Location VNET1 | Virtual network | East US IP1 | Public IP address | West Europe RT1 | Route table | North Europe You need to create a network interface named NIC1. In which location can you create NIC1? A. East US and North Europe only B. East US only C. East US, West Europe, and North Europe D. East US and West Europe only

Correct Answer: B Explanation: Before creating a network interface, you must have an existing virtual network in the same location and subscription you create a network interface in. Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-network-interface

QUESTION 57 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have a computer named Computer1 that has a point-to-site VPN connection to an Azure virtual network named VNet1. The point-to-site connection uses a self-signed certificate. From Azure, you download and install the VPN client configuration package on a computer named Computer2. You need to ensure that you can establish a point-to-site VPN connection to VNet1 from Computer2. Solution: On Computer2, you set the Startup type for the IPSec Policy Agent service to Automatic. Does this meet the goal? A. Yes B. No

Correct Answer: B Explanation: Each client computer that connects to a VNet using Point-to-Site must have a client certificate installed. You generate a client certificate from the self-signed root certificate, and then export and install the client certificate. If the client certificate is not installed, authentication fails. Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-certificates-point-to-site02 Exam Part - Configure and manage virtual networking - 25-30%

QUESTION 27 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company 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 adding 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 reconfigure the existing usage model via the Azure portal. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Explanation: Since it is not possible to change the usage model of an existing provider as it is right now, you have to create a new one and reactivate your existing server with activation credentials from the new provider. Reference: https://365lab.net/2015/04/11/switch-usage-model-in-azure-multi-factor-authentication-server/

QUESTION 12 Your company has an Azure Active Directory (Azure AD) tenant that is configured for hybrid coexistence with the on-premises Active Directory domain. You plan to deploy several new virtual machines (VMs) in Azure. The VMs will have the same operating system and custom software requirements. You configure a reference VM in the on-premise virtual environment. You then generalize the VM to create an image. You need to upload the image to Azure to ensure that it is available for selection when you create the new Azure VMs. Which PowerShell cmdlets should you use? A. Add-AzVM B. Add-AzVhd C. Add-AzImage D. Add-AzImageDataDisk

Correct Answer: B Explanation: The Add-AzVhd cmdlet uploads on-premises virtual hard disks, in .vhd file format, to a blob storage account as fixed virtual hard disks. Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/upload-generalized-managed

QUESTION 78 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an app named App1 that is installed on two Azure virtual machines named VM1 and VM2. Connections to App1 are managed by using an Azure Load Balancer. The effective network security configurations for VM2 are shown in the following exhibit. Priority | Name | Port | Protocol | Source | Destination | Action 100 | Allow_131.107.100.50 | 443 | TCP | 131.107.100.50 | VirtualNetwork | Allow 200 | ♦BlockAllOther441 | 443 | Any | Any | Any | Deny 65000 | AllowVnetInBound | Any | Any | Any| Any | Allow 65001 | AllowAzureLoadBalancerInBound | Any | Any | AxureLoadBalancer | Any | Allow 65500 | DenyAllInBound | Any | Any | Any | Any | Deny You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that the Load Balancer rules are configured correctly. You need to ensure that connections to App1 can be established successfully from 131.107.100.50 over TCP port 443. Solution: You modify the priority of the Allow_131.107.100.50 inbound security rule. Does this meet the goal? A. Yes B. No

Correct Answer: B Explanation: The rule currently has the highest priority.

QUESTION 22 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has an Azure Active Directory (Azure AD) tenant named weyland.com that is configured for hybrid coexistence with the on-premises Active Directory domain. You have a server named DirSync1 that is configured as a DirSync server. You create a new user account in the on-premise Active Directory. You now need to replicate the user information to Azure AD immediately. Solution: You restart the NetLogon service on a domain controller. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Explanation: Topic 2, Implement and manage storage

QUESTION 69 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You manage a virtual network named VNet1 that is hosted in the West US Azure region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows Server. You need to inspect all the network traffic from VM1 to VM2 for a period of three hours. Solution: From Azure Network Watcher, you create a packet capture. Does this meet the goal? A. Yes B. No

Correct Answer: B Explanation: Use the Connection Monitor feature of Azure Network Watcher. Reference: https://azure.microsoft.com/en-us/updates/general-availability-azure-network-watcher-connection-monitor-in-all-public-regions/

QUESTION 67 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You manage a virtual network named VNet1 that is hosted in the West US Azure region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows Server. You need to inspect all the network traffic from VM1 to VM2 for a period of three hours. Solution: From Performance Monitor, you create a Data Collector Set (DCS). Does this meet the goal? A. Yes B. No

Correct Answer: B Explanation: Use the Connection Monitor feature of Azure Network Watcher. Reference: https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-monitoring-overview

QUESTION 18 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has an azure subscription that includes a storage account, a resource group, a blob container and a file share. A colleague named Jon Ross makes use of a solitary Azure Resource Manager (ARM) template to deploy a virtual machine and an additional Azure Storage account. You want to review the ARM template that was used by Jon Ross. Solution: You access the Container blade. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Explanation: You should use the Resource Group blade Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-export-template

QUESTION 64 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You manage a virtual network named VNet1 that is hosted in the West US Azure region. VNet1 hosts two virtual machines named VM1 and VM2 that run Windows Server. You need to inspect all the network traffic from VM1 to VM2 for a period of three hours. Solution: From Azure Monitor, you create a metric on Network In and Network Out. Does this meet the goal? A. Yes B. No

Correct Answer: B Reference: https://azure.microsoft.com/en-us/updates/general-availability-azure-network-watcher-connection-monitor-in-all-public-regions/

QUESTION 7 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has a Microsoft SQL Server Always On availability group configured on their Azure virtual machines (VMs). You need to configure an Azure internal load balancer as a listener for the availability group. Solution: You create an HTTP health probe on port 1433. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Reference: https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-listener-powershell-configure?view=azuresql https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-manually-configure-tutorial-single-subnet?view=azuresql

QUESTION 6 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has a Microsoft SQL Server Always On availability group configured on their Azure virtual machines (VMs). You need to configure an Azure internal load balancer as a listener for the availability group. Solution: You set Session persistence to Client IP. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Reference: https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-overview?view=azuresql https://docs.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-listener-powershell-configure?view=azuresql

QUESTION 10 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company's Azure subscription includes two Azure networks named VirtualNetworkA and VirtualNetworkB. VirtualNetworkA includes a VPN gateway that is configured to make use of static routing. Also, a site-to-site VPN connection exists between your company's on-premises network and VirtualNetworkA. You have configured a point-to-site VPN connection to VirtualNetworkA from a workstation running Windows 10. After configuring virtual network peering between VirtualNetworkA and VirtualNetworkB, you confirm that you are able to access VirtualNetworkB from the company's on-premises network. However, you find that you cannot establish a connection to VirtualNetworkB from the Windows 10 workstation. You have to make sure that a connection to VirtualNetworkB can be established from the Windows 10 workstation. Solution: You choose the Allow gateway transit setting on VirtualNetworkB. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-point-to-site-routing

QUESTION 63 Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution. After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. You have an app named App1 that is installed on two Azure virtual machines named VM1 and VM2. Connections to App1 are managed by using an Azure Load Balancer. The effective network security configurations for VM2 are shown in the following exhibit. Priority | Name | Port | Protocol | Source | Destination | Action 100 | Allow_131.107.100.50 | 443 | TCP | 131.107.100.50 | VirtualNetwork | Allow 200 | ♦BlockAllOther441 | 443 | Any | Any | Any | Deny 65000 | AllowVnetInBound | Any | Any | Any| Any | Allow 65001 | AllowAzureLoadBalancerInBound | Any | Any | AxureLoadBalancer | Any | Allow 65500 | DenyAllInBound | Any | Any | Any | Any | Deny You discover that connections to App1 from 131.107.100.50 over TCP port 443 fail. You verify that the Load Balancer rules are configured correctly. You need to ensure that connections to App1 can be established successfully from 131.107.100.50 over TCP port 443. Solution: You create an inbound security rule that denies all traffic from the 131.107.100.50 source and has a priority of 64999. Does this meet the goal? A. Yes B. No

Correct Answer: B Reference: https://fastreroute.com/azure-network-security-groups-explained/

QUESTION 23 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. Your company has an Azure Active Directory (Azure AD) tenant named weyland.com that is configured for hybrid coexistence with the on-premises Active Directory domain. You have a server named DirSync1 that is configured as a DirSync server. You create a new user account in the on-premise Active Directory. You now need to replicate the user information to Azure AD immediately. Solution: You use Active Directory Sites and Services to force replication of the Global Catalog on a domain controller. Does the solution meet the goal? A. Yes B. No

Correct Answer: B https://docs.microsoft.com/en-us/windows-server/identity/ad-ds/get-started/virtual-dc/active-directory-domain-services-overview

QUESTION 54 You need to ensure that VM1 can communicate with VM4. The solution must minimize the administrative effort. What should you do? A. Create an NSG and associate the NSG to VM1 and VM4. B. Establish peering between VNET1 and VNET3. C. Assign VM4 an IP address of 10.0.1.5/24. D. Create a user-defined route from VNET1 to VNET3.

Correct Answer: C Reference: https://docs.microsoft.com/en-us/azure/vpn-gateway/tutorial-site-to-site-portal Exam portion - Configure and manage virtual networking - 25-30%

QUESTION 26 Note: The question-is included in a number of questions that depicts the identical set-up. However, every question-has a distinctive result. Establish if the solution satisfies the requirements. 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 adding 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 reconfigure the existing usage model via the Azure CLI. Does the solution meet the goal? A. Yes B. No

Correct Answer: B Explanation: Since it is not possible to change the usage model of an existing provider as it is right now, you have to create a new one and reactivate your existing server with activation credentials from the new provider. Reference: https://365lab.net/2015/04/11/switch-usage-model-in-azure-multi-factor-authentication-server/

QUESTION 17 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? 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.

Correct Answer: C Explanation: If the VM you wish to resize is part of an availability set, then you must stop all VMs in the availability set before changing the size of any VM in the availability set. The reason all VMs in the availability set must be stopped before performing the resize operation to a size that requires different hardware is that all running VMs in the availability set must be using the same physical hardware cluster. Therefore, if a change of physical hardware cluster is required to change the VM size then all VMs must be first stopped and then restarted one-by-one to a different physical hardware clusters. Reference: https://azure.microsoft.com/es-es/blog/resize-virtual-machines/

QUESTION 28 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? A. The New-AzureRmVm cmdlet. B. The New-AzVM cmdlet. C. The Create-AzVM cmdlet. D. The az vm create command.

Correct Answer: C Explanation: Once Cloud-init.txt has been created, you can deploy the VM with az vm create cmdlet, using the -custom-data parameter to provide the full path to the cloud-init.txt file. Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment

QUESTION 38 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? A. virtual machine extension B. virtual machine C. metric alert D. Azure Log Analytics workspace

Correct Answer: D Explanation: For the first step, under the Create Alert section, you are going to select your Log Analytics workspace as the resource, since this is a log based alert signal. Reference: https://docs.microsoft.com/en-us/windows-server/storage/storage-spaces/configure-azure-monitor

QUESTION 37 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? 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

Correct Answer: D Explanation: From Home -> Cost Management + Billing -> Cost Management, scroll down on the options and select View Recommendations: Azure Cost Management / Advisor. From here you will see the recommendations for your subscription, if you have orphaned disks, they will be listed. Reference: https://codeserendipity.com/2020/07/08/microsoft-azure-find-unattached-disks-that-can-be-deleted-and-other-recommendations/

QUESTION 73 You have an Azure subscription that contains two virtual machines as shown in the following table. Name | Operating system | Location | IP address | DNS server VM1 | Windows Server 2019 | West Europe | 10.0.0.4 | Default (Azure-provided) VM2 | Windows Server 2019 | West Europe | 10.0.0.5 | Default (Azure-provided) You perform a reverse DNS lookup for 10.0.0.4 from VM2. Which FQDN will be returned? A. vm1.core.windows.net B. vm1.azure.com C. vm1.westeurope.cloudapp.azure.com D. vm1.internal.cloudapp.net

Correct Answer: D https://docs.microsoft.com/en-us/azure/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances


Related study sets

Introduction to Psychology Midterm

View Set

Body Paragraphs and Introduction

View Set

Lab Practical 2: Survey of the Animal Kingdom Phylum Mollusca and Annelida

View Set