After a project deployment, several bugs are identified by end users and prioritized by the project team.
What are two ways a consultant should resolve these issues? (Choose two.)
Click on the arrows to vote for the correct answer
A. B. C. D.AC
When resolving bugs identified after a project deployment, there are two recommended approaches a consultant can take:
Build out issue resolution release in the appropriate development sandbox:
Perform user acceptance testing (UAT) in the appropriate development sandbox or a Full sandbox:
It's worth noting that option D, building out the issue resolution release in the production environment, is generally not recommended. Making changes directly in the production environment without proper testing can introduce new issues or disrupt the system for end users. Therefore, it's best practice to perform changes and testing in a separate sandbox environment before deploying to production.