- A
EmailEvents and AADSignInEventsBeta
Correct. EmailEvents contains email metadata like sender and recipient, which can be joined with AADSignInEventsBeta on the sender's email to correlate the email event with sign-in activity.
- B
EmailPostDeliveryEvents and AADSignInEventsBeta
Why wrong: EmailPostDeliveryEvents tracks actions taken on emails after delivery (e.g., ZAP, remediation) and does not contain the original sender address. Therefore, it cannot be used to link the email sender to the sign-in IP address.
- C
EmailEvents and CloudAppEvents
Why wrong: Incorrect. CloudAppEvents focuses on cloud application activities and does not directly provide email sender metadata needed to link to sign-in IP in this scenario.
- D
EmailAttachmentInfo and AADSignInEventsBeta
Why wrong: Incorrect. EmailAttachmentInfo contains attachment metadata (e.g., file hashes) but lacks the sender's email address required for the join with AADSignInEventsBeta.
SC-200 Advanced Hunting Practice Question
This SC-200 practice question tests your understanding of mitigate threats using microsoft defender xdr. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: advanced Hunting. 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 investigating a sophisticated attack where an attacker used a compromised account to send a phishing email. The analyst wants to correlate the email event with the subsequent sign-in activity from the same sender's mailbox using Advanced Hunting. Which two tables should the analyst join to link the email sender to the sign-in IP address?
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
EmailEvents and AADSignInEventsBeta
To correlate the email sender with the sign-in IP address, the analyst needs a table that captures sender metadata from the initial email event. EmailEvents contains the sender address and is directly related to the email send activity. AADSignInEventsBeta provides sign-in logs with IP addresses. Joining these two tables on user principal name or other identifiers allows linking the sending mailbox to the sign-in IP. EmailPostDeliveryEvents records actions after delivery (like ZAP or manual remediation) and does not include the original sender metadata needed for this correlation, making option B incorrect. The correct join is only A.
Key principle: Advanced Hunting
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
EmailEvents and AADSignInEventsBeta
Why this is correct
Correct. EmailEvents contains email metadata like sender and recipient, which can be joined with AADSignInEventsBeta on the sender's email to correlate the email event with sign-in activity.
Related concept
Advanced Hunting
- ✗
EmailPostDeliveryEvents and AADSignInEventsBeta
Why it's wrong here
EmailPostDeliveryEvents tracks actions taken on emails after delivery (e.g., ZAP, remediation) and does not contain the original sender address. Therefore, it cannot be used to link the email sender to the sign-in IP address.
- ✗
EmailEvents and CloudAppEvents
Why it's wrong here
Incorrect. CloudAppEvents focuses on cloud application activities and does not directly provide email sender metadata needed to link to sign-in IP in this scenario.
- ✗
EmailAttachmentInfo and AADSignInEventsBeta
Why it's wrong here
Incorrect. EmailAttachmentInfo contains attachment metadata (e.g., file hashes) but lacks the sender's email address required for the join with AADSignInEventsBeta.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Candidates often assume that only EmailEvents contains sender metadata, but EmailPostDeliveryEvents also includes sender fields like SenderFromAddress. The trap is overlooking that post-delivery events retain sender information, making both joins valid.
Trap categories for this question
Scenario analysis trap
Incorrect. CloudAppEvents focuses on cloud application activities and does not directly provide email sender metadata needed to link to sign-in IP in this scenario.
Detailed technical explanation
How to think about this question
Under the hood, EmailEvents captures the 'SenderFromAddress' and 'RecipientEmailAddress' fields, while AADSignInEventsBeta includes 'AccountUpn' and 'IPAddress'. Joining on the sender's UserPrincipalName (UPN) or email address enables the analyst to see if the same IP that sent the phishing email was used for subsequent sign-ins, which is critical for detecting credential theft or lateral movement. In real-world scenarios, attackers often use the compromised mailbox to send phishing from a different IP than the victim's usual sign-in location, making this join essential for identifying anomalous behavior.
KKey Concepts to Remember
- Advanced Hunting
- EmailEvents
- EmailPostDeliveryEvents
- AADSignInEventsBeta
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
Advanced Hunting
Real-world example
How this comes up in practice
A cloud solutions architect for a retail company is evaluating services for a new workload. The correct answer here reflects best practice for the specific scenario described — not a general cloud recommendation. Advanced Hunting Cloud exam questions reward reading the constraint carefully: the same technology can be right or wrong depending on the use case.
What to study next
Got this wrong? Here's your next step.
Review advanced Hunting, then practise related SC-200 questions on the same topic to reinforce the concept.
- →
Mitigate threats using Microsoft Defender XDR — study guide chapter
Learn the concepts, then practise the questions
- →
Mitigate threats using Microsoft Defender XDR practice questions
Targeted practice on this topic area only
- →
All SC-200 questions
1,639 questions across all exam domains
- →
Microsoft Security Operations Analyst SC-200 study guide
Full concept coverage aligned to exam objectives
- →
SC-200 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related SC-200 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Manage a security operations environment practice questions
Practise SC-200 questions linked to Manage a security operations environment.
Respond to security incidents practice questions
Practise SC-200 questions linked to Respond to security incidents.
Perform threat hunting practice questions
Practise SC-200 questions linked to Perform threat hunting.
Mitigate threats using Microsoft Defender XDR practice questions
Practise SC-200 questions linked to Mitigate threats using Microsoft Defender XDR.
Mitigate threats using Microsoft Defender for Cloud practice questions
Practise SC-200 questions linked to Mitigate threats using Microsoft Defender for Cloud.
Mitigate threats using Microsoft Sentinel practice questions
Practise SC-200 questions linked to Mitigate threats using Microsoft Sentinel.
SC-200 fundamentals practice questions
Practise SC-200 questions linked to SC-200 fundamentals.
SC-200 scenario practice questions
Practise SC-200 questions linked to SC-200 scenario.
SC-200 troubleshooting practice questions
Practise SC-200 questions linked to SC-200 troubleshooting.
Practice this exam
Start a free SC-200 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 SC-200 question test?
Mitigate threats using Microsoft Defender XDR — This question tests Mitigate threats using Microsoft Defender XDR — Advanced Hunting.
What is the correct answer to this question?
The correct answer is: EmailEvents and AADSignInEventsBeta — To correlate the email sender with the sign-in IP address, the analyst needs a table that captures sender metadata from the initial email event. EmailEvents contains the sender address and is directly related to the email send activity. AADSignInEventsBeta provides sign-in logs with IP addresses. Joining these two tables on user principal name or other identifiers allows linking the sending mailbox to the sign-in IP. EmailPostDeliveryEvents records actions after delivery (like ZAP or manual remediation) and does not include the original sender metadata needed for this correlation, making option B incorrect. The correct join is only A.
What should I do if I get this SC-200 question wrong?
Review advanced Hunting, then practise related SC-200 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
Advanced Hunting
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 →
Keep practising
More SC-200 practice questions
- Which TWO are valid sources of evidence in a Microsoft Sentinel incident? (Choose two.)
- An organization uses Microsoft 365 Defender. During an incident, the analyst wants to automatically isolate a compromise…
- Which THREE steps are part of the incident response process when using Microsoft Sentinel?
- Refer to the exhibit. You are reviewing a Microsoft Sentinel scheduled analytics rule configured as above. An incident w…
- A security analyst is preparing to use a Jupyter notebook for threat hunting in Microsoft Sentinel. Which of the followi…
- You are investigating a ransomware incident in Microsoft Sentinel. The incident contains multiple alerts. You need to gr…
Last reviewed: Jun 11, 2026
This SC-200 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 SC-200 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.