We provide AZ-202 Exam Questions and Answers in two formats. Download PDF & Practice Tests. Pass Microsoft AZ-202 Exam quickly & easily. The AZ-202 PDF type is available for reading and printing. You can print more and practice many times. With the help of our AZ-202 Exam Questions and Answers product and material, you can easily pass the AZ-202 exam.
Free demo questions for Microsoft AZ-202 Exam Dumps Below:
NEW QUESTION 1
You are creating a script that will run a large workload on an Azure Batch pool. Resources will be reused and do not need to be cleaned up after use.
You have the following parameters:
You need to write an Azure CU script that will create the jobs, tasks, and the pool.
In which order should you arrange the commands to develop the solution? To answer, Move the appropriate commands from the list of command segments to the answer area and arrange them in the correct order.
Answer:
Explanation:
NEW QUESTION 2
You develop a serverless application using several Azure Functions. These functions connect to data from within the code.
You want to configure tracing for an Azure Function App project. You need to change configuration settings in the hostjson file. Which tool should you use?
Answer: C
NEW QUESTION 3
You are developing an 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:
Explanation: Box 1: DateTime expiration = context.CurrentUtcDateTime.AddSeconds(90);
The user has 90 seconds to respond with the code they received in the SMS message. Box 2:var timeoutTask = context.CreateTimer(expiration, cts.Token);
Create a timer.
Box 3: if(!timeoutTask.IsCompleted)
All pending timers must be complete or canceled before the function exits. References:
https://github.com/Azure/azure-functions-durable-extension/blob/master/samples/precompiled/PhoneVerificatio
NEW QUESTION 4
You are developing an ASP.NET Core Web API web service. The web service uses Azure Application
Insights for all telemetry and dependency tracking. The web service reads and writes data to a database other than Microsoft SQL Server.
You need to ensure that dependency tracking works for calls to the third-party database.
Which two Dependency Telemetry properties should you store in the database? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer: BC
NEW QUESTION 5
A company is developing a gaming platform. Users can join teams to play online and see leaderboards that include player statistics. The solution includes an entity named Team.
You plan to implement an Azure Redis Cache instance to improve the efficiency of data operations for entities that rarely change.
You need to invalidate the cache when team data is changed.
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:
Explanation:
NEW QUESTION 6
You are configuring Azure Redis Cache for a production web application.
The web application and Azure Redis Cache must be able to withstand a catastrophic t configuration changes. You create a storage account to persist cache data if needed
You need to implement a solution. What should you do?
Answer: C
NEW QUESTION 7
Members of the finance department for a company review and make changes to a Microsoft Excel workbook
that is hosted on OneDrive. The workbook contains projected costs and revenue for a project.
You need to develop an Azure Function that ingests data from the modified workbook and places it into a Microsoft Word document.
Which two objects should you implement? Each correct answer presents part of the solution. NOTE: Each connect selection is worth one point.
Answer: AD
Explanation: Azure Functions supports trigger, input, and output bindings for external files. These bindings create API connections to SaaS providers, or use existing API connections from your Function App's resource group.
References:
https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-external-file
NEW QUESTION 8
You develop a gateway solution for a public facing news API. The news API back end is implemented as a RESTfuI service and uses an OpenAPI specification. You need to ensure that you can access the news API by using an Azure API Management service instance.
Which Azure PowerShell command should you run?
A)
B)
C)
D)
Answer: D
NEW QUESTION 9
You develop a website. You plan to host the website in Azure. You expect the website to experience high traffic volumes after it is published. You must ensure that the website remains available and responsive while minimizing cost. You need to deploy the website. What should you do?
Answer: C
NEW QUESTION 10
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:
Explanation:
NEW QUESTION 11
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 connect to Azure by using a workstation that has a slow internet connection. You have two Azure file shares. You plan to transfer a series of large files from one container to another container. The workstation does not have sufficient disk space to store the files.
You define the following variables in Azure PowerShell:
You need to simultaneously transfer the large files as efficiently as possible
Solution: Write a C# application that implements the Azure Storage Does the solution meet the goal?
Answer: A
NEW QUESTION 12
You are developing an application that consists of an ASP.NET Core Web API website and a WebJob that starts automatically and runs continuously. You are building the deployment process for the application.
You need to ensure that both the website and the WebJob are deployed.
How should you structure the deployment folders? To answer, drag the appropriate path segments to the correct locations. Each path segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 13
Note: This question is part of a series of questions that present the same solution. Each question in the series contains a unique solution. Determine whether the meets the stated goals.
You connect to Azure by using a workstation that has a slow internet connection. You have two Azure file shares. You plan to transfer a series of large files from one container to another container. The workstation does not have sufficient disk space to store the files.
You define the following variables in Azure PowerShell:
You need to simultaneously transfer the large files as efficiently as possible. Solution: Run the following Azure PowerShell command:
Does the solution meet the goal?
Answer: B
NEW QUESTION 14
Your company's Internet Information Services (IIS) web server for Windows Server hosts legacy hosts legacy ASP.NET web apps. The applications do not use the Application freights SDK or APIs.
You install Application Insights on the Windows server running IE. You must use the Application Insights SDK to monitor the legacy web apps. You need to collect information about the legacy web apps. Which data class can you monitor?
Answer: A
NEW QUESTION 15
You have an Azure subscription.
You must create a file share with a quota of 2,048 GB. You create the following variables:
In which order should you arrange the Azure CLI commands to develop the solution? To answer, move all the commands from the list of commands to the answer area and arrange them in the correct order.
Answer:
Explanation: Step 1:
Create a resource group
A resource group is a logical container in which Azure resources are deployed and managed. If you don't already have an Azure resource group, you can use the az group create command to create one.
The following example creates a resource group named myResourceGroup in the East US location: az group create --name myResourceGroup --location eastus
Step 2:
Create a storage account
The following example creates a storage account named mystorageaccount<random number> by using the az storage account create command, and then puts the name of that storage account in the $STORAGEACCT variable.
STORAGEACCT=$(az storage account create
--resource-group "myResourceGroup"
--name "mystorageacct$RANDOM"
--location eastus
--sku Standard_LRS
--query "name" | tr -d '"') Step 3:
Get the storage account key
Storage account keys control access to resources in a storage account. The keys are automatically created when you create a storage account. You can get the storage account keys for your storage account by using the az storage account keys list command:
STORAGEKEY=$(az storage account keys list
--resource-group "myResourceGroup"
--account-name $STORAGEACCT
--query "[0].value" | tr -d '"') Step 4:
Now, you can create your Azure file share. Create file shares by using the az storage share create command. This example creates an Azure file share named myshare:
az storage share create
--account-name $STORAGEACCT
--account-key $STORAGEKEY
--name "myshare" References:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-cli
NEW QUESTION 16
You need to ensure disaster recovery requirements are met. What code should you add at line PC16?
To answer, drag the appropriate code fragments to the correct locations. Each code fragment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 17
You are creating an loT solution using Azure Time Series Insight.
You configure the environment to ensure that all data for the current year is available What should you do?
Answer: C
Explanation: The data is retained in Time Series Insights based on the selected retention days or maximum limits. Retention is configurable in the Azure portal. The longest allowable retention period is a rolling year of 12
months + 1 month, which is defined as 400 days.
References:
https://azure.microsoft.com/en-us/pricing/details/time-series-insights/
Thanks for reading the newest AZ-202 exam dumps! We recommend you to try the PREMIUM Surepassexam AZ-202 dumps in VCE and PDF here: https://www.surepassexam.com/AZ-202-exam-dumps.html (150 Q&As Dumps)