220-1102 · Question #228
Which of the following is used to identify potential issues with a proposed change prior to implementation?
The correct answer is D. Sandbox testing. Sandbox testing is used to identify potential issues with a proposed change by deploying it in an isolated environment before implementation.
Question
Which of the following is used to identify potential issues with a proposed change prior to implementation?
Options
- ARequest form
- BRollback plan
- CEnd-user acceptance
- DSandbox testing
How the community answered
(36 responses)- B6% (2)
- C3% (1)
- D92% (33)
Why each option
Sandbox testing is used to identify potential issues with a proposed change by deploying it in an isolated environment before implementation.
A request form is documentation for initiating a change, not for testing or identifying issues prior to implementation.
A rollback plan outlines steps to revert a change if issues occur during or after implementation, rather than identifying issues beforehand.
End-user acceptance is a validation step performed by users after a change has been implemented, not for identifying issues prior to implementation.
Sandbox testing involves deploying a proposed change in an isolated, non-production environment to simulate its effects and identify potential issues before it impacts live systems. This allows for thorough testing and validation, ensuring that any problems can be addressed without risking critical operations.
Concept tested: Change management testing methodologies
Source: https://learn.microsoft.com/azure/architecture/guide/developer/azure-dev-test-environments
Topics
Community Discussion
No community discussion yet for this question.