• 4.9/5.0
  • 100 Questions
  • Updated on: 7-Apr-2026
  • Junos - Associate (JNCIA-Junos)
  • 1100+ Prepared
  • Valid Worldwide

Free JN0-105 Practice Test Questions | Know You're Ready for Junos - Associate (JNCIA-Junos)


You received a new Junos device and are configuring the system-related settings. You must configure this device for the current date and time on the US West coast. You have set the time zone to America/Los_Angeies. however the time and date did not change.
In this scenario, which two additional actions would satisfy this requirement? (Choose two.)

A. Set the date and time setting manually.

B. Configure an NTP server.

C. Configure a DNS server.

D. Reboot the device.

A.   Set the date and time setting manually.
B.   Configure an NTP server.

Explanation: When configuring the system-related settings for the current date and time on a Junos device, especially for a specific time zone like America/Los_Angeles, and the time does not automatically adjust, two effective actions can be taken. Firstly, setting the date and time manually allows for immediate correction of the system clock. This can be done via the CLI with the appropriate set date and time command. Secondly, configuring the device to use an NTP server can provide ongoing synchronization with an accurate time source, ensuring that the device maintains the correct time and date automatically in the future, even in the case of restarts or minor drifts in the internal clock.

Which statement is correct when multiple users are configuring a Junos device using the configure private command?

A. A commit by any user will commit changes made by all active users.

B. A commit will not succeed until there is only a single user in configuration mode.

C. Each user gets their own candidate configuration.

D. Each user shares the same candidate configuration.

C.   Each user gets their own candidate configuration.

Explanation: When multiple users are configuring a Junos device using the "configure private" command, each user gets their own candidate configuration (C). This allows for isolated configuration sessions, where changes made by one user do not impact or interfere with the changes made by another user in their private session.

You are asked to view the real-time usage statistics for the busiest interfaces on a device running Junos OS.
Which command will achieve this task?

A. monitor traffic absolute-sequence

B. monitor interface traffic

C. monitor traffic

D. show interfaces extensive

B.   monitor interface traffic

Explanation: To view real-time usage statistics for the busiest interfaces on a device running Junos OS, the correct command is B, "monitor interface traffic." This command provides a dynamic, real-time view of the traffic flowing through the interfaces, allowing administrators to quickly identify and monitor the busiest interfaces on the device.

Which two statements are correct regarding Layer 2 network switches? (Choose two.)

A. Switches create a single collision domain.

B. Switches are susceptible to traffic loops.

C. Switches flood broadcast traffic.

D. Switches do not learn MAC addresses.

B.   Switches are susceptible to traffic loops.
C.   Switches flood broadcast traffic.

Explanation: Layer 2 network switches are crucial components in local area networks (LANs), providing multiple functions for data packet forwarding and network segmentation. One inherent characteristic of switches is their susceptibility to traffic loops, especially in networks with redundant paths. Without proper loop prevention protocols like Spanning Tree Protocol (STP), loops can cause broadcast storms and network instability. Additionally, switches inherently flood broadcast traffic to all ports within the broadcast domain, except the port on which the broadcast was received. This is because broadcast frames are meant to be delivered to all devices within the VLAN, and the switch ensures this by flooding these frames to all ports in the VLAN, except the source port.

What information does the forwarding table require so that the device forwards traffic? (Choose three.)

A. OSPF metric value

B. next hop IP address

C. BGP local preference value

D. outgoing interface name

E. next hop MAC address

B.   next hop IP address
D.   outgoing interface name
E.   next hop MAC address

Explanation: The forwarding table in a network device requires specific information to efficiently forward traffic toward its destination. This includes the next hop IP address, which indicates the next router or device in the path to the destination. The outgoing interface name identifies the physical or logical interface through which the packet should be sent to reach the next hop. Lastly, the next hop MAC address is crucial for Layer 2 forwarding decisions, allowing the device to encapsulate the IP packet in a frame that can be understood by Ethernet or other Layer 2 protocols. OSPF metric values and BGP local preference values are used in the routing decision process to select the best path and populate the forwarding table but are not directly used by the forwarding table to forward traffic.

Which two fields are you required to enter when you create a new user account? (Choose two.)

A. username

B. full name

C. user ID

D. login class

A.   username
D.   login class

Explanation: In Junos OS, when creating a new user account, the minimum required fields are the username and the login class. The username is the identifier for the account, while the login class specifies the level of access or permissions the user has on the device. Login classes allow for the differentiation between various roles, such as read-only access or full administrative rights. Other information, such as full name or user ID, is optional and not strictly necessary for the creation of a functional user account.

What are two advantages of using the Junos OS? (Choose two.)

A. It enables you to roll back to a previous configuration.

B. It pushes your configuration changes "live" immediately.

C. It is modular.

D. It supports up to a maximum of two previous configurations.

A.   It enables you to roll back to a previous configuration.
C.   It is modular.

Explanation: One of the key advantages of Junos OS is its ability to roll back to previous configurations. This feature allows administrators to revert to an earlier configuration state, which is invaluable for quickly recovering from configuration errors or undesired changes. Junos OS maintains an archive of previous configurations, enabling easy rollback to any saved state. Another significant advantage of Junos OS is its modular design. The operating system is structured so that different processes and services run in separate protected memory spaces, enhancing the stability and reliability of the system. If one process fails, it does not affect the others, thereby minimizing the risk of system-wide failures.

When considering routing policies, which two statements are correct? (Choose two.)

A. Routing policies are applied to interfaces as input or export filters.

B. An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base.

C. Policy terms are evaluated from top to bottom with action taken on the first match found.

D. Policy terms are evaluated from top to bottom with the most restrictive action taken of all the matching terms.

B.   An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base.
C.   Policy terms are evaluated from top to bottom with action taken on the first match found.

Explanation: Routing policies in Junos OS are crucial for controlling route advertisements and path selection. The correct answers are B and C. An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base (RIB), and policy terms are evaluated from top to bottom, with action taken on the first match found. This sequential evaluation allows for precise control over routing decisions.

Page 5 out of 13 Pages