Courseiva

DP-300 · topic practice

Monitor, configure, and optimize database resources practice questions

Practise Microsoft Azure Database Administrator Associate DP-300 Monitor, configure, and optimize database resources practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Monitor, configure, and optimize database resources

What the exam tests

What to know about Monitor, configure, and optimize database resources

Monitor, configure, and optimize database resources questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Monitor, configure, and optimize database resources exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Monitor, configure, and optimize database resources questions

20 questions · select your answer, then reveal the explanation

Which TWO actions can help reduce `PAGEIOLATCH_UP` waits on an Azure SQL Database?

You are managing an Azure SQL Database that runs a critical line-of-business application. Users report that a specific query is running slower than usual. You identify that the query is performing a clustered index scan on a large table with over 10 million rows. The table has a clustered index on an identity column and a nonclustered index on a frequently filtered column. You need to minimize the query execution time without adding additional indexes. What should you do?

You are configuring Azure SQL Database automatic tuning. You want to enable the feature that automatically creates and drops indexes based on workload patterns. Which option should you enable?

Refer to the exhibit. You have configured the automatic tuning policy as shown. After a week, you notice that an index has been dropped automatically, causing a critical query to run slowly. What should you do to prevent this in the future while still benefiting from automatic tuning?

Exhibit

Refer to the exhibit.

-- Azure SQL Database automatic tuning policy (JSON)
{
  "properties": {
    "state": "Enabled",
    "options": {
      "forcePlan": {
        "state": "Enabled"
      },
      "createIndex": {
        "state": "Enabled"
      },
      "dropIndex": {
        "state": "Enabled"
      }
    }
  }
}

What effect does the command in the exhibit have on the database?

Exhibit

Refer to the exhibit. The following PowerShell script is used to configure performance settings:

Set-AzSqlDatabase -ResourceGroupName "rg1" -ServerName "server1" -DatabaseName "db1" -AutoPauseDelay -1

You have an Azure SQL Managed Instance used for an e-commerce platform. During a flash sale, you experience a deadlock that causes transaction rollbacks. You need to minimize deadlock occurrences in the future. What should you implement?

You are a DBA for a company that uses Azure SQL Database for its customer relationship management (CRM) system. The database is currently in the General Purpose tier (DTU S2) and is experiencing performance degradation during end-of-month reporting. Reports that aggregate large amounts of data take over 30 minutes to run. You notice that the database's DTU usage averages 80% during these reports, with high IO. You need to improve report performance without significantly increasing cost. The reports are read-only and can tolerate some staleness. What should you do?

You manage an Azure SQL Database that uses the General Purpose tier. You need to monitor the performance of the database and identify the top resource-consuming queries. You want to use a built-in feature that requires no additional cost. What should you use?

A production Azure SQL Database is experiencing high CPU usage during peak hours. The database uses the S3 service tier. You need to reduce CPU usage without changing the service tier. Which action should you take?

You manage an Azure SQL Managed Instance with a large database. You notice that the automatic tuning recommendations are not being applied. You need to ensure that automatic tuning is enabled for the instance. Which PowerShell cmdlet should you run?

You have an Azure SQL Database that uses the General Purpose service tier. You notice that the log write throughput is consistently near the limit. What should you do to improve log write performance?

You are monitoring an Azure SQL Database using Query Performance Insight. You see a query with high duration and high CPU usage. The query plan shows a clustered index scan. What is the most likely cause and recommendation?

You need to configure Azure SQL Database to automatically adjust indexing based on workload patterns. Which feature should you enable?

You deploy a new Azure SQL Database and need to ensure that all queries are logged for performance analysis. Which configuration should you enable?

You have an Azure SQL Database with a heavy workload. You notice that the `PAGEIOLATCH_SH` wait is the top wait. Which performance issue does this indicate?

You need to monitor Azure SQL Database performance over time and receive alerts when CPU usage exceeds 80%. Which Azure service should you use?

You have an Azure SQL Database in the Hyperscale service tier. You need to ensure that read-only workloads are offloaded to a readable secondary. Which configuration should you set?

Which THREE metrics should you monitor to detect a memory pressure issue in Azure SQL Database?

Which TWO configurations can help improve the performance of an Azure SQL Database experiencing high `WRITELOG` waits?

Which THREE factors should you consider when choosing between vCore and DTU purchase models for Azure SQL Database performance optimization?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Monitor, configure, and optimize database resources sessions

Start a Monitor, configure, and optimize database resources only practice session

Every question in these sessions is drawn from the Monitor, configure, and optimize database resources domain — nothing else.

Related practice questions

Related DP-300 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the DP-300 exam test about Monitor, configure, and optimize database resources?
Monitor, configure, and optimize database resources questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Monitor, configure, and optimize database resources questions in a focused session?
Yes — the session launcher on this page draws every question from the Monitor, configure, and optimize database resources domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other DP-300 topics?
Use the topic links above to move to related areas, or go back to the DP-300 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the DP-300 exam covers. They are not copied from any real exam or dump site.