Courseiva
Junos Automation Stack And DevOps ConceptshardMultiple ChoiceObjective-mapped

JNCIA-DevOps Junos Automation Stack And DevOps Concepts Practice Question

An automation engineer is designing a deployment strategy for Junos devices using Git branches. Which branching strategy model aligns best with continuous delivery where feature branches are merged frequently into a shared integration branch that automatically triggers staging tests?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Trunk-based development where developers merge small, frequent changes into a central main branch that drives automated pipelines.

GitFlow and trunk-based development describe common branching models; trunk-based development or short-lived feature branches with continuous integration are standard for modern DevOps.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Creating a separate permanent branch for every physical router in the network and never merging them.

    Why it's wrong here

    This creates unmaintainable branch drift and violates DRY (Don't Repeat Yourself) principles.

  • Locking the master branch for 12 months while developing a single monolithic configuration update offline.

    Why it's wrong here

    This is waterfall methodology, contrary to CI/CD and DevOps.

  • Using tag-based releases exclusively without utilizing any version control branches.

    Why it's wrong here

    Tags point to specific commits on branches; they do not replace branch management.

  • Trunk-based development where developers merge small, frequent changes into a central main branch that drives automated pipelines.

    Why this is correct

    Correct. Trunk-based development facilitates continuous integration and automated testing.

About these practice questions

This JNCIA-DevOps question is part of Courseiva's 306-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written and reviewed by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

Last reviewed August 2026 · checked against the official Juniper Networks exam blueprint

This JNCIA-DevOps practice question is part of Courseiva's free Juniper Networks certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the JNCIA-DevOps exam.