Microsoft Azure Administrator

Here you have the best Microsoft AZ-103 practice exam questions

  • You have 265 total questions to study from
  • Each page has 5 questions, making a total of 53 pages
  • You can navigate through the pages using the buttons at the bottom
  • This questions were last updated on November 18, 2024
Question 1 of 265

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?

    Correct Answer: A

    The Contributor role allows users to create and manage all types of Azure resources within a resource group. This includes the ability to create Azure logic apps. Therefore, assigning the Contributor role to the Developers group on the Dev resource group would indeed provide them with the necessary permissions to create Azure logic apps in that resource group.

Question 2 of 265

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?

    Correct Answer: B

    To allow the Developers group to create Azure logic apps in the Dev resource group, you need to assign them the Logic App Contributor role. The Logic App Operator role only permits reading, enabling, and disabling logic apps, but not creating or editing them. Therefore, the Logic App Operator role does not meet the requirement.

Question 3 of 265

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?

    Correct Answer: A

    Assigning the Logic App Contributor role to the Developers group on the Dev resource group will grant the necessary permissions to create, view, edit, and update logic apps within that resource group. The Logic App Contributor role is specifically designed to manage logic apps, including creation and management functions within its assigned scope. Thus, this solution meets the goal of providing the Developers group with the ability to create Azure logic apps in the Dev resource group.

Question 4 of 265

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?

    Correct Answer: F

    To view error events from a table named Event in an Azure Log Analytics workspace, you should use a query that is compatible with Kusto Query Language (KQL), which is the standard query language for Azure Monitor Logs. The most suitable query is 'Event | where EventType is "error"', as it correctly filters the Event table for entries where the EventType is 'error'. Other options either use incorrect syntax or are not aligned with KQL.

Question 5 of 265

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?

    Correct Answer: B

    When you move a web app to a different resource group, the location of the App Service plan does not change. The App Service plan remains in its original region, which for WebApp1 is West Europe. However, the policies applied will be those of the new resource group, RG2, which means Policy2 will apply to WebApp1 after the move. This behavior is because App Service plans are region-specific and cannot be moved between regions without recreating them in the new region. Therefore, WebApp1 remains in West Europe, and Policy2 applies to it.