Courseiva

DP-203 Practice Question: Secure, monitor, and optimize data storage and data processing

Exhibit

Refer to the exhibit.

{
    "properties": {
        "resource": {
            "type": "Microsoft.Sql/servers/databases/securityAlertPolicies",
            "apiVersion": "2021-11-01",
            "name": "Default",
            "properties": {
                "state": "Enabled",
                "emailAddresses": ["admin@contoso.com", "sec@contoso.com"],
                "emailAccountAdmins": true,
                "disabledAlerts": ["Sql_Injection", "Access_Anomaly"]
            }
        }
    }
}

You are reviewing an ARM template for Azure SQL Database security alert policy. Based on the exhibit, which threats will trigger an alert?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

SQL Injection Vulnerability and Data Exfiltration

The ARM template shows the security alert policy is enabled (state = Enabled). The disabledAlerts list includes 'Sql_Injection' and 'Access_Anomaly', meaning these two alert types are suppressed and will not trigger alerts. All other alert types (e.g., Sql_Injection_Vulnerability, Data_Exfiltration, Unsafe_Action) remain enabled and will trigger alerts. Therefore, option D is correct because SQL Injection Vulnerability and Data Exfiltration are among the enabled threats.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • All alerts except SQL Injection and Access Anomaly

    Why it's wrong here

    This is partially correct but not specific. The correct answer names two enabled alerts.

  • No alerts will be triggered because the policy is disabled

    Why it's wrong here

    The state is enabled, so alerts are active.

  • SQL Injection and Access Anomaly

    Why it's wrong here

    Both are explicitly disabled in the template.

  • SQL Injection Vulnerability and Data Exfiltration

    Why this is correct

    These alerts are not listed as disabled, so they are enabled.

About these practice questions

Courseiva writes every DP-203 question from scratch — 760 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-203 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-203 exam.