nerdexam
CompTIA

SK0-004 · Question #451

A systems administrator is installing a new software package on a server. The software has many dependencies. Which of the following would be the BEST solution for the systems administrator to take…

The correct answer is B. Deploy the software in a sandbox. Before deploying software with many dependencies to production, a sandbox environment allows safe testing without risking system stability or uptime.

Server administration

Question

A systems administrator is installing a new software package on a server. The software has many dependencies. Which of the following would be the BEST solution for the systems administrator to take to ensure there is no downtime with the installation of this software package?

Options

  • ADeploy the software to production
  • BDeploy the software in a sandbox
  • CUninstall the application software
  • DUninstall the software updates

How the community answered

(41 responses)
  • A
    5% (2)
  • B
    85% (35)
  • C
    7% (3)
  • D
    2% (1)

Why each option

Before deploying software with many dependencies to production, a sandbox environment allows safe testing without risking system stability or uptime.

ADeploy the software to production

Deploying directly to production exposes live systems and users to potential downtime if the software or its dependencies cause conflicts or failures.

BDeploy the software in a sandboxCorrect

A sandbox is an isolated environment that mirrors production, allowing the administrator to install and test the software and its dependencies without affecting live systems. If the installation causes conflicts or failures, only the sandbox is impacted. This ensures production uptime is preserved until the deployment is verified as stable.

CUninstall the application software

Uninstalling the application software is unrelated to safely installing a new package with dependencies and does nothing to prevent downtime.

DUninstall the software updates

Uninstalling software updates does not address the risk of installing a complex new package and could introduce security vulnerabilities on the server.

Concept tested: Sandbox environment for safe software deployment

Source: https://learn.microsoft.com/en-us/windows/security/application-security/application-isolation/windows-sandbox/windows-sandbox-overview

Topics

#software deployment#sandbox environment#change management#dependencies

Community Discussion

No community discussion yet for this question.

Full SK0-004 Practice