Microsoft AZ-102 Microsoft Azure Administrator Certification Transition Online Training
Microsoft AZ-102 Online Training
The questions for AZ-102 were last updated at Nov 23,2024.
- Exam Code: AZ-102
- Exam Name: Microsoft Azure Administrator Certification Transition
- Certification Provider: Microsoft
- Latest update: Nov 23,2024
Note: This question is part of a series of questions that present the same scenario. Each questions in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution. Determine whether the solution meets the stated goals.
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 "Resource providers".
Does this meet the goal?
- A . Yes
- B . No
Note: This question is part of a series of questions that present the same scenario. Each questions in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution. Determine whether the solution meets the stated goals.
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?
- A . Yes
- B . No
Note: This question is part of a series of questions that present the same scenario. Each questions in the series contains a unique solution that might meet the stated goals. Some questions sets might have more than one correct solution, while others might not have a correct solution. Determine whether the solution meets the stated goals.
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: You use the activity log and filter the events for the resource group RG1.
Does this meet the goal?
- A . Yes
- B . No
You have an Azure subscription that contains two resource groups named RG1 and RG2. RG2 does not contain any resources.
RG1 contains the resources in the following table.
Which resource can you move to RG2?
- A . W10_OsDisk
- B . VNet1
- C . VNet3
- D . W10
You have 100 Azure subscriptions. All the subscriptions are associated to the same Azure Active Directory (Azure AD) tenant named contoso.com.
You are a global administrator.
You plan to create a report that lists all the resources across all the subscriptions. You need to ensure that you can view all the resources in all the subscriptions.
What should you do?
- A . From the Azure portal, modify the profile settings of your account.
- B . From Windows PowerShell, run the Add-AzureADAdministrativeUnitMember cmdlet.
- C . From Windows PowerShell, run the New-AzureADUserAppRoleAssignment cmdlet.
- D . From the Azure portal, modify the properties of the Azure AD tenant.
You are an administrator for your company.
You have an Azure subscription that contains the resources in the following table.
Store1 contains a file share named Data. Data contains 5,000 files.
You need to synchronize the files in Data to an on-premises server named Server1.
Which three actions should you perform? (Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.)
- A . Download an automation script.
- B . Create a container instance.
- C . Create a sync group.
- D . Register Server1.
- E . Install the Azure File Sync agent on Server1.
You plan to use the Azure Import/Export service to copy files to a storage account.
Which two files should you create before you create the import job? (Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.)
- A . An XML manifest file
- B . A driveset CSV file
- C . A dataset CSV file
- D . A PowerShell PS1 file
- E . A JSON configuration file
You have an Azure web app named WebApp1 that runs in an Azure App Service plan named ASP1. ASP1 is based on the D1 pricing tier.
You need to ensure that WebApp1 can be accessed only from computers on your on-premises network. The solution must minimize costs.
What should you configure? (To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.)
You are a cloud administrator for a company. You have an Azure web app named WebApp1.
You need to provide developers with a copy of WebApp1 that they can modify without affecting the production WebApp1. When the developers finish testing their changes, you must be able to switch the current online version of WebApp1 to the new version.
Which command should you run prepare the environment? (To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.)
You have an Azure App Service plan that hosts an Azure App Service named App1. You configure one production slot and four staging slots for App1.
You need to allocate 10 percent of the traffic to each staging slot and 60 percent of the traffic to the production slot.
What should you add to Appl1?
- A . Slots to the “Testing in production” blade.
- B . A performance test.
- C . A WebJob.
- D . Templates to the Automation script blade.