Microsoft Azure Architect Technologies

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

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

You have an Azure subscription that contains 10 virtual machines on a virtual network.

You need to create a graph visualization to display the traffic flow between the virtual machines.

What should you do from Azure Monitor?

    Correct Answer: D

    To create a graph visualization to display the traffic flow between virtual machines in an Azure subscription, you should use Azure Workbooks. Azure Workbooks provide a flexible canvas for data analysis and the creation of rich visual reports within the Azure portal. You can use Workbooks to combine text, queries, and various visualization options to create interactive reports. Therefore, from Azure Monitor, you should navigate to Workbooks and create a new workbook to achieve this visualization.

Question 2 of 334

HOTSPOT -

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.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    Box 1: Zone-redundant storage (ZRS)

    Zone-redundant storage (ZRS) replicates your data synchronously across three storage clusters in a single region.

    LRS would not remain available if a data center in the region fails

    GRS and RA GRS use asynchronous replication.

    Box 2: StorageV2 (general purpose V2)

    ZRS only support GPv2.

    Reference:

    https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy https://docs.microsoft.com/en-us/azure/storage/common/storage-redundancy-zrs

Question 3 of 334

HOTSPOT -

You plan to deploy an Azure virtual machine named VM1 by using an Azure Resource Manager template.

You need to complete the template.

What should you include in the template? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    Within your template, the dependsOn element enables you to define one resource as a dependent on one or more resources. Its value can be a comma- separated list of resource names.

    Box 1: 'Microsoft.Network/networkInterfaces'

    This resource is a virtual machine. It depends on two other resources:

    Microsoft.Storage/storageAccounts

    Microsoft.Network/networkInterfaces

    Box 2: 'Microsoft.Network/virtualNetworks/'

    The dependsOn element enables you to define one resource as a dependent on one or more resources. The resource depends on two other resources:

    Microsoft.Network/publicIPAddresses

    Microsoft.Network/virtualNetworks

    Reference:

    https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-manager-tutorial-create-templates-with-dependent-resources

Question 4 of 334

HOTSPOT -

Your network contains an Active Directory domain named adatum.com and an Azure Active Directory (Azure AD) tenant named adatum.onmicrosoft.com.

Adatum.com contains the user accounts in the following table.

Adatum.onmicrosoft.com contains the user accounts in the following table.

You need to implement Azure AD Connect. The solution must follow the principle of least privilege.

Which user accounts should you use in Adatum.com and Adatum.onmicrosoft.com to implement Azure AD Connect? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

    Correct Answer:

    Box 1: User5 -

    In Express settings, the installation wizard asks for the following:

    AD DS Enterprise Administrator credentials

    Azure AD Global Administrator credentials

    The AD DS Enterprise Admin account is used to configure your on-premises Active Directory. These credentials are only used during the installation and are not used after the installation has completed. The Enterprise Admin, not the Domain Admin should make sure the permissions in Active Directory can be set in all domains.

    Box 2: UserA -

    Azure AD Global Admin credentials are only used during the installation and are not used after the installation has completed. It is used to create the Azure AD

    Connector account used for synchronizing changes to Azure AD. The account also enables sync as a feature in Azure AD.

    Reference:

    https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnect-accounts-permissions

Question 5 of 334

You have an Azure subscription that contains 100 virtual machines.

You have a set of Pester tests in PowerShell that validate the virtual machine environment.

You need to run the tests whenever there is an operating system update on the virtual machines. The solution must minimize implementation time and recurring costs.

Which three resources should you use to implement the tests? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

    Correct Answer: A, B, E

    To implement the Pester tests whenever there is an operating system update on the virtual machines, you can use an Azure Automation runbook to execute the tests, an alert rule to trigger the runbook when an update event occurs, and an alert action group to notify the appropriate parties or trigger other actions. Azure Automation runbooks are designed for automating complex and repetitive tasks, alert rules are used to define the conditions under which notifications or automated actions should be triggered, and alert action groups can specify the actions taken when an alert rule fires. This combination minimizes implementation time and recurring costs by leveraging Azure's integrated monitoring and automation capabilities.