nerdexam
Adobe

AD0-E136 · Question #70

Which step ensures a seamless deployment process?

The correct answer is B. Using automated testing within Cloud Manager pipelines. Using automated testing within Cloud Manager pipelines (B) ensures a seamless deployment process because it catches errors before they reach production, enforces consistency across deployments, and removes human error from the release cycle - all without manual intervention…

Testing and Go-Live

Question

Which step ensures a seamless deployment process?

Options

  • ADirectly editing configurations in the production environment
  • BUsing automated testing within Cloud Manager pipelines
  • CSkipping the staging environment for small updates
  • DManually configuring assets in the Cloud environment

How the community answered

(16 responses)
  • A
    13% (2)
  • B
    81% (13)
  • C
    6% (1)

Explanation

Using automated testing within Cloud Manager pipelines (B) ensures a seamless deployment process because it catches errors before they reach production, enforces consistency across deployments, and removes human error from the release cycle - all without manual intervention.

Why the distractors are wrong:

  • A - Directly editing production configs is dangerous and bypasses validation; any mistake immediately affects live users.
  • C - Skipping staging removes the safety net that catches environment-specific issues; "small" updates can still break production.
  • D - Manual asset configuration is error-prone, slow, and not reproducible - the opposite of seamless.

Memory tip: Think of the word seamless - it means "no gaps or breaks." Automated pipelines are the only choice with no gaps: code flows through testing → staging → production without manual stitching. Any option involving "manual" or "skipping" introduces a seam.

Topics

#Deployment Automation#Cloud Manager Pipelines#Automated Testing#Best Practices

Community Discussion

No community discussion yet for this question.

Full AD0-E136 Practice