Courseiva
Knowledge + Practice
CertificationsVendorsCareer RoadmapsLabs & ToolsStudy GuidesGlossaryPractice Questions
C
Courseiva

Free IT certification practice questions with explained answers for CCNA, CompTIA, AWS, Azure, Google Cloud, and more.

Certification Practice Questions

CCNA practice questionsSecurity+ SY0-701 practice questionsAWS SAA-C03 practice questionsAZ-104 practice questionsAZ-900 practice questionsCLF-C02 practice questionsA+ Core 1 practice questionsGoogle Cloud ACE practice questionsCySA+ CS0-003 practice questionsNetwork+ N10-009 practice questions
View all certifications →

Product

CertificationsCertification PathsExam TopicsPractice TestsExam Dumps vs Practice TestsStudy HubComparisons

Company

AboutContactEditorial PolicyQuestion Writing PolicyTrust Center

Legal

Privacy PolicyTerms of Service

Courseiva is a free IT certification practice platform offering original exam-style practice questions, detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics for Cisco, CompTIA, Microsoft, AWS, and other technology certifications.

© 2026 Courseiva. Courseiva is operated by JTNetSolutions Ltd. All rights reserved.

Courseiva is an independent certification practice platform and is not affiliated with, endorsed by, or sponsored by Cisco, Microsoft, AWS, CompTIA, Google, ISC2, ISACA, or any other certification vendor. Vendor names and certification marks are used only to identify the exams learners are preparing for.

← Junos Configuration Basics practice sets

JNCIA-JUNOS Junos Configuration Basics • Complete Question Bank

JNCIA-JUNOS Junos Configuration Basics — All Questions With Answers

Complete JNCIA-JUNOS Junos Configuration Basics question bank — all 0 questions with answers and detailed explanations.

94
Questions
Free
No signup
Certifications/JNCIA-JUNOS/Practice Test/Junos Configuration Basics/All Questions
Question 1mediummultiple choice
Review the full subnetting walkthrough →

A network engineer is configuring a new Juniper device. They intend to apply a firewall filter to an interface to only allow SSH traffic from a specific management subnet. Which configuration approach best follows Juniper best practices?

Question 2easymultiple choice
Review the full routing breakdown →

A junior engineer is asked to change the hostname of a Juniper device from 'Router-1' to 'Core-Router'. Which command sequence correctly commits the change?

Question 3hardmultiple choice
Open the full BGP breakdown →

During troubleshooting, an engineer notices that BGP sessions are flapping. They suspect that the issue might be related to the maximum number of routes allowed. To see if the BGP import policy is rejecting routes, which operational command would provide immediate insight?

Question 4mediummultiple choice
Review the full routing breakdown →

When configuring a new Juniper router, an engineer needs to ensure that configuration changes are not automatically committed after a certain time if not explicitly confirmed. Which configuration parameter controls this?

Question 5easymultiple choice
Read the full Junos Configuration Basics explanation →

A network administrator wants to view the current candidate configuration that has not yet been committed. Which command should be used?

Question 6hardmultiple choice
Read the full network assurance explanation →

An engineer is designing a network and needs to ensure that management traffic (SSH, SNMP) is always permitted, even if an interface firewall filter is applied. Which Juniper best practice should be followed?

Question 7mediummultiple choice
Read the full Junos Configuration Basics explanation →

A network engineer needs to add an additional IP address to an interface that already has a primary IP configured. Which method should be used?

Question 8easymultiple choice
Read the full Junos Configuration Basics explanation →

After making several configuration changes, an engineer wants to see what changes were made in the candidate configuration compared to the last committed configuration. Which command should be used?

Question 9mediummulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements are true regarding the Junos OS commit model?

Question 10hardmulti select
Read the full Junos Configuration Basics explanation →

Which THREE are valid methods to apply a firewall filter in Junos?

Question 11easymulti select
Read the full Junos Configuration Basics explanation →

Which TWO are correct statements about the Junos configuration hierarchy?

Question 12hardmulti select
Read the full Junos Configuration Basics explanation →

Which THREE statements about the 'commit' command are correct?

Question 13mediummultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. An engineer has made changes to the candidate configuration. What will happen when the engineer issues the 'commit' command?

Exhibit

Refer to the exhibit.

[edit]
user@router# show | compare
[edit interfaces ge-0/0/0 unit 0 family inet]
+ address 10.0.0.1/24;

[edit security]
+ policies {
+     from-zone trust to-zone untrust {
+         policy permit-all {
+             match {
+                 source-address any;
+                 destination-address any;
+                 application any;
+             }
+             then {
+                 permit;
+             }
+         }
+     }
+ }
Question 14hardmultiple choice
Read the full network assurance explanation →

Refer to the exhibit. An engineer notices that SNMP traffic from source 10.1.1.1 is being rejected on interface ge-0/0/1. The engineer wants to allow SNMP from this source while still blocking other SNMP traffic from the 10.0.0.0/8 range. Which change should be made?

Exhibit

Refer to the exhibit.

user@router> show configuration interfaces ge-0/0/1
unit 0 {
    family inet {
        filter {
            input BLOCK-SNMP;
        }
        address 192.168.1.1/24;
    }
}
user@router> show configuration firewall family inet filter BLOCK-SNMP
term 1 {
    from {
        source-address {
            10.0.0.0/8;
        }
        protocol udp;
        port 161;
    }
    then {
        reject;
    }
}
term 2 {
    then accept;
}
Question 15hardmultiple choice
Open the full BGP breakdown →

A company has a Juniper MX router acting as a BGP route reflector. The router has two routing instances: 'internet' and 'management'. The 'internet' instance uses a firewall filter to block traffic to the router's loopback address from external sources. After a recent configuration change, the engineer notices that SSH access to the router's loopback IP (10.0.0.1) from the internal management network (192.168.0.0/16) is being dropped. The firewall filter for the loopback interface in the 'internet' instance is correctly configured to allow traffic from 192.168.0.0/16. The management instance has no firewall filter applied. The engineer suspects that the issue is related to how the routing instances interact with the loopback interface. Which of the following is the most likely cause and solution?

Question 16mediummultiple choice
Review the full routing breakdown →

An engineer needs to apply a configuration change that adds a new static route to the Junos device. The engineer wants to ensure the change takes effect immediately and is persistent across reboots. Which command should the engineer use?

Question 17hardmulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements about configuration groups in Junos are correct? (Choose two.)

Question 18hardmultiple choice
Study the full IPv6 explanation →

Refer to the exhibit. An engineer configures interface ge-0/0/0 with both IPv4 and IPv6 addresses. The engineer notices that the interface is operationally up, but the IPv6 address is not pingable from a directly connected host. The host has an IPv6 address in the same subnet. What is the most likely cause?

Exhibit

Refer to the exhibit.

user@router> show configuration interfaces ge-0/0/0
unit 0 {
    family inet {
        address 10.0.0.1/24;
    }
    family inet6 {
        address 2001:db8::1/64;
    }
}
Question 19easymultiple choice
Review the full routing breakdown →

Your company has deployed a Juniper MX router at a branch office. The router has two upstream connections to different ISPs. The configuration currently uses a single static default route to ISP-A. The network team wants to add redundancy so that if ISP-A fails, traffic automatically uses ISP-B. The ISP-B connection is already configured on interface ge-1/0/0 with IP address 203.0.113.2/30. The next-hop IP for ISP-B is 203.0.113.1. The routing table should have a backup default route with a higher metric. Which configuration change meets the requirement?

Question 20mediummultiple choice
Read the full Junos Configuration Basics explanation →

An engineer needs to apply a configuration change to the Junos device that must survive a reboot. Which configuration mode command should be used to save the changes?

Question 21hardmulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements correctly describe Junos configuration hierarchy and management?

Question 22easymultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. What is the purpose of the 'family inet6' configuration on interface ge-0/0/0?

Exhibit

Refer to the exhibit.

user@router> show configuration interfaces ge-0/0/0
unit 0 {
    family inet {
        address 10.1.1.1/30;
    }
    family inet6 {
        address 2001:db8::1/64;
    }
}
Question 23mediumdrag order
Open the full VLAN trunking answer →

Order the steps to configure a VLAN on an EX Series switch running Junos.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 24mediumdrag order
Open the full BGP breakdown →

Order the steps to configure a BGP peering session in Junos.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 25mediummatching
Read the full Junos Configuration Basics explanation →

Match each Junos configuration mode command to its purpose.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Adds or modifies a configuration statement

Removes a configuration statement

Displays the current configuration

Activates the candidate configuration

Reverts to a previous configuration

Question 26mediummatching
Read the full Junos Configuration Basics explanation →

Match each Junos software process to its role.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Management daemon for CLI and configuration

Routing protocol daemon

Device control daemon for interface configuration

Chassis daemon for hardware monitoring

SNMP agent daemon

Question 27easymultiple choice
Read the full Junos Configuration Basics explanation →

An administrator makes changes to the candidate configuration and wants to automatically revert to the previous configuration if the changes cause a loss of connectivity. Which method should be used?

Question 28easymultiple choice
Read the full Junos Configuration Basics explanation →

A network engineer wants to quickly restore the device to a known good configuration after a failed change. What is the recommended approach?

Question 29easymultiple choice
Read the full Junos Configuration Basics explanation →

Which configuration group feature allows an administrator to apply common configuration settings to multiple interfaces without repeating the configuration?

Question 30mediummultiple choice
Open the full BGP breakdown →

An administrator wants to apply the same BGP configuration to all interfaces whose names start with 'ge-'. Which approach would dynamically match these interfaces?

Question 31mediummultiple choice
Read the full Junos Configuration Basics explanation →

Under what circumstance would the 'deactivate' command be useful in Junos configuration?

Question 32mediummultiple choice
Read the full NAT/PAT explanation →

An administrator needs to change a portion of the configuration by matching a pattern and replacing it with new text. Which Junos configuration mode command should be used?

Question 33hardmultiple choice
Review the full routing breakdown →

A company has two Juniper routers in a high-availability cluster with dual Routing Engines. The administrator performs a commit on the primary RE. What is the effect of using the 'commit synchronize' command?

Question 34hardmultiple choice
Read the full Junos Configuration Basics explanation →

An engineer needs to load a full configuration from a text file onto a Junos device, replacing the entire candidate configuration. Which command should be used?

Question 35hardmultiple choice
Read the full Junos Configuration Basics explanation →

While in configuration mode, an administrator wants to see the difference between the candidate configuration and the active configuration. Which command accomplishes this?

Question 36mediummulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements about configuration groups are correct? (Choose two.)

Question 37mediummulti select
Read the full Junos Configuration Basics explanation →

Which THREE statements about the commit operation are correct? (Choose three.)

Question 38hardmulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements about the rescue configuration are correct? (Choose two.)

Question 39easymultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. If the administrator now enters the command 'delete interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24' and then commits, what will be the result?

Exhibit

Refer to the exhibit.

[edit]
user@router# set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.1/24
user@router# set interfaces ge-0/0/0 unit 0 family inet address 192.168.1.2/24
user@router# show interfaces ge-0/0/0
unit 0 {
    family inet {
        address 192.168.1.1/24;
        address 192.168.1.2/24;
    }
}
Question 40mediummultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. What is the most likely cause of the commit check failure?

Exhibit

Refer to the exhibit.

[edit]
user@router# commit check
[edit interfaces xe-0/0/0 unit 0 family inet]
    'address 10.1.1.1/24'
    Error: Cannot configure an address on an interface that is not enabled with 'unit 0'
error: configuration check-out failed
Question 41hardmultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. An administrator wants to remove the address 10.0.0.2/24 from unit 0. Which configuration mode command achieves this without affecting other configuration?

Exhibit

Refer to the exhibit.

user@router> show configuration interfaces ge-0/0/1
unit 0 {
    family inet {
        address 10.0.0.1/24;
        address 10.0.0.2/24;
    }
}
unit 1 {
    family inet {
        address 10.0.1.1/24;
    }
}

user@router> show configuration interfaces ge-0/0/1 unit 0
family inet {
    address 10.0.0.1/24;
    address 10.0.0.2/24;
}
Question 42mediummultiple choice
Read the full Junos Configuration Basics explanation →

An administrator is configuring a new Junos device and wants to ensure that configuration changes are applied only after explicit commit confirmation. Which configuration statement should be used?

Question 43easymultiple choice
Read the full DHCP explanation →

A network engineer needs to configure an interface on a Juniper device to use DHCP to obtain an IP address. Which hierarchy is used to apply this configuration?

Question 44hardmultiple choice
Review the full routing breakdown →

An administrator is troubleshooting a configuration issue where a route filter is unexpectedly dropping traffic. The filter uses an 'exact' match type. Which statement correctly describes the behavior of the 'exact' match type in a prefix list?

Question 45easymultiple choice
Read the full Junos Configuration Basics explanation →

A Juniper device has multiple candidate configurations loaded. The administrator wants to discard all uncommitted changes and revert to the last committed configuration. Which command should be used?

Question 46mediummultiple choice
Review the full OSPF breakdown →

When configuring OSPF on a Juniper router, an engineer applies the 'area 0.0.0.0 interface ge-0/0/1.0 passive' command. What is the effect of this configuration?

Question 47hardmultiple choice
Read the full NAT/PAT explanation →

A network administrator is configuring a GRE tunnel on a Juniper device. The tunnel source is loopback 0 and destination is 192.0.2.1. Which additional configuration is necessary on the tunnel interface for the tunnel to become operational?

Question 48easymultiple choice
Review the full routing breakdown →

An administrator is configuring a static route to a remote network 10.10.10.0/24 via next-hop 192.168.1.1. Which command correctly adds this route?

Question 49mediummultiple choice
Read the full Junos Configuration Basics explanation →

A junior engineer is tasked with configuring a firewall filter to only allow SSH access to the management interface. The management interface is fxp0. Which configuration is correct?

Question 50hardmultiple choice
Review the full routing breakdown →

While troubleshooting a routing loop, an administrator captures traffic on an interface and sees packets with TTL=1 being forwarded. This indicates a potential misconfiguration. Which command can be used to verify whether the interface is configured with 'no-ttl-propagate'?

Question 51hardmultiple choice
Review the full routing breakdown →

Refer to the exhibit. The administrator applied a firewall filter named BLOCK-ICMP on the inbound direction of ge-0/0/0. However, pings from the router to 10.0.0.2 are successful. Why is this?

Exhibit

Refer to the exhibit.

```
edit
[edit]
user@router# show | display set | match ge-0/0/0
set interfaces ge-0/0/0 unit 0 family inet address 10.0.0.1/24
set interfaces ge-0/0/0 unit 0 family inet filter input BLOCK-ICMP
set interfaces ge-0/0/0 unit 0 family inet filter output ALLOW-ALL

[edit]
user@router# run ping 10.0.0.2 count 2
PING 10.0.0.2 (10.0.0.2): 56 data bytes
64 bytes from 10.0.0.2: icmp_seq=0 ttl=64 time=1.234 ms
64 bytes from 10.0.0.2: icmp_seq=1 ttl=64 time=1.345 ms

--- 10.0.0.2 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
```
Question 52easymultiple choice
Review the full routing breakdown →

Refer to the exhibit. A route policy named DENY-RFC1918 is configured. What is the final action of this policy for a route matching 172.20.0.0/16?

Exhibit

Refer to the exhibit.

```
user@router> show configuration | display set | match "policy-options"
set policy-options prefix-list BLOCK-RFC1918 10.0.0.0/8
set policy-options prefix-list BLOCK-RFC1918 172.16.0.0/12
set policy-options prefix-list BLOCK-RFC1918 192.168.0.0/16
set policy-options policy-statement DENY-RFC1918 term 1 from prefix-list BLOCK-RFC1918
set policy-options policy-statement DENY-RFC1918 term 1 then reject
set policy-options policy-statement DENY-RFC1918 term 2 then accept
```
Question 53mediummultiple choice
Review the full routing breakdown →

Refer to the exhibit. The administrator has configured a default static route. However, the route does not appear in the routing table. Based on the output, what is the most likely issue?

Exhibit

Refer to the exhibit.

```
user@router> show configuration interfaces ge-0/0/0
unit 0 {
    family inet {
        address 192.168.1.1/24;
    }
}

user@router> show configuration interfaces ge-0/0/1
unit 0 {
    family inet {
        address 10.0.0.1/24;
    }
}

user@router> show configuration routing-options static
route 0.0.0.0/0 next-hop 192.168.1.254;

user@router> show route protocol static

inet.0: 3 destinations, 3 routes (3 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both

0.0.0.0/0          *[Static/5] 00:10:00 > to 192.168.1.254 via ge-0/0/0.0
```
Question 54mediummulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements about the 'commit' operation in Junos are correct?

Question 55hardmulti select
Read the full NAT/PAT explanation →

Which THREE statements correctly describe the behavior of the 'replace pattern' command in Junos configuration mode?

Question 56easymulti select
Read the full Junos Configuration Basics explanation →

Which TWO commands can be used to view the current active configuration on a Juniper device?

Question 57easymultiple choice
Read the full Junos Configuration Basics explanation →

An engineer wants to revert all uncommitted changes in the candidate configuration and start fresh from the currently active configuration. Which command should be used?

Question 58mediummultiple choice
Read the full Junos Configuration Basics explanation →

A network administrator wants to add a new interface configuration to the candidate configuration while preserving all existing candidate changes. Which command should be used?

Question 59hardmultiple choice
Read the full Junos Configuration Basics explanation →

During a maintenance window, an engineer issues 'commit confirmed 5' but the change causes a connectivity loss. The engineer is unable to reconnect to the device before the timeout expires. What will happen?

Question 60easymultiple choice
Read the full Junos Configuration Basics explanation →

Which operational mode command displays the differences between the candidate configuration and the active configuration?

Question 61mediummultiple choice
Review the full routing breakdown →

An engineer needs to configure a static route on a Juniper device. Which statement is true regarding the configuration process?

Question 62hardmultiple choice
Read the full Junos Configuration Basics explanation →

After a series of configuration changes, an engineer wants to see only the lines that will be added or modified when the candidate is committed. Which command achieves this?

Question 63easymultiple choice
Read the full Junos Configuration Basics explanation →

Which command saves the active configuration to a file name other than the default rescue configuration?

Question 64mediummultiple choice
Read the full Junos Configuration Basics explanation →

An engineer issues the 'rollback 3' command in configuration mode. What is the effect?

Question 65hardmultiple choice
Read the full Junos Configuration Basics explanation →

A junior administrator is told to implement configuration changes that must survive a reboot. Which statement is correct?

Question 66easymulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements about configuration storage in Junos are true?

Question 67hardmulti select
Read the full Junos Configuration Basics explanation →

Which THREE statements about commit options are true?

Question 68easymulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements about configuration archival in Junos are true?

Question 69mediummultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. What will happen if the engineer commits this configuration?

Exhibit

[edit interfaces ge-0/0/0]
user@router# show
unit 0 {
    family inet {
        address 192.168.1.1/24;
    }
    family inet6 {
        address 2001:db8::1/64;
    }
}
user@router#
Question 70mediummultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. What is the effect of the pending changes?

Exhibit

user@router> show configuration | compare
[edit interfaces ge-0/0/1 unit 0 family inet]
+      address 10.0.0.1/24;
-      address 10.0.0.2/24;
Question 71hardmultiple choice
Read the full Junos Configuration Basics explanation →

Refer to the exhibit. What is the most likely cause of the error?

Exhibit

user@router# commit check
error: configuration check-out failed:
  syntax error
  '1.1.1.1/32'
  error: policy-options policy-statement test term 0 from protocol is not valid
Question 72easymultiple choice
Read the full Junos Configuration Basics explanation →

A network engineer needs to make a change to a Junos device and ensure the change can be reverted if it causes issues. Which feature should be used?

Question 73easymultiple choice
Read the full Junos Configuration Basics explanation →

A junior administrator wants to discard all uncommitted changes made in the current configuration session. Which command accomplishes this?

Question 74mediummultiple choice
Read the full Junos Configuration Basics explanation →

An engineer needs to add a set of configuration parameters to a group that can be inherited by multiple interfaces. Which configuration element should be used?

Question 75mediummultiple choice
Read the full Junos Configuration Basics explanation →

An administrator wants to save the current configuration as a rescue configuration. Which command sequence is correct?

Question 76mediummultiple choice
Read the full NAT/PAT explanation →

A technician needs to load a new configuration file that replaces only the specific hierarchy paths present in the file, leaving all other existing configuration unchanged. Which load statement is appropriate?

Question 77hardmultiple choice
Review the full routing breakdown →

In a dual Routing Engine (RE) setup, an engineer commits a configuration change that should be applied to both REs synchronously. What is the correct command to ensure both REs receive the same configuration immediately?

Question 78hardmultiple choice
Read the full Junos Configuration Basics explanation →

A network administrator needs to temporarily disable a set of configuration statements for testing without deleting them. Which approach should be used?

Question 79easymultiple choice
Read the full Junos Configuration Basics explanation →

An administrator wants to view the differences between the current candidate configuration and the last committed configuration. Which command displays this?

Question 80mediummultiple choice
Read the full Junos Configuration Basics explanation →

A network engineer needs to restore the factory-default configuration on a Junos device. Which command sequence is correct?

Question 81mediummulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements are true about the 'commit' operation in Junos?

Question 82hardmulti select
Read the full Junos Configuration Basics explanation →

Which TWO of the following are valid methods to load a configuration file into a Junos device?

Question 83hardmulti select
Read the full Junos Configuration Basics explanation →

Which THREE of the following are characteristics of configuration groups in Junos?

Question 84hardmultiple choice
Review the full OSPF breakdown →

Scenario: Your company has a Juniper MX Series router at a branch office running Junos 18.4. The device has been in production for two years with a stable configuration. Yesterday, a senior engineer made several changes to the OSPF configuration to optimize routing for a new link. They committed the changes and left for the day. This morning, the branch office experiences intermittent connectivity, and the OSPF neighbor relationships are flapping. You suspect the recent OSPF changes caused the issue. You have remote console access to the router. The goal is to restore network stability as quickly as possible while preserving the ability to re-apply the changes after troubleshooting. Which course of action should you take?

Question 85mediummultiple choice
Read the full VPN explanation →

Scenario: Your company has a Juniper SRX300 firewall used as a branch gateway. It runs Junos 15.1X49. The firewall has multiple security policies, NAT rules, and VPN tunnels. Recently, you added a new security policy to allow traffic from the internal network to a specific public server. After committing, you notice that the firewall is logging repeated denials for traffic that should be matched by the new policy. The policy appears correctly configured in the candidate configuration. You want to verify that the policy is actually active and check for any hidden rules that might be causing the issue. Which of the following is the most effective first step to troubleshoot this problem?

Question 86easymultiple choice
Read the full Junos Configuration Basics explanation →

An engineer has modified the configuration and wants to apply changes but also wants to verify that the changes are syntactically correct before committing. What command should the engineer use?

Question 87mediummultiple choice
Read the full Junos Configuration Basics explanation →

A network administrator wants to configure a user account for a junior engineer. The junior engineer should only be able to view configuration and use operational commands, but not modify anything. Additionally, the junior engineer should be required to authenticate using a local password. Which configuration accomplishes this?

Question 88easymulti select
Read the full Junos Configuration Basics explanation →

Which TWO statements are true about the Junos configuration hierarchy?

Question 89mediummulti select
Read the full Junos Configuration Basics explanation →

Which THREE of the following are valid commit options in Junos?

Question 90easymultiple choice
Read the full Junos Configuration Basics explanation →

You are a junior network engineer tasked with configuring a Juniper device for the first time. The device has just been powered on and you have console access. The device boots normally and shows the login prompt. There is no root password configured, but when you try to log in as root, you are prompted for a password. You do not have any previous configuration access. What should you do to gain access and begin configuring the device?

Question 91mediummultiple choice
Review the full routing breakdown →

A network operations team has received a new Juniper router to replace an existing legacy router. The team needs to apply a baseline configuration that includes system settings, interfaces, and security policies. The configuration is provided as a text file containing Junos configuration hierarchy syntax (e.g., 'system { host-name... }'). The engineer connects to the console and sees the prompt 'root@%'. What is the most efficient way to apply the configuration?

Question 92hardmultiple choice
Read the full network assurance explanation →

A network engineer accidentally committed a configuration on a Juniper router that caused a loss of management access via SSH and SNMP. The engineer has console access and the device is still operational. Before the change, the engineer had saved a rescue configuration using 'request system configuration rescue save'. Which action should the engineer take to restore management access most quickly?

Question 93hardmultiple choice
Read the full Junos Configuration Basics explanation →

A company runs a Juniper SRX firewall cluster consisting of two nodes (node0 primary, node1 secondary). The cluster has been stable. During maintenance, you modify the configuration on node0 and commit. After the commit, the cluster status shows node1 as 'ineligible'. You suspect a configuration mismatch. What should you do to synchronize the configuration without disrupting traffic?

Question 94hardmultiple choice
Review the full routing breakdown →

A Juniper router experiences a power outage. After power is restored, the router fails to boot completely and stops at the loader (U-Boot) prompt. You have console access. Before the outage, you had saved a rescue configuration. How can you load the rescue configuration to recover the system?

Practice tests

Scored 10-question sessions with instant feedback and explanations.

JNCIA-JUNOS Practice Test 1 — 10 Questions→JNCIA-JUNOS Practice Test 2 — 10 Questions→JNCIA-JUNOS Practice Test 3 — 10 Questions→JNCIA-JUNOS Practice Test 4 — 10 Questions→JNCIA-JUNOS Practice Test 5 — 10 Questions→JNCIA-JUNOS Practice Exam 1 — 20 Questions→JNCIA-JUNOS Practice Exam 2 — 20 Questions→JNCIA-JUNOS Practice Exam 3 — 20 Questions→JNCIA-JUNOS Practice Exam 4 — 20 Questions→Free JNCIA-JUNOS Practice Test 1 — 30 Questions→Free JNCIA-JUNOS Practice Test 2 — 30 Questions→Free JNCIA-JUNOS Practice Test 3 — 30 Questions→JNCIA-JUNOS Practice Questions 1 — 50 Questions→JNCIA-JUNOS Practice Questions 2 — 50 Questions→JNCIA-JUNOS Exam Simulation 1 — 100 Questions→

Practice by domain

Each domain maps to a weighted exam section. Focus on the domain where you are weakest.

User InterfacesJunos Configuration BasicsOperational Monitoring and MaintenanceRouting FundamentalsNetworking FundamentalsJunos OS Fundamentals

Practice by scenario

Filter questions by type — troubleshooting, exhibit, drag-and-drop, PBQ, ACLs, OSPF, and more.

Browse scenarios→

Continue studying

All Junos Configuration Basics setsAll Junos Configuration Basics questionsJNCIA-JUNOS Practice Hub