Browse Microsoft Certification Guides

Microsoft Security SC-500 Sample Questions with Explanations

Microsoft Security SC-500 sample questions with explanations, traps, topic labels, and IT Mastery route links.

These original sample questions are designed to help you check how the exam topics appear in decision-style prompts. They are not taken from the live exam.

Use these sample questions as a guided self-assessment for Microsoft Cloud and AI Security Engineer route (SC-500) topics such as cloud identity boundaries, AI app authorization, retrieval security, data protection, monitoring, policy, responsible AI controls, and incident response. The prompts emphasize security architecture and risk decisions.

Where these questions fit in the SC-500 guide

The sample set below is part of the Microsoft SC-500 guide path:

SC-500 security sample questions

Work through each prompt before opening the explanation. Strong SC-500 answers usually protect data and identity boundaries while preserving monitoring and governance.


Question 1

Topic: Securing retrieval for an AI app

An AI assistant retrieves answers from internal documents. Users from different business units must only receive passages they are allowed to access. Which design best enforces the boundary?

  • A. Index all documents together and tell the model not to reveal sensitive content.
  • B. Remove document metadata to simplify search ranking.
  • C. Apply identity-aware authorization before or during retrieval, filter documents by access metadata, and log retrieval decisions.
  • D. Allow users to self-report which business unit they belong to in the prompt.

Best answer: C

Explanation: Retrieval security must be enforced outside model goodwill. Identity-aware filtering and logged retrieval decisions keep unauthorized passages out of the model context and support review.

Why the other choices are weaker:

  • A treats access control as prompt behavior.
  • B removes the metadata needed for authorization-aware retrieval.
  • D trusts user-supplied claims instead of verified identity.

What this tests: Protecting source data in retrieval-augmented AI applications.

Related topics: Retrieval security; Authorization; Metadata filters; Audit logging


Question 2

Topic: Sensitive data in prompts

A development team wants to send customer-support transcripts to an AI model for summarization. The transcripts may contain personal data. What is the strongest security review recommendation?

  • A. Send all transcripts unchanged because summarization is temporary.
  • B. Ask users not to type sensitive information, but keep no technical controls.
  • C. Classify the data, minimize prompt content, redact or mask sensitive fields where possible, enforce approved access, and monitor use according to retention policy.
  • D. Store transcripts in a public container so the model can fetch them faster.

Best answer: C

Explanation: Sensitive data needs a layered approach: classification, minimization, redaction or masking, access controls, monitoring, and retention. The model call is part of a data-processing pipeline, not an exception to security policy.

Why the other choices are weaker:

  • A ignores privacy and data minimization.
  • B relies on user behavior without enforcement.
  • D creates major exposure and access-control risk.

What this tests: Applying data-protection controls to AI prompt and response flows.

Related topics: Data protection; Redaction; Prompt security; Retention


Question 3

Topic: Monitoring AI app behavior

A security team needs to investigate unusual AI app behavior, including unexpected tool calls and repeated blocked responses. Which telemetry design is most useful?

  • A. Log only total request count per day.
  • B. Disable telemetry because logs may reveal configuration issues.
  • C. Keep only model output text and discard all surrounding context.
  • D. Capture structured events for authentication, retrieval, tool calls, policy or safety blocks, latency, and error outcomes with access-controlled retention.

Best answer: D

Explanation: Investigation needs event context across identity, retrieval, tools, policy outcomes, and operational health. Structured telemetry makes patterns queryable while access-controlled retention protects sensitive records.

Why the other choices are weaker:

  • A is too coarse to explain behavior.
  • B removes detection and response visibility.
  • C loses the surrounding events needed for root-cause analysis.

What this tests: Designing AI application monitoring for security investigation and governance.

Related topics: Monitoring; Tool calls; Safety blocks; Investigation

Tech Exam Lexicon and IT Mastery are independent study tools. They are not affiliated with, endorsed by, or sponsored by the exam vendor.

Revised on Sunday, May 10, 2026