Renewal assessment for Microsoft Certified: Azure Administrator Associate Q1 You have an Azure web app named WebApp1. You discover that backup options are unavailable for WebApp1. You need to ba ck up WebApp1. What shoul
...
Renewal assessment for Microsoft Certified: Azure Administrator Associate Q1 You have an Azure web app named WebApp1. You discover that backup options are unavailable for WebApp1. You need to ba ck up WebApp1. What should you do first? Select only one answer. Modify the platform settings of WebApp1. Modify the Application settings of WebApp1. Scale up the app service plan. Scale out the app service plan. Q2 You have an Azure web app named Contoso2023. You add a deployment slot to Contoso2023 named Slot1. You need to be able to perform a deployment slot swap with preview. What should you modify? Select only one answer. application settings for Contoso2023 general settings for Contoso2023 application settings for Contoso2023-Slot1 general settings for Contoso2023-Slot1Q3 You plan to deploy the following Azure web apps: WebApp1, that uses the .NET 5 runtime stack WebApp2, that uses the ASP.NET V4.8 runtime stack WebApp3, that uses the Java 11 runtime stack WebApp4, that uses the PHP 8.0 runtime stack You need to create the app service plans for the web apps. What is the minimum number of app service plans that should be created? Select only one answer. 1 2 3 4 Q4 You plan to deploy the following Azure web apps: WebApp1, that runs on Windows Server 2016 WebApp2, that runs on Windows Server 2022 WebApp3, that runs on Ubuntu Server WebApp4, that runs on Red Hat Enterprise Linux You need to create the app service plans for the web apps. What is the minimum number of app service plans that should be created? Select only one answer. 1 2 3 4Q5 You have an Azure subscription that contains the following resources: a storage account named storage123 a container instance named AppContainer The subscription contains a virtual network named VirtualNet4 that has the following subnets: SubnetA- storage123 is connected to SubnetA. SubnetB- AppContainer is connected to SubnetB. SubnetC- No resources. You plan to deploy an Azure container instance named container5 to VirtualNet4. To which subnets can you deploy container5? Select only one answer. SubnetB only SubnetC only SubnetB and SubnetC only SubnetA, SubnetB, and SubnetC Q6 You have a Docker image named Image1 that contains a corporate app. You need to deploy Image1 to Azure and make the app accessible to users. Which two Azure services should you deploy? Each correct answer presents complete solution. Select all answers that apply. Azure App service a virtual machine Azure Container Registry a container instanceQ7 You have an Azure container registry that stores an image named Image1 and a Windows Server 2022 Azure virtual machine named VM1. You need to ensure that you can run Image1 in VM1. What should you install in VM1? Select only one answer. Docker Hyper-V role Azure Portal .NET Framework 4.7 Q8 You have an Azure Storage account named storage1. You need to provide time-limited access to storage1. What should you use? Select only one answer. an access key a role assignment an access policy a shared access signature (SAS) Q9You have an Azure storage account named storage1 that has the following settings: container1: blob container share1: file share Table1: table Queue1: queue You rotate an access key named key2 in storage1. Which resource or resources can you access by using key2? Select only one answer. container1 only share1 only container1 and share1 only Table1 and Queue1 only container1, share1, Table1 and Queue1 Q10 Your Azure Active Directory contains three users named User1, User2, and User3. You have an Azure storage account named storage1 that has the following access: User1 is assigned the Storage Account Contributor role on storage1 User2 has a access key for storage1 User3 has a shared access signature for storage1 You rotate the keys for storage1. Which user or users can access storage1? Select only one answer. User1 only User1 and User2 only User2 and User3 only User1, User2 and User3Q11 You have an Azure storage account named storage1. Three users use the following methods to access the data in storage1: User1 uses the Azure portal User2 uses the Azure Storage Explorer User3 uses File Explorer in Windows 11 You generate a storage access signature named SAS1 for storage1. Which user or users can access storage1 by using SAS1? Select only one answer. User1 only User2 only User1 and User2 only User2 and User3 only User1, User2 and User3 Q12 You have an Azure subscription that contains a virtual network named VNet1, a private DNS zone named contoso.com and the following resources that are connected to VNet1: VM1, a virtual machine that is running Windows Server 2022 VM2, a virtual machine that is running Linux Container1, a container instance LB1, a load balancer Contoso.com is linked to VNet1.Auto registration is enabled. Which resource or resources are registered in contoso.com? Select only one answer. VM1 only VM1 and VM2 only VM1, VM2 and Container1 only VM1, VM2 and LB1 only VM1, VM2, Container1 and LB1 Q13A company named Contoso, Ltd. has an Azure subscription that is linked to an Azure Active Directory (Azure AD) tenant named contoso.com. The Azure subscription contains the following virtual networks: VNET1- deployed in the East US location VNET2- deployed in the East US location VNET3- deployed in the West US location Contoso purchases a company named A. Datum Corporation. A. Datum has an Azure subscription that contains an Azure AD tenant named adatum.com. Adatum.com contains the following virtual networks: VNETA- deployed in the East US location VNETB- deployed in the West US location Which virtual networks can you peer to VNET1? Select only one answer. VNET2 only VNET2 and VNET3 only VNET2 and VNETA only VNET2, VNET3, and VNETA only VNET2, VNET3, VNETA, and VNETB Q14 You purchase a DNS domain named contoso.com. You create an Azure public DNS zone named contoso.com that contains a host record for Server1. You need to ensure that internet users can resolve the name server1.contoso.com. Which type of DNS record should you add to the domain registrar? Select only one answer. A NS SOA TXT Q15 You have a proximity placement group named Proximity1.You plan to create the following Azure resources: a virtual machine named VM1 a disk named Disk1 a virtual network named VNET1 a public IP address named IP1 Which resources can you place in Proximity1? Select only one answer. VM1 only VM1 and Disk1 only Disk1 and IP1 only VNET1, Disk1, and IP1 only Q 16 You have an Azure subscription that contains a virtual network named VNET1. VNET1 uses the following address spaces: 10.10.1.0/24 10.10.2.0/28 VNET1 contains the following subnets: Subnet1- has an address space of 10.10.1.0/24 Subnet2- has an address space of 10.10.2.0/28 To Subnet1, you deploy a virtual machine named VM1 that runs Windows Server 2019. VM1 has Remote Desktop enabled. VM1 does NOT have a public IP address. You need to be able to deploy Azure Bastion, and then protect VM1. What should you do first? Select only one answer. Add a new subnet to VNET1. Modify the address space of VNET1. Add a public IP address to VM1. Add an extension to VM1. Q17You have an Azure virtual network named VNET1 has and a network security group (NSG) named NSG1. NSG1 has the following inbound security rules: Rule1 has a priority of 100 and allows port 3389 on TCP protocol from any source and to any destination Rule2 has a priority of 200 and allows ports 80 and 8080 on UDP protocol from any source and to any destination Rule3 has a priority of 300 and denies ports 1-2000 on TCP protocol from any source and to any destination Rule4 has a priority of 400 and allows ports 50-500 on TCP protocol from VirtualNetwork source and to any destination Rule5 has a priority of 500 and allows ports 80 and 443 on TCP protocol from any source and to any destination You need to allow http and https connections from the internet to VNET1. What should you change for NSG1? Select only one answer. Priority for Rule4 to 250 Protocol for Rule2 to TCP Priority for Rule3 to 450 Priority for Rule5 to 250 Q18 You have an Azure subscription that contains a storage account named storage1 and the following virtual machines: VM1 has a public IP address of 13.68.158.24 and is connected to VNET1/Subnet1 VM2 has a public IP address of 52.255.145.76 and is connected to VNET1/Subnet1 VM3 has a public IP address of 13.68.158.50 and is connected to VNET1/Subnet2The subnets have the following service endpoints: Subnet1 has a Microsoft.Storage service endpoint Subnet2 does not have any service endpoint Storage1 has a firewall configured to allow access from the 13.68.158.0/24 IP address range only. You need to identify which virtual machines can access storage1. What should you identify? Select only one answer. VM1 only VM3 only VM1 and VM2 only VM1 and VM3 only VM1, VM2, and VM3 Q19 You have an Azure subscription that includes a virtual machine named VM1. You need to protect VM1 by using Azure Backup. Which Azure resource should you create first? Select only one answer. a backup vault a storage account a recovery services vault a backup policy Q20 You have an Azure subscription that contains the following resources: VM1- a virtual machine that runs Microsoft SQL Server and is deployed in the West US location VM2- a virtual machine that runs Microsoft SQL Server and is deployed in the East US location SQL1- an Azure SQL Server deployed to the West US location Vault1- a Recovery Services vault deployed to the West US location Which resources can you back up to Vault1? Select only one answer.VM1 only VM1 and VM2 only VM1 and SQL1 only VM1, VM2, and SQL1 Q21 You have a Recovery Services vault named Recovery1 that includes a backup policy named Policy1. You back up several Azure virtual machines to Recovery1 by using Policy1. You need to view the Azure Backup reports. What should you do first? Select only one answer. Create an Azure Log Analytics workspace. Modify the Backup Configuration settings of Recovery1. Configure the Diagnostics settings of Recovery1. Q22 You have an Azure virtual network named VNET1 that has an IP address space of 192.168.0.0/16 and the following subnets: Subnet1- has an IP address range of 192.168.1.0/24 and is connected to 15 VMs Subnet2- has an IP address range of 192.168.2.0/24 and does not have any VMs connected You need to ensure that you can deploy Azure Firewall to VNET1. What should you do? Select only one answer.Add a new subnet to VNET1. Add a service endpoint to Subnet2. Modify the subnet mask of Subnet2. Modify the IP address space of VNET1. Q23 You have an Azure subscription that contains the following virtual machines: VM1, a virtual machine that runs Windows Server 2019 VM2, a virtual machine that runs Red Hat Enterprise Linux VM3, a virtual machine that is configure with Azure Disk encryption and runs Windows Server 2022 You use Azure Backup to back up the three virtual machines. Which virtual machine or virtual machines can use file-level restore? Select only one answer. VM1 only VM1 and VM2 only VM1 and VM3 only VM1, VM2 and VM3 Q 24 You have an Azure Kubernetes Service (AKS) cluster named AKS1 that runs Kubernetes version 1.21.9. You need to ensure that you can run a Windows Server container in AKS1. What should you do first? Select only one answer. Add a node pool to AKS1. Modify the networking settings of AKS1. Integrate AKS1 and the Azure container registry. Upgrade AKS1 to a newer version of Kubernetes.Q25 You have the following containerized applications: App1 that runs in a Server Core installation of Windows Server container App2 that runs in a Nano Server container App3 that runs in a Linux container App4 that runs in a Linux container What is the minimum number of Azure Kubernetes Service (AKS) node pools required to run all the applications? Select only one answer. 1 2 3 4 Q26 You have an Azure subscription that contains a user named User1, a resource group named RG1, and a virtual machine named VM1. You enable a system-assigned managed identity for VM1. To which identities can you assign the Reports reader role? Select only one answer. User1 only User1 and RG1 only User1 and VM1 only User1, RG1, and VM1 27 You have an Azure Active Directory tenant that contains the following users: User1, a cloud user User2, a user synced from an on-premises Active Directory domain User3, a guest user For which user or users can you configure a Usage location? Select only one answer. User1 only User1 and User2 only User1 and User3 only User1, User2 and User3 Q 28 You have an Azure Active Directory (Azure AD) tenant that contains the following users: User1 has a Department set to Sales and a Country set to USA User2 has a Department set to Marketing and a Country set to USA User3 has a Department set to Sales and a Country set to DE User4 has a Department set to Marketing and a Country set to DE You create a group named Group1 that has the following dynamic membership rule. user.country -eq "USA" -and user.department -eq "Marketing" -or user.department -eq "Sales" Which users are members of Group1? Select only one answer. User1 and User2 only User1 and User3 only User2 and User3 only User1, User2, and User3 only User1, User2, User3 and User4Q29 You have an Azure Storage account named storage1. You create the following encryption scopes for storage1: Scope1 that has an encryption type of Microsoft-managed keys Scope2 that has an encryption type of Customer-managed keys Which storage services can be used with Scope2? Select only one answer. blob only file only blob and file only table and queue only blob, file, table, and queue Q 30 You have an Azure virtual machine named VM1 that connects to a virtual network named VNET1. You create a private DNS zone named contoso.com and add an A record named host1 to the zone. You need to ensure that VM1 can resolve host1.contoso.com. What should you do? Select only one answer. Modify the Access control (IAM) settings of the zone. From the zone, add a virtual network link. From the properties of the network interface, modify the options of the DNS servers. From the properties of VNET1, modify the options of the DNS servers. Q31You have the following Azure virtual machines that run Windows Server 2019: Server1- connected to VirtualNET1 and has a Wingtiptoys.com DNS suffix configured in Windows Server 2019 Server2- connected to VirtualNET1 and has a Fabrikam.com DNS suffix configured in Windows Server 2019 Server3- connected to VirtualNET2 and has a Wingtiptoys.com DNS suffix configured in Windows Server 2019 Server4- connected to VirtualNET2 and has a Fabrikam.com DNS suffix configured in Windows Server 2019 You create a private DNS zone named fabrikam.com and add the following virtual network links to fabrikam.com: Link1- connected to VirtualNET1 and has auto registration enabled Link2- connected to VirtualNET2 and has auto registration enabled Which virtual machines will register a DNS record in fabrikam.com? Select only one answer. Server2 only Server1 and Server2 only Server2 and Server4 only Server1, Server2, Server3, and Server4 Q32 You have an Azure subscription that contains a virtual machine named VM1 and a storage account named storage1. You need to ensure that VM1 can access storage1 by using the Azure backbone. What should you configure? Select only one answer. a VPN gateway Peering a service endpoint a routing table Q 33 You have an Azure subscription that includes the following resources: VNet1, a virtual network Subnet1, a subnet in VNet1 WebApp1, a web app application service NSG1, a network security group You create an application security group named ASG1. Which resource can use ASG1? Select only one answer. VNet1 Subnet1 WebApp1 NSG1 Q 34 You have an Azure subscription that includes a network security group named NSG1. You plan to add an inbound security rule named Rule1 to NSG1. You need to configure a priority for Rule1. Rule1 must have the highest priority for inbound security rules in NSG1. Which priority should you configure for Rule1? Select only one answer. 0 1 10 100 1000 Q 35 You have a Windows Server Azure virtual machine named VM1. You need to back up two folders in VM1 by using Azure Backup. The solution should minimize administrative effort. What should you deploy first? Select only one answer.Azure Backup Server Recovery Services agent Microsoft Monitoring agent Windows Server Backup role Q 36 You have an Azure subscription that includes a virtual machine named VM1. You need to protect VM1 by using Azure Backup. Which Azure resource should you create first? Select only one answer. a backup vault a storage account a recovery services vault a backup policy Q 37 You have Azure Active Directory (Azure AD) tenant. You need to ensure that a user named Admin1 can create access reviews. The solution must use the principle of least privilege. Which role should you assign to Admin1? Select only one answer. User administrator Groups administrator Security administrator Compliance administrator Q 38 You have an Azure subscription that contains an Azure container registry named Contoso2020. You plan to create an Azure Kubernetes Service (AKS) cluster named AKS1 that has the following settings: Kubernetes version: 1.16.10 Node pools:1 Virtual nodes: Disabled Authentication method: Service principal Network configuration: Basic You need to ensure that you can integrate AKS1 and Contoso2020. Which AKS1 settings should you modify? Select only one answer. Kubernetes version Virtual nodes Authentication method Network configuration Q 39 You have an Azure Active Directory (Azure AD) tenant named contoso.com that contains a user named Ben Smith. You configure a Password protection for contoso.com that includes the following Custom banned passwords settings: Enforce custom list: Yes Custom banned password list: Contoso Which password can be used by Ben Smith? Select only one answer. FgRs01 C0nt0s0123 CONTOSO123 Conto123so
[Show More]