image


AZ-303 Dumps

AZ-303 Braindumps AZ-303 Real Questions AZ-303 Practice Test

AZ-303 Actual Questions


Microsoft


AZ-303


Microsoft Azure Architect Technologies


https://killexams.com/pass4sure/exam-detail/AZ-303


Question: 334


HOTSPOT


Your company hosts multiple websites by using Azure virtual machine scale sets (VMSS) that run Internet Information Server (IIS).

All network communications must be secured by using end to end Secure Socket Layer (SSL) encryption. User sessions must be routed to the same server by using cookie-based session affinity.

The image shown depicts the network traffic flow for the websites to the VMSS.


image


Use the drop-down menus to select the answer choice that answers each question. NOTE: Each correct selection is worth one point.


image


Answer:

image


Explanation:


Box 1: Azure Application Gateway


You can create an application gateway with URL path-based redirection using Azure PowerShell. Box 2: Path-based redirection and Websockets

Reference: https://docs.microsoft.com/bs-latn-ba/azure//application-gateway/tutorial-url-redirect-powershell


Question: 335


HOTSPOT


You have an Azure subscription that contains multiple resource groups. You create an availability set as shown in the following exhibit.

image


You deploy 10 virtual machines to AS1.


Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point.

image


Answer:

image


Explanation: Box 1: 6

Two out of three update domains would be available, each with at least 3 VMs.


An update domain is a group of VMs and underlying physical hardware that can be rebooted at the same time.


As you create VMs within an availability set, the Azure platform automatically distributes your VMs across these update domains. This approach ensures that at least one instance of your application always remains running as the Azure platform undergoes periodic maintenance.


Box 2: the West Europe region and the RG1 resource group


Reference: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/regions


Question: 336


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.

A . Azure Automation runbook B . an alert rule

C . an Azure Monitor query

D . a virtual machine that has network access to the 100 virtual machines E . an alert action group


Answer: ABE Explanation:

AE: You can call Azure Automation runbooks by using action groups or by using classic alerts to automate tasks based on alerts.


B: Alerts are one of the key features of Azure Monitor. They allow us to alert on actions within an Azure subscription Reference:

https://docs.microsoft.com/en-us/azure/automation/automation-create-alert-triggered-runbook https://techsnips.io/snips/how-to-create-and-test-azure-monitor-alerts/?page=13

Question: 337


HOTSPOT


You have an Azure subscription that contains the resource groups shown in the following table.


image


You create an Azure Resource Manager template named Template1 as shown in the following exhibit.

image


From the Azure portal, you deploy Template1 four times by using the settings shown in the following table.


image


What is the result of the deployment? To answer, select the appropriate options in the answer area. NOTE: Each

correct selection is worth one point.


image


Answer:

image


Question: 338


Question Set 1


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? A . From Activity log, use quick insights. B . From Metrics, create a chart.

C . From Logs, create a new query.

D . From Workbooks, create a workbook.

Answer: C Explanation:

Navigate to Azure Monitor and select Logs to begin querying the data Reference:

https://azure.microsoft.com/en-us/blog/analysis-of-network-connection-data-with-azure-monitor-for-virtualmachines/


Question: 339


HOTSPOT


image

You have an Azure Active Directory (Azure AD) tenant named contoso.com. The tenant contains the users shown in the following table.


The tenant contains computers that run Windows 10.


The computers are configured as shown in the following table.


image


You enable Enterprise State Roaming in contoso.com for Group1 and Group

A . For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.


image


Answer:

image


Explanation:


Enterprise State Roaming provides users with a unified experience across their Windows devices and reduces the time needed for configuring a new device.


Box 1: Yes


Box 2: No


Box 3: Yes


Reference: https://docs.microsoft.com/en-us/azure//////active-directory/devices/enterprise-state-roaming-overview


Question: 340


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.


image


Answer:

image


Explanation:


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


image


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


Question: 341


You have an Azure subscription.


You have 100 Azure virtual machines.


You need to quickly identify underutilized virtual machines that can have their service tier changed to a less expensive offering.


Which blade should you use? A . Metrics

B . Customer sights C . Monitor

D . Advisor


Answer: D Explanation:

Advisor helps you optimize and reduce your overall Azure spend by identifying idle and underutilized resources. You can get cost recommendations from the Cost tab on the Advisor dashboard.

Reference: https://docs.microsoft.com/en-us/azure/advisor/advisor-cost-recommendations


Question: 342


You have an Azure subscription that contains an Azure Log Analytics workspace.


You have a resource group that contains 100 virtual machines. The virtual machines run Linux. You need to collect events from the virtual machines to the Log Analytics workspace.

Which type of data source should you configure in the workspace? A . Syslog

B . Linux performance counters C . custom fields


Answer: A Explanation:

Syslog is an event logging protocol that is common to Linux. Applications will send messages that may be stored on the local machine or delivered to a Syslog collector. When the Log Analytics agent for Linux is installed, it configures the local Syslog daemon to forward messages to the agent. The agent then sends the message to Azure Monitor where a corresponding record is created.


Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/platform/data-sources-custom-logs


Question: 343


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.


image


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


image


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.


image


Answer:


image


Explanation: 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: 344


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:


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.


image


Answer:

image


Explanation:


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: 345

You have a virtual network named VNet1 as shown in the exhibit. (Click the Exhibit tab.)


image


No devices are connected to VNet1.


You plan to peer VNet1 to another virtual network named VNet2. VNet2 has an address space of 10.2.0.0/16.

You need to create the peering.


What should you do first?

A . Configure a service endpoint on VNet2. B . Add a gateway subnet to VNet1.

C . Create a subnet on VNEt1 and VNet2. D . Modify the address space of VNet1.


Answer: D Explanation:

The virtual networks you peer must have non-overlapping IP address spaces. The exhibit indicates that VNet1 has an address space of 10.2.0.0/16, which is the same as VNet2, and thus overlaps. We need to change the address space for VNet1.


Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering#requirements-and- constraints


Question: 346


HOTSPOT


You have an Azure Resource Manager template named Template1 in the library as shown in the following exhibit.


image


Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic. NOTE: Each correct selection is worth one point.


image


Answer:

image


Explanation:


Reference: https://docs.microsoft.com/en-us/azure/azure-resource-manager/templates/template-syntax


Question: 347


DRAG DROP


You have an Azure subscription that contains two virtual networks named VNet1 and VNet2. Virtual machines connect to the virtual networks.


The virtual networks have the address spaces and the subnets configured as shown in the following table.


image


You need to add the address space of 10.33.0.0/16 to VNet1. The solution must ensure that the hosts on VNet1 and VNet2 can communicate.


Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


image


Answer:


image


Explanation:


Step 1: Remove peering between Vnet1 and VNet2.


You can’t add address ranges to, or delete address ranges from a virtual network’s address space once a virtual network is peered with another virtual network. To add or remove address ranges, delete the peering, add or remove the address ranges, then re-create the peering.


Step 2: Add the 10.44.0.0/16 address space to VNet1. Step 3: Recreate peering between VNet1 and VNet2

Reference: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering


Question: 348


HOTSPOT


You have an Azure Resource Manager template for a virtual machine named Template1. Template1 has the following parameters section.

image


For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.


image

Answer:

image


Explanation: Box 1: Yes

The Resource group is not specified. Box 2: No

The default value for the operating system is Windows 2016 Datacenter. Box 3: Yes

Location is no default value. Reference:

https://docs.microsoft.com/bs-latn-ba/azure/virtual-machines/windows/ps-template


image

6$03/( 48(67,216


7KHVH TXHVWLRQV DUH IRU GHPR SXUSRVH RQO\ )XOO YHUVLRQ LV XS WR GDWH DQG FRQWDLQV DFWXDO TXHVWLRQV DQG DQVZHUV


.LOOH[DPV FRP LV DQ RQOLQH SODWIRUP WKDW RIIHUV D ZLGH UDQJH RI VHUYLFHV UHODWHG WR FHUWLILFDWLRQ H[DP SUHSDUDWLRQ 7KH SODWIRUP SURYLGHV DFWXDO TXHVWLRQV H[DP GXPSV DQG SUDFWLFH WHVWV WR KHOS LQGLYLGXDOV SUHSDUH IRU YDULRXV FHUWLILFDWLRQ H[DPV ZLWK FRQILGHQFH +HUH DUH VRPH NH\ IHDWXUHV DQG VHUYLFHV RIIHUHG E\ .LOOH[DPV FRP


$FWXDO ([DP 4XHVWLRQV .LOOH[DPV FRP SURYLGHV DFWXDO H[DP TXHVWLRQV WKDW DUH H[SHULHQFHG LQ WHVW FHQWHUV 7KHVH TXHVWLRQV DUH XSGDWHG UHJXODUO\ WR HQVXUH WKH\ DUH XS WR GDWH DQG UHOHYDQW WR WKH ODWHVW H[DP V\OODEXV %\ VWXG\LQJ WKHVH DFWXDO TXHVWLRQV FDQGLGDWHV FDQ IDPLOLDUL]H WKHPVHOYHV ZLWK WKH FRQWHQW DQG IRUPDW RI WKH UHDO H[DP


([DP 'XPSV .LOOH[DPV FRP RIIHUV H[DP GXPSV LQ 3') IRUPDW 7KHVH GXPSV FRQWDLQ D FRPSUHKHQVLYH FROOHFWLRQ RI TXHVWLRQV DQG DQVZHUV WKDW FRYHU WKH H[DP WRSLFV %\ XVLQJ WKHVH GXPSV FDQGLGDWHV FDQ HQKDQFH WKHLU NQRZOHGJH DQG LPSURYH WKHLU FKDQFHV RI VXFFHVV LQ WKH FHUWLILFDWLRQ H[DP


3UDFWLFH 7HVWV .LOOH[DPV FRP SURYLGHV SUDFWLFH WHVWV WKURXJK WKHLU GHVNWRS 9&( H[DP VLPXODWRU DQG RQOLQH WHVW HQJLQH 7KHVH SUDFWLFH WHVWV VLPXODWH WKH UHDO H[DP HQYLURQPHQW DQG KHOS FDQGLGDWHV DVVHVV WKHLU UHDGLQHVV IRU WKH DFWXDO H[DP 7KH SUDFWLFH WHVWV FRYHU D ZLGH UDQJH RI TXHVWLRQV DQG HQDEOH FDQGLGDWHV WR LGHQWLI\ WKHLU VWUHQJWKV DQG ZHDNQHVVHV


*XDUDQWHHG 6XFFHVV .LOOH[DPV FRP RIIHUV D VXFFHVV JXDUDQWHH ZLWK WKHLU H[DP GXPSV 7KH\ FODLP WKDW E\ XVLQJ WKHLU PDWHULDOV FDQGLGDWHV ZLOO SDVV WKHLU H[DPV RQ WKH ILUVW DWWHPSW RU WKH\ ZLOO UHIXQG WKH SXUFKDVH SULFH 7KLV JXDUDQWHH SURYLGHV DVVXUDQFH DQG FRQILGHQFH WR LQGLYLGXDOV SUHSDULQJ IRU FHUWLILFDWLRQ H[DPV


8SGDWHG &RQWHQW .LOOH[DPV FRP UHJXODUO\ XSGDWHV LWV TXHVWLRQ EDQN DQG H[DP GXPSV WR HQVXUH WKDW WKH\ DUH FXUUHQW DQG UHIOHFW WKH ODWHVW FKDQJHV LQ WKH H[DP V\OODEXV 7KLV KHOSV FDQGLGDWHV VWD\ XS WR GDWH ZLWK WKH H[DP FRQWHQW DQG LQFUHDVHV WKHLU FKDQFHV RI VXFFHVV


7HFKQLFDO 6XSSRUW .LOOH[DPV FRP SURYLGHV IUHH [ WHFKQLFDO VXSSRUW WR DVVLVW FDQGLGDWHV ZLWK DQ\ TXHULHV RU LVVXHV WKH\ PD\ HQFRXQWHU ZKLOH XVLQJ WKHLU VHUYLFHV 7KHLU FHUWLILHG H[SHUWV DUH DYDLODEOH WR SURYLGH JXLGDQFH DQG KHOS FDQGLGDWHV WKURXJKRXW WKHLU H[DP SUHSDUDWLRQ MRXUQH\


'PS .PSF FYBNT WJTJU IUUQT LJMMFYBNT DPN WFOEPST FYBN MJTU

.LOO \RXU H[DP DW )LUVW $WWHPSW *XDUDQWHHG