Courseiva
Question 477 of 1,013
Security Program Management and OversightmediumMultiple ChoiceObjective-mapped

SY0-701 Security Program Management and Oversight Practice Question

A development team needs to release a security fix to a customer portal, but the change must not introduce a new outage or bypass review controls. Which practice best supports a secure and repeatable release?

⚠ Common exam trap

Many exam-takers confuse 'speed' with 'security' and choose direct production deployment (Option A) or skipping testing (Option C), failing to recognize that a controlled pipeline with rollback is the only way to meet both the security and reliability requirements simultaneously.

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

Use an approved pipeline with peer review, automated testing, and rollback steps

An approved pipeline with peer review, automated testing, and rollback steps ensures that the security fix is deployed in a controlled, repeatable manner. This approach prevents unauthorized changes, validates the fix through testing, and provides a safety net via rollback, directly addressing the requirement to avoid new outages and bypass review controls.

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 change directly in production so users get the fix immediately

    Why it's wrong here

    Hotfixing directly in production bypasses every change control gate and creates an unversioned, undocumented environment state; if the change is misconfigured there is no clean rollback path and the team cannot reproduce the exact released artifact. This anti-pattern also violates separation of duties and auditability requirements, and in regulated environments may constitute a compliance failure. Production should only be changed through the same automated, tested release process used for any other update.

  • Use an approved pipeline with peer review, automated testing, and rollback steps

    Why this is correct

    An approved pipeline that enforces peer review, automated testing, and rollback steps aligns with secure change and release management: the code is built once into an immutable artifact, tested automatically against unit, integration, and security regression suites, and deployed in a controlled manner with rollback procedures defined in advance. This reduces the probability of introducing new vulnerabilities while ensuring that, if an issue occurs, the team can rapidly restore service. It also provides a full audit trail for compliance and accountability.

  • Skip testing because security fixes should always be deployed quickly

    Why it's wrong here

    A security fix that skips testing is still code, and it can regress business logic, break downstream dependencies, or fail to actually close the vulnerability—silent failures that are far more expensive than a short test cycle. Automated scanning, regression tests, and smoke tests are precisely what verify both that the exploit path is closed and that nothing else is broken; deploying an untested fix to a customer-facing system risks a P0 outage alongside the vulnerability. Speed cannot come at the cost of basic verification in a production environment.

  • Let any on-call developer approve and deploy without documentation

    Why it's wrong here

    Allowing any on-call developer to approve and deploy without documentation removes all traceability and accountability, making it impossible to determine who changed what, why, and when—essential information for incident response and post-incident reviews. It also destroys the separation of duties required to prevent unauthorized or malicious changes from reaching production, and without a written record rollback becomes guesswork. Change management is not bureaucracy; it is the control that lets a team know the current production state and recover from any failure.

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

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.