nerdexam
Adobe

AD0-E136 · Question #80

What is the benefit of deploying a single project with all merged configurations?

The correct answer is A. Simplifies CI/CD pipeline management. Deploying a single project with all merged configurations centralizes your build and release process into one pipeline, eliminating the need to manage separate pipelines for multiple projects or configuration variants - this is the core benefit that simplifies CI/CD pipeline…

Testing and Go-Live

Question

What is the benefit of deploying a single project with all merged configurations?

Options

  • ASimplifies CI/CD pipeline management
  • BAvoids the need for dispatcher configuration updates
  • CReduces metadata extraction efforts
  • DMinimizes testing requirements across environments

How the community answered

(36 responses)
  • A
    75% (27)
  • B
    6% (2)
  • C
    3% (1)
  • D
    17% (6)

Explanation

Deploying a single project with all merged configurations centralizes your build and release process into one pipeline, eliminating the need to manage separate pipelines for multiple projects or configuration variants - this is the core benefit that simplifies CI/CD pipeline management (A).

Why the distractors are wrong:

  • B is incorrect because merging configurations into one project still requires dispatcher or routing configuration updates if you're directing traffic - it doesn't eliminate that concern.
  • C is incorrect because metadata extraction complexity is unrelated to whether configurations are merged; you still extract the same metadata regardless.
  • D is incorrect because a merged configuration can actually increase testing responsibility, since you must validate that all merged settings work correctly together across the same environments.

Memory tip: Think of "merged = one pipeline to rule them all." A single unified project means one CI/CD workflow to trigger, monitor, and maintain - which directly maps to simplifying pipeline management.

Topics

#CI/CD Pipeline#Deployment Strategy#Configuration Management#Project Architecture

Community Discussion

No community discussion yet for this question.

Full AD0-E136 Practice