






















Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Automation and DevOps Specialist (JNCIS-DevOps) Latest Version: 6.0 Exam Questions with Correct Answers & Explanations | Graded A+ Study Guide
Typology: Exams
1 / 30
This page cannot be seen from the preview
Don't miss anything!























Which command is valid for accessing a Junos device using the RESTful API on the default port? A) B) C) D) A. Option A B. Option B C. Option C D. Option D
You need to reset all Junos systems in your lab to their factory-default state and then push a new configuration to the device. Which two Ansible modules would your playbook use to accomplish this task? (Choose two) A. junos_system_services B. junos_zeroize C. junos_get_facts D. junos_install_config
Click the Exhibit button. Exhibit: You are using RubyEZ to interact with a Junos device: however, you are not successfully connecting to the device. Referring to the exhibit, what is the problem? A. Argument passed to Netconf:: SSH.new statement must be referenced as variables B. Netconf::SSH.new statement only expects an IP address of the target device C. Netconf::SSH.new statement arguments must be hashes D. A Junos::Ez::Provider statement is missing before the Netconf::SSH. New statement
Click the Exhibit button. Exhibit:
How would you test the configuration snippet shown in the exhibit? A. Use the root@router% logger SSHD_LOGIN_FAILED command B. Use the root@router% logger - e SSHD_LOGIN_FAILED command C. Use the root@router% test SSHD_LOGIN_FAILED command D. Use the root@router% event SSHD_LOGIN_FAILED command
.
โ Answer: A, C GET retrieves data; POST submits data.
A. Load configuration B. Execute RPCs
A. archive B. rollback C. restore D. revert โ Answer: B Rollback restores previous stored configurations.
A. Run once only B. Always causes change C. Produces same result repeatedly D. Deletes configs โ Answer: C Idempotent operations produce the same outcome even if run multiple times.
A. Git B. Excel C. Notepad D. Telnet โ Answer: A Git tracks automation scripts and configuration versions.
A. get-config B. get-interface-information
C. show route D. ping โ Answer: B This RPC returns interface operational data.
A. Python B. SLAX C. COBOL D. HTML โ Answer: A, B Python and SLAX are supported scripting options.
A. SNMPv B. JTI C. FTP D. TFTP โ Answer: B Juniper Telemetry Interface (JTI) streams real-time telemetry.
A. Repository B. Switch C. Router RAM D. BIOS
A. SSH keys B. Username/password C. BIOS token D. MAC address โ Answer: A, B NETCONF authentication relies on SSH credentials or keys.
A. Jinja B. YAML C. Telnet D. Bash history โ Answer: A, B Jinja2 templates and YAML structures support automation configs.
A. show system users B. show system commit C. show version D. show route โ Answer: B Displays configuration commit logs.
A. func B. define C. def D. function โ Answer: C Python functions start with def.
A. Manual configs B. Isolation C. Automation pipelines D. Offline deployment โ Answer: C Pipelines unify developer and operations workflows.
A. candidate B. active C. temp D. backup โ Answer: B The active database runs the current configuration.
A. load B. save C. copy run D. write โ Answer: A Load imports configuration data.
A. Immutable infrastructure B. Manual backup
A. commit force B. commit check C. reboot D. shutdown โ Answer: B Validates syntax first.
A. Throughput B. Lead time C. Deployment rate D. CPU โ Answer: C Deployment frequency tracks release cadence.
A. Polling SNMP B. Streaming telemetry C. Manual CLI D. FTP dump โ Answer: B Streaming telemetry sends real-time updates.
A. Static CLI B. Infrastructure as Code C. Manual copy D. Telnet
โ Answer: B IaC enables templated reusable configurations.
A. GitHub Issues B. Calculator C. BIOS D. Ping โ Answer: A Issue trackers help manage automation tasks.
A. Commit B. Ping test C. Shutdown D. Delete โ Answer: B Connectivity checks ensure device access.
A. override B. merge C. delete D. reboot โ Answer: B Merge adds config without replacing entire structure.
โ Answer: A CI automates build and test processes.
A. remove B. delete C. clear D. wipe โ Answer: B Delete removes configuration statements.
C. Binary D. HEX โ Answer: B YAML uses indentation for structure.
A. Manual login B. Version-controlled templates C. Random edits D. Telnet sessions โ Answer: B Templates ensure consistent device configurations.
A. commit check B. commit confirmed C. commit override D. commit replace โ Answer: A โcommit checkโ validates syntax and reports errors without applying changes.
A. Ansible B. Chef C. Jinja D. Excel โ Answer: A, C Ansible uses Jinja2 templates to manage multiple devices efficiently.
A. rollback 1 B. rollback last C. restore point D. revert config โ Answer: A โrollback 1โ restores the previous configuration version.
A. Device.open() B. connect_device() C. Device.connect() D. junos_connect() โ Answer: C Device.connect() initiates the NETCONF session in PyEZ.
โ Answer: A The junos_config module handles configuration changes on Junos devices.
A. get-bgp-neighbors B. get-bgp-summary C. show bgp summary D. get-bgp-info โ Answer: B get-bgp-summary provides operational BGP neighbor data.
A. List B. Tuple C. Dictionary D. Set โ Answer: B Tuples cannot be modified after creation.
A. Commit check B. Testing on sandbox C. Random CLI edits D. Immediate production commit โ Answer: A, B Validation prevents errors from reaching production.
A. show system commit B. show configuration C. show version D. show system info โ Answer: A Displays current and past commit IDs.
A. Continuous Integration B. Continuous Delivery C. Infrastructure as Code D. Collaboration โ Answer: D Collaboration ensures smooth workflows and communication.
A. break B. exit C. continue D. pass โ Answer: A break immediately stops loop execution.
A. Streaming Telemetry B. Polling SNMP C. FTP pull D. CLI logs โ Answer: A Streaming telemetry pushes data continuously to subscribers.