Multiple choice technology architecture

The Deployment happens in the following order

  1. Development -->Integration ? Prelife ? Production

  2. Development ? Production -->Integration ? Prelife

  3. Development ? Prelife -->Integration ? Production

  4. Development -->Integration ? Production ? Prelife

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

Development → Integration → Prelife → Production is the standard deployment order. Code moves from development through integration testing, to pre-production (prelife) for final validation, and finally to production.