Multiple choice technology mainframe

Route for Moving Across Regions

  1. DEV01->ASM00->INT01->ACC00->PRD00

  2. DEV01->INT01->ACC00->ASM00->PRD00

  3. INT01->Dev01->ASM00->ACC00->PRD00

  4. DEV01->INT01->ASM00->ACC00->PRD00

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

The standard promotion route moves code from Development (DEV01) to Integration (INT01), then Assembly (ASM00), then Acceptance (ACC00), and finally Production (PRD00). This follows the typical software deployment lifecycle.