Download Microsoft.AZ-103.TestKing.2019-07-04.43q.vcex

Download Exam

File Info

Exam Microsoft Azure Administrator
Number AZ-103
File Name Microsoft.AZ-103.TestKing.2019-07-04.43q.vcex
Size 815 KB
Posted Jul 04, 2019
Download Microsoft.AZ-103.TestKing.2019-07-04.43q.vcex

How to open VCEX & EXAM Files?

Files with VCEX & EXAM extensions can be opened by ProfExam Simulator.

Purchase

Coupon: MASTEREXAM
With discount: 20%






Demo Questions

Question 1

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure Active 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.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: B
Explanation:
DevTest Labs User role only lets you connect, start, restart, and shutdown virtual machines in your Azure DevTest Labs. You would need the Logic App Contributor role. References:https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roleshttps://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
DevTest Labs User role only lets you connect, start, restart, and shutdown virtual machines in your Azure DevTest Labs. 
You would need the Logic App Contributor role. 
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app



Question 2

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure Active 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.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: A
Explanation:
The Contributor role can manage all resources (and add resources) in a Resource Group.
The Contributor role can manage all resources (and add resources) in a Resource Group.



Question 3

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure Active 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 Logic App Contributor role to the Developers group.
Does this meet the goal?


  1. Yes
  2. No
Correct answer: A
Explanation:
The Logic App Contributor role lets you manage logic app, but not access to them. It provides access to view, edit, and update a logic app. References:https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roleshttps://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app
The Logic App Contributor role lets you manage logic app, but not access to them. It provides access to view, edit, and update a logic app. 
References:
https://docs.microsoft.com/en-us/azure/role-based-access-control/built-in-roles
https://docs.microsoft.com/en-us/azure/logic-apps/logic-apps-securing-a-logic-app



Question 4

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. 
You need to view the error events from a table named Event. 
Which query should you run in Workspace1?


  1. Get-Event Event | where ($_.EventType –eq "error")
  2. Get-Event Event | where ($_.EventType == "error")
  3. search in (Event) * | where EventType –eq "error"
  4. search in (Event) "error"
  5. select *from Event where EventType == "error"
Correct answer: D
Explanation:
To search a term in a specific table, add in (table-name) just after the search operator References:https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-querieshttps://docs.microsoft.com/en-us/azure/azure-monitor/log-query/get-started-portal
To search a term in a specific table, add in (table-name) just after the search operator 
References:
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-queries
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/get-started-portal



Question 5

You have an Azure subscription named Subscription1. Subscription1 contains the resource groups in the following table. 
  
RG1 has a web app named WebApp1. WebApp1 is located in West Europe. 
You move WebApp1 to RG2. 
What is the effect of the move?


  1. The App Service plan for WebApp1 moves to North Europe. Policy2 applies to WebApp1.
  2. The App Service plan for WebApp1 remains in West Europe. Policy2 applies to WebApp1.
  3. The App Service plan for WebApp1 moves to North Europe. Policy1 applies to WebApp1.
  4. The App Service plan for WebApp1 remains in West Europe. Policy1 applies to WebApp1.
Correct answer: B
Explanation:
You can move an app to another App Service plan, as long as the source plan and the target plan are in the same resource group and geographical region. The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region. References:https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage
You can move an app to another App Service plan, as long as the source plan and the target plan are in the same resource group and geographical region. 
The region in which your app runs is the region of the App Service plan it's in. However, you cannot change an App Service plan's region. 
References:
https://docs.microsoft.com/en-us/azure/app-service/app-service-plan-manage



Question 6

You have an Azure subscription that contains a resource group named RG1. RG1 contains 100 virtual machines. 
Your company has three cost centers named Manufacturing, Sales, and Finance. 
You need to associate each virtual machine to a specific cost center. 
What should you do?


  1. Configure locks for the virtual machine.
  2. Add an extension to the virtual machines.
  3. Assign tags to the virtual machines.
  4. Modify the inventory settings of the virtual machine.
Correct answer: C
Explanation:
References:https://docs.microsoft.com/en-us/azure/billing/billing-getting-startedhttps://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags
References:
https://docs.microsoft.com/en-us/azure/billing/billing-getting-started
https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-using-tags



Question 7

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure subscription 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?


  1. Yes
  2. No
Correct answer: B



Question 8

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure subscription 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?


  1. Yes
  2. No
Correct answer: B



Question 9

Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen. 
You have an Azure subscription 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?


  1. Yes
  2. No
Correct answer: B



Question 10

You have an Azure policy as shown in the following exhibit. 
  
What is the effect of the policy?


  1. You are prevented from creating Azure SQL Servers in ContosoRG1 only.
  2. You can create Azure SQL servers in ContosoRG1 only.
  3. You can create Azure SQL servers in any resource group within Subscription1.
  4. You are prevented from creating Azure SQL servers anywhere in Subscription1.
Correct answer: B
Explanation:
You are prevented from creating Azure SQL servers anywhere in Subscription 1 with the exception of ContosoRG1
You are prevented from creating Azure SQL servers anywhere in Subscription 1 with the exception of ContosoRG1









CONNECT US

Facebook

Twitter

PROFEXAM WITH A 20% DISCOUNT

You can buy ProfExam with a 20% discount!



HOW TO OPEN VCEX FILES

Use ProfExam Simulator to open VCEX files