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…
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)- A75% (27)
- B6% (2)
- C3% (1)
- D17% (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
Community Discussion
No community discussion yet for this question.