Question 1,138 of 1,152
Security OperationsmediumMultiple SelectObjective-mapped

Quick Answer

The answer is to keep the rule but alert only when the job runs outside its expected window or from an unexpected system. This approach is correct because effective SIEM rule tuning to reduce false positives involves adding contextual exceptions—such as known backup accounts, hosts, or signed processes—rather than disabling the rule entirely. By suppressing alerts for legitimate, scheduled activity while still monitoring for anomalies like an unauthorized system or off-schedule execution, you maintain visibility into real abuse without drowning in noise. On the Security+ SY0-701 exam, this tests your understanding of balancing detection fidelity with operational efficiency; a common trap is disabling the rule outright, which creates a blind spot for attackers leveraging compromised backup credentials. Remember the memory tip: “Don’t kill the rule, just narrow the scope”—always tune by exception, not by deletion.

SY0-701 Security Operations Practice Question

This SY0-701 practice question tests your understanding of security operations. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. 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 new SIEM rule generates hundreds of alerts from a scheduled backup job that is known to be legitimate. Which two tuning changes are the best ways to reduce noise without losing visibility into real abuse? Select two.

Clue words in this question

Noticing these words before you look at the options changes how you read each choice.

  • Clue: "best"

    Why it matters: Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

Question 1mediummulti select
Full question →

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

Add a targeted exception for the known backup account, host, or signed process.

Option A is correct because adding a targeted exception for the known backup account, host, or signed process allows the SIEM to suppress alerts for legitimate backup activity while still monitoring for anomalies. This reduces noise without disabling detection for potential abuse, such as an attacker using a compromised backup account or executing unauthorized backup processes.

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.

  • Add a targeted exception for the known backup account, host, or signed process.

    Why this is correct

    A targeted exception reduces repetitive false positives while still allowing the rule to catch unexpected activity. Limiting the exception to the specific backup account, host, or signed process keeps the control narrow and prevents broader blind spots. This is a common and appropriate tuning approach when a known-benign task is repeatedly triggering an alert.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Keep the rule but alert only when the job runs outside its expected window or from an unexpected system.

    Why this is correct

    Adding time and source constraints preserves detection value while suppressing routine backup activity. If the same behavior happens outside the approved maintenance window or from a different host, it becomes more suspicious and should still generate an alert. This approach balances alert volume with meaningful coverage.

    Clue confirmation

    The clue word "best" in the question point toward this answer.

    Related concept

    Read the scenario before looking for a memorised answer.

  • Disable the SIEM rule entirely because backup jobs are normal.

    Why it's wrong here

    Disabling the rule removes visibility into the same behavior if an attacker imitates the backup process or abuses those credentials. The goal is tuning, not blind spots. A better approach is to make the rule more precise so it still alerts on abnormal activity.

  • Mark every backup-related alert as harmless without review.

    Why it's wrong here

    Automatically dismissing all related alerts creates a dangerous assumption that normal activity can never be abused. Attackers often hide in routine processes and trusted accounts. The rule should still watch for deviations, rather than being ignored completely.

  • Stop logging backup systems so they no longer create noise.

    Why it's wrong here

    Suppressing logs sacrifices investigative visibility and makes it harder to detect misuse or troubleshooting issues. Logging is still valuable even when tuning alerts. The right fix is to refine detection logic, not eliminate data sources.

Common exam traps

Common exam trap: answer the scenario, not the keyword

The trap here is that candidates may think disabling the rule or ignoring alerts is acceptable for known-good activity, but the exam emphasizes tuning to reduce noise while preserving detection of anomalous behavior, not eliminating visibility entirely.

Detailed technical explanation

How to think about this question

SIEM rules often rely on event correlation from sources like Windows Event ID 4688 (process creation) or syslog entries from backup software. A targeted exception can be implemented using a whitelist filter on specific fields such as UserName, SourceIP, or ProcessHash (SHA256), ensuring that only known-good activity is suppressed. In real-world scenarios, attackers have used tools like Veeam or rsync to exfiltrate data, so maintaining visibility into unexpected execution times or source hosts is critical.

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 security analyst at a medium-sized enterprise encounters this scenario during an investigation or architecture review. The correct answer reflects best practice for the specific threat or control described. Answer the scenario, not the keyword: identify the specific constraint before choosing the most familiar-sounding option. Security exam questions test whether you can match controls to threats in context — not just recall definitions.

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: Add a targeted exception for the known backup account, host, or signed process. — Option A is correct because adding a targeted exception for the known backup account, host, or signed process allows the SIEM to suppress alerts for legitimate backup activity while still monitoring for anomalies. This reduces noise without disabling detection for potential abuse, such as an attacker using a compromised backup account or executing unauthorized backup processes.

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.

Are there clue words in this question I should notice?

Yes — watch for: "best". Signals that multiple options may be partially correct. Choose the option that most directly solves the exact problem described, not the one that sounds most complete.

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

Same concept, more angles

1 more ways this is tested on SY0-701

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. A new SIEM rule generates many alerts from a scheduled backup job that is known to be legitimate. What should the analyst do to improve alert quality?

easy
  • A.Disable all logging for the backup server.
  • B.Tune the rule to exclude the known backup activity pattern.
  • C.Ignore the alerts permanently because the job is approved.
  • D.Reimage the backup server to stop the alerts.

Why B: Option B is correct because tuning the SIEM rule to exclude the known backup activity pattern reduces false positives while preserving detection of actual threats. By creating an exception for the specific backup server's IP, schedule, or process hash, the analyst maintains visibility into anomalous behavior without being overwhelmed by noise.

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.