Skip to content
CNPA
Continuous Delivery and Platform Engineering
hard
Question 1 of 32

A platform team is designing a CI pipeline for a monorepo containing 20 independent microservices. The current pipeline builds and tests all services on every commit, resulting in 40-minute build times for even single-service changes. Which optimization strategy best addresses this?

AMove all services to separate repositories to eliminate the monorepo problem entirely
BImplement path-based pipeline triggering that only builds and tests services affected by changed files
CAdd more CI runners to parallelize the entire monorepo build on every commit
DAllow developers to manually skip tests for services they believe are unaffected by their changes

Educational Content — CertQnA practice questions are written against official exam objectives, covering the same domains tested on the real exam. All content is original and independent — not actual exam questions, not affiliated with any certification vendor. Learn more about our content policy

Discussion

Be the first to share your understanding of this concept

⚠️ Discussion is for concept clarification only. Do not share or request actual exam questions or answers.

Sign in to join the discussion