Courseiva
Junos Automation Stack And DevOps ConceptsmediumMultiple SelectObjective-mapped

JNCIA-DevOps Junos Automation Stack And DevOps Concepts Practice Question

An organization is implementing a Git-based version control strategy for Junos network configurations. Which THREE practices are considered standard DevOps workflows when managing network configurations in Git? (Choose THREE)

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

Tagging specific repository commits to mark official production releases or maintenance versions

Standard Git workflows involve storing configurations as plain text templates, using pull/merge requests for peer review before merging, and tagging repository commits corresponding to official maintenance windows or production releases.

Answer analysis

Option-by-option breakdown

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

  • Tagging specific repository commits to mark official production releases or maintenance versions

    Why this is correct

    Git tags provide immutable reference points for specific production-deployed configuration states.

  • Directly committing experimental production changes to the master branch without review

    Why it's wrong here

    Directly committing untested changes to production branches violates DevOps governance and CI/CD best practices.

  • Storing network device configuration templates as plain text files in a repository

    Why this is correct

    Plain text storage enables diff tracking, version history, and automated code review.

  • Submitting configuration changes through pull requests or merge requests for peer review

    Why this is correct

    Pull/merge requests enable collaborative code review and automated CI pipeline gates before merging.

  • Encrypting all configuration text files using binary compressed archives inside Git

    Why it's wrong here

    Binary compression prevents Git from showing text diffs and defeats the purpose of version control transparency.

About these practice questions

This JNCIA-DevOps question is part of Courseiva's 307-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.