Sample Exam Questions 6: AZ-300: Microsoft Azure Architect Technologies
QUESTION 24
DRAG DROP –
You develop a web app that uses the tier D1 app service plan by using the Web Apps feature of Microsoft Azure App Service.
Spikes in traffic have caused increases in page load times.
You need to ensure that the web app automatically scales when CPU load is about 85 percent and minimize costs.
Which four 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.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:
Answer:
References:
https://docs.microsoft.com/en-us/azure/azure-monitor/platform/autoscale-get-started
QUESTION 25
You have an Azure subscription that contains a resource group named RG1. RG1 contains 100 virtual machines. Your company has three cost centres named Manufacturing, Sales, and Finance.
You need to associate each virtual machine to a specific cost centre.
What should you do?
- Add an extension to the virtual machines
B. Modify the inventory settings of the virtual machine - Assign tags to the virtual machines
D. Configure locks for the virtual machine
Correct Answer: C
Explanation:
You apply tags to your Azure resources to logically organize them into a taxonomy. Each tag consists of a name and a value pair. After you apply tags, you can retrieve all the resources in your subscription with that tag name and value.
Tags enable you to retrieve related resources from different resource groups.
This approach is helpful when you need to organize resources for billing or management.
Reference:
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 26
You have an Azure subscription that contains two storage accounts named storagecontoso1 and storagecontoso2. Each storage account contains a queue service, a table service, and a blob service.
You develop two apps named App1 and App2. You need to configure the apps to store different types of data to all the storage services on both the storage accounts.
How many endpoints should you configure for each app?
A. 2
B. 3
C. 6
D. 12
Correct Answer: A
Explanation:
Each app needs a service endpoint in each Storage Account.
References:
https://docs.microsoft.com/en-us/azure/storage/common/storage-network-security
QUESTION 27
You have an Azure subscription that contains three virtual networks named VNet1, VNet2, and VNet3. VNet2 contains a virtual appliance named VM2 that operates as a router.
You are configuring the virtual networks in a hub and spoke topology that uses VNet2 as the hub network. You plan to configure peering between VNet1 and VNet2 and between VNet2 and VNet3.
You need to provide connectivity between VNet1 and VNet3 through VNet2.
Which two configurations should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
- On the peering connections, allow forwarded traffic
- Create a route filter
C. On the peering connections, allow gateway transit - Create route tables and assign the table to subnets E. On the peering connections, use remote gateways
Correct Answer: CE
Explanation:
Allow gateway transit: Check this box if you have a virtual network gateway attached to this virtual network and want to allow traffic from the peered virtual network to flow through the gateway.
The peered virtual network must have the Use remote gateways checkbox checked when setting up the peering from the other virtual network to this virtual network.
References:
Previous: Sample Exam Questions 5: AZ-300: Microsoft Azure Architect Technologies