Question 797 of 1,152
Security OperationsmediumMultiple ChoiceObjective-mapped

SY0-701 Security Operations Practice Question

This SY0-701 practice question tests your understanding of security operations. Compare every option against the stated constraints before choosing — the best answer satisfies all requirements, not just the most obvious one. 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.

A security analyst is monitoring logs from the cloud access security broker (CASB) and observes that a user account downloaded 500 GB of data from a highly sensitive SharePoint document library within a single hour. The user's historical baseline shows an average daily download of less than 10 MB. Additionally, the log shows the session originated from an IP address in a country where the company has no employees or business operations. Which of the following actions is the most appropriate for the analyst to take?

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

Initiate the organization's incident response process for a potential data exfiltration event.

Option C is correct because the combination of a massive data download (500 GB vs. a 10 MB baseline) and a session originating from a country with no business presence strongly indicates a potential data exfiltration event. Initiating the incident response process ensures that the organization follows a structured, documented procedure to contain, analyze, and remediate the threat, preserving forensic evidence and coordinating response actions. The CASB log provides the initial indicators, but the incident response plan is the appropriate framework for handling such high-risk anomalies.

Key principle: Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Answer analysis

Option-by-option breakdown

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

  • Immediately block the user account and the source IP address at the CASB.

    Why it's wrong here

    This is too aggressive without confirmation that the activity is malicious. The account could be compromised, but a permanent block may alert an attacker and hinder forensic collection. Containment should be done as part of a coordinated incident response, not as a solo action.

    When this WOULD be correct

    This option would be correct if the question stated that the CASB has a predefined automated response policy for high-risk anomalies, and the analyst is required to execute that policy immediately to stop an active, confirmed attack with no time for investigation.

  • Contact the user directly by phone to verify whether they initiated the download.

    Why it's wrong here

    While verification is useful, this should not be the first step. If the account is compromised, contacting the user may tip off the attacker. The incident response process should be initiated first to ensure proper evidence handling and coordination.

    When this WOULD be correct

    This would be correct if the question described a moderate anomaly (e.g., 50 MB download from an unusual but known location) and the organization's policy required user verification before escalating to incident response.

  • Initiate the organization's incident response process for a potential data exfiltration event.

    Why this is correct

    Correct. The combination of anomalous data volume and unusual geolocation strongly suggests a security incident. The analyst should follow the incident response plan, which typically includes preserving logs, engaging the incident response team, and escalating per policy.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Disable the SharePoint document library and remove all user permissions to prevent further data loss.

    Why it's wrong here

    Disabling the entire library would cause a denial of service to legitimate users and is excessive. The focus should be on the specific account and session, not on shutting down the resource for everyone.

    When this WOULD be correct

    This option would be correct if the question described an immediate, ongoing data exfiltration with no time to follow standard procedures, and the organization's policy mandates immediate isolation of the affected resource to prevent further loss, even at the cost of business disruption.

Option-by-option analysis

Why each answer is right or wrong

Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The SY0-701 exam frequently reuses these exact scenarios with slightly different constraints.

Initiate the organization's incident response process for a potential data exfiltration event.Correct answer

Why this is correct

Correct. The combination of anomalous data volume and unusual geolocation strongly suggests a security incident. The analyst should follow the incident response plan, which typically includes preserving logs, engaging the incident response team, and escalating per policy.

Immediately block the user account and the source IP address at the CASB.Wrong answer — click to see why

Why this is wrong here

Immediately blocking the user and IP without investigation could destroy evidence and alert a potential attacker, hindering forensic analysis. The analyst should first initiate the incident response process to contain and investigate properly.

★ When this WOULD be the correct answer

This option would be correct if the question stated that the CASB has a predefined automated response policy for high-risk anomalies, and the analyst is required to execute that policy immediately to stop an active, confirmed attack with no time for investigation.

Why candidates choose this

Candidates may think that stopping the data loss as quickly as possible is the top priority, overlooking the need for a structured incident response to preserve evidence and avoid alerting the attacker.

Contact the user directly by phone to verify whether they initiated the download.Wrong answer — click to see why

Why this is wrong here

The indicators (500 GB download vs. 10 MB baseline, foreign IP) strongly suggest a security incident, not a benign anomaly. Contacting the user first could waste critical time and alert a potential attacker, violating incident response best practices.

★ When this WOULD be the correct answer

This would be correct if the question described a moderate anomaly (e.g., 50 MB download from an unusual but known location) and the organization's policy required user verification before escalating to incident response.

Why candidates choose this

Candidates often default to verifying with the user as a quick, non-disruptive step, underestimating the severity of data exfiltration indicators and the need for immediate incident response.

Disable the SharePoint document library and remove all user permissions to prevent further data loss.Wrong answer — click to see why

Why this is wrong here

Disabling the SharePoint library and removing permissions is too drastic and disruptive; it could halt legitimate business operations and does not follow a proper incident response procedure. The analyst should first initiate the incident response process to investigate and contain the threat methodically.

★ When this WOULD be the correct answer

This option would be correct if the question described an immediate, ongoing data exfiltration with no time to follow standard procedures, and the organization's policy mandates immediate isolation of the affected resource to prevent further loss, even at the cost of business disruption.

Why candidates choose this

Candidates may think that stopping the data loss as quickly as possible is the top priority, and disabling the library seems like a direct way to prevent further downloads, overlooking the need for a coordinated incident response and the potential business impact.

Analysis generated from the official SY0-701blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may choose to immediately block or contact the user, failing to recognize that the incident response process is the systematic, first-step action for potential data exfiltration, as it balances containment with forensic preservation and legal considerations.

Detailed technical explanation

How to think about this question

Under the hood, CASBs use user and entity behavior analytics (UEBA) to establish baselines (e.g., average daily download volume) and trigger alerts when deviations exceed thresholds (e.g., 50,000x increase). The IP geolocation mismatch is often cross-referenced with corporate VPN and remote access logs to rule out legitimate proxies. In a real-world scenario, the analyst would preserve the CASB logs, capture network flows (NetFlow/IPFIX), and potentially isolate the endpoint via EDR before engaging the incident response team to determine if the data was encrypted or exfiltrated via HTTPS or SMB over QUIC.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.

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

Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option.

Real-world example

How this comes up in practice

A SOC analyst notices unusual lateral movement in the network at 2 AM. The IR playbook dictates: identify and contain (isolate the affected machine), then eradicate (remove the malware), then recover (restore from backup), then document. Skipping containment before eradication risks the attacker regaining access. Questions like this test the sequence and rationale of incident response phases.

What to study next

Got this wrong? Here's your next step.

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

Related practice questions

Related SY0-701 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 SY0-701 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 SY0-701 question test?

Security Operations — This question tests Security Operations — Read the scenario before looking for a memorised answer..

What is the correct answer to this question?

The correct answer is: Initiate the organization's incident response process for a potential data exfiltration event. — Option C is correct because the combination of a massive data download (500 GB vs. a 10 MB baseline) and a session originating from a country with no business presence strongly indicates a potential data exfiltration event. Initiating the incident response process ensures that the organization follows a structured, documented procedure to contain, analyze, and remediate the threat, preserving forensic evidence and coordinating response actions. The CASB log provides the initial indicators, but the incident response plan is the appropriate framework for handling such high-risk anomalies.

What should I do if I get this SY0-701 question wrong?

Identify which exam domain this question belongs to, review the core concept, then practise similar questions from the same domain.

What is the key concept behind this question?

Read the scenario before looking for a memorised answer.

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

Keep practising

More SY0-701 practice questions

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 SY0-701 practice question is part of Courseiva's free CompTIA 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 SY0-701 exam.