Proper study guides for Abreast of the times Microsoft Microsoft Azure Architect Technologies certified begins with Microsoft AZ-300 preparation products which designed to deliver the Real AZ-300 questions by making you pass the AZ-300 test at your first time. Try the free AZ-300 demo right now.
Check AZ-300 free dumps before getting the full version:
NEW QUESTION 1
You have an Azure subscription named Subscription1. Subscription1 contains the resources in the following table:
VNet1 is in RG1. VNet2 is in RG2. There is no connectivity between VNet1 and VNet2. An administrator named Admin1 creates an Azure virtual machine VM1 in RG1. VM1 uses a disk named Disk1 and connects to VNet1. Admin1 then installs a custom application in VM1.
You need to move the custom application to VNet2. The solution must minimize administrative effort. Which two actions should you perform? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 2
You are building a custom Azure function app to connect to Azure Event Grid.
You need to ensure that resources are allocated dynamically to the function app. Billing must be based on the executions of the app.
What should you configure when you create the function app?
Answer: C
Explanation:
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-scale
NEW QUESTION 3
A company provides web app hosting services for customers.
You have a set of App Service Plans available to deploy resources for new projects. The available service tiers are shown in the Service Tiers exhibit. (Click the Service Tiers tab.)
You must provision resources for the projects as shown in the Projects exhibit. (Click the Projects tab.)
The Adventure Works a project requires the use of deployment slots as shown in the Deployment Slots exhibit. (Click the Deployment Slots tab.)
You need to determine where to deploy resources for each project.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 4
A company has the following offices:
The company plans to expand its network to the cloud. You identify the following requirements:
• Location1 requires a dynamic pool of virtual machines (VMs) for offsite computations
• Employees from Location1must be able to connect to VMs through a virtual network to start tasks and check results.
• Servers from Location2 must privately and continuously back up all data to Azure. The process will require
up to 1 Gbps bandwidth.
You need to configure the hybrid solution.
Which connection types should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 5
You are creating a CU script that creates an Azure web app and related services in Azure App Service. The web app uses the following variables:
You need to automatically deploy code from GitHub to the newly created web app.
How should you complete the script? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 6
You are developing a solution that requires serverless code execution in Azure. The solution has two functions that must run in a specific order.
You need to ensure that the second function can use the output from the first function.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 7
You create an Azure Time Series Insights event handler. You need to send data over the network as efficiently as possible and optimize query performance.
What should you do?
Answer: D
Explanation:
References:
https://docs.microsoft.com/en-us/azure/time-series-insights/how-to-shape-query-json
NEW QUESTION 8
You have a virtual network named VNet1 as shown in the exhibit. (Click the Exhibit tab,)
No devices are connected to VNet1,
You plan to peer VNet1 to another virtual network named VNet2 in the same region. VNet2 has an address space of 10.2,0.0/16.
You need to create the peering. What should you do first?
Answer: A
NEW QUESTION 9
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
You need to meet the vendor notification requirement.
Solution: Update the Delivery API to send emails by using a Microsoft Office 365 SMTP server. Does the solution meet the goal?
Answer: B
Explanation:
References:
https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-configure-notifications
NEW QUESTION 10
You plan to develop an Azure Stream Analytics job that ingests streaming data from legacy, SaaS, and cloud applications. The data will be u data analysis.
You need to select Azure resources to handle the data input and output for the solution Which resources should you use?
Answer: D
NEW QUESTION 11
You are developing an ASP.NET web application that you will deploy to Azure. The solution must meet the following requirements:
• Store user session state by using only serializable data types.
• Provide customizable caching of session data.
• Support scaling out the number of web hosts-
• Maximize performance.
Which solution meets these requirements?
Answer: C
NEW QUESTION 12
You are creating a bot for a company by using QnA Maker.
You need to ensure that the company can update the bot without third-party assistance. What should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
References:
https://docs.microsoft.com/en-us/azure/cognitive-services/qnamaker/overview/overview
NEW QUESTION 13
You have an Azure Service Bus.
You create a queue named Queue1. Queue1 is configured 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
Answer: A
Explanation:
NEW QUESTION 14
You have the following resource groups:
Developers must connect to Dev Server only through Dev Workstation. To maintain security, Dev Server must not accept connections from the internet. You need to create a private connection between the Dev Workstation and Dev Server.
Dev Workstation using their private IP addresses. Does the solution meet the goal?
Answer: A
NEW QUESTION 15
Contoso. Ltd. hosts the following ASP.NET workloads in Azure:
Users of the Sales software report mismatches between shown inventory at the time of sale and actual availability. Transactions across the two systems result in inconsistent reads and writes. You encapsulate Sales order creation and Inventory status updates in elastic transactions.
You need to recommend changes to code and the databases to support transactions.
Which actions should you recommend? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 16
Note: This question is part of 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.
A company backs up data to on-premises servers at their main facility. The company currently has 30 TB of archived data that infrequently used. The facility has download speeds of 100 Mbps and upload speeds of 20 Mbps.
You need to securely transfer all backups to Azure Blob Storage for long-term archival. All backup data must be sent within seven days.
Solution: Use the Set-AzureStorageBlobContent Azure PowerShell command to copy all backups asynchronously to Azure Blob Storage.
Does this meet the goal?
Answer: B
NEW QUESTION 17
You are developing a SMS-based testing solution. The solution sends users a question by using SMS. Early responders may qualify for prizes.
Users must respond with an answer choice within 90 seconds. You must be able to track how long it takes each user to respond. You create a durable Azure Function named SendSmsQuizQuestion that uses Twilio to send messages.
You need to write the code for MessageQuiz.
How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 18
You have an Azure Active Directory (Azure AD) tenant.
You have an existing Azure AD conditional access policy named Policy1. Policy1 enforces the use of Azure AD-joined devices when members of the Global Administrators group authenticate to Azure AD from untrusted locations.
You need to ensure that members of the Global Administrators group will also be forced to use multi-factor authentication when authenticating from untrusted locations.
What should you do?
Answer: D
NEW QUESTION 19
You have an Azure subscription named Subscription1 that contains a virtual network named VNet1. VNet1 is in a resource group named RG1.
Subscription1 has a user named User1. User1 has the following roles:
Reader
Security Admin
Security Reader
You need to ensure that User1 can assign the Reader role for VNet1 to other users. What should you do?
Answer: A
NEW QUESTION 20
You have an Azure subscription named Subscription 1.
In Subscription1, you create an Azure file share named share1.
You create a shared access signature (SAS) named SAS1 as shown in the following exhibit.
To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer: A
Explanation:
NEW QUESTION 21
A company is developing a solution that allows smart refrigerators to send temperature information to a central location.
The solution must receive and store messages until they can be processed. You create an Azure Service Bus instance by providing a name, pricing tier, subscription, resource group, and location.
You need to complete the configuration.
Which Azure CU or PowerShell command should you run?
A)
B)
C)
D)
Answer: D
NEW QUESTION 22
You are creating a collaborative image hosting platform as an ASP.NET MVC web application. Users add, update, and modify images on the platform. Images are stored in Azure Blob storage.
More than one user at a time must be able to modify the same image. You need to implement optimistic concurrency for uploading images.
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.
Answer: A
Explanation:
NEW QUESTION 23
You are developing an Azure Durable Function instance. You need to add a delay by using a durable timer. What type of function should you use?
Answer: D
NEW QUESTION 24
......
P.S. Certleader now are offering 100% pass ensure AZ-300 dumps! All AZ-300 exam questions have been updated with correct answers: https://www.certleader.com/AZ-300-dumps.html (250 New Questions)