Courseiva

SC-900 Sensitivity label Practice Question

Exhibit

Refer to the exhibit.
```powershell
# PowerShell command to assign a sensitivity label
Set-AIPFileLabel -Path "C:\Reports\FinancialReport.docx" -LabelID "e6c3f7b0-1a2b-4c5d-9e8f-0a1b2c3d4e5f" -Justification "Policy update"
```

You run the PowerShell command shown in the exhibit. What is the purpose of this command?

⚠ Common exam trap

Candidates often confuse applying a sensitivity label with encryption. The Set-AIPFileLabel cmdlet applies a label, which may or may not include encryption depending on the label configuration.

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

Applies a sensitivity label to a document

The command assigns a sensitivity label to a document. Option B is wrong because the command does not encrypt the document; labeling may include encryption, but the cmdlet itself only assigns the label. Option C is wrong because it does not remove a label; the command applies a label. Option D is wrong because it does not export audit logs.

Answer analysis

Option-by-option breakdown

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

  • Applies a sensitivity label to a document

    Why this is correct

    Correct. The PowerShell command assigns a sensitivity label to the document.

  • Encrypts a document using Azure Information Protection

    Why it's wrong here

    Incorrect. The command assigns a sensitivity label, not directly encrypts using Azure Information Protection, though encryption may be part of the label policy.

  • Removes a sensitivity label from a document

    Why it's wrong here

    Incorrect. The command assigns a sensitivity label, it does not remove one.

  • Exports audit logs for labeled documents

    Why it's wrong here

    Incorrect. The command does not export audit logs; it assigns a label.

About these practice questions

This SC-900 question is part of Courseiva's 1,250-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This SC-900 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-900 exam.