- A
AADAuditLogs
Correct. This table logs all Microsoft Entra ID audit activities, including role assignments.
- B
SigninLogs
Why wrong: SigninLogs tracks sign-in events, not role assignments.
- C
AzureActivity
Why wrong: AzureActivity tracks Azure resource management operations, not Microsoft Entra ID role changes.
- D
IdentityInfo
Correct. This table provides user identity information to enrich the alert.
Quick Answer
The answer is the AADAuditLogs and IdentityInfo tables. AADAuditLogs captures every directory audit event, including the 'Add member to role' operation for privileged Microsoft Entra ID roles like Global Administrator, making it the primary source for detecting role assignment events. IdentityInfo must be joined to this table because it provides the current user details—such as job title, department, and user principal name—that are not stored in the audit log itself, enabling the SOC analyst to enrich the alert with context about the target user. On the SC-200 exam, this pairing tests your understanding that detection requires both the event record and the user profile table; a common trap is to include only AADAuditLogs and forget IdentityInfo, which would leave the query unable to filter or report on user attributes. Remember the mnemonic: “Audit logs the action, Identity gives the actor’s faction.”
SC-200 Mitigate threats using Microsoft Sentinel Practice Question
This SC-200 practice question tests your understanding of mitigate threats using microsoft sentinel. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: aADAuditLogs tracks all Microsoft Entra ID audit activities.. 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 SOC analyst is building a scheduled analytics rule in Microsoft Sentinel to detect when a user is added to a privileged Microsoft Entra ID role (e.g., Global Administrator). Which two tables must be included in the KQL query to capture the role assignment event and to retrieve user details? (Choose 2.)
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
AADAuditLogs
AADAuditLogs captures all directory audit events, including role assignment activities such as adding a user to a privileged Microsoft Entra ID role. This table is essential because it records the 'Add member to role' operation with details like the target user, role name, and initiating actor, which are required to detect the security event.
Key principle: AADAuditLogs tracks all Microsoft Entra ID audit activities.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
AADAuditLogs
Why this is correct
Correct. This table logs all Microsoft Entra ID audit activities, including role assignments.
Related concept
AADAuditLogs tracks all Microsoft Entra ID audit activities.
- ✗
SigninLogs
Why it's wrong here
SigninLogs tracks sign-in events, not role assignments.
- ✗
AzureActivity
Why it's wrong here
AzureActivity tracks Azure resource management operations, not Microsoft Entra ID role changes.
- ✓
IdentityInfo
Why this is correct
Correct. This table provides user identity information to enrich the alert.
Related concept
AADAuditLogs tracks all Microsoft Entra ID audit activities.
Common exam traps
Common exam trap: answer the scenario, not the keyword
The trap here is that candidates often confuse SigninLogs (which only records authentication attempts) with AADAuditLogs (which records administrative changes), or they overlook IdentityInfo as a separate table needed for user details, assuming the audit log alone provides all necessary user attributes.
Detailed technical explanation
How to think about this question
The role assignment event in Microsoft Entra ID is logged as an 'Add member to role' operation under the 'Core Directory' category in AADAuditLogs, with properties like 'Role.DisplayName' and 'TargetResources.UserPrincipalName'. The IdentityInfo table, populated from Microsoft Entra ID and Microsoft Defender for Identity, provides enriched user metadata (e.g., department, manager, group memberships) that can be joined to the audit log to identify the user's context, such as whether the user is a contractor or has a history of privilege escalation.
KKey Concepts to Remember
- AADAuditLogs tracks all Microsoft Entra ID audit activities.
- Role assignments within Microsoft Entra ID are recorded in AADAuditLogs.
- This table is crucial for detecting privilege escalation.
- It provides details on who performed the action, the target, and the outcome.
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
AADAuditLogs tracks all Microsoft Entra ID audit activities.
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 aADAuditLogs tracks all Microsoft Entra ID audit activities., then practise related SC-200 questions on the same topic to reinforce the concept.
- →
Mitigate threats using Microsoft Sentinel — study guide chapter
Learn the concepts, then practise the questions
- →
Mitigate threats using Microsoft Sentinel 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 Sentinel — This question tests Mitigate threats using Microsoft Sentinel — AADAuditLogs tracks all Microsoft Entra ID audit activities..
What is the correct answer to this question?
The correct answer is: AADAuditLogs — AADAuditLogs captures all directory audit events, including role assignment activities such as adding a user to a privileged Microsoft Entra ID role. This table is essential because it records the 'Add member to role' operation with details like the target user, role name, and initiating actor, which are required to detect the security event.
What should I do if I get this SC-200 question wrong?
Review aADAuditLogs tracks all Microsoft Entra ID audit activities., then practise related SC-200 questions on the same topic to reinforce the concept.
What is the key concept behind this question?
AADAuditLogs tracks all Microsoft Entra ID audit activities.
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.