ExamGecko
Home Home / Microsoft / AZ-104

Microsoft AZ-104 Practice Test - Questions Answers, Page 57

Question list
Search
Search

List of questions

Search

Related questions











HOTSPOT

You have an Azure subscription that contains the virtual networks shown in the following table.

The subscription contains the virtual machines shown in the following table.

Each virtual machine contains only a private IP address.

You create an Azure bastion for VNet1 as shown in the following exhibit.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Question 561
Correct answer: Question 561

You have an Azure subscription that contains a virtual network named VNet1. VNet1 contains four subnets named Gateway, Perimeter. NVA and Production.

The NVA subnet contains two network virtual appliances (NVAs) that will perform network traffic inspection between the Perimeter subnet and the Production subnet.

You need to implement an Azure load balancer for the NVAs. The solution must meet the following requirements:

* The NVAs must run in an active-active configuration that uses automatic failover.

* The toad balancer must load balance traffic to two services on the Production subnet. The services have different IP addresses.

Which three actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

A.
Add two load balancing rules that have HA Ports enabled and Floating IP disabled.
A.
Add two load balancing rules that have HA Ports enabled and Floating IP disabled.
Answers
B.
Deploy a basic load balancer.
B.
Deploy a basic load balancer.
Answers
C.
Add a frontend IP configuration, a backend pool, and a health probe.
C.
Add a frontend IP configuration, a backend pool, and a health probe.
Answers
D.
Add two load balancing rules that have HA Ports and Floating IP enabled.
D.
Add two load balancing rules that have HA Ports and Floating IP enabled.
Answers
E.
Deploy a standard load balancer.
E.
Deploy a standard load balancer.
Answers
F.
Add a frontend IP configuration, two backend pools, and a health probe.
F.
Add a frontend IP configuration, two backend pools, and a health probe.
Answers
Suggested answer: D, E, F

HOTSPOT

You manage two Azure subscriptions named Subscription 1 and Subscription2.

Subscription! has following virtual networks:

The virtual networks contain the following subnets:

Subscnption2 contains the following virtual network:

- Name: VNETA

* Address space: 10.10.128.0/17

* Region: Canada Central

VNETA contains the following subnets:

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Question 563
Correct answer: Question 563

HOTSPOT

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

You create a storage account that contains the resources shown in the following table.

To which vault can you back up cont1 and share1? To answer, select the appropriate options in the answer area. NOTE: Each correct answer is worth one point.


Question 564
Correct answer: Question 564

HOTSPOT

You have an Azure subscription that contains two storage accounts named contoso101 and contoso102.

The subscription contains the virtual machines shown in the following table.

VNet1 has service endpoints configured as shown in the Service endpoints exhibit. (Click the Service endpoints tab.)

The Microsoft. Storage service endpoint has the service endpoint policy shown in the Microsoft. Storage exhibit. (Click the Microsoft. Storage tab.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.


Question 565
Correct answer: Question 565

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

You need to perform the tasks shown in the following table.

Which tasks can you perform by using Azure Storage Explorer?

A.
Task1 and Task3 only
A.
Task1 and Task3 only
Answers
B.
Task1, Task2, and Task3 only
B.
Task1, Task2, and Task3 only
Answers
C.
Task1, Task3, and Task4 only
C.
Task1, Task3, and Task4 only
Answers
D.
Task2, Task3, and Task4 only
D.
Task2, Task3, and Task4 only
Answers
E.
Task1, Task2, Task3, and Task4
E.
Task1, Task2, Task3, and Task4
Answers
Suggested answer: D

You have an Azure subscription that contains a resource group named RG1.

You plan to create a storage account named storage1.

You have a Bicep file named File1.

You need to modify File1 so that it can be used to automate the deployment of storage1 to RG1.

Which property should you modify?

A.
scope
A.
scope
Answers
B.
kind
B.
kind
Answers
C.
sku
C.
sku
Answers
D.
location
D.
location
Answers
Suggested answer: A

You have an Azure App Service app named App1 that contains two running instances.

You have an auto scale rule configured as shown in the following exhibit

For the instance limits stale condition setting, you set Maximum to 5.

During a 30-minute period. Appl uses 60 percent of the available memory.

What is the maximum number of instances tor Appl during the 30-minute period:

A.
2
A.
2
Answers
B.
3
B.
3
Answers
C.
4
C.
4
Answers
D.
5
D.
5
Answers
Suggested answer: C

Explanation:

The exhibit shows that you have an auto scale rule configured for your App Service app named App1. The rule is based on the memory percentage metric, which measures the average amount of memory used by all the instances of your app. The rule has the following settings:

Scale out action: Add 1 instance when the memory percentage is greater than or equal to 80% for a duration of 10 minutes.

Scale in action: Remove 1 instance when the memory percentage is less than or equal to 60% for a duration of 10 minutes.

Instance limits: The minimum number of instances is 2, and the maximum number of instances is 5.

According to the question, during a 30-minute period, App1 uses 60% of the available memory. This means that the scale in action is triggered, but not the scale out action. Therefore, one instance is removed from App1 every 10 minutes, until the minimum number of instances is reached.

Since App1 initially has two running instances, after the first 10 minutes, one instance is removed and App1 has one instance left. However, since the minimum number of instances is set to 2, another instance is added back to App1 to meet the minimum requirement. Therefore, after the first 10 minutes, App1 still has two instances.

After the second 10 minutes, the same process repeats. One instance is removed due to the scale in action, and another instance is added back due to the minimum requirement. Therefore, after the second 10 minutes, App1 still has two instances.

After the third 10 minutes, there is no change in the number of instances, because App1 already has the minimum number of instances. Therefore, after the third 10 minutes, App1 still has two instances.

Therefore, during the 30-minute period, App1 never has more than two instances running at any given time. However, since one instance is removed and added back every 10 minutes, there are four different instances that are used by App1 during the period. Hence, the maximum number of instances for App1 during the period is four.

HOTSPOT

You have an Azure subscription that contains the virtual networks shown in the following table.

Each virtual network has 50 connected virtual machines.

You need to implement Azure Bastion. The solution must meet the following requirements:

* Support host scaling.

* Support uploading and downloading files.

* Support the virtual machines on both VNet1 and VNet2.

* Minimize the number of addresses on the Azure Bastion subnet.

How should you configure Azure Bastion? To answer, select the options in the answer area.

NOTE: Each correct answer is worth one point.


Question 569
Correct answer: Question 569

HOTSPOT

You have an Azure subscription.

You plan to create the Azure Storage account as shown in the following exhibit.

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.


Question 570
Correct answer: Question 570
Total 644 questions
Go to page: of 65