Question 871 of 1,639
Mitigate threats using Microsoft SentinelmediumMultiple ChoiceObjective-mapped

SC-200 Mitigate threats using Microsoft Sentinel Practice Question

This SC-200 practice question tests your understanding of mitigate threats using microsoft sentinel. 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: auditLogs record administrative activities in Microsoft Entra ID.. 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 creating a scheduled analytics rule in Microsoft Sentinel to detect when a user is added to the Global Administrator role in Microsoft Entra ID. The analyst also needs to capture the user who performed the addition. Which Microsoft Entra ID table should the analyst query in the rule's KQL query?

Question 1mediummultiple choice
Full question →

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

AuditLogs

The AuditLogs table in Microsoft Entra ID (formerly Azure AD) records all directory-level changes, including role assignments like adding a user to the Global Administrator role. Each audit log entry contains the 'InitiatedBy' property, which captures the user or service principal who performed the action, meeting the analyst's requirement to identify the actor. SigninLogs only tracks authentication events, not administrative changes, making AuditLogs the correct choice for this detection.

Key principle: AuditLogs record administrative activities in Microsoft Entra ID.

Answer analysis

Option-by-option breakdown

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

  • SigninLogs

    Why it's wrong here

    SigninLogs contains authentication events, not directory administrative actions like role changes.

  • AuditLogs

    Why this is correct

    AuditLogs captures directory changes, including role assignment, with information about the actor and target.

    Related concept

    AuditLogs record administrative activities in Microsoft Entra ID.

  • IdentityInfo

    Why it's wrong here

    IdentityInfo provides user profile data, not audit logs.

  • BehaviorAnalytics

    Why it's wrong here

    BehaviorAnalytics is used for UEBA anomaly detection, not raw audit records.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates confuse SigninLogs (which tracks who logged in) with AuditLogs (which tracks who made a change), assuming the actor's identity is always found in sign-in records rather than in directory audit trails.

Detailed technical explanation

How to think about this question

The AuditLogs table stores activity details under the 'OperationName' field, with role additions logged as 'Add member to role' and the target role identified via the 'TargetResources' column. The 'InitiatedBy' field includes an 'app' or 'user' sub-object with the actor's UPN or object ID, enabling precise attribution. In a real-world scenario, querying AuditLogs with a filter like `| where OperationName == "Add member to role" and TargetResources[0].displayName contains "Global Administrator"` ensures accurate detection while excluding unrelated audit events.

KKey Concepts to Remember

  • AuditLogs record administrative activities in Microsoft Entra ID.
  • It captures who performed an action, what action was performed, and on which target.
  • Role assignments, user creations, and group modifications are found in AuditLogs.
  • AuditLogs are crucial for security monitoring and compliance in Microsoft Entra ID.

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

AuditLogs record administrative activities in Microsoft Entra ID.

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 auditLogs record administrative activities in Microsoft Entra ID., then practise related SC-200 questions on the same topic to reinforce the concept.

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.

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 — AuditLogs record administrative activities in Microsoft Entra ID..

What is the correct answer to this question?

The correct answer is: AuditLogs — The AuditLogs table in Microsoft Entra ID (formerly Azure AD) records all directory-level changes, including role assignments like adding a user to the Global Administrator role. Each audit log entry contains the 'InitiatedBy' property, which captures the user or service principal who performed the action, meeting the analyst's requirement to identify the actor. SigninLogs only tracks authentication events, not administrative changes, making AuditLogs the correct choice for this detection.

What should I do if I get this SC-200 question wrong?

Review auditLogs record administrative activities in Microsoft Entra ID., then practise related SC-200 questions on the same topic to reinforce the concept.

What is the key concept behind this question?

AuditLogs record administrative activities in Microsoft Entra ID.

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 →

How Courseiva writes practice questions · Editorial policy

Last reviewed: Jun 11, 2026

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.

Loading comments…

Sign in to join the discussion.

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.