- A
AADSignInEventsBeta
This table stores Microsoft Entra ID sign-in events, including the source IP, timestamp, and user details.
- B
IdentityLogonEvents
Why wrong: This table captures on-premises Active Directory logon events, not cloud Microsoft Entra ID sign-ins.
- C
CloudAppEvents
Why wrong: CloudAppEvents logs activities in cloud applications (e.g., Office 365, Dropbox), not authentication sign-ins.
- D
DeviceLogonEvents
Why wrong: DeviceLogonEvents records logon events on devices (e.g., interactive, RDP), not cloud sign-ins.
Quick Answer
The correct answer is AADSignInEventsBeta because this Advanced Hunting table in Microsoft 365 Defender is purpose-built to capture both interactive and non-interactive Azure Active Directory sign-in logs, including critical fields like IP address, geo-location, and user principal name. When an analyst needs to find sign-ins from the same IP address over the last 7 days, this table provides the granular event data required to correlate all authentication attempts from that source, regardless of whether the sign-in succeeded or failed. On the SC-200 exam, this question tests your ability to map investigative tasks to the correct Advanced Hunting schema—a common trap is confusing AADSignInEventsBeta with IdentityLogonEvents, which covers on-premises hybrid identity events, not pure Azure AD cloud sign-ins. Remember the memory tip: “Beta for cloud, Logon for on-prem” to quickly distinguish these tables during the exam.
SC-200 Mitigate threats using Microsoft Defender XDR Practice Question
This SC-200 practice question tests your understanding of mitigate threats using microsoft defender xdr. 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. A key principle to apply: aADSignInEventsBeta captures Microsoft Entra ID sign-in events.. 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.
In Microsoft 365 Defender, an analyst is investigating an incident where a user's credentials were used to sign in from an unusual geo-location. The analyst wants to find all other sign-in events from the same IP address in the last 7 days. Which Advanced Hunting table should be used?
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
AADSignInEventsBeta
A is correct because the AADSignInEventsBeta table in Advanced Hunting captures Azure Active Directory sign-in logs, including details like IP address, geo-location, and user principal name. This table is specifically designed for investigating interactive and non-interactive sign-in events from Azure AD, making it the appropriate source to query for all sign-ins from a given IP address over the last 7 days.
Key principle: AADSignInEventsBeta captures Microsoft Entra ID sign-in events.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
AADSignInEventsBeta
Why this is correct
This table stores Microsoft Entra ID sign-in events, including the source IP, timestamp, and user details.
Related concept
AADSignInEventsBeta captures Microsoft Entra ID sign-in events.
- ✗
IdentityLogonEvents
Why it's wrong here
This table captures on-premises Active Directory logon events, not cloud Microsoft Entra ID sign-ins.
- ✗
CloudAppEvents
Why it's wrong here
CloudAppEvents logs activities in cloud applications (e.g., Office 365, Dropbox), not authentication sign-ins.
- ✗
DeviceLogonEvents
Why it's wrong here
DeviceLogonEvents records logon events on devices (e.g., interactive, RDP), not cloud sign-ins.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse IdentityLogonEvents (on-premises AD) with AADSignInEventsBeta (Azure AD cloud), because both deal with 'logon' events, but the question specifically mentions 'geo-location' and 'Microsoft 365 Defender' context, which points to cloud-based Azure AD sign-ins.
Detailed technical explanation
How to think about this question
The AADSignInEventsBeta table is part of the Microsoft 365 Defender Advanced Hunting schema and includes fields such as IPAddress, Location, UserPrincipalName, and RiskLevelDuringSignIn. Under the hood, this table is populated by Azure AD's sign-in logs, which are generated for every authentication attempt, including those from legacy protocols like POP3 or SMTP. A real-world scenario: an analyst might use a KQL query like 'AADSignInEventsBeta | where Timestamp > ago(7d) | where IPAddress == "x.x.x.x"' to pivot from an incident and identify all accounts accessed from that IP, including successful and failed attempts.
KKey Concepts to Remember
- AADSignInEventsBeta captures Microsoft Entra ID sign-in events.
- It includes details like IP address, user, geo-location, and sign-in status.
- Used for investigating cloud authentication anomalies and suspicious sign-ins.
- Distinct from on-premises Active Directory logons or device-specific logons.
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
AADSignInEventsBeta captures Microsoft Entra ID sign-in events.
Real-world example
How this comes up in practice
A company's IT admin needs to give a contractor read-only access to production logs without sharing account credentials. Using role-based access control (RBAC) and temporary scoped permissions — not a permanent shared password — is the correct pattern. Questions like this test whether you can apply least-privilege access across cloud identity services.
What to study next
Got this wrong? Here's your next step.
Review aADSignInEventsBeta captures Microsoft Entra ID sign-in events., 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 — AADSignInEventsBeta captures Microsoft Entra ID sign-in events..
What is the correct answer to this question?
The correct answer is: AADSignInEventsBeta — A is correct because the AADSignInEventsBeta table in Advanced Hunting captures Azure Active Directory sign-in logs, including details like IP address, geo-location, and user principal name. This table is specifically designed for investigating interactive and non-interactive sign-in events from Azure AD, making it the appropriate source to query for all sign-ins from a given IP address over the last 7 days.
What should I do if I get this SC-200 question wrong?
Review aADSignInEventsBeta captures Microsoft Entra ID sign-in events., then practise related SC-200 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
AADSignInEventsBeta captures Microsoft Entra ID sign-in events.
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 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.