AZ-202 Exam Questions - Online Test


AZ-202 Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

certleader.com

Our pass rate is high to 98.9% and the similarity percentage between our AZ-202 Study Guides and real exam is 90% based on our seven-year educating experience. Do you want achievements in the Microsoft AZ-202 exam in just one try? I am currently studying for the AZ-202 Braindumps. Latest AZ-202 Dumps Questions, Try Microsoft AZ-202 Brain Dumps First.

Microsoft AZ-202 Free Dumps Questions Online, Read and Test Now.

NEW QUESTION 1
A company is migrating an existing on-premises third-party website to Azure. The website is stateless. The company does not have access to the source code for the website. They do have the original installer. The number of visitors at the website vanes throughout the year.
The on-premises infrastructure was resized to accommodate peaks but the extra capacity was not used. You need to implement a virtual machine scale set instance.
What should you do?

  • A. Use only default diagnostics metrics to trigger autoscaling.
  • B. Create 100 autoscale settings per resource.
  • C. Scale out by one instance when the average CPU usage of one of the instances is over 80 percent
  • D. Use Azure Monitor to create autoscale settings using custom metrics

Answer: D

Explanation: Azure Monitor autoscaling allows you to scale the number of running instances up or down, based on telemetry data (metrics).
References:
https://docs.microsoft.com/en-us/azure/monitoring-and-diagnostics/insights-autoscale-common-metrics

NEW QUESTION 2
You are developing a project management service by using ASP.NET. The service hosts conversations, files, to-do lists, and a calendar that users can interact with at any time.
The application uses Azure Search for allowing users to search for keywords in the project data.
You need to implement code that creates the object which is used to create indexes in the Azure Search service.
Which two objects should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

  • A. SearchService
  • B. SearchlndexCIient
  • C. SearchServiceClient
  • D. SearchCredentials

Answer: CD

NEW QUESTION 3
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 develop an entertainment application where users can buy and trade virtual real estate. The application must scale to support thousands of users.
The current architecture includes five Azure Virtual Machines (VM) that connect to an Azure SQL Database for account information and Azure Table Storage for backend services. A user interacts with these components in the cloud at any given time
- Routing Service – Routes a request to the appropriate service and must not persist data across sessions
- Account Service – Stores and manages all account information and authentication and requires data to persist across sessions.
- User Service – Stores and manages all user information and requires data to persist across sessions.
- Housing Network Service – Stores and manages the current real-estate economy and requires data to persist across sessions.
- Trade Service – Stores and manages virtual trade between accounts and requires data to persist across sessions.
Due to volatile user traffic, a microservices solution is selected for scale agility.
You need to migrate to a distributed microservices solution on Azure Service Fabric.
Solution: Create a Service Fabric Cluster with a stateful Reliable Service for Routing Service. Deploy a Guest Executable to Service Fabric for each component.
Does the solution meet the goal?

  • A. YES
  • B. NO

Answer: B

Explanation: We should use stateful services when we want data to persist, and stateless service when data must not persist. References:
https://docs.microsoft.com/en-us/azure/service-fabric/service-fabric-reliable-services-introduction

NEW QUESTION 4
You develop software solutions for a web services company. You have the following code. (Line numbers are for reference only.)
AZ-202 dumps exhibit
You need to implement an immediate response customer support solution for the company’s website. For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
AZ-202 dumps exhibit

    Answer:

    Explanation: AZ-202 dumps exhibit

    NEW QUESTION 5
    A construction company creates three-dimensional models from photographs and design diagrams of buildings. The company plans to store high-resolution photographs and blueprint files in Azure Blob Storage. The files are currently stored in the construction company’s office.
    You are developing a tool to connect to Azure Storage, create container, and then upload the files. The tool must remain responsive to the end user while it is running and performing remote I/O operations. It must also wait for methods to complete before continuing.
    You need to complete the configuration.
    How should you complete the code? To answer, select the appropriate options in the answer area. NOTE: Each correct solution is worth one point.
    AZ-202 dumps exhibit

      Answer:

      Explanation: Box 1: ProcessAsync();
      Box 2: await cloudBlobContainer.CreatAsync();
      If you specify that a method is an async method by using the async modifier, you enable the following two capabilities.
      The marked async method can use await to designate suspension points. The await operator tells the compiler that the async method can't continue past that point until the awaited asynchronous process is complete. In the meantime, control returns to the caller of the async method.
      The suspension of an async method at an await expression doesn't constitute an exit from the method, and finally blocks don’t run.
      The marked async method can itself be awaited by methods that call it. References:
      https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/concepts/async/

      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 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.
      AZ-202 dumps exhibit
      You need to simultaneously transfer the large files as efficiently as possible.
      Solution: Write a C# application that uses the Azure .NET API method CloudFile.StartCopyAsync to transfer files to the destination container.
      Does the solution meet the goal?

      • A. Yes
      • B. No

      Answer: B

      NEW QUESTION 7
      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.
      AZ-202 dumps exhibit

        Answer:

        Explanation: AZ-202 dumps exhibit

        NEW QUESTION 8
        You are developing a .NET Core Web Job that is triggered by an Azure Storage Queue.
        The project uses dependency injection from the NuGet package Microosft.Extensions.DependencyInjection. The Webjob logic is contained in the Worker class. The program.cs file contains the following code:
        AZ-202 dumps exhibit
        You need to ensure that the Worker class can run when an Azure Storage Queue message arrives.
        Which code segments should you use to complete the code? 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.
        AZ-202 dumps exhibit

          Answer:

          Explanation: AZ-202 dumps exhibit

          NEW QUESTION 9
          You develop a news and blog content delivery app for Windows devices.
          A notification must arrive on a user's device when there is a new article available for them to view. You need to implement push notifications.
          How should you complete the code segment? To answer, select the appropriate options in the answer area. NOTE: Each connect selection is worth one point.
          AZ-202 dumps exhibit

            Answer:

            Explanation: AZ-202 dumps exhibit

            NEW QUESTION 10
            You are creating an app that uses Event Grid to connect with other services. Your app's event data will be sent to a servefless function that checks compliance. This function is maintained by your company.
            You write a new event subscription at the scope of your resource. The event must be invalidated after 3 specific period of time. You need to configure Event Grid to ensure security.
            What should you implement? To answer, select the appropriate options in [he answer area. NOTE: Each correct selection is worth one point
            AZ-202 dumps exhibit

              Answer:

              Explanation: Box 1: SAS tokens
              Custom topics use either Shared Access Signature (SAS) or key authentication. Microsoft recommends SAS, but key authentication provides simple programming, and is compatible with many existing webhook publishers.
              In this case we need the expiration time provided by SAS tokens. Box 2: ValidationCode handshake
              Event Grid supports two ways of validating the subscription: ValidationCode handshake (programmatic) and ValidationURL handshake (manual).
              If you control the source code for your endpoint, this method is recommended.

              NEW QUESTION 11
              You are developing a .NET Core model-view controller (MVC) application hosted on Azure for a health care system that allows providers access to their information.
              You develop the following code:
              AZ-202 dumps exhibit
              You define a role named SysAdmin.
              You need to ensure that the application meets the following authorization requirements:
              Allow the ProviderAdmin and SysAdmin roles access to the Partner controller regardless of whether the user holds an editor claim of partner.
              Limit access to the Manage action of the controller to users with an editor claim of partner who are also members of the SysAdmin role.
              How should you complete the code? 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.
              AZ-202 dumps exhibit

                Answer:

                Explanation: Box 1:
                Allow the ProviderAdmin and SysAdmin roles access to the Partner controller regardless of whether the user holds an editor claim of partner.
                Box 2:
                Limit access to the Manage action of the controller to users with an editor claim of partner who are also members of the SysAdmin role.

                NEW QUESTION 12
                You are developing an Azure Function that will be triggered using a webhook from an external application. The Azure Function will receive JSON data in the body of the request.
                Calling applications send an account ID as part of the URL. The number at the end of the URL is an integer.
                The format for the URL resembles the following: /api/account/1
                The Azure Function must accept all incoming requests without requiring keys or tokens. You need to complete the attributes for the Azure 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.
                AZ-202 dumps exhibit
                AZ-202 dumps exhibit
                AZ-202 dumps exhibit

                  Answer:

                  Explanation: AZ-202 dumps exhibit

                  NEW QUESTION 13
                  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.
                  AZ-202 dumps exhibit
                  AZ-202 dumps exhibit

                    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 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. Determine whether the solution meets the stated goals.
                    You need to ensure that authentication events are triggered and processed according to the policy.
                    Solution: Ensure that signout events have a subject prefix. Create an Azure Event Grid subscription that uses the subject Begins With filter.
                    Does the solution meet the goal?

                    • A. Yes
                    • B. No

                    Answer: A

                    NEW QUESTION 15
                    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.
                    AZ-202 dumps exhibit

                      Answer:

                      Explanation: AZ-202 dumps exhibit

                      NEW QUESTION 16
                      You are developing a speech-enabled home automation control bot. The bot interprets some spoken words incorrectly. You need to improve the spoken word recognition for the bot. What should you implement?

                      • A. The Skype for Business Channel and use scorable dialogs for improving conversation flow
                      • B. The Skype for Business Channel and Speech priming using a LUIS app
                      • C. The Web Chat Channel and use scorable dialogue for improving conversation flow.
                      • D. The Web Chat Channel and Speech priming using a Bing Speech Service and LUIS app

                      Answer: A

                      Explanation: Speech priming improves the recognition of spoken words and phrases that are commonly used in your bot. For speech-enabled bots that use the Web Chat and Cortana channels, speech priming uses examples specified in Language Understanding (LUIS) apps to improve speech recognition accuracy for important words.
                      References:
                      https://docs.microsoft.com/en-us/azure/bot-service/bot-service-manage-speech-priming?view=azure-bot-service

                      NEW QUESTION 17
                      You are expanding an existing on-premises application to connect to several applications in the cloud. You have the following requirements:
                      • Automate various business processes and send data to multiple SaaS and
                      • Use workflows and a publish-subscribe model
                      • Prohibit changes to the on-premises application You need to create a solution.
                      What should you use?

                      • A. Azure Service Bus
                      • B. Azure Web Apps
                      • C. Logic Apps with Azure Event Grid
                      • D. Azure Service Fabric

                      Answer: C

                      NEW QUESTION 18
                      You have a task that includes a WebJob that should run continuously. The WebJob Log exhibit shows the text that is displayed when the WebJob runs. (Click the WebJob Log tab.)
                      The WebJob is configured as shown in the WebJob Configuration exhibit. (Click the WebJob Configuration tab.)
                      The WebJob is not functioning as expected. The WebJob Code exhibit has a comment that shows where code should be added. (Click the WebJob Code tab.)
                      You need to identify any issues with the WebJob.
                      For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.
                      AZ-202 dumps exhibit
                      AZ-202 dumps exhibit
                      AZ-202 dumps exhibit
                      AZ-202 dumps exhibit

                        Answer:

                        Explanation: AZ-202 dumps exhibit

                        NEW QUESTION 19
                        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.
                        AZ-202 dumps exhibit

                          Answer:

                          Explanation: AZ-202 dumps exhibit

                          NEW QUESTION 20
                          You are developing a NET Core on premises application that updates multiple Azure SQL Database instances. The application must log all update commands attempted to a separate Azure SQL Database instance named AuditDb.
                          You define an outer TransactionScope with a loop to enumerate and run the SQL commands on each customer database connection and an inner TransactionScope to record transactions attempted within the outer TransactionScope to the AuditDb database.
                          You need to develop a method to perform the updates to the databases. The solution must meet the following requirements:
                          • All rows written to the AuditDb database must be committed even if the outer transaction fails.
                          • If an error occurs writing to the AuditDb database, the outer transaction must be rolled back.
                          • If an error occurs writing to the Customer databases, only the outer transaction must be rolled back.
                          • Values for TransactionScopeOption must be specified for the customer databases.
                          • Values for TransactionScopeOption must be specified for the AuditDb database. Which TransactionScopeOption values should you use?

                          • A. Suppress for CustomerTranScopeOption and Required for AuditTranScopeOption
                          • B. Required for the CustomerTranScopeOption and RequiresNew for the AuditTranScopeOption
                          • C. RequiresNew for the CustomerTranScopeOption and RequiresNew for the AuditTranScopeOption
                          • D. RequiresNew for CustomerTranScopeOption and Suppress for AuditTranScopeOption

                          Answer: A

                          P.S. Easily pass AZ-202 Exam with 150 Q&As 2passeasy Dumps & pdf Version, Welcome to Download the Newest 2passeasy AZ-202 Dumps: https://www.2passeasy.com/dumps/AZ-202/ (150 New Questions)