Courseiva

Juniper Networks Security, Associate (JNCIA-SEC, JN0-232) (JNCIA-SEC) (JNCIA-SEC) — Questions 175

513 questions total · 7pages · All types, answers revealed

Page 1 of 7

Page 2
1
MCQmedium

You have configured security syslog messages, but no logs are appearing on your external syslog server. Which operational command can you use to verify that the SRX is actively generating and sending syslog messages?

A.show syslog statistics
B.show log messages | match syslog
C.show system logging
D.show security syslog status
AnswerC

This command displays logging configuration status, active destinations, and message delivery counts/errors.

Why this answer

The show log command displays local log files, but to check syslog transmission status and drop counts, show log messages or checking system logging statistics is used. Alternatively, show system logging displays the status.

2
Multi-Selecteasy

When configuring physical and logical interfaces on an SRX Series device, which TWO parameters are required to properly define a logical unit for IP routing? (Choose two)

Select 2 answers
A.BGP autonomous system number
B.Chassis cluster redundancy group ID
C.MAC address override
D.Family inet IP address assignment
E.Interface unit number (e.g., unit 0)
AnswersD, E

An IP address family (inet for IPv4) is required for layer 3 routing on the interface unit.

Why this answer

Configuring a logical unit requires an interface unit number and an inet family IP address configuration.

3
Multi-Selecthard

Which THREE parameters can be configured when tuning an Antivirus profile in Junos OS UTM? (Choose three.)

Select 3 answers
A.Action upon virus detection (e.g., block or permit)
B.Protocol-specific sub-profiles (HTTP, FTP, SMTP, etc.)
C.Maximum file size inspection limit
D.URL rating server timeout threshold
E.DNSBL blacklist server domain
AnswersA, B, C

Action defines what happens when malware is found.

Why this answer

Antivirus profiles allow tuning options such as inspection protocols, action upon virus detection, and maximum file size limits.

4
MCQeasy

Which type of Junos OS address book entry is available to all security zones on the device without needing to be redefined?

A.Zone-specific address book
B.Global address book
C.Functional address book
D.Interface address book
AnswerB

Global address books provide definitions available across all security zones.

Why this answer

A global address book entry is accessible by security policies across all zones on the SRX device.

5
MCQmedium

An administrator configures a Source NAT pool with multiple IP addresses. By default, how does Junos OS allocate port and IP addresses from this pool for new sessions?

A.Using only the first IP in the pool until port exhaustion occurs before utilizing subsequent IP addresses.
B.Hashing the internal source IP and port to bind it to a fixed pool IP (Persistent NAT).
C.Randomized IP selection for every new session regardless of source IP.
D.Sequential or round-robin allocation across the pool addresses.
AnswerD

Junos allocates addresses from source NAT pools sequentially or using round-robin distribution by default.

Why this answer

By default, Junos OS uses deterministic or round-robin / sequential address allocation from source NAT pools, pairing source IPs with available ports across the pool addresses.

6
MCQmedium

You are configuring a branch SRX Series device and need to verify the current zone assignments for all interfaces. Which operational command displays interfaces along with their associated security zones?

A.show zones interface-mapping
B.show interfaces security-zone
C.show firewall zones
D.show security zones
AnswerD

'show security zones' lists all security zones and the interfaces mapped to each zone.

Why this answer

The command 'show security zones' displays security zones and their assigned interfaces.

7
MCQeasy

Which statement correctly identifies the purpose of Junos OS functional zones?

A.Functional zones replace security policies for inter-VLAN routing.
B.Functional zones are created by administrators to group high-priority servers.
C.Functional zones are built-in system zones used to handle specific traffic types like management or host-bound traffic.
D.Functional zones allow unauthenticated guest access without security policies.
AnswerC

Functional zones include junos-host and junos-mgmt for internal device traffic.

Why this answer

Functional zones are pre-defined system zones that handle specialized traffic such as management or device-originated traffic.

8
MCQeasy

Which statement is true regarding the default security zone behavior in Junos OS?

A.Traffic between different security zones is permitted by default.
B.Traffic destined for the routing engine is blocked unless security policies permit it.
C.Traffic between different security zones is blocked by default.
D.Traffic between interfaces in the same security zone is blocked by default.
AnswerC

Explicit security policies are required to allow transit traffic between zones.

Why this answer

By default, traffic between two different security zones is denied unless explicitly permitted by a security policy.

9
MCQmedium

An administrator configures Static NAT for an internal server. After committing the configuration, the administrator notices that when external clients initiate connections, the session is created, but outbound traffic from the internal server fails to egress with the static NAT IP. Upon checking rule ordering, a broad Source NAT rule for the entire internal subnet is positioned above the static NAT evaluation stage. How does Junos NAT rule ordering resolve this?

A.Static NAT rule-sets take precedence only if they reside in the same zone as the destination interface.
B.Because Source NAT is evaluated before Static NAT, the broad Source NAT rule overrides the static NAT translation for outbound traffic.
C.Static NAT is evaluated before Source NAT, so static NAT always takes precedence.
D.Source NAT and Static NAT execute in parallel, and Junos randomly selects which translation wins.
AnswerB

Source NAT evaluation precedes Static NAT, meaning general source NAT rules can capture traffic intended for static NAT translation.

Why this answer

Source NAT is evaluated before Static NAT in the Junos NAT processing order. If a Source NAT rule matches the internal host's outbound traffic, the Source NAT translation takes precedence over the static NAT source translation, resulting in incorrect IP translation.

10
MCQeasy

What is the purpose of the 'then { permit; }' statement in a Junos security policy?

A.It permits the interface to come up in L3 routing mode.
B.It enables dynamic routing protocol updates across the zone boundary.
C.It allows administrative SSH access to the Junos routing engine.
D.It allows matching traffic to create a session and pass through the security device.
AnswerD

Correct. The permit action allows transit traffic to traverse the device.

Why this answer

The 'permit' action allows matching traffic to establish a session and pass through the firewall.

11
Multi-Selecthard

Which THREE parameters can be configured under a Content Filtering profile to inspect incoming HTTP payloads? (Choose three.)

Select 3 answers
A.File extension block list
B.DNSBL blacklist server configuration
C.MIME type block list
D.URL category rating database
E.Custom string pattern matching
AnswersA, C, E

File extensions specify blocked filename suffixes.

Why this answer

Content filtering profiles inspect HTTP traffic using MIME type lists, file extension lists, and custom string matching.

12
MCQhard

An administrator configures a security zone and applies a SCREEN profile. Under load, legitimate traffic starts getting dropped due to SCREEN option thresholds being exceeded. Which CLI command should the administrator use to view real-time statistics and counters for triggered SCREEN attacks?

A.show security flow drop
B.show security screen statistics
C.show security zones statistics
D.show system screen violations
AnswerB

This command shows operational counters for screen option triggers.

Why this answer

The 'show security screen statistics' command displays hit counts and drop counters for active screen options.

13
MCQeasy

Which Junos configuration statement specifies the destination address match criteria in a Destination NAT rule?

A.address destination-match 203.0.113.10
B.destination-address-match 203.0.113.10
C.to destination 203.0.113.10
D.match destination-address 203.0.113.10/32
AnswerD

This is the correct syntax for matching destination IP addresses in a Destination NAT rule.

Why this answer

Destination NAT rules match incoming traffic destination IPs using 'match destination-address <ip-address>' within the rule block.

14
Multi-Selecthard

Which TWO methods can be used to monitor or troubleshoot security policy drops in Junos OS? (Choose two.)

Select 2 answers
A.Configuring security flow traceoptions to trace packet flow processing.
B.Using the 'show system memory packet' command to inspect dropped packet buffers.
C.Reviewing security event logs with session-close and session-init enabled.
D.Running the 'show firewall filter drop-counters' operational command.
E.Checking the routing table active-drops metric.
AnswersA, C

Flow traceoptions provide detailed debugging of policy evaluation per packet.

Why this answer

Administrators can use security flow session logs and traceoptions to debug policy drops.

15
Multi-Selectmedium

Which TWO methods can be used to check the operational health and status of the UTM engines on a Juniper SRX Series device? (Choose two.)

Select 2 answers
A.The 'show chassis cluster status' command.
B.The 'show interfaces terse' command.
C.The 'show security utm web-filtering status' command.
D.The 'show security utm status' command.
E.The 'show system routing-table' command.
AnswersC, D

This command checks web filtering connectivity and engine health.

Why this answer

Operational commands starting with 'show security utm ...' display engine status and health information.

16
MCQeasy

Which command allows you to view the configured security zones and their assigned interfaces in Junos OS?

A.show security zones
B.show security policies zones
C.show configuration security zones
D.show interfaces security
AnswerA

This command lists all zones and bound interfaces.

Why this answer

The 'show security zones' operational command displays all security zones and their associated interfaces.

17
Multi-Selectmedium

Which TWO types of Network Address Translation (NAT) are supported on SRX Series gateways? (Choose two)

Select 2 answers
A.Quantum entanglement routing NAT
B.Analog modem frequency NAT
C.Destination NAT (DNAT)
D.Source NAT (SNAT)
E.Gravitational wave packet translation
AnswersC, D

Destination NAT translates incoming packet destination IP addresses.

Why this answer

SRX Series gateways support Source NAT, Destination NAT, and Static NAT.

18
MCQhard

You are troubleshooting a performance issue on an SRX Series device and notice high memory consumption attributed to the security session table. Which configuration statement can help mitigate this by reducing the TCP close-wait timeout?

A.set security flow timeout tcp-time-wait 30
B.set security flow max-sessions-per-ip 1000
C.set system resources session-limit low
D.set security flow timeout tcp-established 300
AnswerA

Lowering the tcp-time-wait timer allows closed sessions to be purged from the session table much faster, freeing up memory.

Why this answer

Session table memory can be managed by lowering specific timeout values, such as the tcp-established or tcp-time-wait timers under flow timeout.

19
Multi-Selectmedium

Which TWO statements are correct regarding the evaluation order and behavior of NAT in Junos OS? (Choose two)

Select 2 answers
A.Source NAT rule-sets ignore source zones during packet processing.
B.Destination NAT is evaluated before Source NAT.
C.All NAT rules are evaluated simultaneously using longest-prefix matching.
D.Static NAT is evaluated before Destination NAT.
E.Rules within a NAT rule-set are evaluated sequentially in top-down order.
AnswersB, E

Destination NAT takes precedence in the processing sequence over Source NAT.

Why this answer

Junos evaluates Destination NAT first and Static NAT last. Rules within rule-sets are evaluated top-down.

20
Multi-Selecteasy

Which TWO statements are correct regarding Junos security policies and their evaluation behavior? (Choose two.)

Select 2 answers
A.Security policies are evaluated sequentially from top to bottom within a zone pair.
B.If no policy matches the traffic, it is permitted by default.
C.Global policies are evaluated before zone-based policies.
D.Security policies operate exclusively at Layer 2 without state tracking.
E.Matching traffic creates a stateful session in the Junos session table.
AnswersA, E

Correct. Policies are processed in top-down order.

Why this answer

Junos security policies are evaluated top-down, and traffic is dropped by default if no policy matches.

21
MCQhard

An administrator notices high memory utilization on an SRX Series device. Upon inspection, they find that the security flow session table is nearing its maximum capacity. Which command adjusts the maximum session table limits or monitors session resource usage?

A.set system max-sessions
B.set security max-sessions <number>
C.set chassis flow memory-limit
D.set forwarding-options session-limit
AnswerB

The maximum number of concurrent stateful sessions is configured under the security hierarchy.

Why this answer

Session scaling and system resource allocation for flows are configured under 'set security max-sessions' or viewed via flow statistics.

22
MCQmedium

You are deploying a vSRX Virtual Firewall on a KVM hypervisor. Which virtual disk image type is typically used to boot the vSRX instance containing the Junos OS software?

A.QCOW2 disk image file
B.VMDK snapshot container
C.RAW kernel binary
D.ISO image file
AnswerA

qcow2 is the standard disk image format utilized for KVM-based virtual machines such as the vSRX.

Why this answer

The vSRX deployment package typically includes a qcow2 disk image format which serves as the virtual hard disk containing the Junos OS image.

23
Multi-Selecteasy

Which TWO statements are correct regarding Junos security zones and policy creation? (Choose two.)

Select 2 answers
A.Security policies default to permitting intra-zone traffic without explicit rules.
B.Global policies eliminate the need to ever configure security zones.
C.A security zone can only be assigned to a single security policy at a time.
D.A security zone must contain at least one interface before a policy can reference it.
E.Security policies can be created between the same source and destination zone (intra-zone traffic).
AnswersD, E

Zones need active interfaces to process policy traffic.

Why this answer

Security zones are required to have interfaces assigned to them, and policies must specify a valid source and destination zone.

24
MCQhard

An administrator enables security flow traceoptions to debug a packet drop. The log file shows the drop reason as "No session found; policy check failed". What is the most likely cause of this error?

A.NAT pool exhaustion prevented session creation.
B.The session table is full and cannot allocate memory for a new session.
C.The packet is the first packet of a new flow, and no matching security policy permits the traffic.
D.The packet belongs to an established TCP connection whose sequence number was invalid.
AnswerC

Initial packets require a matching permit security policy; if none matches, the flow is rejected or denied.

Why this answer

When a packet does not match an existing session, the SRX evaluates security policies. If no policy permits the traffic, a drop occurs with an explicit policy check failure message.

25
Multi-Selecteasy

Which TWO statements are correct regarding Junos OS security zones? (Choose two)

Select 2 answers
A.Security zones are logical groupings of interfaces that share security policies.
B.Functional zones require manual IP address assignment before they can function.
C.Transit traffic passing between two different security zones requires an explicit security policy.
D.Security zones are optional when configuring basic IP routing and firewall filters.
E.A physical interface can belong to multiple security zones simultaneously.
AnswersA, C

Zones group interfaces sharing trust boundaries and policies.

Why this answer

Security zones group interfaces and enforce security policies. Every transit interface must belong to a zone.

26
Multi-Selecthard

Which THREE parameters are typically required when defining a custom URL pattern object for use in web filtering overrides? (Choose three.)

Select 3 answers
A.Matching type (such as exact, prefix, or suffix)
B.SSL private key password
C.URL pattern string or regular expression
D.Action (such as permit or block)
E.DNSBL server IP address
AnswersA, C, D

Matching type dictates how the pattern string is evaluated against traffic.

Why this answer

Custom URL patterns in Junos UTM allow specifying matching criteria such as URL strings, matching types, and actions.

27
Multi-Selecteasy

Which TWO elements are required within a Junos Destination NAT rule definition? (Choose two)

Select 2 answers
A.Global routing instance override
B.Interface MTU command
C.Then destination-nat pool statement
D.Source NAT pool binding
E.Match destination-address statement
AnswersC, E

Destination NAT rules must specify the destination NAT pool action.

Why this answer

Destination NAT rules require match destination criteria and translation action (pool).

28
Multi-Selecthard

An administrator is configuring Source NAT on an SRX Series device. Which THREE match criteria can be used within a Source NAT rule set or rule to identify traffic for translation? (Choose three)

Select 3 answers
A.CPU utilization threshold
B.Application or protocol / port
C.Destination address / prefix
D.Source address / prefix
E.Chassis cluster node serial number
AnswersB, C, D

Applications and services can be matched in NAT rule criteria.

Why this answer

Source NAT rule matching can utilize source address, destination address, and application or service criteria.

29
MCQhard

An auditor points out that a security policy configured on your SRX device is completely shadowed by an earlier policy in the same zone pair. What does policy shadowing mean in this context?

A.The shadowed policy is missing a valid source zone definition.
B.The routing engine has cached an old version of the policy table.
C.A preceding policy has broader or identical match criteria that catches all traffic intended for the subsequent policy.
D.The shadowed policy is using global scope instead of zone-based scope.
AnswerC

Correct. A shadowed policy is rendered ineffective because an earlier policy matches all the same traffic.

Why this answer

Policy shadowing occurs when a preceding policy completely encompasses the match criteria of a subsequent policy, rendering the later policy unreachable.

30
MCQhard

An administrator configures a security zone and enables the 'udp-flood' SCREEN option with a specified threshold. How does Junos measure UDP flood attacks for this option?

A.By measuring the rate of incoming UDP packets per second destined for the zone.
B.By inspecting UDP payloads for malformed signatures.
C.By counting the total number of active UDP sessions from all sources combined.
D.By tracking the duration of UDP flows and flagging long-lived streams.
AnswerA

UDP flood detection evaluates packet arrival rates against configured thresholds.

Why this answer

The UDP flood SCREEN option monitors the rate of incoming UDP packets per second destined for the zone and triggers when the rate exceeds the configured threshold.

31
MCQeasy

Which UTM feature on Juniper SRX Series firewalls is designed to prevent malware and viruses from entering the network via HTTP or SMTP streams?

A.Antispam
B.Antivirus
C.Web Filtering
D.Content Filtering
AnswerB

Antivirus inspects streams for malware signatures.

Why this answer

Antivirus is the UTM feature designed to detect and block malware and viruses.

32
MCQmedium

You need to back up the current configuration of an SRX Series device to an external SCP server. Which operational mode command correctly transfers the active configuration file?

A.transfer config scp
B.file copy /config/juniper.conf.gz scp://user@server:/path/
C.copy configuration to scp://...
D.backup system configuration remote
AnswerB

Junos uses the 'file copy' operational command to transfer system files and configurations securely.

Why this answer

The 'save' or file transfer commands in operational mode can copy configuration files, or 'file copy' can transfer files via SCP.

33
MCQmedium

You need to log every time a specific security policy is hit by traffic, including when a session is closed. Which action modifier should you configure within the security policy?

A.Configure 'then { permit; syslog source-address; }'.
B.Configure 'then { permit; alarm; }'.
C.Configure 'then { permit; count; }'.
D.Configure 'then { permit; log { session-init; session-close; } }'.
AnswerD

Correct. This logs both the creation and termination of sessions matching the policy.

Why this answer

The 'log' option in a security policy can include session-init and session-close logging.

34
MCQhard

An administrator notices that a security policy configured with a custom schedule is not enforcing time-based access control as expected. Upon checking the system time on the SRX device, it is discovered that the clock is set to UTC while the schedule was configured in local time without NTP synchronization. What is the recommended best practice to ensure security policy schedules operate correctly?

A.Manually restart the flow processing daemon (flowd) after every time zone change.
B.Configure NTP on the SRX device to synchronize time with a reliable time server.
C.Convert all schedule parameters in the policy configuration to use absolute epoch timestamps.
D.Disable stateful inspection so that schedule checks occur on every individual packet.
AnswerB

NTP synchronization ensures that device system time aligns correctly with configured policy schedules.

Why this answer

Configuring Network Time Protocol (NTP) ensures accurate system time across devices, which is critical for time-based security policy schedules.

35
Multi-Selecthard

Which TWO statements describe the behavior and characteristics of global security policies in Junos OS? (Choose two.)

Select 2 answers
A.Global policies bypass stateful inspection and operate statelessly.
B.Global policies are restricted to IPv6 traffic only.
C.Global policies are evaluated before zone-based policies in the security evaluation pipeline.
D.Global policies do not require source and destination zones to be specified in their definition.
E.Global policies can include match criteria for applications and address books.
AnswersD, E

Correct. Global policies apply across zones without zone pairs.

Why this answer

Global policies apply across all zones and are evaluated after zone-based policies.

36
Multi-Selecteasy

Which TWO characteristics describe the Junos OS CLI? (Choose two)

Select 2 answers
A.It automatically deletes all routes upon login.
B.It supports command and parameter completion using the Tab key.
C.It only supports graphical mouse navigation.
D.It requires typing raw binary machine code for all commands.
E.It features modal operation (Operational mode and Configuration mode).
AnswersB, E

Tab-completion is a core feature of the Junos CLI.

Why this answer

The Junos CLI features tab-completion, hierarchical configuration structure, and operational/configuration modes.

37
Multi-Selectmedium

Which THREE metrics are displayed when monitoring security screening statistics? (Choose three)

Select 3 answers
A.BGP prefix withdrawal rates
B.IP spoofing drop counts
C.IPsec re-key failure counts
D.SYN flood attack detection counts
E.ICMP flood violation counters
AnswersB, D, E

Correct. Spoofed packet drops are tracked by screen options.

Why this answer

Security screen statistics report SYN floods, IP spoofing attempts, and ICMP flood violations.

38
MCQmedium

A network engineer is troubleshooting traffic drop issues on an SRX Series device. The transit traffic passes through the device, but sessions are not being created. Where in the SRX packet processing architecture does the security check (policy evaluation, screen checking, and zone verification) occur?

A.In the Routing Engine (RE) during the initial TCP three-way handshake before session creation.
B.In the system memory cache prior to interface ingress classification.
C.In the Junos kernel control plane daemon (rpd) prior to hardware forwarding.
D.In the Flow processing engine after the initial route lookup and packet reassembly phases.
AnswerD

The security processing, including zone validation and security policies, is performed by the flow module in the data plane after initial ingress and routing validation.

Why this answer

On SRX Series gateways, the security check occurs in the Flow processing engine (SPU/PFE level for transit traffic) after the packet passes through the transit-based processing stages and initial route lookup.

39
MCQmedium

You need to inspect traffic matching a proprietary application that uses dynamic TCP ports. You have written a custom application. What additional Junos security feature can be combined with custom applications to inspect deep packet content for non-standard ports?

A.Global address sets
B.Application Identification (AppID) / Custom signatures
C.Host-inbound traffic protocols
D.Screen options profile
AnswerB

AppID and custom signatures inspect traffic payload regardless of static port assignments.

Why this answer

Custom applications combined with Junos AppSecure (such as AppID) or custom ALG mappings allow deeper inspection, though basic custom apps define port/protocols. For dynamic ports, AppID signatures are used.

40
Multi-Selecteasy

Which TWO statements are true regarding Junos OS security policies and address books? (Choose two)

Select 2 answers
A.Address books are configured under the [edit firewall] hierarchy.
B.Address books are mandatory for all Junos routing operations.
C.Security policies cannot reference global address books, only zone-specific address books.
D.Security policies reference address book objects to specify traffic match criteria.
E.Address books simplify policy management by allowing administrators to group IP addresses into named objects.
AnswersD, E

Policies use address book entries for source and destination matching.

Why this answer

Security policies use address book objects to define match criteria for source and destination traffic.

41
MCQmedium

You are configuring an SRX Series device and want to ensure that all traffic entering the untrusted zone is checked for LAND attacks. Which configuration steps are required?

A.Enable LAND protection globally under [edit security flow] and attach it to the interface.
B.Define a firewall filter checking for identical source and destination IPs and apply it as an input filter on the interface.
C.Enable the LAND Application Layer Gateway under [edit security alg].
D.Create a screen profile containing the 'land' option and apply that profile to the untrusted security zone.
AnswerD

Screen profiles are created under [edit security screen] and applied under security zones.

Why this answer

To enable LAND attack protection, you must create a screen profile with 'land' enabled and apply that profile to the untrusted security zone.

42
Multi-Selecteasy

Which TWO methods can be used to view security policy hit counts and operational status on a Junos device? (Choose two.)

Select 2 answers
A.show firewall filter detail
B.show route table inet.0 statistics
C.show security policies hit-count
D.show system services status
E.show security policies detail
AnswersC, E

Correct. Hit counts can be viewed directly using policy summary commands.

Why this answer

Hit counts can be viewed using 'show security policies' with detail modifiers.

43
Multi-Selecthard

An administrator is troubleshooting an antivirus profile on an SRX Series device where certain archive files (.zip) containing test malware are bypassing inspection. Which THREE configuration elements or factors should the administrator verify? (Choose three.)

Select 3 answers
A.Ensure the AppID service object is explicitly disabled for all antivirus inspection policies.
B.Confirm whether password-protected or encrypted archives are configured to be blocked or bypassed.
C.Check if the file size exceeds the configured max-file-size limit for antivirus inspection.
D.Verify whether archive-depth is set too low to inspect nested compressed files.
E.Verify that the antispam whitelist contains the specific MIME type of the .zip file.
AnswersB, C, D

Encrypted archives cannot be scanned by default, and policies dictate whether they are blocked or permitted.

Why this answer

When archives bypass antivirus inspection, it is often due to archive nesting depth limits, encrypted/password-protected archives exceeding inspection capabilities, or file size limits configured in the UTM profile that cause large files to be skipped.

44
Multi-Selecthard

Which THREE parameters can be configured when setting up a custom URL category in Junos OS UTM? (Choose three.)

Select 3 answers
A.Matching type (such as exact, prefix, or suffix)
B.DNSBL server IP addresses
C.Antivirus signature database version
D.Custom category name
E.URL pattern strings or regular expressions
AnswersA, D, E

Matching type controls how patterns are evaluated.

Why this answer

Custom URL categories allow defining pattern strings, matching types, and grouping custom URLs together.

45
MCQmedium

You want to apply a SCREEN option to protect against ICMP ping floods across all interfaces in a specific security zone. How should you structure this in the CLI?

A.Set [edit security zones security-zone trust screen icmp-flood threshold 1000] directly.
B.Enable ICMP inspection inside the junos-icmp application definition.
C.Create a screen profile with ICMP flood parameters and apply that profile under the security zone configuration.
D.Apply ICMP flood options directly under the [edit security policies] hierarchy.
AnswerC

Profiles are defined globally under screen and referenced under zones.

Why this answer

ICMP flood protection is configured inside a screen profile under [edit security screen], and that profile is then applied to the security zone.

46
MCQeasy

What is the primary function of the Junos Express Antivirus engine on SRX Series firewalls?

A.To inspect Layer 7 application handshakes for AppID classification.
B.To detect and block malware within network traffic streams.
C.To filter out unsolicited bulk email messages over SMTP.
D.To categorize URLs into security and productivity groups.
AnswerB

Antivirus engines scan files to prevent malware infections.

Why this answer

The Express antivirus engine provides high-performance, stream-based malware detection on Juniper SRX devices.

47
MCQeasy

Which command displays the hardware temperature and environmental status of an SRX Series chassis?

A.show system environment
B.show chassis environment
C.show hardware status
D.show security environmental-status
AnswerB

Correct. This command reports hardware environmental readings like temperature sensors and fan status.

Why this answer

The show chassis environment command displays temperatures, power supplies, and fan status.

48
MCQmedium

An administrator configures Antispam with a DNSBL server. After committing the changes, logs show that no antispam queries are being performed. What is the most common reason for this when configuring DNSBL?

A.The antispam license must be activated using a hardware token.
B.The SRX security policy lacks an application ALG for SMTP.
C.The system DNS name servers are not configured on the SRX device.
D.The antispam profile must be attached to an interface rather than a UTM policy.
AnswerC

External DNSBL lookups require functional DNS name server configuration on the SRX.

Why this answer

Antispam requires DNS name resolution (DNS servers configured on the SRX) to query external DNSBL servers. Without DNS configured, blacklist queries fail.

49
Multi-Selecthard

Which TWO statements are true regarding Junos OS global address books versus zone-specific address books? (Choose two)

Select 2 answers
A.Zone-specific address books cannot contain address sets.
B.Zone-specific address books are mandatory; global address books are optional.
C.Zone-specific address books take precedence over global address books for traffic originating from that zone.
D.Global address books can be referenced by security policies across all security zones.
E.Global address books override zone-specific address books in all scenarios.
AnswersC, D

Local zone address books override global address books when evaluated from that zone context.

Why this answer

Global address books apply across all zones, while zone-specific books apply primarily to their owning zone.

50
MCQeasy

A network engineer is setting up a vSRX Virtual Firewall in a cloud environment. Which component acts as the control plane equivalent to a physical Routing Engine?

A.Virtual Routing Engine (vRE)
B.Virtual Interface Card (VIC)
C.Virtual Forwarding Plane (vFP)
D.Virtual Security Processor (vSP)
AnswerA

The vRE functions as the control plane for the vSRX, handling management, routing protocols, and configuration.

Why this answer

In a vSRX deployment, the control plane functionality is handled by the virtual Routing Engine (vRE), running as a virtual machine instance.

51
MCQmedium

You need to modify the default session timeout for a specific custom application in Junos OS. Where is application timeout configured?

A.[edit security policies timeout application]
B.[edit applications application <app-name> inactivity-timeout <seconds>]
C.[edit security zones security-zone timeout application]
D.[edit security flow timeout application <app-name>]
AnswerB

Custom application timeout values are configured directly within the application definition stanza.

Why this answer

Application timeouts can be configured under the applications hierarchy or custom application definition by specifying inactivity timeout values.

52
MCQmedium

You need to modify an existing security policy named 'pol-1' to insert a new rule directly above it in the policy list using the Junos CLI. Which configuration command achieves this?

A.set security policies from trust to untrust policy pol-new position top
B.set security policies from trust to untrust policy pol-new insert before policy pol-1
C.edit security policies from trust to untrust policy pol-new priority high
D.rename security policies from trust to untrust policy pol-1 to pol-new
AnswerB

The 'insert before' command places the new policy ahead of the specified target policy.

Why this answer

In Junos CLI, the 'insert' command is used to place a policy before or after another existing policy in the hierarchy.

53
MCQhard

You are troubleshooting a Destination NAT rule where traffic matching the rule is dropped. You run 'Traceoptions' for security flow and notice that the packet hits the destination NAT rule, translates successfully, but then fails. Examining the trace output reveals: 'No route found: 10.1.1.50 -> 0.0.0.0'. What is the underlying cause?

A.Proxy ARP is not enabled on the internal server interface.
B.The routing table lacks a valid route to the post-translation internal IP address.
C.The security policy is missing the pre-translation public IP address in the destination field.
D.The destination NAT pool port translation is misaligned with the server listening port.
AnswerB

Destination NAT requires a valid route to the post-translation address for the packet to be forwarded.

Why this answer

After Destination NAT translates the destination IP address to an internal private IP, the SRX performs a route lookup on the post-translation destination IP address to determine the egress interface and next hop. If no route exists for the translated IP, the packet is dropped.

54
MCQeasy

Which Junos configuration block is required to define a static NAT rule set mapping external IP addresses to internal servers?

A.set security policies from-zone <zone> to-zone <zone> static-nat
B.set security nat static rule-set <name> from zone <zone>
C.set security nat destination rule-set <name> from zone <zone>
D.set security nat source rule-set <name> from zone <zone>
AnswerB

This is the correct configuration hierarchy root for defining static NAT rule sets in Junos OS.

Why this answer

Static NAT rule sets are configured under 'set security nat static rule-set <name> from zone <zone>' hierarchy.

55
MCQeasy

Which statement is true regarding Junos OS security zone interfaces?

A.An interface can be assigned to multiple security zones simultaneously.
B.An interface must be assigned to a security zone before it can pass transit traffic.
C.Loopback interfaces must be assigned to security zones to function.
D.Management interfaces (fxp0) must be assigned to security zones for CLI access.
AnswerB

Transit traffic requires interfaces to be bound to security zones and governed by security policies.

Why this answer

An interface can belong to one security zone at a time.

56
MCQhard

An enterprise network uses multiple virtual routers. Can security zones span across different virtual routers on the same SRX Series device?

A.No, security zones are tied to interfaces, and interfaces belong to a single routing instance.
B.Yes, provided the virtual routers are interconnected by internal tunnels.
C.No, unless logical systems (Logical Systems) are configured on the SRX device.
D.Yes, by defining the security zone at the global routing instance level.
AnswerA

Each virtual router maintains its own routing and security zone namespace context.

Why this answer

Security zones are bound to interfaces, and interfaces belong to specific routing instances (virtual routers). Therefore, a single security zone cannot span across multiple virtual routers.

57
MCQmedium

An administrator wants to clear all inactive sessions from the security session table to free up resources. Which command achieves this?

A.clear security flow session all
B.request security flow flush
C.delete security flow session inactive
D.reset security session-table
AnswerA

Correct. This command clears active and inactive sessions from the security flow session table.

Why this answer

The clear security flow session command allows flushing sessions based on filters or clearing all sessions.

58
MCQhard

You configure a Static NAT mapping for a server. External users report that they can connect to the server, but internal users on the trust zone trying to reach the server via the same static NAT public IP experience connection timeouts. You have already verified that interface routing is correct. What specific Junos feature can be enabled to solve this internal reachability issue without changing internal DNS records?

A.Configure a Static NAT rule with the 'off-path' option enabled.
B.Change the security policy action to 'permit' with 'nat source interface' embedded.
C.Configure a Source NAT rule for traffic originating from the internal zone destined to the internal zone matching the static NAT IP.
D.Enable 'proxy-arp' on the internal interface facing the trusted network hosts.
AnswerC

This specific intra-zone or inter-zone source NAT configuration handles hairpin NAT scenarios for static and destination NAT.

Why this answer

Enabling source NAT for local traffic (Hairpin NAT / NAT loopback) allows internal clients to connect to internal servers using public IPs by translating the internal source IP so the server replies through the SRX.

59
MCQhard

You need to perform packet capture on an SRX Series device to analyze suspicious traffic hitting an interface. Which built-in Junos utility should you use?

A.show security packet-capture interface
B.request diagnostic capture start
C.monitor traffic interface ge-0/0/0
D.start shell tcpdump -i ge-0/0/0
AnswerC

Correct. monitor traffic is the Junos equivalent of tcpdump, capturing packets passing through an interface.

Why this answer

Junos provides packet capture capabilities using the monitor traffic command.

60
MCQhard

An administrator configures an address book containing an IPv6 address prefix. How does Junos OS handle IPv6 addresses in security policies compared to IPv4?

A.IPv6 addresses must be placed in a separate IPv6-only address book stanza.
B.IPv6 address filtering requires AppSecure licenses because standard SRX flow only supports IPv4 addresses.
C.IPv6 addresses do not support address sets; they must be referenced individually in policies.
D.IPv6 addresses are supported within address books and can be used in security policies enforcing family inet6.
AnswerD

IPv6 addresses are fully supported inside standard address books for security policies.

Why this answer

Junos security policies evaluate IPv6 addresses in address books similarly to IPv4, matching them against family inet6 traffic flows.

61
MCQeasy

Which functional zone in Junos OS is automatically used for traffic that is generated by the SRX device itself, such as routing protocol updates or syslog messages?

A.junos-global
B.junos-mgmt
C.junos-host
D.junos-internal
AnswerC

The junos-host functional zone represents the local routing engine of the SRX device.

Why this answer

The Junos 'junos-host' functional zone handles traffic destined for or originated by the routing engine.

62
MCQeasy

Which Junos command displays the operational status of all SCREEN options and their associated counters across security zones?

A.show security screen statistics
B.show firewall screen-counters
C.show security zones screen-status
D.show system screen attack-log
AnswerA

This command provides the counters and status for configured screen profiles.

Why this answer

The 'show security screen statistics' command shows hit and drop counters for SCREEN options.

63
MCQmedium

An administrator needs to verify whether IDP (Intrusion Detection and Prevention) is actively inspecting traffic. Which operational command should be used?

A.show idp policy active
B.show security flow idp-stats
C.show security idp status
D.show firewall idp-inspection
AnswerC

Correct. This command shows IDP operational status and statistics.

Why this answer

The show security idp status command displays IDP engine status, policy loading, and packet inspection statistics.

64
MCQmedium

An administrator has configured multiple rules within a single Source NAT rule-set. When traffic traverses the SRX device, how does Junos OS determine which specific rule within the rule-set is applied?

A.Rules are evaluated top-down; the first rule matching the packet's criteria is applied.
B.Rules are evaluated based on specificity; the most specific match is always applied regardless of configuration order.
C.Rules are evaluated using hashing algorithms to distribute translation loads evenly across rules.
D.All matching rules are combined, and translations are applied concurrently.
AnswerA

Junos processes NAT rules sequentially from top to bottom, stopping at the first match.

Why this answer

Rules within a Junos NAT rule-set are evaluated in top-down order (the order in which they were created or inserted). The first rule whose match criteria (source address, destination address, applications, etc.) match the packet is applied.

65
MCQeasy

Which Junos configuration statement is used to insert a new security policy directly above an existing policy within the same zone pair?

A.set security policies from trust to untrust policy new-policy priority top
B.move security policies from trust to untrust policy new-policy position 1
C.insert security policies from trust to untrust policy new-policy before policy old-policy
D.edit security policies from trust to untrust policy new-policy sequence 1
AnswerC

Correct. The 'insert ... before' command places a new policy above an existing one.

Why this answer

The 'insert' command is used in Junos configuration mode to position policies relative to each other.

66
Multi-Selecthard

While investigating an issue where an IPsec VPN tunnel fails to pass data traffic, which THREE commands should you execute to verify Phase 1, Phase 2, and security associations? (Choose three)

Select 3 answers
A.show security alg status
B.show security flow session summary
C.show security ipsec security-associations
D.show security ike security-associations
E.show security ipsec statistics
AnswersC, D, E

Verifies Phase 2 IPsec SAs.

Why this answer

To troubleshoot IPsec VPNs thoroughly, you must check IKE SAs (Phase 1), IPsec SAs (Phase 2), and IPsec statistics.

67
Multi-Selectmedium

An administrator is troubleshooting a policy drop issue using security flow traceoptions. Which THREE configuration elements are required to successfully generate trace output? (Choose three)

Select 3 answers
A.Configure match criteria (such as source-ip or destination-ip) to isolate specific traffic.
B.Configure the flag parameter to specify which events or packet types to trace.
C.Set the security policy action to 'reject' for the targeted traffic.
D.Enable kernel-level debugging via the FreeBSD shell.
E.Define a trace file name and optionally size/count parameters.
AnswersA, B, E

Match criteria prevent the log from being overwhelmed by capturing only relevant traffic.

Why this answer

Configuring traceoptions requires specifying a file name, setting the appropriate debug flags, and defining match criteria to isolate the traffic.

68
MCQhard

You are configuring global security policies in Junos OS on an SRX Series device. Which statement is accurate regarding the evaluation order between zone-based policies and global policies?

A.Global policies are always evaluated before zone-based policies.
B.Zone-based policies are evaluated first, followed by global policies if no zone-based match occurs.
C.Global policies replace zone-based policies entirely when unified policies are enabled.
D.Global policies and zone-based policies are evaluated simultaneously in parallel.
AnswerB

Zone-based policies are evaluated first; if no match is found, global policies are evaluated.

Why this answer

Junos OS evaluates zone-based policies before global security policies. If a zone-based policy matches, global policies are bypassed for that traffic flow.

69
MCQeasy

Which command displays the configured functional zones in Junos OS?

A.show configuration functional-zones
B.show security zones functional-zone
C.show security alg functional-zone
D.show system functional-zones
AnswerB

This command lists all built-in functional zones.

Why this answer

The 'show security zones functional-zone' command displays the status and configuration of functional zones.

70
MCQeasy

Which Junos configuration command removes an existing Source NAT rule named 'rule1' from a rule-set named 'rs1'?

A.deactivate security nat source rule-set rs1 rule rule1
B.clear security nat rule-set rs1 rule rule1
C.remove security nat source rule-set rs1 rule rule1
D.delete security nat source rule-set rs1 rule rule1
AnswerD

The 'delete' command removes the specified configuration node in Junos configuration mode.

Why this answer

To remove a configuration statement in Junos, the 'delete' command is prefixed to the path (e.g., 'delete security nat source rule-set rs1 rule rule1').

71
MCQeasy

Which Junos OS feature is responsible for translating port numbers for protocols like FTP during transit across security zones?

A.Application Layer Gateway (ALG)
B.Host-inbound traffic
C.SCREEN options
D.NAT (Network Address Translation)
AnswerA

ALGs parse application data and handle dynamic port mappings.

Why this answer

ALGs handle port translation and protocol parsing for complex applications.

72
MCQhard

An administrator deploys Static NAT on a Junos OS device to provide a one-to-one mapping between a public IP address (198.51.100.10) and an internal server IP address (10.1.1.10). When external clients attempt to ping the public IP address, the SRX does not respond. Other services work correctly. What must be configured to allow the SRX to respond to ICMP requests for the Static NAT IP?

A.Configure Proxy ARP on the external egress interface for the static NAT public IP address.
B.Configure a Source NAT rule matching the ICMP traffic from the internal server.
C.Add an explicit static route for the internal server pointing to the Null0 interface.
D.Enable ICMP inspection within the security ALG configuration under security algorithms.
AnswerA

Proxy ARP allows the SRX device to respond to ARP requests for public IP addresses assigned via static NAT.

Why this answer

Static NAT on Junos OS requires Proxy ARP to be enabled on the external interface so that the SRX answers ARP requests for the static NAT public IP address originating from the upstream router.

73
Multi-Selectmedium

Which TWO types of web filtering providers are natively supported by Juniper SRX Series Integrated Web Filtering? (Choose two.)

Select 2 answers
A.Trend Micro
B.Symantec
C.McAfee
D.Sophos
E.Webroot
AnswersD, E

Sophos is a supported cloud web filtering provider for SRX.

Why this answer

Juniper Integrated Web Filtering natively partners with Sophos and Webroot to supply cloud-based URL categorization databases.

74
MCQhard

When configuring Kaspersky-based Antivirus on an SRX Series device, which operational mode reduces resource consumption by only scanning files matching specific high-risk protocol extensions?

A.Passive monitor mode
B.Stateless AV filtering
C.Extension-based or type-based scanning filtering
D.Fast-track scanning mode
AnswerC

Configuring file extension filters ensures only executable or high-risk extensions are sent to the AV engine.

Why this answer

Kaspersky antivirus on SRX supports extension-based filtering to optimize performance by skipping non-risk file types.

75
MCQeasy

While troubleshooting a traffic drop between two security zones, an engineer wants to verify which security policy is matching a specific packet flow. Which command provides this troubleshooting capability?

A.show security policy match (source-ip) (destination-ip) (application)
B.show firewall filter match
C.show security monitoring policy-match
D.test security policy evaluate
AnswerA

The show security policy match command allows an administrator to test which policy will evaluate to permit or deny for a given 5-tuple.

Why this answer

The security flow traceoptions feature or session detail outputs can show matching policies, but to explicitly test a policy match against a simulated packet, security flow match is used.

Page 1 of 7

Page 2

All pages