Free SC-500 Exam Flashcards
Memorize 50 essential terms and definitions for the Microsoft Certified: Cloud and AI Security Engineer Associate (Exam SC-500). See the term, recall the definition, then flip to check yourself.
PIM: eligible vs active role assignment
An active assignment carries the role's privileges all the time. An eligible assignment carries identical privileges but only after the user activates the role, which removes standing privilege without removing the ability to work.
Filter by Topic
Jump to Card
About These SC-500 Flashcards
These 50 flashcards are designed to help you memorize key terms and definitions for the Microsoft Certified: Cloud and AI Security Engineer Associate (Exam SC-500). Each card shows a term on the front and its definition on the back—the classic flashcard format for vocabulary memorization. Use these alongside our practice questions to build both recall and comprehension.
Topics Covered
Complete Flashcard Reference
Review every term in this set. Open any term to reveal its definition.
PIM: eligible vs active role assignment
An active assignment carries the role's privileges all the time. An eligible assignment carries identical privileges but only after the user activates the role, which removes standing privilege without removing the ability to work.
What can PIM require before an eligible role activates?
Multifactor authentication, a business justification, and approval from designated approvers. Activation lasts only up to a maximum duration the admin sets, so the user must reactivate later rather than keeping the role.
At what point in a sign-in is Conditional Access evaluated?
After first-factor authentication completes. That is why it is not a defense against denial-of-service floods. Conditional Access needs Microsoft Entra ID P1, and sign-in or user risk conditions need ID Protection at P2.
System-assigned vs user-assigned managed identity
A system-assigned identity is tied to one resource and is deleted with it. A user-assigned identity is its own resource, can be attached to many resources, and survives them, so shared workloads keep one stable set of role assignments.
User consent settings vs the admin consent workflow
User consent settings limit which application permissions ordinary users may grant themselves. The admin consent workflow gives a blocked user a way to request approval, so risky delegated grants reach a reviewer instead of being silently allowed or silently refused.
Key Vault soft-delete retention period
7 to 90 days, defaulting to 90. It is set only at vault creation and can never be changed afterward, so decide before you deploy. Soft delete is on by default for new vaults and cannot be turned off once enabled.
What does Key Vault purge protection add on top of soft delete?
It blocks purging a deleted vault or object until the full retention period elapses, so an attacker cannot permanently destroy keys early. It is optional, requires soft delete, and cannot be disabled once turned on.
Microsoft Defender for Key Vault
Detects unusual or potentially harmful attempts to access a vault and alerts with the caller's object ID, user principal name, or IP address. After a confirmed alert, rotate or disable every secret, key, and certificate that was accessed.
Order in which Azure Policy evaluates effects
disabled first, then append and modify, then deny, then audit, then manual, then auditIfNotExists, with denyAction last. Append and modify run early because they can change a request enough that a later deny no longer matches.
Why does a deployIfNotExists policy need a managed identity?
Because Azure Policy deploys the missing configuration on your behalf, so the assignment's identity must hold the roles that deployment requires. Resources that already exist stay non-compliant until you run a remediation task.
CanNotDelete vs ReadOnly resource lock
CanNotDelete permits reading and modifying but blocks deletion. ReadOnly also blocks modification, which can break operations that write behind the scenes, such as listing storage account keys. Locks are inherited by child scopes.
Which Azure built-in roles can grant other people access?
Owner, User Access Administrator, and Role Based Access Control Administrator. Contributor can create and manage every resource type but cannot create role assignments, which is how you delegate operational work without letting someone expand their own rights.
User delegation SAS vs service or account SAS
Only the user delegation variant is secured by Microsoft Entra credentials through a user delegation key, so no account key sits in your code. The other two rely on the storage account key, which is why Microsoft steers you away from them.
How do you revoke a service SAS without rotating account keys?
Associate it with a stored access policy on the container, then delete or change that policy. Only service SAS supports this, there is a limit of five policies per container, and an ad hoc SAS can only be killed by rotating the key.
What does an Azure Storage firewall set to selected networks do?
It denies public access except from the IP ranges, virtual network subnets, and private endpoints you list. Add resource instance rules or the trusted Microsoft services exception so platform services such as backup do not break.
Defender for Storage malware scanning cost cap
Scanning is billed per gigabyte and capped by default at 10,000 GB of uploaded blobs per month per storage account. Once the cap is hit, scanning stops for the month, so act on the 75 percent and cap-reached alerts.
Defender for Storage: malware scanning vs hash reputation analysis
Hash reputation only compares an uploaded blob's hash against known malware and is available in every plan. Malware scanning applies Microsoft Defender Antivirus to the full file content and is a paid feature of the current plan.
Transparent data encryption vs Always Encrypted
TDE encrypts the whole database at rest and is invisible to the application, so a database administrator can still read the data. Always Encrypted encrypts chosen columns in the client driver, so the engine and DBAs never see plaintext.
Where can Azure SQL auditing send its records?
An Azure storage account, a Log Analytics workspace, or Event Hubs. A server-level policy applies to every database on that server, and a database-level policy adds to it rather than replacing it, so events can be written twice.
What does Microsoft Entra-only authentication do to an Azure SQL server?
It disables SQL logins and passwords entirely, so every connection must present a Microsoft Entra identity. Shared database credentials disappear, and Conditional Access and MFA now apply to database access.
NSG default rules and the custom priority range
Custom rules use priorities 100 to 4096, lowest number evaluated first. Defaults sit at 65000 AllowVNetInBound, 65001 AllowAzureLoadBalancerInBound, and 65500 DenyAllInBound. You cannot delete defaults, only override them.
What problem do application security groups solve?
They let an NSG rule target a named group of network interfaces instead of IP prefixes. A new VM added to the group inherits the rules immediately, so you stop rewriting address lists every time the application scales.
Virtual Network Manager security admin rules vs NSG rules
Admin rules apply at the virtual network level and are evaluated first. Allow hands traffic on to NSG evaluation, but Always Allow and Deny end evaluation immediately, so an application team's NSG cannot undo a central Deny.
Private endpoint vs virtual network service endpoint
A private endpoint puts a private IP for the service inside your subnet and maps to one specific resource instance, so a leaked key cannot reach a different account. A service endpoint keeps the public endpoint and only identifies the source subnet.
What does Azure Firewall Premium add over Standard?
TLS inspection, signature-based IDPS, URL filtering on the full path rather than just the FQDN, and web category matching on full URLs. IDPS ships over 67,000 signatures set to Disabled, Alert, or Alert and Deny.
Network Watcher effective security rules
Shows the aggregated inbound and outbound rules actually applied to a network interface, combining the NIC's NSG, the subnet's NSG, and Virtual Network Manager admin rules. It is how you find which rule is really blocking traffic.
Purview DSPM for AI data risk assessments
A default assessment runs weekly over the top 100 SharePoint sites by usage to surface oversharing before Copilot amplifies it. Remediation options include restricting access by sensitivity label and SharePoint Restricted Content Discovery.
Defender for AI Services in Defender for Cloud
Raises runtime alerts on generative AI workloads for jailbreak, data leakage, data poisoning, and credential theft, using Azure AI Content Safety Prompt Shields plus Microsoft threat intelligence. It scans text tokens only, not image or audio.
Prompt Shields: user prompt attacks vs document attacks
User prompt attacks are jailbreak attempts typed by the person in the chat. Document attacks are instructions hidden inside grounding content such as files or email, so the attacker is a third party the user never sees.
Why give an AI agent an Entra Agent ID instead of a service principal?
Service principals assume stable, long-lived workloads. Agent identities are a distinct object type built for agents that are created and destroyed at scale, must be told apart from human and app identities in logs, and require an accountable sponsor. Conditional Access can then target the agent identity itself.
AI gateway token limits in Azure API Management
The llm-token-limit policy enforces a tokens-per-minute limit or a token quota against a counter key such as a subscription key or IP. One noisy application can no longer consume the whole model deployment's quota.
Encryption at host vs Azure Disk Encryption
Encryption at host encrypts temp disks, caches, and the data flow to storage on the host itself and uses no VM CPU. Azure Disk Encryption runs in-guest BitLocker or dm-crypt and retires on 15 September 2028, so new VMs should use encryption at host.
Trusted launch: what Secure Boot and vTPM each do
Secure Boot refuses to boot unsigned boot loaders, kernels, and drivers. vTPM stores boot-chain measurements and enables remote attestation. Attestation fails whenever Secure Boot is off, and trusted launch requires a generation 2 VM.
How does just-in-time VM access actually work?
Defender for Servers Plan 2 keeps deny-all inbound rules on the selected management ports in the NSG and Azure Firewall. An approved request opens them for the requester's IP for a set window, then the previous rules are restored.
What makes Azure Bastion safer than a public management IP?
It brokers RDP and SSH over TLS on port 443, so target VMs need no public IP, no agent, and no exposed 3389 or 22. Dedicated SKUs run in a subnet that must be named AzureBastionSubnet.
What does Azure Arc do for server security?
It registers machines running outside Azure as Azure Resource Manager resources, so Defender for Servers, Azure Policy, machine configuration, and the Azure Monitor Agent reach them exactly as they reach an Azure VM.
Microsoft Defender for Containers
Covers the container lifecycle: vulnerability assessment of registry and running images, hardening recommendations for cluster configuration, agentless Kubernetes discovery, and runtime threat detection on nodes and workloads.
Web Application Firewall: Detection mode vs Prevention mode
Detection only logs matches, which is how you tune out false positives on a new deployment. Prevention blocks with HTTP 403. Under Core Rule Set anomaly scoring the block threshold is 5, so one Critical match is enough on its own.
What drives the Defender for Cloud secure score?
Recommendations from the Microsoft Cloud Security Benchmark, which foundational CSPM applies at no cost across Azure, AWS, and GCP. A higher score means lower identified risk, and recommendations are grouped into security controls.
What do you get only with the paid Defender CSPM plan?
Attack path analysis, the cloud security explorer, agentless VM vulnerability and secret scanning, AI security posture management, regulatory compliance assessments beyond the benchmark, governance rules, and risk prioritization.
Defender External Attack Surface Management (EASM)
Crawls your internet-facing footprint from the outside in to find unknown or unmanaged assets. It is included with the Defender CSPM plan and feeds internet-exposure data into attack path analysis and the cloud security explorer.
What does a multicloud connector give Defender for Cloud?
Connecting an AWS account or GCP project pulls its resources into the same asset inventory, recommendations, secure score, and workload protection plans, so all three clouds are assessed against one benchmark instead of three consoles.
Security Copilot: owner vs contributor role
Both can run sessions and promptbooks. Only an owner manages capacity settings, tenant-wide custom plugins, data sharing options, and the usage dashboard. Neither role by itself grants access to any underlying security data.
Microsoft Sentinel Reader, Responder, and Contributor
Reader views data, incidents, and workbooks. Responder adds managing incidents. Contributor adds creating and editing analytics rules and installing content hub solutions. Assign these at the resource group level.
Which role can actually run a Microsoft Sentinel playbook?
Microsoft Sentinel Playbook Operator can list and manually run playbooks; Logic App Contributor is needed to create or edit them. Sentinel Contributor alone cannot run one, because playbooks are separate Logic Apps resources.
What is a Microsoft Sentinel content hub solution?
A packaged set of connectors, analytics rules, hunting queries, workbooks, playbooks, and parsers for one product, installed and updated as a single unit instead of importing each artifact separately.
Which table do Windows Security events land in?
The Windows Security Events via AMA connector writes to SecurityEvent, with a data collection rule choosing All events, Common, Minimal, or custom XPath filters. Windows Event Forwarding writes to WindowsEvent instead, so SecurityEvent rules will not match it.
How does Sentinel collect syslog and CEF from appliances?
Devices send to a Linux log forwarder VM running rsyslog or syslog-ng with the Azure Monitor Agent, listening on port 514. A data collection rule filters facilities and severities; syslog lands in Syslog and CEF in CommonSecurityLog.
Sentinel automation rule vs playbook
An automation rule reacts to an incident or alert and can set severity, assign an owner, add tags, close it, or call a playbook. The playbook is the Logic App that performs the external action, such as isolating a device.
Microsoft Sentinel analytics retention limits
Analytics retention defaults to 30 days and extends to two years, with Microsoft Sentinel solution tables free to 90 days. Total retention in the data lake reaches 12 years, but lake data is not available to real-time analytics rules or hunting.
Frequently Asked Questions
How many questions are on the SC-500 exam?
Microsoft does not publish a fixed item count for SC-500. Its exam duration page states that the number of questions is subject to change and that most Microsoft certification exams typically contain 40-60 questions, with the number varying by exam. The certification page confirms you get 120 minutes to complete the exam. Treat any site that quotes an exact SC-500 question count as guessing.
What score do I need to pass SC-500?
A score of 700 or greater is required to pass, on Microsoft's scale that runs to 1000. This is a scaled score, not a raw percentage of questions answered correctly, so you cannot convert it into a number of correct items.
What is the SC-500 pass rate?
Microsoft does not publish exam-level pass rates for SC-500 or for any other role-based certification. Any specific percentage you find on a third-party prep site is invented rather than sourced from Microsoft.
What happens if I fail the SC-500 exam?
You must wait 24 hours before your first retake. A 14-day waiting period applies between all later attempts. You may not take the exam more than five times in a 12-month period measured from your first attempt, and after five failures you must wait 12 months from that first attempt. You pay for each attempt.
How long is the Cloud and AI Security Engineer Associate certification valid?
One year. Renewal is free: pass a short, unproctored, open-book online assessment on Microsoft Learn during your six-month eligibility window before expiration, and your certification is extended one year from the expiration date. There is no limit on renewal assessment retakes as long as you pass before the certification expires; you can retry immediately after a first failure, and after the second attempt Microsoft requires at least 24 hours between tries.
What are the four SC-500 skills areas and their weights?
Manage identity, access, and governance at 20-25 percent; Secure storage, databases, and networking at 25-30 percent; Secure compute at 20-25 percent; and Manage and monitor security posture at 20-25 percent. These weights come from the official Exam SC-500 study guide, last updated 13 May 2026.
Explore More Microsoft Azure Certifications
Continue into nearby exams from the same family. Each card keeps practice questions, study guides, flashcards, videos, and articles in one place.
More From This Family
Videos and articles for deeper review.