A tightly controlled staging environment catches the gap between customer demos and production sites
Given a scenario, analyze the solution design in support of the business requirements.
AnswerCorrect answer: C — A tightly controlled staging environment mirrors production, so customers see and approve the same build that will be commissioned.
A web consultancy group currently works in an isolated development environment. The group uses this environment for the creation of the final solution, but also for showcasing it to customers, before commissioning the sites in production. Recently, customers of newly commissioned sites have reported they are not receiving the final product shown by the group, and the website is performing in unexpected ways. Which of the following additional environments should the group adopt and include in its process?
Provide each web consultant a local environment on their device.
Require each customer to have a blue-green environment.
Leverage a staging environment that is tightly controlled for showcasing. Correct Answer
Initiate a disaster recovery environment to fail to in the event of reported issues.
80% of anonymous learners picked answer C.
Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Environment design is about matching the showcase and test environment to production, and staging is the purpose-built tier that absorbs configuration drift before customers see it.
Customers receive sites that differ from what was demonstrated because the consultancy only has an isolated development environment that does not mirror production. Adding a staging environment that closely replicates production lets the group showcase and validate the exact build that will be commissioned.
Blue-green (B) is a production deployment switching pattern for the operator, not something a customer adopts, and local per-device environments (A) would multiply drift rather than remove it.
Community Discussion (5 comments)
BigM👍 1Selected: C
Explanation: The issue described indicates a discrepancy between what is shown to customers in the development environment and what is actually delivered in production. ✔ A staging environment acts as a final testing ground that closely resembles production. By showcasing the solution in a controlled staging environment, the consultancy group can ensure consistency and avoid unexpected issues when transitioning to production.
e6f3a5a👍 1Selected: C
Agree with C after research from other websites.
Joshuac1392👍 2Selected: C
C. Leverage a staging environment that is tightly controlled for showcasing. A staging environment is a near-exact replica of a production environment for testing purposes. This includes the same configurations, hardware, and software specifications. By adopting a staging environment, the consultancy group can ensure that the final product shown to customers closely matches what will be deployed in production. It serves as the last phase of testing to catch any remaining issues and allows clients to review and approve the work before it goes live. This approach should help address the discrepancy between the showcased product and the final deployed site, mitigating unexpected performance issues.
FrancisDrake👍 1
And I'm also not sure the entire solution is here. I've looked elsewhere and this answer does not look complete.
FrancisDrake👍 1Selected: A
I would provide each consultant with a local environment on their device. The consultants are already tightly controlling the staging environment and are running into problems in the real world.
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Log in to comment, report an error, or add a note about this question.
Expert Analysis
Why the Answer Is Correct
The complaint is that commissioned sites behave differently from the demonstrated product, which is the classic symptom of showcasing work in an environment that does not resemble production. A staging environment is a tightly controlled near-replica of production, used for final validation and customer sign-off. Showcasing from staging means the demonstrated build and the commissioned build are the same artifact, closing the gap the customers are reporting.
Why the Other Options Are Wrong
A, a local environment per consultant, increases the number of divergent environments and makes drift worse, not better. B, requiring customers to maintain a blue-green environment, misunderstands the pattern: blue-green is a deployment switch operated by the provider in production, and customers cannot be tasked with running it. D, a disaster recovery environment, exists to restore service after a failure and has no role in validating that a delivered site matches its demo.
Community Comment Notes
Joshuac1392 explains that staging is a near-exact replica of production and therefore guarantees the showcased product matches what is deployed. BigM agrees, noting the discrepancy between demo and delivery is exactly what a controlled staging tier eliminates. FrancisDrake argues for A on the ground that consultants already control their environment tightly, but stands alone; e6f3a5a confirms C after checking other sources.