aiotestking uk

AZ-202 Exam Questions - Online Test


AZ-202 Premium VCE File

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

We offers AZ-202 Dumps Questions. "Microsoft Azure Developer Certification Transition", also known as AZ-202 exam, is a Microsoft Certification. This set of posts, Passing the AZ-202 exam with AZ-202 Braindumps, will help you answer those questions. The AZ-202 Exam Questions and Answers covers all the knowledge points of the real exam. 100% real AZ-202 Exam Questions and Answers and revised by experts!

Online AZ-202 free questions and answers of New Version:

NEW QUESTION 1
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?

  • A. Deploy the website to an App Service that uses the Shared service tie
  • B. Configure the App Service plan to automatically scale when the CPU load is high.
  • C. Deploy the website to a virtual machin
  • D. Configure the virtual machine to automatically scale when the CPU load is high.
  • E. Deploy the website to an App Service that uses the Standard service tie
  • F. Configure the App Service plan to automatically scale when the CPU load is high.
  • G. Deploy the website to a virtual machin
  • H. Configure a Scale Set to increase the virtual machine instance count when the CPU load

Answer: C

NEW QUESTION 2
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?

  • A. Run the Set-AzureRmRedisCache Azure PowerShell command with the size and sku parameters and specify a connection string to the storage account.
  • B. In the Azure portal, enable Redis DataBase (RDB) persistence and configure persistence settings to save cache data tyo the storage account.
  • C. In the Azure portal, enable Append Only File (AOF) persistence and configure persistence sttings to save cache data to the storage account.
  • D. Run Reset-AzureRmRedisCache Azure PowerShell command with the ShardID parameter and specify a connection string to the storage account.

Answer: C

NEW QUESTION 3
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 4
You need to meet the scaling requirement for Policy Service. What should you store in Azure Redis Cache?

  • A. HttpContext.Items
  • B. ViewState
  • C. Session state
  • D. TempData

Answer: C

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 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:
• In the .NET method, define a new transaction in a using block.
• Within the using block, establish connections to each Azure SQL Database instance.
• Run the SQL operations on each connection. If no exception occurs, commit the transaction. Does the solution meet the goal?

  • A. Yes
  • B. No

Answer: A

NEW QUESTION 6
You need to resolve the log capacity issue. What should you do?

  • A. Implement Application Insights Sampling.
  • B. Change the minimum log level in the host.json file for the function.
  • C. Create an Application Insights Telemetry Filter.
  • D. Set a LogCategoryFilter during startup.

Answer: A

NEW QUESTION 7
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 8
You need to add code at line EG15 in EventGridController.cs to ensure that the Log policy applies to all services.
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: Status
    Box 2: Succeded
    Box 3: operationName Scenario: Policy service
    You develop and deploy a stateful ASP.NET Core 2.1 web application named Policy service to an Azure App Service Web App. The application reacts to events from Azure Event Grid and performs policy actions based on those events.
    The application must include the Event Grid Event ID field in all Application Insights telemetry.

    NEW QUESTION 9
    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 10
    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 11
      You develop a solution that uses an Azure SQL Database to store user information for a mobile app. The app stores sensitive information about users.
      You need to hide sensitive information from developers that query the data for the mobile app.
      Which three items must you identify when configuring dynamic data masking? Each correct answer presents a part of the solution.
      NOTE: Each correct selection is worth one point.

      • A. Column
      • B. Table
      • C. Trigger
      • D. Schema
      • E. Index

      Answer: ABD

      Explanation: In the Dynamic Data Masking configuration page, you may see some database columns that the recommendations engine has flagged for masking. In order to accept the recommendations, just click Add Mask for one or more columns and a mask is created based on the default type for this column. You can change the masking function by clicking on the masking rule and editing the masking field format to a different format of your choice.
      AZ-202 dumps exhibit
      References:
      https://docs.microsoft.com/en-us/azure/sql-database/sql-database-dynamic-data-masking-get-started-portal

      NEW QUESTION 12
      You need to debug the user greeting issue. What should you use?

      • A. Bot Framework Channel Inspector
      • B. Bot Connector service
      • C. Azure Compute Emulator
      • D. Azure Application Insights
      • E. Bot Framework Emulator

      Answer: E

      Explanation: Scenario: The chatbot’s greeting does not show the user’s name. You need to debug the chatbot locally.
      Debug your bot using an integrated development environment (IDE) such as Visual Studio or Visual Studio Code and the Bot Framework Emulator. You can use these methods to debug any bot locally.
      References:
      https://docs.microsoft.com/en-us/azure/bot-service/bot-service-debug-bot?view=azure-bot-service-4.0

      NEW QUESTION 13
      A company has a series of mobile games on Azure with an online community. The moderators need to filter offens.ve text, and additional .terns such as
      The company wants to implement a solution using Azure Content Moderation. You need to select API or Azure service options for the solution.
      Which two APIs or Azure service should you use? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

      • A. Azure Bot Service
      • B. Custom Term List API
      • C. Language Understanding Intelligence System (LUIS) API
      • D. Text Moderation API
      • E. Text Analytics API

      Answer: CD

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

        Answer:

        Explanation: AZ-202 dumps exhibit

        NEW QUESTION 15
        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 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 to implement a strategy that allows a group of operations that are performed on multiple Azure databases to be rolled back on all database if any of the operations fail.
        Solution
        • Create stored procedures in each Azure SQL database instance to perform operations for each respective database.
        • Invoke a named transaction and use the same name for the transaction in each stored procedure.
        • Establish a new transaction scope in a using block. Within the block, establish connections to each Azure SQL Database instance and run the stored procedure.
        • If no exception occurs, commit the scoped transaction. Does the solution meet the goal?

        • A. Yes
        • B. No

        Answer: B

        NEW QUESTION 16
        You need to resolve a notification latency issue.
        Which two actions should you perform? Each correct answer presents part of the solution.
        NOTE: Each correct selection is worth one point

        • A. Ensure that the Azure Function is using an App Service plan.
        • B. Set Always On to false
        • C. Ensure that the Azure Function is set to use a consumption plan.
        • D. Set Always On to true.

        Answer: AD

        Explanation: Azure Functions can run on either a Consumption Plan or a dedicated App Service Plan. If you run in a dedicated mode, you need to turn on the Always On setting for your Function App to run properly. The Function runtime will go idle after a few minutes of inactivity, so only HTTP triggers will actually "wake up" your functions. This is similar to how WebJobs must have Always On enabled.
        Scenario: Notification latency: Users report that anomaly detection emails can sometimes arrive several minutes after an anomaly is detected.
        Anomaly detection service: You have an anomaly detection service that analyzes log information for anomalies. It is implemented as an Azure Machine Learning model. The model is deployed as a web service.
        If an anomaly is detected, an Azure Function that emails administrators is called by using an HTTP WebHook. References:
        https://github.com/Azure/Azure-Functions/wiki/Enable-Always-On-when-running-on-dedicated-App-Service-Pl

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

          Answer:

          Explanation: AZ-202 dumps exhibit

          Recommend!! Get the Full AZ-202 dumps in VCE and PDF From Certleader, Welcome to Download: https://www.certleader.com/AZ-202-dumps.html (New 150 Q&As Version)