DP-300 Exam Question 41

You have an Azure SQL database.
You identify a long running query.
You need to identify which operation in the query is causing the performance issue.
What should you use to display the query execution plan in Microsoft SQL Server Management Studio (SSMS)?
  • DP-300 Exam Question 42

    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 have an Azure Data Lake Storage account that contains a staging zone.
    You need to design a daily process to ingest incremental data from the staging zone, transform the data by executing an R script, and then insert the transformed data into a data warehouse in Azure Synapse Analytics.
    Solution: You use an Azure Data Factory schedule trigger to execute a pipeline that executes an Azure Databricks notebook, and then inserts the data into the data warehouse.
    Does this meet the goal?
  • DP-300 Exam Question 43

    You have an Azure SQL database named DB1. You run a query while connected to DB1.
    You review the actual execution plan for the query, and you add an index to a table referenced by the query.
    You need to compare the previous actual execution plan for the query to the Live Query Statistics.
    What should you do first in Microsoft SQL Server Management Studio (SSMS)?
  • DP-300 Exam Question 44

    You need to implement authentication for ResearchDB1. The solution must meet the security and compliance requirements.
    What should you run as part of the implementation?
  • DP-300 Exam Question 45

    You have an Azure subscription that contains an Azure SQL database named SQLDb1. SQLDb1 contains a table named Table1.
    You plan to deploy an Azure web app named webapp1 that will export rows in Table1 that have changed.
    You need to ensure that webapp1 can identity the changes to Table'. The solution must meet the following requirements:
    * Minimize compute times.
    * Minimize storage.
    Which three 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.