Microsoft Certified: Azure Administrator Associate AZ103

Réussis tes devoirs et examens dès maintenant avec Quizwiz!

Principle

An identity with certain roles: Sudo or CMD as an admin. Role changes even with identity staying the same. Groups are another example or principles

Azure Traffic Manager and CDN's are similar, what makes them different?

CDN's are all hands off. It is a service you pay for and is handled automatically. Azure Traffic Manager is configured manually.

You have an Azure web app named webapp1.You have a virtual network named VNET1 and an Azure virtual machine named VM1 that hosts a MySQL database. VM1 connects to VNET1. You need to ensure that webapp1 can access the data hosted on VM1.What should you do? A. Deploy an internal load balancer B. Peer VNET1 to another virtual network C. Connect webapp1 to VNET1 D. Deploy an Azure Application Gateway

Connect webapp1 to VNET1

Express Route

Connections direct from Microsoft to you over a 3rd party provider

Service Principle

Identity used by a service or application. Can be assigned roles.

Network Watcher

Network testing tool for admins in azure. Used for troubleshooting networking

Does Azure AD use Kerberos or LDAP?

No

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 join Computer2 to Azure Active Directory (Azure AD)Does this meet the goal?

No - A client computer that connects to a VNet using Point-to-Site must have a client certificate installed.

You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time when the resources were created in RG1.Solution: From the RG1 blade, you click Automation script. Does this meet the goal?

No - From the RG1 blade, click Deployments. You see a history of deployment for the resource group.

You have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource Manager template named ARM1.json. You receive a notification that VM1 will be affected by maintenance. You need to move VM1 to a different host immediately. Solution: From the Update management blade, you click Enable.

No - Must redeploy

Azure MFA for non-global admins is:

Not free. Requires specific license

Network Watcher - IP flow verify tool

Verifies IP flow from a VM to another VM

You have an Azure Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers.Subscription1 contains a resource group named Dev. You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group. Solution: On Dev, you assign the Contributor role to the Developers group.

Yes

You have an app named App1 that runs on two Azure virtual machines named VM1 and VM2.You plan to implement an Azure Availability Set for App1. The solution must ensure that App1 is available during planned maintenance of the hardware hostingVM1 and VM2.What should you include in the Availability Set?

two update domains

Vnet peering

way to connect azure virtual networks together within azure

You have Azure subscription that includes following Azure file shares: Name - In storage account - Location share1 - storage1 - West US share2 - storage1 - West US You have the following on-premises servers: Name - Folders Server1 - D:\Folder1, E:\Folder2 Server2 - D:\Data You create a Storage Sync Service named Sync1 and an Azure File Sync group named Group1. Group1 uses share1 as a cloud endpoint.You register Server1 and Server2 in Sync1. You add D:\Folder1 on Server1 as a server endpoint of Group1.For each of the following statements, select Yes if the statement is true. Otherwise, select No.

* share2 can be added as a cloud enpoint for Group1 - No * E:\Folder2 on Server1 can be added as a server endpoint for Group1 - No * D:\Data on Server can be added as a server endpoint for Group1 - Yes You CANNOT add a second server endpoint for the same server so No - No - Yes

Benefits of Azure Key Vault include

- Centralized app secrets - Securely stored secrets and keys - Monitor access and use - Simplify admin of app secrets - Integrate with other Azure services

Azure Key Vault

- Secret management, tokens, passwords, certs, API keys etc. - Key management, encryption keys - Certificate management, manage and use your SSL/TLS certs for your Azure and internally connected services - Store secrets backed by hardware security modules (HSM). Can use software or FIPS HSM

Virtual nic's can be associated with how many NSG's?

0 or 1. No more

Virtual nic's can be associated with how many route tables?

0 or 1. No more than that.

You are always responsible for:

1 Data 2 Endpoints 3 Accounts 4 Access

You have an Azure subscription that is used by four departments in your company. The subscription contains 10 resource groups. Each department uses resources in several resource groups.You need to send a report to the finance department. The report must detail the costs for each department.Which three actions should you perform in sequence?

1. Assign a tag to each resource 2. From the cost Analysis blade, filter the view by tag 3. Download the usage report

2 types of Azure AD groups:

1. Assigned 2. Dynamic

4 Versions of Azure AD:

1. Free 2. Basic 3. Premium P1 4. Premium P2

DRAG DROP -You have an on-premises file server named Server1 that runs Windows Server 2016.You have an Azure subscription that contains an Azure file share.You deploy an Azure File Sync Storage Sync Service, and you create a sync group.You need to synchronize files from Server1 to Azure.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:

1. Install the Azure File Sync agent on Server1 2. Register Server1. 3. Add a server endpoint

Benefits of Azure AD

1. SSO 2. Cross platform 3. Protect on prem apps 4. Self service capabilities 5. Increase security and auditability 6. Don't need to recreate onprem AD if you have it. You can just extend to Azure

You have a Microsoft 365 tenant and an Azure Active Directory (Azure AD) tenant named contoso.com.You plan to grant three users named User1, User2, and User3 access to a temporary Microsoft SharePoint document library named Library1.You need to create groups for the users. The solution must ensure that the groups are deleted automatically after 180 days.Which two groups should you create? Each correct answer presents a complete solution.

1. an Office 365 group that uses the Assigned membership type 2. an Office 365 group that uses the Dynamic User membership type

In an alert rule you create, smsreceiver value: "Action1" will send how many SMS alerts

12 - No more than 1 SMS every 5 minutes can be send, which equals 12 per hour.

You deploy an Azure Kubernetes Service (AKS) cluster named Cluster1 that uses the IP addresses shown in the following table. 131.107.2.1 - Load balancer front end 192.168.10.2 - Kubernetes DNS service 172.17.7.1 - Docket bridge address 10.0.10.11 - Kubernetes cluster node You need to provide internet users with access to the applications that run in Cluster1.Which IP address should you include in the DNS record for Cluster1? A. 131.107.2.1 B. 10.0.10.11 C. 172.17.7.1 D. 192.168.10.2

131.107.2.1 - Load balancer front end

You plan to create the Azure web apps shown in the following table. WebApp1 - .NET Core 3.0 WebApp2 - ASP .NET V4.7 WebApp3 - PHP 7.3 WebApp4 - Ruby 2.6

2

Fault domain max value

2-3 depending on the region you are in

Update domain max value

20 (Higher number means fewer of their nodes in any given availability set would be rebooted at once)

In an alert rule you create, emailreceiver value "Action1" will send how many email alerts per hour

60 - One alert per minute will trigger one email per minute

Azure App Gateway

A load balancer that includes a Web App Firewall (WAF) that protects against common known vulnerabilities in websites. Designed for HTTP traffic

Privileged Identity Management (PIM)

A paid for service that provides oversight of role assignments, self-service and just in time role activation

You have Azure virtual machines that run Windows Server 2019 and are configured as shown in the following table. Name - Private IP address - Public IP address - VN - DNS suffix VM1 - 10.1.0.4 - 52.186.85.6. - VNET1 - Adatum.com VM2- 10.1.0.5 - 13.92.168.13 - VNET1 - Contoso.com You create a private Azure DNS zone named adatum.com. You configure the adatum.com zone to allow auto registration from VNET1.Which A records will be added to the adatum.com zone for each virtual machine? To answer, select the appropriate options in the answer area.

A records for VM1: private only A records for VM2: private only

Identity

A thing that can be authenticated: Users, Servers, Services, Apps

Azure DDoS protection: Standard tier

Additional mitigation capabilities tuned specifically to Azure Virtual Network resources. Requires no app changes. Dedicated traffic monitoring. Machine learning. Mitigate against: volumetric attacks, protocol attacks, resource layer attacks

You have an Azure subscription that contains a virtual network named VNet1. VNet1 uses an IP address space of 10.0.0.0/16 and contains the subnets in the following table: Name - IP Address Range Subnet0 - 10.0.0.0/24 Subnet1 - 10.0.1.0/24 Subnet2 - 10.0.2.0/24 GatewaySubnet - 10.0.254.0/24 Subnet1 contains a virtual appliance named VM1 that operates as a router.You create a routing table named RT1.You need to route all inbound traffic from the VPN gateway to VNet1 through VM1.How should you configure RT1? To answer, select the appropriate options in the answer area.

Address prefix: 10.0.0.0/16 Next hop: virtual appliance Assigned to: GatewaySubnet

You have an Azure subscription.You have 100 Azure virtual machines.You need to quickly identify underutilized virtual machines that can have their service tier changed to a less expensive offering.Which blade should you use? A. Monitor B. Advisor C. Metrics D. Customer insights

Advisor

You have an Azure subscription named Subscription1 that contains a virtual network named VNet1. VNet1 is in a resource group named RG1.Subscription1 has a user named User1. User1 has the following roles: ✑ Reader ✑ Security Admin ✑ Security Reader You need to ensure that User1 can assign the Reader role for VNet1 to other users.What should you do?

Assign User1 the Owner role for VNet1. - Only Owner can set permissions for other users.

You need to associate virtual machines to a specific cost center. What should you do?

Assign tags to the virtual machines

Volumetric Attacks

Attackers goal is to flood network layer with a substantial amount of seemingly legit traffic

Azure DDoS Protection: Basic tier

Auto enabled in Azure. Always on monitoring. Real time monitoring/mitigation of common network level attacks.

Your company has an Azure subscription named Subscription1.The company also has two on-premises servers named Server1 and Server2 that run Windows Server 2016. Server1 is configured as a DNS server that has a primary DNS zone named adatum.com. Adatum.com contains 1,000 DNS records.You manage Server1 and Subscription1 from Server2. Server2 has the following tools installed: - The Azure Portal - The DNS Manager console - Azure PowerShell - Azure CLI 2.0 You need to move the adatum.com zone to Subscription1. The solution must minimize administrative effort.What should you use?

Azure CLI - Azure DNS supports importing and exporting zone files by using the Azure command-line interface (CLI). Zone file import is not currently supported via AzurePowerShell or the Azure portal.

You plan to deploy several Azure virtual machines that will run Windows Server 2019 in a virtual machine scale set by using an Azure Resource Manager template.You need to ensure that NGINX is available on all the virtual machines after they are deployed.What should you use? A. Azure Active Directory (Azure AD) Application Proxy B. Azure Application Insights C. Azure Custom Script Extension D. the New-AzConfigurationAssignement cmdlet

Azure Custom Script Extension

You have an Azure subscription that contains an Azure Storage account.You plan to create an Azure container instance named container1 that will use a Docker image named Image1. Image1 contains a Microsoft SQL Server instance that requires persistent storage.You need to configure a storage service for Container1.What should you use?

Azure Files

You have an Azure Storage account named storage1 that uses Azure Blob storage and Azure File storage. You need to use AzCopy to copy data to the blob storage and file storage in storage1. Which authentication method should you use for each type of storage? To answer, select the appropriate options in the answer area.

Blob storage: Azure Active Directory (Azure AD) and shared access signatures (SAS) only. File storage: Shared access signatures (SAS) only.

Case study: You need to identify the storage requirements for Contoso.For each of the following statements, select Yes if the statement is true. Otherwise, select No.

Blob storage? Yes Azure table storage? No Azure file storage? No

X.509 v3

Certs used in Azure

You have an Azure subscription that contains a virtual machine named VM1. VM1 hosts a line-of-business application that is available 24 hours a day. VM1 has one network interface and one managed disk. VM1 uses the D4s v3 size. You plan to make the following changes to VM1: ✑ Change the size to D8s v3. ✑ Add a 500-GB managed disk. ✑ Add the Puppet Agent extension. ✑ Enable Desired State Configuration Management. Which change will cause downtime for VM1?

Change the size to D8s v3.

What is used to customize a Linux VM on first boot up

Cloud-init.txt

You have two Azure virtual networks named VNet1 and VNet2. VNet1 contains an Azure virtual machine named VM1. VNet2 contains an Azure virtual machine named VM2. VM1 hosts a frontend application that connects to VM2 to retrieve data.Users report that the frontend application is slower than usual. You need to view the average round-trip time (RTT) of the packets from VM1 to VM2. Which Azure Network Watcher feature should you use? A. IP flow verify B. Connection troubleshoot C. Connection monitor D. NSG flow logs

Connection monitor

VNet-to-VNet (for azure to on prem, or vnet to vnet)

Create VNets and subnets Create gateway subnet Create the VPN gateway Create the local network gateway Configure the on-prem device Establish VPN connection

You have an Azure subscription named Subscription1 that contains an Azure virtual network named VNet1. VNet1 connects to your on-premises network by usingAzure ExpressRoute.You plan to prepare the environment for automatic failover in case of ExpressRoute failure.You need to connect VNet1 to the on-premises network by using a site-to-site VPN. The solution must minimize cost.Which three actions should you perform? Each correct answer presents part of the solution.NOTE: Each correct selection is worth one point. A. Create a connection B. Create a local site VPN gateway C. Create a VPN gateway that uses the VpnGw1 SKU D. Create a gateway subnet E. Create a VPN gateway that uses the Basic SKU

Create a connection Create a gateway subnet Create a VPN gateway that uses the Basic SKU

You have the Azure virtual network named VNet1 that contains a subnet named Subnet1. Subnet1 contains three Azure virtual machines. Each virtual machine has a public IP address.The virtual machines host several applications that are accessible over port 443 to users on the Internet.Your on-premises network has a site-to-site VPN connection to VNet1.You discover that the virtual machines can be accessed by using the Remote Desktop Protocol (RDP) from the Internet and from the on-premises network. You need to prevent RDP access to the virtual machines from the Internet, unless the RDP connection is established from the on-premises network. The solution must ensure that all the applications can still be accessed by the Internet users.What should you do? A. Modify the address space of the local network gateway B. Create a deny rule in a network security group (NSG) that is linked to Subnet1 C. Remove the public IP addresses from the virtual machines D. Modify the address space of Subnet1

Create a deny rule in a network security group (NSG) that is linked to Subnet1

You have the Azure virtual machines shown in the following table: 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

Create a new Recovery Services vault

You have an Azure subscription that contains a policy-based virtual network gateway named GW1 and a virtual network named VNet1.You need to ensure that you can configure a point-to-site connection from an on-premises computer to VNet1.Which two actions should you perform? Each correct answer presents part of the solution. A. Add a service endpoint to VNet1 B. Reset GW1 C. Create a route-based virtual network gateway D. Add a connection to GW1 E. Delete GW1 F. Add a public IP address space to VNet1

Create a route-based virtual network gateway Delete GW1

What does Azure Traffic Manager use to route traffic?

DNS

Azure Storage Service Encryption

Data at rest encryption. Used for Blob storage, Azure files, etc

You have an Azure subscription that contains a virtual network named VNet1. VNet1 contains four subnets named Gateway, Perimeter, NVA, and Production.The NVA subnet contains two network virtual appliances (NVAs) that will perform network traffic inspection between the Perimeter subnet and the Production subnet.You need to implement an Azure load balancer for the NVAs. The solution must meet the following requirements: ✑ The NVAs must run in an active-active configuration that uses automatic failover. ✑ The NVA must load balance traffic to two services on the Production subnet. The services have different IP addresses.Which three actions should you perform? Each correct answer presents part of the solution. A. Deploy a basic load balancer B. Deploy a standard load balancer C. Add two load balancing rules that have HA Ports and Floating IP enabled D. Add two load balancing rules that have HA Ports enabled and Floating IP disabled E. Add a frontend IP configuration, a backend pool, and a health probe F. Add a frontend IP configuration, two backend pools, and a health probe

Deploy a standard load balancer - HA ports need are not supported by a basic loadbalancer Add two load balancing rules that have HA Ports and Floating IP enabled - You need a floating ip for the active-active configuration to switch over quickly Add a frontend IP configuration, two backend pools, and a health probe - You need 2 backend pools for the 2 different services

You need to deploy an Azure virtual machine scale set that contains five instances as quickly as possible.What should you do? A. Deploy five virtual machines. Modify the Availability Zones settings for each virtual machine. B. Deploy five virtual machines. Modify the Size setting for each virtual machine. C. Deploy one virtual machine scale set that is set to VM (virtual machines) orchestration mode. D. Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode.

Deploy one virtual machine scale set that is set to ScaleSetVM orchestration mode.

You have an Azure subscription named Subscription1 and an on-premises deployment of Microsoft System Center Service Manager.Subscription1 contains a virtual machine named VM1.You need to ensure that an alert is set in Service Manager when the amount of available memory on VM1 is below 10 percent.What should you do first?

Deploy the IT Service Management Connector (ITSM)

You sign up for Azure Active Directory (Azure AD) Premium.You need to add a user named [email protected] as an administrator on all the computers that will be joined to the Azure AD domain.What should you configure in Azure AD?

Device settings from the Devices blade

You have an Azure subscription named Subscription1 that contains two Azure virtual networks named VNet1 and VNet2. VNet1 contains a VPN gateway namedVPNGW1 that uses static routing. There is a site-to-site VPN connection between your on-premises network and VNet1.On a computer named Client1 that runs Windows 10, you configure a point-to-site VPN connection to VNet1.You configure virtual network peering between VNet1 and VNet2. You verify that you can connect to VNet2 from the on-premises network. Client1 is unable to connect to VNet2.You need to ensure that you can connect Client1 to VNet2.What should you do?

Download and re-install the VPN client configuration package on Client1.

You have an Azure subscription named Subscription1 that has the following providers registered: ✑ Authorization ✑ Automation ✑ Resources ✑ Compute ✑ KeyVault ✑ Network ✑ Storage ✑ Billing ✑ Web Subscription1 contains an Azure virtual machine named VM1 that has the following configurations: ✑ Private IP address: 10.0.0.4 (dynamic) ✑ Network security group (NSG): NSG1 ✑ Public IP address: None ✑ Availability set: AVSet ✑ Subnet: 10.0.0.0/24 ✑ Managed disks: No Location: East US You need to record all the successful and failed connection attempts to VM1.Which three actions should you perform? Each correct answer presents part of the solution . A. Enable Azure Network Watcher in the East US Azure region. B. Add an Azure Network Watcher connection monitor. C. Register the MicrosoftLogAnalytics provider. D. Create an Azure Storage account. E. Register the Microsoft.Insights resource provider. F. Enable Azure Network Watcher flow logs.

Enable Azure Network Watcher in the East US Azure region. Register the Microsoft.Insights resource provider. Enable Azure Network Watcher flow logs.

Azure Disk Encryption

Encrypts windows or linux IaaS VM disks. Uses bitlocker feature of Windows and the dm-crypt feature of Linux to provide encryption for the OS and data disk. Integrated into Azure Key Vault

Authorization (AuthZ)

Establishes what access you are allowed

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. You need to view the error from a table named Event.Which query should you run in Workspace1? A. Get-Event Event | where {$_. EventType == "error"} B. Event | search "error" C. select * from Event where EnventType == "error" D. Event | where EventType is "error"

Event | search "error"

You change load balancer SKU after creation. T/F ?

False

You have an Azure File sync group that has the endpoints shown in the following table: Name - Type Endpoint1 - Cloud endpoint Endpoint2 - Server endpoint Endpoint3 - Server endpoint Cloud tiering is enabled for Endpoint3.You add a file named File1 to Endpoint1 and a file named File2 to Endpoint2.On which endpoints will File1 and File2 be available within 24 hours of adding the files? To answer, select the appropriate options in the answer area.

File 1 - Endpoint3 only File2 - Endpoint1, Endpoint2 and Endpoint3

Azure MFA for global admins is:

Free

Azure Security Center tiers:

Free Standard - $15 a month per node

You recently created a new Azure subscription that contains a user named Admin1.Admin1 attempts to deploy an Azure Marketplace resource by using an Azure Resource Manager template. Admin1 deploys the template by using AzurePowerShell and receives the following error message: "User failed validation to purchase resources. Error message: "Legal terms have not been accepted for this item on this subscription. To accept legal terms, please go to the Azure portal (http://go.microsoft.com/fwlink/?LinkId=534873) and configure programmatic deployment for the Marketplace item or create it there for the first time."You need to ensure that Admin1 can deploy the Marketplace resource successfully.What should you do?

From Azure PowerShell, run the Set-AzMarketplaceTerms cmdlet

You create an App Service plan named Plan1 and an Azure web app named webapp1.You discover that the option to create a staging slot is unavailable. You need to create a staging slot for Plan1. What should you do first? A. From Plan1, scale up the App Service plan B. From webapp1, modify the Application settings C. From webapp1, add a custom domain D. From Plan1, scale out the App Service plan

From Plan1, scale up the App Service plan

You have an Azure subscription that contains an Azure Active Directory (Azure AD) tenant named contoso.com and an Azure Kubernetes Service (AKS) cluster named AKS1.An administrator reports that she is unable to grant access to AKS1 to the users in contoso.com.You need to ensure that access to AKS1 can be granted to the contoso.com users.What should you do first?

From contoso.com, create an OAuth 2.0 authorization endpoint.

Your company has a main office in London that contains 100 client computers.Three years ago, you migrated to Azure Active Directory (Azure AD).The company's security policy states that all personal devices and corporate-owned devices must be registered or joined to Azure AD.A remote user named User1 is unable to join a personal device to Azure AD from a home network.You verify that User1 was able to join devices to Azure AD in the past.You need to ensure that User1 can join the device to Azure AD.What should you do? A. Assign the User administrator role to User1. B. From the Device settings blade, modify the Maximum number of devices per user setting. C. Create a point-to-site VPN from the home network of User1 to Azure. D. From the Device settings blade, modify the Users may join devices to Azure AD setting.

From the Device settings blade, modify the Maximum number of devices per user setting.

You have an Azure Active Directory (Azure AD) tenant that contains 5,000 user accounts.You create a new user account named AdminUser1.You need to assign the User administrator administrative role to AdminUser1.What should you do from the user account properties?

From the Directory role blade, modify the directory role

You have an Azure Active Directory (Azure AD) tenant that contains 5,000 user accounts.You create a new user account named AdminUser1.You need to assign the User administrator administrative role to AdminUser1.What should you do from the user account properties?

From the Directory role blade, modify the directory role.

You have an Azure subscription that contains a storage account named account1.You plan to upload the disk files of a virtual machine to account1 from your on-premises network. The on-premises network uses a public IP address space of131.107.1.0/24. You plan to use the disk files to provision an Azure virtual machine named VM1. VM1 will be attached to a virtual network named VNet1. VNet1 uses an IP address space of 192.168.0.0/24. You need to configure account1 to meet the following requirements: ✑ Ensure that you can upload the disk files to account1. ✑ Ensure that you can attach the disks to VM1. ✑ Prevent all other access to account1. Which two actions should you perform? Each correct answer presents part of the solution.

From the Firewalls and virtual networks blade of account1, select Selected networks. From the Firewalls and virtual networks blade of account1, add the 131.107.1.0/24 IP address range.

You have an Azure Active Directory (Azure AD) tenant named contoso.onmicrosoft.com that contains 100 user accounts.You purchase 10 Azure AD Premium P2 licenses for the tenant.You need to ensure that 10 users can use all the Azure AD Premium features.What should you do?

From the Licenses blade of Azure AD, assign a license

You have an Azure subscription that contains the virtual machines shown in the following table: Name - Operating System - Connects to VM1 - Windows Server 2019 - Subnet1 VM2 - Windows Server 2019 - Subnet2 VM1 and VM2 use public IP addresses. From Windows Server 2019 on VM1 and VM2, you allow inbound Remote Desktop connections.Subnet1 and Subnet2 are in a virtual network named VNET1. The subscription contains two network security groups (NSGs) named NSG1 and NSG2. NSG1 uses only the default rules.NSG2 uses the default rules and the following custom incoming rule: ✑ Priority: 100 ✑ Name: Rule1 ✑ Port: 3389 ✑ Protocol: TCP ✑ Source: Any ✑ Destination: Any ✑ Action: Allow NSG1 is associated to Subnet1. NSG2 is associated to the network interface of VM2.For each of the following statements, select Yes if the statement is true. Otherwise, select No.

From the internet, you can connect to VM1 by using Remote Desktop? No (RDP is not setup by default) From the internet, you can connect to VM2 by using Remote Desktop? Yes From VM1, you can connect to VM2 by using Remote Desktop? Yes

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

From webapp1, enable Web server logging

Gateway transit

Function that allows vnet peering through one network to get to another. Example, network A can talk to network C *through* network B using gateway transit

Firewall

Grants access based on IP. Can check port and protocol also

You have an on-premises virtual machine named VM1. You need to ensure that you can use the disks attached to VM1 as a template for Azure virtual machines. Which section of the VM settings should you modify? Processor Hard Drive Network Adapters Integration Services

Hard Drive

Transport Data Encryption (TDE)

Helps protect Azure SQL database and Azure Data Warehouse. Enabled by default. You can use Azure Key Vault key or bring your own key (BYOK)

Case Study: You discover that VM3 does NOT meet the technical requirements.You need to verify whether the issue relates to the NSGs.What should you use? A. Diagram in VNet1 B. Diagnostic settings in Azure Monitor C. Diagnose and solve problems in Traffic Manager profiles D. The security recommendations in Azure Advisor E. IP flow verify in Azure Network Watcher

IP flow verify in Azure Network Watcher

Network Virtual Appliance (NVA)

Ideal options for non-HTTP services on advanced configurations. Similar to hardware firewalls

You have an Azure subscription named Sub1. You plan to deploy a multi-tiered application that will contain the tiers shown in the following table. Front end web server - Accessible from the internet. #10 VMs Business login - Not accessible from the internet. #100 VMs Microsoft SQL Server database. # 5 VMs You need to recommend a networking solution to meet the following requirements: ✑ Ensure that communication between the web servers and the business logic tier spreads equally across the virtual machines. ✑ Protect the web servers from SQL injection attacks. Which Azure resource should you recommend for each requirement? To answer, select the appropriate options in the answer area.

Internal load balancer Application gateway that uses the WAF tier

You have an Azure subscription named Subscription1. Subscription1 contains a virtual machine named VM1.You install and configure a web server and a DNS server on VM1.VM1 has the effective network security rules shown in the following exhibit: Image1 Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

Internet users can connect to only web server on VM1 If you delete Rule2, Internet users can connect to both DNS and webserver

You plan to deploy an Azure container instance by using the following Azure Resource Manager template. Image5 Internet users: If the IIS in the container fail:

Internet users: can connect to the container from any device. (Internet users can connect to the container from any device because of this ARM line: "type": "Public") If the IIS in the container fail: the container will restart automatically (If IIS in the container fail, the container will restart automatically: "restartPolicy": "OnFailure")

Azure Traffic Manager - Performance - routes based on what?

Latency

You have an Azure Active Directory (Azure AD) tenant named contosocloud.onmicrosoft.com.Your company has a public DNS zone for contoso.com.You add contoso.com as a custom domain name to Azure AD.You need to ensure that Azure can verify the domain name.Which type of DNS record should you create?

MX (or TXT)

Azure Firewall

Managed. Cloud based. Fully stateful. Built with high availability and unrestricted cloud scalability. Protects against inbound non-HTTP/S protocols like RDP, SSH and FTP. Also provides outbound network level protection for all ports and protocols and application level protection for outbound HTTP/S

You plan to deploy five virtual machines to a virtual network subnet.Each virtual machine will have a public IP address and a private IP address.Each virtual machine requires the same inbound and outbound security rules.What is the minimum number of network interfaces and network security groups that you require? To answer, select the appropriate options in the answer area.

Minimum number of network interfaces: 5 Minimum number of network security groups: 1

You have an Azure subscription that contains an Azure virtual machine named VM1. VM1 runs a financial reporting app named App1 that does not support multiple active instances.At the end of each month, CPU usage for VM1 peaks when App1 runs.You need to create a scheduled runbook to increase the processor performance of VM1 at the end of each month. What task should you include in the runbook? A. Add the Azure Performance Diagnostics agent to VM1. B. Modify the VM size property of VM1. C. Add VM1 to a scale set. D. Increase the vCPU quota for the subscription. E. Add a Desired State Configuration (DSC) extension to VM1.

Modify the VM size property of VM1.

Azure DDoS protection

Monitors traffic at the Azure network edge before it effects availability. It identifies DDoS traffic and blocks it while allowing legit traffic

You have an Azure subscription named Subscription1 that contains a resource group named RG1.In RG1, you create an internal load balancer named LB1 and a public load balancer named LB2.You need to ensure that an administrator named Admin1 can manage LB1 and LB2. The solution must follow the principle of least privilege.Which role should you assign to Admin1 for each task? To answer, select the appropriate options in the answer area.

Network Contributor on LB1 and LB2

You have an Azure subscription that contains the resources shown in the following table. Name - Type - Region RG1 - Resource Group - West US RG2 - Resource Group - East Asia VM1 - virtual machine - West US VNET1 - Virtual network - West US VNET2 - Virtual network - East Asia VM1 connects to VNET1. You need to connect VM1 to VNET2. Solution: You turn off VM1, and then you add a new network interface to VM1. Does this meet the goal?

No

You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time when the resources were created in RG1.Solution: From the Subscriptions blade, you select the subscription, and then click Programmatic deployment. Does this meet the goal?

No - From the RG1 blade, click Deployments. You see a history of deployment for the resource group.

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 modify the Azure Active Directory (Azure AD) authentication policies.Does this meet the goal?

No - Instead export the client certificate from Computer1 and install the certificate on Computer2.

You have an Azure Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers.Subscription1 contains a resource group named Dev. You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group. Solution: On Subscription1, you assign the Logic App Operator role to the Developers group.

No - Need contributor role

You have an Azure Directory (Azure AD) tenant named Adatum and an Azure Subscription named Subscription1. Adatum contains a group named Developers.Subscription1 contains a resource group named Dev. You need to provide the Developers group with the ability to create Azure logic apps in the Dev resource group.Solution: On Subscription1, you assign the DevTest Labs User role to the Developers group. Does this meet the goal?

No - Need contributor role

You have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in separate resource groups. Another administrator plans to create several network security groups (NSGs) in the subscription. You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual networks. Solution: You assign a built-in policy definition to the subscription. Does this meet the goal?

No - Resource policy definition used by Azure Policy enables you to establish conventions for resources in your organization by describing when the policy is enforced and what effect to take. By defining conventions, you can control costs and more easily manage your resources.

You have an Azure virtual machine named VM1 that runs Windows Server 2016.You need to create an alert in Azure when more than two error events are logged to the System event log on VM1 within an hour.Solution: You create an Azure storage account and configure shared access signatures (SASs). You install the Microsoft Monitoring Agent on VM1. You create an alert in Azure Monitor and specify the storage account as the source. Does this meet the goal?

No - You create an Azure Log Analytics workspace and configure the data settings. You install the Microsoft Monitoring Agent on VM1. You create an alert inAzure Monitor and specify the Log Analytics workspace as the source.

You have an Azure virtual machine named VM1 that runs Windows Server 2016.You need to create an alert in Azure when more than two error events are logged to the System event log on VM1 within an hour.Solution: You create an Azure Log Analytics workspace and configure the data settings. You add the Microsoft Monitoring Agent VM extension to VM1. You create an alert in Azure Monitor and specify the Log Analytics workspace as the source. Does this meet the goal?

No - You create an Azure Log Analytics workspace and configure the data settings. You install the Microsoft Monitoring Agent on VM1. You create an alert inAzure Monitor and specify the Log Analytics workspace as the source. Note: You "install" extensions, not "add" them

You have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in separate resource groups. Another administrator plans to create several network security groups (NSGs) in the subscription. You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual networks. Solution: From the Resource providers blade, you unregister the Microsoft.ClassicNetwork provider. Does this meet the goal?

No - You should use a policy definition.Resource policy definition used by Azure Policy enables you to establish conventions for resources in your organization by describing when the policy is enforced and what effect to take. By defining conventions, you can control costs and more easily manage your resources.

You have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource Manager template named ARM1.json. You receive a notification that VM1 will be affected by maintenance.You need to move VM1 to a different host immediately. Solution: From the Overview blade, you move the virtual machine to a different subscription.Does this meet the goal?

No - You would need to redeploy the VM.

You have an Azure subscription that contains the resources shown in the following table. Name - Type - Region RG1 - Resource Group - West US RG2 - Resource Group - East Asia VM1 - virtual machine - West US VNET1 - Virtual network - West US VNET2 - Virtual network - East Asia VM1 connects to VNET1. You need to connect VM1 to VNET2. Solution: You move VM1 to RG2, and then you add a new network interface to VM1. Does this meet the goal?

No - the VM can't be in a different location than the Network interface.

You have an Azure subscription that contains the following users in an Azure Active Directory tenant named contoso.onmicrosoft.com. User1 creates a new Azure Active Directory tenant named external.contoso.onmicrosoft.com.You need to create new user accounts in external.contoso.onmicrosoft.com.Solution: You instruct User2 to create the user accounts.Does that meet the goal?

No. When you make a new tenant the global admin who created the new tenant is then added as a global admin for the new tenant (as an external user). BUT any other global admin in the old tenant are not automatically added to the new tenant unless you manually invite them later.

Case study: 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.

Number of VN's: 1 Number of Subnets: 3

You have a sync group named Sync1 that has a cloud endpoint. The cloud endpoint includes a file named File1.txt.Your on-premises network contains servers that run Windows Server 2016. The servers are configured as shown in the following table. Name - Share - Share Contents Server1 - Share1 - File1.txt, File2.txt Server2 - Share2 - File2.txt, File3.txt You add Share1 as an endpoint for Sync1. One hour later, you add Share2 as an endpoint for Sync1.For each of the following statements, select Yes if the statement is true. Otherwise, select No.

On the cloud endpoint, File1.txt is overwritten by File1.txt from Share 1? Yes. On Server1, File1.txt is overwritten by File1.txt from the cloud endpoint? No. File1.txt from Share1 replicates to Share2? Yes.

Authentication (AuthN)

Process of establishing identity of a person or service. Includes act of challenging party for their creds. Establishes they ARE who they say they are.

You have an Azure subscription named Subscription1 that is used by several departments at your company. Subscription1 contains the resources in the following table: Name - Type storage1 - Storage account RG1 - Resource Group container1 - Blob container Share1 - file share Another administrator deploys a virtual machine named VM1 and an Azure Storage account named storage2 by using a single Azure Resource Manager template. You need to view the template used for the deployment. From which blade can you view the template that was used for the deployment? A. VM1 B. RG1 C. storage2 D. container1

RG1 - Resource Group > Deployments

DRAG DROP -You have an Azure subscription that contains two virtual networks named VNet1 and VNet2. Virtual machines connect to the virtual networks.The virtual networks have the address spaces and the subnets configured as shown in the following table. VNet1 - 10.1.0.0/16 - 10.1.0.0/24 & 10.1.1.0/26 - VNet2 VNet2 - 10.2.0.0/16 - 10.2.0.0/24 - VNet1 You need to add the address space of 10.33.0.0/16 to VNet1. The solution must ensure that the hosts on VNet1 and VNet2 can communicate.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. Remove VNet1. Add the 10.33.0.0/16 address space to VNet1. Create a new VN named VNet1. On the peering connection in VNet2, allow gateway transit. Recreate peering between VNet1 and VNet2. On the peering connection in VNet1, allow gateway transit. Remove peering between VNet1 and VNet2.

Remove peering between VNet1 and VNet2. Add the 10.33.0.0/16 address space to VNet1. Recreate peering between VNet1 and VNet2.

Protocol Attacks

Render a target inaccessible by exploiting a weakness in layer 3 and 4 protocol stacks

You plan to create an Azure Storage account in the Azure region of East US 2.You need to create a storage account that meets the following requirements:✑ Replicates synchronously.✑ Remains available if a single data center in the region fails.How should you configure the storage account? To answer, select the appropriate options in the answer area.

Replication: ZRS Account type: Storage V2

You have an Azure virtual machine named VM1 that runs Windows Server 2019.You save VM1 as a template named Template1 to the Azure Resource Manager library.You plan to deploy a virtual machine named VM2 from Template1. What can you configure during the deployment of VM2? Operating system? Administrator Username? VM Size? Resource Group?

Resource group

You have an Azure virtual network named VNet1 that connects to your on-premises network by using a site-to-site VPN. VNet1 contains one subnet namedSunet1. Subnet1 is associated to a network security group (NSG) named NSG1. Subnet1 contains a basic internal load balancer named ILB1. ILB1 has three Azure virtual machines in the backend pool. You need to collect data about the IP addresses that connects to ILB1. You must be able to run interactive queries from the Azure portal against the collected data.What should you do?

Resource to create? Azure Log Analytics workspace Resource on which to enable diagnostics: NSG1

Role-Based Access Control (RBAC)

Roles are sets of permissions, users are assigned to roles; users are assigned to groups and the group are assigned to roles. Like editor or read only. Can be granted to access an Azure service instance

Service endpoints do what?

Secure traffic between azure resources and subnets

You have five Azure virtual machines that run Windows Server 2016. The virtual machines are configured as web servers.You have an Azure load balancer named LB1 that provides load balancing services for the virtual machines.You need to ensure that visitors are serviced by the same web server for each request.What should you configure? A. Floating IP (direct server return) to Enabled B. Idle Time-out (minutes) to 20 C. Protocol to UDP D. Session persistence to Client IP and Protocol

Session persistence to Client IP and Protocol

Network Watcher - Next Hop

Shows you the next hop to the destination

You have an Azure subscription that contains a resource group named RG26.RG26 is set to the West Europe location and is used to create temporary resources for a project. RG26 contains the resources shown in the following table. VM1 - virtual machine RGV1 - recovery services vault SQLD01 - azure SQL database AZSQL01 - azure SQL database server sa001 - storage account SQLDB01 is backed up to RGV1.When the project is complete, you attempt to delete RG26 from the Azure portal. The deletion fails.You need to delete RG26.What should you do first?

Stop the backup of SQLDB01

You have an Azure subscription named Subscription1 that contains the resources shown in the following table: You plan to configure Azure Backup reports for Vault1.You are configuring the Diagnostics settings for the AzureBackupReports log.Which storage accounts and which Log Analytics workspaces can you use for the Azure Backup reports of Vault1? To answer, select the appropriate options in the answer area.

Storage accounts: storage3 only (have to be in same region) Log Anaylytics workspaces: 1,2,3 (LAW can be in any region)

You have an Azure web app named App1. App1 has the deployment slots shown in the following table: webapp1-prod webapp1-test In webapp1-test, you test several changes to App1.You back up App1.You swap webapp1-test for webapp1-prod and discover that App1 is experiencing performance issues. You need to revert to the previous version of App1 as quickly as possible. What should you do? A. Redeploy App1 B. Swap the slots C. Clone App1 D. Restore the backup of App1

Swap the slots

You have an app named App1 that runs on an Azure web app named webapp1. The developers at your company upload an update of App1 to a Git repository named Git1. Webapp1 has the deployment slots shown in the following table. name - function webapp1-prod - Production webapp1-test - Staging You need to ensure that the App1 update is tested before the update is made available to users.Which two actions should you perform? Each correct answer presents part of the solution. A. Swap the slots B. Deploy the App1 update to webapp1-prod, and then test the update C. Stop webapp1-prod D. Deploy the App1 update to webapp1-test, and then test the update E. Stop webapp1-test

Swap the slots Deploy the App1 update to webapp1-test, and then test the update

Resource (App) Layer Attacks

Target web app packets to disrupt traffic and transmission of data between hosts

You have an Azure subscription named Subscription1. You deploy a Linux virtual machine named VM1 to Subscription1. You need to monitor the metrics and the logs of VM1. What should you use?

The AzurePerformanceDiagnostics extension

Azure Traffic Manager - Geographic - routes based on what?

Traffic manager looks at the IP of the the user requesting the data and sends the request to the closest resource

For VPN gateways, inbound traffic is free but outbound costs. T or F ?

True

Traffic manager does not work with internal traffic. T/F ?

True

Asymmetric encryption

Two keys are used; one key encodes the message, and the other key decodes the message. Used for Transport Layer Security (TLS) which is used for HTTPS and data signing

You plan to automate the deployment of a virtual machine scale set that uses the Windows Server 2016 Datacenter image.You need to ensure that when the scale set virtual machines are provisioned, they have web server components installed. Which two actions should you perform? Each correct answer presents part of the solution. A. Upload a configuration script B. Create an automation account C. Create an Azure policy D. Modify the extensionProfile section of the Azure Resource Manager template E. Create a new virtual scale set in the Azure portal

Upload a configuration script Modify the extensionProfile section of the Azure Resource Manager template

Case study: You need to move the blueprint files to Azure.What should you do?

Use Azure Storage Explorer to copy the files.

Symmetric encryption

Uses a single key to encrypt and decrypt data.

You have an Azure subscription that has a Recovery Services vault named Vault1. The subscription contains the virtual machines shown in the following table: VM1 Windows server - no autoshutdown VM2 Windows server - autoshutdown at 19:00 VM3 Ubuntu server - no autoshutdown VM4 Windows 10 - autoshutdown at 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

VM1, VM2, VM3 and VM4 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.

You have an Azure subscription named AZPT1 that contains the resources shown in the following table: 1. storage1 - azure storage account 2. VNET1 - virtual network 3. VM1 - azure VM 4. VM1Managed - managed disk for VM1 5. RVAULT1 - Recovery services vault for the site recovery of VM1 You create a new Azure subscription named AZPT2.You need to identify which resources can be moved to AZPT2.Which resources should you identify?

VM1, storage1, VNET1, VM1Managed, and RVAULT1

You have a virtual network named VNET1 that contains the subnets shown in the following table: Name - Subnet - NSG Subnet1 - 10.10.1.0/24 - NSG1 Subnet2 - 10.10.2.0/24 - none You have two Azure virtual machines that have the network configurations shown in the following table: Name - Subnet - IP address - NSG VM1 - Subnet1 - 10.10.1.5 - NSG2 VM1 - Subnet2 - 10.10.2.5 - none VM1 - Subnet2 - 10.10.2.6 - none For NSG1, you create the inbound security rule shown in the following table: Priority - Source - Destination - Destination Port - Action 101 - 10.10.2.0/24 - 10.10.1.0/24 - TCP/1433 - Allow For NSG2, you create the inbound security rule shown in the following table: Priority - Source - Destination - Destination Port - Action 125 - 10.10.2.5 - 10.10.1.5 - TCP/1433 - Block For each of the following statements, select Yes if the statement is true. Otherwise, select No.

VM2 can connect to the TCP port 1433 services on VM1? No - although the allow rule has a higher priority, the rules are not applied at the same time so priority doesn't matter. The allow rule allows the communication, then the block rule blocks it at the next step. VM1 can connect to the TCP port 1433 services on VM2? Yes - No rule effects it and they are on same network so communication is allowed VM2 can connnect to the TCP port 1433 services on VM3? Yes - No rule effects it and they are on same network so communication is allowed

You have an Azure subscription that contains the resources shown in the following table. You assign a policy to RG6 as shown in the following table:To RG6, you apply the tag: RGroup: RG6. You deploy a virtual network named VNET2 to RG6.Which tags apply to VNET1 and VNET2? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.

VNET1: Department D1 only VNET2: Label: Value 1

You have the Azure virtual networks shown in the following table. Name - Address Space - Subnet - Resouce Group Region VNet1 - 10.11.0.0/16 - 10.11.0.0/17 - West US VNet2 - 10.11.0.0/17 - 10.11.0.0/25 - West US VNet3 - 10.10.0.0/22 - 10.10.1.0/24 - East US VNet4 - 192.168.16.0/22 - 192.168.16.0/24 - North Europe To which virtual networks can you establish a peering connection from VNet1? A. VNet2 andVNet3 only B. VNet2 only C. VNet3 and VNet4 only D. VNet2, VNet3, and VNet4

VNet3 and VNet4 only

You have an Azure subscription that contains an Azure Availability Set named WEBPROD-AS-USE2 as shown in the following exhibit. Image4 (update domain: 10) You add 14 virtual machines to WEBPROD-AS-USE2. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

When Microsoft performs planned maintenance in East US 2, the maximum number of unavailable VM's will be: 2 If the server rack in the Azure datacenter that hosts WEBPROD-AS-USE2 experience a power failure, the max number of unavailable VM's will be: 7

You have an Azure subscription that contains a virtual machine scale set. The scale set contains four instances that have the following configurations: Operating system: Windows Server 2016 Size: Standard_D1_v2 You run the get-azvmss cmdlet as shown in the following exhibit: Image3 Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

When an administrator changes the virtual machine size, the size will be changed on up to [select answer] virtual machines simultaneously: 0 When a new build of the Windows Server 2016 image is released, the new build will deployed to up to [select answer] virtual machines simultaneously: 4

You have a pay-as-you-go Azure subscription that contains the virtual machines shown in the following table. Name - Resource Group - Daily Cost VM1 - RG1 - 20 euroes VM2 - RG2 - 30 euroes You create the budget shown in the following exhibit. Image6 The AG1 action group contains a user named [email protected] only. Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

When the maximum amount in Budget1 is reached, VM1 and VM2 continue to run. Based on the current usage costs of the VMs, one email notification will be sent each month.

You have an Azure subscription named Subscription1. Subscription1 contains a resource group named RG1. RG1 contains resources that were deployed by using templates. You need to view the date and time when the resources were created in RG1.Solution: From the RG1 blade, you click Deployments. Does this meet the goal?

Yes

You have an Azure subscription that contains 10 virtual networks. The virtual networks are hosted in separate resource groups. Another administrator plans to create several network security groups (NSGs) in the subscription. You need to ensure that when an NSG is created, it automatically blocks TCP port 8080 between the virtual networks. Solution: You configure a custom policy definition, and then you assign the policy to the subscription. Does this meet the goal?

Yes

You have an Azure subscription that contains the resources shown in the following table. Name - Type - Region RG1 - Resource Group - West US RG2 - Resource Group - East Asia VM1 - virtual machine - West US VNET1 - Virtual network - West US VNET2 - Virtual network - East Asia VM1 connects to VNET1. You need to connect VM1 to VNET2. Solution: You delete VM1. You recreate VM1, and then you create a new network interface for VM1 and connect it to VNET2. Does this meet the goal?

Yes

You have an Azure virtual machine named VM1 that runs Windows Server 2016.You need to create an alert in Azure when more than two error events are logged to the System event log on VM1 within an hour.Solution: You create an Azure Log Analytics workspace and configure the data settings. You install the Microsoft Monitoring Agent on VM1. You create an alert inAzure Monitor and specify the Log Analytics workspace as the source. Does this meet the goal?

Yes - Alerts in Azure Monitor can identify important information in your Log Analytics repository. They are created by alert rules that automatically run log searches at regular intervals, and if results of the log search match particular criteria, then an alert record is created and it can be configured to perform an automated response.The Log Analytics agent collects monitoring data from the guest operating system and workloads of virtual machines in Azure, other cloud providers, and on- premises. It collects data into a Log Analytics workspace.

You have an Azure virtual machine named VM1. VM1 was deployed by using a custom Azure Resource Manager template named ARM1.json. You receive a notification that VM1 will be affected by maintenance. You need to move VM1 to a different host immediately. Solution: From the Redeploy blade, you click Redeploy.

Yes - Redeploy

You have an Azure subscription named Subscription1. Subscription1 contains two Azure virtual machines VM1 and VM2. VM1 and VM2 run Windows Server2016. VM1 is backed up daily by Azure Backup without using the Azure Backup agent. VM1 is affected by ransomware that encrypts data. You need to restore the latest backup of VM1.To which location can you restore the backup? To answer, select the appropriate options in the answer area.

You can perform a file recovery of VM1 to: Any computer that has internet connectivity You can restore VM1 to: VM1 or a new Azure VM only

Azure Traffic Manager - Weighted - routes based on what?

You control traffic being sent to what endpoint by percentage. Some percent go to one endpoint and another percent go to another.

Azure Traffic Manager - Priority - routes based on what?

You set priority on endpoints. This is good for failovers. You can have your main endpoint as priority 1 and failover endpoints lower priority

You have an Azure subscription named Subscription1.You create an Azure Storage account named contosostorage, and then you create a file share named data.Which UNC path should you include in a script that references files from the data file share? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once or not at all. You may need to drag the split bar between panes or scroll to view content.

\\contosostorage.file.core.windows.net\data

Case study: You need to implement a backup solution for App1 after the application is moved.What should you create first?

a Recovery Services vault

You download an Azure Resource Manager template based on an existing virtual machine. The template will be used to deploy 100 virtual machines.You need to modify the template to reference an administrative password. You must prevent the password from being stored in plain text. What should you create to store the password? A. an Azure Key Vault and an access policy B. an Azure Storage account and an access policy C. a Recovery Services vault and a backup policy D. Azure Active Directory (AD) Identity Protection and an Azure policy

an Azure Key Vault and an access policy

Your on-premises network contains an SMB share named Share1.You have an Azure subscription that contains the following resources:✑ A web app named webapp1✑ A virtual network named VNET1You need to ensure that webapp1 can connect to Share1.What should you deploy? A. an Azure Application Gateway B. an Azure Active Directory (Azure AD) Application Proxy C. an Azure Virtual Network Gateway

an Azure Virtual Network Gateway

You have an Azure subscription.Users access the resources in the subscription from either home or from customer sites. From home, users must establish a point-to-site VPN to access the Azure resources. The users on the customer sites access the Azure resources by using site-to-site VPNs.You have a line-of-business-app named App1 that runs on several Azure virtual machine. The virtual machines run Windows Server 2016. You need to ensure that the connections to App1 are spread across all the virtual machines.What are two possible Azure services that you can use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point. A. an internal load balancer B. a public load balancer C. an Azure Content Delivery Network (CDN) D. Traffic Manager E. an Azure Application Gateway

an internal load balancer an Azure Application Gateway

You have an on-premises server that contains a folder named D:\Folder1.You need to copy the contents of D:\Folder1 to the public container in an Azure Storage account named contosodata.Which command should you run?

azcopy copy D:\folder1 https://contosodata.blob.core.windows.net/public --recursive

You have an Azure subscription that contains an Azure Storage account.You plan to copy an on-premises virtual machine image to a container named vmimages.You need to create the container for the planned image.Which command should you run? To answer, select the appropriate options in the answer area. azcopy [blank] 'https://mystorageaccount.[blank].core.windows.net/vmimages'

azcopy make 'https://mystorageaccount.blob.core.windows.net/vmimages'

You have an Azure Storage account named storage1. You plan to use AzCopy to copy data to storage1.You need to identify the storage services in storage1 to which you can copy the data.What should you identify?

blob and file only

Case Study: 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

dynamic groups and conditional access policies

You plan to deploy three Azure virtual machines named VM1, VM2, and VM3. The virtual machines will host a web app named App1.You need to ensure that at least two virtual machines are available if a single Azure datacenter becomes unavailable. What should you deploy?

each virtual machine in a separate Availability Zone

You have a deployment template named Template1 that is used to deploy 10 Azure web apps.You need to identify what to deploy before you deploy Template1. The solution must minimize Azure costs.What should you identify? A. five Azure Application Gateways B. one App Service plan C. 10 App Service plans D. one Azure Traffic Manager E. one Azure Application Gateway

one App Service plan

You plan to move a distributed on-premises app named App1 to an Azure subscription.After the planned move, App1 will be hosted on several Azure virtual machines. You need to ensure that App1 always runs on at least eight virtual machines during planned Azure maintenance.What should you create? A. one virtual machine scale set that has 10 virtual machines instances B. one Availability Set that has three fault domains and one update domain C. one Availability Set that has 10 update domains and one fault domain D. one virtual machine scale set that has 12 virtual machines instances

one Availability Set that has 10 update domains and one fault domain

You have an Azure subscription that contains the storage accounts shown in the following table. Name - Kind - Performance - Replication - Access Tier storage1 - Storage (Gen Purpose v1) - Premium - GRS - None storage2 - Storage V2 (Gen Purpose v2) - Standard - LRS - Cool storage3 - Storage V2 (Gen Purpose v2) - Premium - RA GRS - Hot storage4 - BlobStorage - Standard - LRS - Hot You need to identify which storage account can be converted to zone-redundant storage (ZRS) replication by requesting a live migration from Azure support.What should you identify?

storage2 ZRS supports general-purpose v2 accounts only and Live migration is supported only for storage accounts that use LRS

You have an Azure subscription named Subscription1 that contains the storage accounts shown in the following table: Name - Account Kind - Azure Service that contains data storage1 - Storage - File storage2 - StorageV2 (general purpose v2) - File, Table storage3 - StorageV2 (general purpose v2) - Queue storage4 -BlobStorage - Blob You plan to use the Azure Import/Export service to export data from Subscription1.You need to identify which storage account can be used to export the data.What should you identify?

storage4 - BlobStorage - Blob

You have an Azure subscription.You have an on-premises virtual machine named VM1. The settings for VM1 are shown in the exhibit. Image 2 You need to ensure that you can use the disks attached to VM1 as a template for Azure virtual machines.What should you modify on VM1? A. the memory B. the network adapters C. the hard drive D. the processor E. Integration Services

the hard drive

You have an Azure virtual machine named VM1 that runs Windows Server 2019.You sign in to VM1 as a user named User1 and perform the following actions: ✑ Create files on drive C. ✑ Create files on drive D. ✑ Modify the screen saver timeout. ✑ Change the desktop background. You plan to redeploy VM1.Which changes will be lost after you redeploy VM1?

the new files on drive D

You have an Azure subscription that contains the resources in the following table. VNet1 - VN - West US - RG2 VNet2 - VN - West US - RG1 VNet3 - VN - East US - RG1 NSG1 - NSG- East US - RG2 To which subnets can you apply NSG1? A. the subnets on VNet1 only B. the subnets on VNet2 and VNet3 only C. the subnets on VNet2 only D. the subnets on VNet3 only E. the subnets on VNet1, VNet2, and VNet3

the subnets on VNet3 only

Your company has three offices. The offices are located in Miami, Los Angeles, and New York. Each office contains datacenter.You have an Azure subscription that contains resources in the East US and West US Azure regions. Each region contains a virtual network. The virtual networks are peered.You need to connect the datacenters to the subscription. The solution must minimize network latency between the datacenters.What should you create? A. three Azure Application Gateways and one On-premises data gateway B. three virtual hubs and one virtual WAN C. three virtual WANs and one virtual hub D. three On-premises data gateways and one Azure Application Gateway

three virtual hubs and one virtual WAN


Ensembles d'études connexes

9: PROSOCIAL BEHAVIOUR: HELPING OTHERS

View Set

Lesson 12: Applying Security Solutions for Cloud and Automation

View Set

Technical writing 2208-ENGL-2338-503

View Set

SHRM Learning System Practice Exam

View Set

Chapter 10 Meetings & One Person Corporation

View Set

Analytics in Operations Midterm 3

View Set

Chapter 58: Nursing Management: Chronic Neurologic Problems:Degenerative Neurologic Disorders

View Set

mRNA processing: 5' cap and poly (A) tail

View Set