- A
Scheduled query rule with entity mapping.
Correct. Scheduled rules allow custom KQL to correlate events from different data sources within a time window.
- B
Fusion rule.
Why wrong: Fusion rules combine alerts from different Microsoft security products, not custom log sources like storage logs.
- C
Microsoft Security incident rule.
Why wrong: This rule type ingests incidents from Microsoft security products; it does not perform custom correlation.
- D
Anomaly rule.
Why wrong: Anomaly rules detect deviations from a learned baseline, not specific multi-event correlations.
Quick Answer
The correct choice is a scheduled query rule with entity mapping. This rule type is essential because it enables a KQL query to correlate two distinct events—such as a user sign-in from an unusual location and a subsequent data exfiltration from Azure Blob Storage—within a defined one-hour time window, using entity mapping to link them by common fields like user account or IP address. On the AZ-500 exam, this scenario tests your understanding of how scheduled query rules handle time-bound correlation for multi-stage attack detection, a frequent topic in the “Manage Security Operations” domain. A common trap is confusing this with a fusion rule or anomaly rule; remember that fusion rules rely on built-in machine learning correlations, not custom KQL, while scheduled queries give you full control over the logic. Memory tip: think “schedule + map” — you schedule the query to run at intervals and map entities to connect the dots across stages.
AZ-500 Manage identity and access Practice Question
This AZ-500 practice question tests your understanding of manage identity and access. Match the stated requirement to the specific cloud service, access model, or configuration option — many options are valid in isolation but not for this scenario. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A security analyst is using Microsoft Sentinel to detect multi-stage attacks. They want to create an analytics rule that correlates a user sign-in from an unusual location with a subsequent data exfiltration attempt from Azure Blob Storage within one hour. Which type of analytics rule should they use?
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 with entity mapping.
A scheduled query rule with entity mapping is correct because it allows the security analyst to write a KQL query that correlates two distinct events—a sign-in from an unusual location and a subsequent data exfiltration from Azure Blob Storage—within a defined time window (one hour). Entity mapping enables the rule to link these events by common entities (e.g., user account or IP address), which is essential for detecting multi-stage attacks. This rule type runs on a schedule, making it ideal for time-bound correlation queries.
Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
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 with entity mapping.
Why this is correct
Correct. Scheduled rules allow custom KQL to correlate events from different data sources within a time window.
Related concept
Read the scenario before looking for a memorised answer.
- ✗
Fusion rule.
Why it's wrong here
Fusion rules combine alerts from different Microsoft security products, not custom log sources like storage logs.
- ✗
Microsoft Security incident rule.
Why it's wrong here
This rule type ingests incidents from Microsoft security products; it does not perform custom correlation.
- ✗
Anomaly rule.
Why it's wrong here
Anomaly rules detect deviations from a learned baseline, not specific multi-event correlations.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse Fusion rules (which also correlate events) with scheduled queries, but Fusion rules are limited to pre-built correlations from Microsoft security products, whereas scheduled queries allow custom KQL logic across any data source.
Detailed technical explanation
How to think about this question
Under the hood, a scheduled query rule in Microsoft Sentinel uses Kusto Query Language (KQL) to join tables like 'SigninLogs' and 'StorageBlobLogs' on a common entity (e.g., UserId or AccountName) with a time constraint (e.g., 'where TimeGenerated between (TimeGenerated of sign-in .. TimeGenerated + 1h)'). Entity mapping then enriches the resulting alert with fields like Account, IP, and Host, which is critical for incident investigation and automated response playbooks. A subtle behavior is that the rule's query must be carefully optimized to avoid timeouts or excessive data scanning, especially when correlating high-volume logs.
KKey Concepts to Remember
- Read the scenario before looking for a memorised answer.
- Find the constraint that changes the correct option.
- Eliminate answers that are true in general but not in this case.
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.
Real-world example
How this comes up in practice
A media company stores terabytes of video archives that are accessed once a year for audit purposes. Moving these objects to a cold storage tier (Azure Archive, S3 Glacier, or Google Nearline) costs a fraction of hot storage. Questions like this test whether you understand storage tiers, access frequency tradeoffs, and retrieval latency requirements.
What to study next
Got this wrong? Here's your next step.
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
- →
Manage identity and access — study guide chapter
Learn the concepts, then practise the questions
- →
Manage identity and access practice questions
Targeted practice on this topic area only
- →
All AZ-500 questions
1,000 questions across all exam domains
- →
Microsoft Azure Security Engineer Associate AZ-500 study guide
Full concept coverage aligned to exam objectives
- →
AZ-500 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related AZ-500 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Secure identity and access practice questions
Practise AZ-500 questions linked to Secure identity and access.
Secure compute, storage, and databases practice questions
Practise AZ-500 questions linked to Secure compute, storage, and databases.
Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel practice questions
Practise AZ-500 questions linked to Secure Azure using Microsoft Defender for Cloud and Microsoft Sentinel.
Manage identity and access practice questions
Practise AZ-500 questions linked to Manage identity and access.
Secure networking practice questions
Practise AZ-500 questions linked to Secure networking.
AZ-500 fundamentals practice questions
Practise AZ-500 questions linked to AZ-500 fundamentals.
AZ-500 scenario practice questions
Practise AZ-500 questions linked to AZ-500 scenario.
AZ-500 troubleshooting practice questions
Practise AZ-500 questions linked to AZ-500 troubleshooting.
Practice this exam
Start a free AZ-500 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this AZ-500 question test?
Manage identity and access — This question tests Manage identity and access — Read the scenario before looking for a memorised answer..
What is the correct answer to this question?
The correct answer is: Scheduled query rule with entity mapping. — A scheduled query rule with entity mapping is correct because it allows the security analyst to write a KQL query that correlates two distinct events—a sign-in from an unusual location and a subsequent data exfiltration from Azure Blob Storage—within a defined time window (one hour). Entity mapping enables the rule to link these events by common entities (e.g., user account or IP address), which is essential for detecting multi-stage attacks. This rule type runs on a schedule, making it ideal for time-bound correlation queries.
What should I do if I get this AZ-500 question wrong?
Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.
What is the key concept behind this question?
Read the scenario before looking for a memorised answer.
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Last reviewed: Jun 11, 2026
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.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.