Courseiva
Manage identity and accessmediumMultiple ChoiceObjective-mapped

AZ-500 Manage identity and access Practice Question

A security operations team uses Microsoft Sentinel. They want to create a rule that generates an incident when an Azure virtual machine is deployed with a public IP address that is not in a predefined approved list. The rule should run every hour and query Azure Activity logs. Which type of analytics rule should they create?

⚠ Common exam trap

Many candidates confuse the frequency requirement (every hour) with the near-real-time label, assuming NRT rules can be configured for any interval, when in fact NRT rules are hard-limited to 1-minute intervals and cannot be set to hourly runs.

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

Scheduled query rule

A scheduled query rule is correct because the requirement specifies a rule that runs every hour and queries Azure Activity logs. Scheduled query rules in Microsoft Sentinel are designed for periodic, time-based queries against log data, such as Azure Activity logs, and can generate incidents based on predefined conditions like detecting a VM deployment with an unapproved public IP. This aligns perfectly with the need for a recurring, non-real-time check.

Answer analysis

Option-by-option breakdown

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

  • Scheduled query rule

    Why this is correct

    Scheduled query rules are the core analytics rule type in Microsoft Sentinel for running KQL queries on a fixed cadence such as every hour. A defender can write a deterministic query that checks every virtual machine's public IP against a watchlist or lookup table of approved addresses, and trigger an incident when a non-approved IP is found. Because the schedule, query, and incident-generation settings are all configurable, this rule type exactly matches the requirement of an hourly deterministic check.

  • NRT (Near-Real-Time) rule

    Why it's wrong here

    Near-real-time (NRT) rules in Sentinel are designed to run every minute, or at most every few minutes, to minimize detection latency for critical signals. Running an hourly check on an NRT rule would defeat that purpose and is not how the rule type is intended to be used. NRT rules also have a constrained query language designed for frequent re-execution, not for complex set-based comparisons against large approved IP lists.

  • Anomaly rule

    Why it's wrong here

    Anomaly rules leverage machine learning to model normal behavior over historical data and flag statistically unusual deviations from that baseline. The scenario requires a simple, deterministic membership check of a VM's public IP against an explicit list of approved addresses, which involves no statistical inference or training phase. An anomaly rule would be overly complex, would require sufficient data to train a model, and is meant for behaviors that drift over time, not static list matching.

  • Fusion rule

    Why it's wrong here

    Fusion rules correlate multiple low-severity alerts across different security signals to identify multistage attack chains and kill-chain progression. A single condition that a VM's public IP is not in an approved list does not constitute multiple correlated observations, so Fusion would never fire on such a simple, isolated query. Fusion is also driven by a fixed set of ML-based correlation models from various security products and cannot be configured with an arbitrary KQL threshold for a standalone list check.

About these practice questions

One of 194 original AZ-500 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. 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 AZ-500 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 AZ-500 exam.