Multiple choice technology

In which environment do we do the changes and test it ?

  1. Production

  2. Staging

  3. Development

  4. ABE

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Development is the environment where code/config changes are initially implemented and tested. Staging is for pre-production validation, and Production is the live environment. Making changes directly in Production is against standard practices, making Development the correct answer.