Want to know AZ-202 Free Practice Questions features? Want to lear more about AZ-202 Dumps experience? Study AZ-202 Exam Questions. Gat a success with an absolute guarantee to pass Microsoft AZ-202 (Microsoft Azure Developer Certification Transition) test on your first attempt.
Check AZ-202 free dumps before getting the full version:
NEW QUESTION 1
You are developing a ticket reservation system for an airline.
The storage solution for the application must meet the following requirements:
• Ensure at least 99.99% availability and provide low latency.
• Accept reservations even in network outages or other unforeseen failures.
• Process reservations in the exact sequence as reservations are submitted to minimize overbooking or selling the same seat to multiple travelers.
• Allow simultaneous and out-of-order reservations with a maximum five-second tolerance window. You provision a resource group named airlineResourceGroup in in the Azure South-Central US region. You need to provision a SQL API Cosmos DB account to support the app.
How should you complete the Azure CLi commands? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation: 
NEW QUESTION 2
A company is implementing a publish- subscribe (Pub/Sub) messaging component by using Azure Service Bus. You are developing the first subscription application.
In the Azure portal you are see that messages are being sent to the subscription for each topic. You create a subscription client object by supplying the correct details, but the subscription application is still not consuming the messages.
You need to complete the source code of the subscription client. What should you do?
A)
B)
C)
D)
- A. Option A
- B. Option B
- C. Option C
- D. Option D
Answer: A
NEW QUESTION 3
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?
- A. Clustered Azure Redis Cache
- B. SQL Server session state provider
- C. in memory session state provider
- D. ASP .NET Output Cache provider for Azure Redis Cache
Answer: B
NEW QUESTION 4
You need to ensure that PolicyLib requirements are met.
How should you complete the code segment? To answer, drag the appropriate code segments to the correct locations. Each code 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 5
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 cloud -based email service. Does the solution meet the goal?
- A. Yes
- B. No
Answer: B
Explanation: Topic 3, Mix Questions
In this section, you will see one or more sets of questions with the same scenario and problem. Each question presents a unique solution to the problem, and you must determine whether the solution meets the stated goals. More than one solution might solve the problem. It is also possible that none of the solutions solve the problem.
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.
NEW QUESTION 6
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 LabelMaker application security requirement.
Solution: Place the Azure Active Directory account into an Azure AD group. Create a ClusterRoleBinding and assign it to the group.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
Explanation: Scenario: The LabelMaker applications must be secured by using an AAD account that has full access to all namespaces of the Azure Kubernetes Service (AKS) cluster.
Permissions can be granted within a namespace with a RoleBinding, or cluster-wide with a ClusterRoleBinding.
References:
https://kubernetes.io/docs/reference/access-authn-authz/rbac/
NEW QUESTION 7
Note: This question is part of a series of questions that present the same scenario solution meets the stated goals.
You have the following resource groups:
Developers must connect to DevServer only through DevWorkstation. To maintain security, DevServer must not accept connections from the internet
You need to create a private connection between the DevWorkstation and DevServer.
Solution: Configure a public IP address on DevServer_WestCentral. Configure the Network Security Group to allow all incoming ports.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: B
NEW QUESTION 8
A company sells products worldwide and provides customer service in many languages. The company has a customer service email address for customer requests. The language the email is written in needs to be recognized and routed to the appropriate local language department. You need to use the appropriate cognitive service to detect the language of the email. How should you initiate language detection?
- A. Use the Spark natural language processing functionality on Azure HDInsight.
- B. Implement the DetectLanguageAsync method of the TextAnalyticsClient object.
- C. Use the RecognizeAsync method of the SpeechRecognizer object.
- D. Use the Action Set API of the Custom Decision Service.
Answer: B
Explanation: The DetectLanguageAsync(String) method detects the language of a text. References:
https://docs.microsoft.com/en-us/dotnet/api/microsoft.toolkit.services.microsofttranslator.translatorservice.detec
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 that might 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.
Margie’s Travel is an international travel and bookings management service. The company is expanding into restaurant bookings. You are tasked with implementing Azure Search for the restaurants listed in their solution.
You create the index in Azure Search.
You need to import the restaurant data into the Azure Search service by using the Azure Search .NET SDK. Solution:
1. Create a SearchServiceClient object to connect to the search index.
2. Create an IndexBatch that contains the documents which must be added.
3. Create a DataSource instance and set its Container property to the DataContainer.
4. Call the Documentsindex method of the SearchlndexClient to send the IndexBatch to the search index. Does the solution meet the goal?
- A. No
- B. Yes
Answer: A
NEW QUESTION 10
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 ensure that the SecurityPin security requirements are met.
Solution; Using the Azure Portal, add Data Masking to the SecurityPin column, and exclude the dbo user. Add a SQL security policy with a filter predicate based on the user identity.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: B
NEW QUESTION 11
You need to add the Supporting Operating Systems section to the Getting Started document.
How should you complete the section? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation: Scenario: Employees are provided with a getting started document when they first use the solution. The documentation includes details on supported operating systems for Azure File upload, and instructions on how to configure the mounted folder.
You can use Azure file shares on a Windows installation that is running either in an Azure VM or
on-premises. The following table illustrates which OS versions support accessing file shares in which environment:
References:
https://docs.microsoft.com/en-us/azure/storage/files/storage-how-to-use-files-windows
NEW QUESTION 12
You need to construct the link to the summary report for the email that is sent to users. What should you do?
- A. Create a SharedAccessBlobPolicy and add it to the containers SharedAccessPolicie
- B. Call GetSharedAccessSignature on the blob and use the resulting link.
- C. Create a SharedAccessBlobPolicy and set the expiry time to two weeks from toda
- D. Call GetSharedAccessSignature on the blob and use the resulting link.
- E. Create a SharedAccessAccountPolicy and call GetsharedAccessSignature on storage account and use the resulting link.
- F. Create a SharedAccessBlobPolicy and set the expiry time to two weeks from toda
- G. Call GetSharedAccessSignature on the container and use the resulting link.
Answer: B
NEW QUESTION 13
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 ensure that authentication events are triggered and processed according to the policy. Solution: Create separate Azure Event Grid topics and subscriptions for sign-in and sign-out events.
Does the solution meet the goal?
- A. Yes
- B. No
Answer: A
Explanation: Scenario: Authentication events are used to monitor users signing in and signing out. All authentication events must be processed by Policy service. Sign outs must be processed as quickly as possible.
NEW QUESTION 14
Note: This question is part of a 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.
You use ASP.NET Core MVC with ADO.NET to develop an application. You implement database sharding for the application by using Azure SQL Database. You establish communication links between the shard databases.
You need to implement a strategy that allows a group of operations that are performed on multiple Azure databases to be rolled back on all databases if any of the operations fail.
Solution:
• Deploy a SQL database instance in an Azure Virtual Machine (VM).
• Establish linked servers to each Azure SQL Database instance from the SQL Server instance in the VM.
• Create a stored procedure in the VM that performs the update operations using a distributed transaction and commits them if successful.
• Run the SQL stored procedure on the SQL Server instance in the VM. Does the solution meet the goal?
- A. Yes
- B. No
Answer: B
NEW QUESTION 15
You develop software solutions for a media services company. You plan to analyze a collection of video files by using Azure Video Indexer.
You need to only generate audio transcripts from the files, as quickly as possible, without incurring extra costs.
To which value should you set the Azure Video Indexer streammgPreset option?
- A. Default
- B. SingleBitrate
- C. NoStreaming
- D. AdaptiveBitrate
Answer: C
NEW QUESTION 16
You develop an app that processes data packages that are less than 10 KB.
The solution processes and then deletes the data packages. Data must be processed by only one instance and must persist if the app is reset but not after it is processed.
You need to select a storage technology for the solution while minimizing costs. Which data storage service should you use?
- A. Azure Table Storage
- B. Azure Queue Storage
- C. Azure Blob Storage
- D. Azure Redis Cache
- E. Azure SQL Database
Answer: C
NEW QUESTION 17
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?
- A. Webhook
- B. Orchestrator
- C. Client
- D. Activity
Answer: B
Explanation: Durable Functions provides durable timers for use in orchestrator functions to implement delays or to set up timeouts on async actions.
References:
https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview
NEW QUESTION 18
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 19
You need to access user claims in the e-commerce web app* What should you do first?
- A. Update the e-commerce web app to read the HTTP request header values.
- B. Assign the Contributor RBAC role to the e-commerce web app by using the Resource Manager create role assignment API.
- C. Write custom code to make a Microsoft Graph API call from the e-commerce web app.
- D. Using the Azure CU enable Cross-origin resource sharing (CORS) from the e-commerce checkout API to the e-commerce web app
Answer: C
NEW QUESTION 20
You need to ensure that security policies are met. What code should you add at Line PC26?
To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation: 
100% Valid and Newest Version AZ-202 Questions & Answers shared by 2passeasy, Get Full Dumps HERE: https://www.2passeasy.com/dumps/AZ-202/ (New 150 Q&As)