- A
Apply the vendor patch immediately during business hours.
Why wrong: Patching may cause downtime and is not immediate enough for active exploitation.
- B
Enable just-in-time (JIT) VM access in Microsoft Defender for Cloud to lock down inbound traffic.
JIT reduces exposure by only allowing necessary traffic at scheduled times.
- C
Modify the network security group (NSG) to block all inbound traffic to the VM.
Why wrong: Blocking all inbound traffic may disrupt legitimate access to the application.
- D
Use the 'Remediate' option in Defender for Cloud to automatically apply the patch.
Why wrong: Defender for Cloud does not have automatic patching capability; it only recommends.
Quick Answer
The correct answer is to enable just-in-time (JIT) VM access in Microsoft Defender for Cloud to lock down inbound traffic. This is the most effective immediate action because JIT access dynamically reduces the attack surface by creating temporary, time-bound network security group (NSG) rules that allow only authorized traffic to the Azure VM, effectively isolating it from ongoing exploitation while you plan a permanent fix. On the Microsoft Security Operations Analyst SC-200 exam, this scenario tests your understanding of incident response prioritization—specifically, that containment (via JIT) must come before remediation (like patching), which can be slow or disruptive. A common trap is choosing to patch immediately, but the exam emphasizes that JIT provides instant protection without changing the VM’s configuration. Memory tip: think “JIT first, patch later”—just-in-time access buys you time to patch safely.
SC-200 Respond to security incidents Practice Question
This SC-200 practice question tests your understanding of respond to security incidents. 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. After answering, compare your reasoning against the explanation and wrong-answer breakdown below. 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.
Your organization is using Microsoft Defender for Cloud to protect Azure workloads. A critical vulnerability was discovered in a virtual machine that is part of a production application. The vulnerability has a high severity score and is actively being exploited in the wild. You need to respond quickly to mitigate the risk. What is the most effective immediate action?
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
Enable just-in-time (JIT) VM access in Microsoft Defender for Cloud to lock down inbound traffic.
Enabling just-in-time (JIT) VM access reduces the attack surface by restricting inbound traffic to the VM, providing immediate protection. Option A is incorrect because patching may take time and could disrupt operations. Option B is incorrect because network security groups (NSGs) are already in place and changing rules may not address the vulnerability directly. Option D is incorrect because Defender for Cloud does not have automatic patching; it only recommends.
Key principle: NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Apply the vendor patch immediately during business hours.
Why it's wrong here
Patching may cause downtime and is not immediate enough for active exploitation.
- ✓
Enable just-in-time (JIT) VM access in Microsoft Defender for Cloud to lock down inbound traffic.
Why this is correct
JIT reduces exposure by only allowing necessary traffic at scheduled times.
Related concept
Static NAT maps one inside address to one outside address.
- ✗
Modify the network security group (NSG) to block all inbound traffic to the VM.
Why it's wrong here
Blocking all inbound traffic may disrupt legitimate access to the application.
- ✗
Use the 'Remediate' option in Defender for Cloud to automatically apply the patch.
Why it's wrong here
Defender for Cloud does not have automatic patching capability; it only recommends.
Common exam traps
Common exam trap: NAT rules depend on direction and matching traffic
NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.
Detailed technical explanation
How to think about this question
NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.
KKey Concepts to Remember
- Static NAT maps one inside address to one outside address.
- PAT allows many inside hosts to share one public address using ports.
- Inside local and inside global describe the private and translated addresses.
- NAT ACLs identify traffic for translation, not always security filtering.
TExam Day Tips
- Identify inside and outside interfaces first.
- Check whether the scenario needs static NAT, dynamic NAT or PAT.
- Do not confuse NAT matching ACLs with normal packet-filtering intent.
Key takeaway
NAT direction and interface roles matter as much as the IP address mapping. Inside/outside designation controls which traffic is translated.
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 the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related SC-200 NAT questions on configuration and troubleshooting.
- →
Respond to security incidents — study guide chapter
Learn the concepts, then practise the questions
- →
Respond to security incidents 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?
Respond to security incidents — This question tests Respond to security incidents — Static NAT maps one inside address to one outside address..
What is the correct answer to this question?
The correct answer is: Enable just-in-time (JIT) VM access in Microsoft Defender for Cloud to lock down inbound traffic. — Enabling just-in-time (JIT) VM access reduces the attack surface by restricting inbound traffic to the VM, providing immediate protection. Option A is incorrect because patching may take time and could disrupt operations. Option B is incorrect because network security groups (NSGs) are already in place and changing rules may not address the vulnerability directly. Option D is incorrect because Defender for Cloud does not have automatic patching; it only recommends.
What should I do if I get this SC-200 question wrong?
Review the four NAT address types (inside local, inside global, outside local, outside global), PAT port overload, and static vs dynamic NAT use cases. Then practise related SC-200 NAT questions on configuration and troubleshooting.
What is the key concept behind this question?
Static NAT maps one inside address to one outside address.
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 →
Same concept, more angles
1 more ways this is tested on SC-200
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Your organization uses Microsoft Defender for Cloud to protect Azure resources. A security alert indicates that a virtual machine (VM) is communicating with a known malicious IP. The analyst needs to isolate the VM from the network to prevent further data exfiltration. What should the analyst do?
medium- A.Use Azure Bastion to connect to the VM and shut it down.
- B.Use Azure Monitor to create an alert and then manually stop the VM.
- C.Create an Azure Firewall rule to block traffic to the malicious IP.
- ✓ D.Apply a Just-in-time VM access policy in Microsoft Defender for Cloud to deny all inbound and outbound traffic.
Why D: Option B is correct because Defender for Cloud's Just-in-time VM access can create a network security group (NSG) rule to deny all traffic, effectively isolating the VM. Option A is wrong because Azure Bastion provides RDP/SSH access, not isolation. Option C is wrong because Azure Firewall rules apply to the entire network, not a single VM. Option D is wrong because Azure Monitor does not isolate VMs.
Keep practising
More SC-200 practice questions
- An organization uses Microsoft 365 Defender. During an incident, the analyst wants to automatically isolate a compromise…
- A security analyst is preparing to use a Jupyter notebook for threat hunting in Microsoft Sentinel. Which of the followi…
- An organization has enabled enhanced security features for a hybrid infrastructure including SQL servers on-premises and…
- A phishing email was delivered to several users. The analyst wants to find all messages in the campaign, see delivery ac…
- A company uses Microsoft Defender for Cloud and wants to automatically ensure that all Azure virtual machines have a spe…
- A company uses Microsoft Defender for Cloud and wants to automatically remediate non-compliant Azure resources by deploy…
Last reviewed: Jun 21, 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.