DP-300 Exam Question 36

Based on the PaaS prototype, which Azure SQL Database compute tier should you use?
  • DP-300 Exam Question 37

    You have an Azure SQL database named DBI that contains a nonclustered index named index1.
    End users report slow queries when they use index1.
    You need to identify the operations that are being performed on the index.
    Which dynamic management view should you use?
  • DP-300 Exam Question 38

    You have an Azure SQL managed instance.
    You need to gather the last execution of a query plan and its runtime statistics. The solution must minimize the impact on currently running queries.
    What should you do?
  • DP-300 Exam Question 39

    You have an Azure SQL database named DB1.
    You need to display the estimated execution plan of a query by using the query editor in the Azure portal.
    What should you do first?
  • DP-300 Exam Question 40

    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 SQL Server 2019 on an Azure virtual machine.
    You are troubleshooting performance issues for a query in a SQL Server instance.
    To gather more information, you query sys.dm_exec_requests and discover that the wait type is PAGELATCH_UP and the wait_resource is 2:3:905856.
    You need to improve system performance.
    Solution: You create additional tempdb files.
    Does this meet the goal?