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.
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)- A5% (2)
- B85% (35)
- C7% (3)
- D2% (1)
Why each option
Before deploying software with many dependencies to production, a sandbox environment allows safe testing without risking system stability or uptime.
Deploying directly to production exposes live systems and users to potential downtime if the software or its dependencies cause conflicts or failures.
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.
Uninstalling the application software is unrelated to safely installing a new package with dependencies and does nothing to prevent downtime.
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
Community Discussion
No community discussion yet for this question.