• 4.9/5.0
  • 721 Questions
  • Updated on: 25-May-2026
  • Implementing and Operating Cisco Security Core Technologies (SCOR 350-701)
  • 27215 Prepared

Free Cisco 350-701 Practice Questions 2026 | Implementing and Operating Cisco Security Core Technologies (SCOR 350-701)


Topic 2: Exam Pool B

An organization is implementing URL blocking using Cisco Umbrella. The users are able to go to some sites but other sites are not accessible due to an error. Why is the error occurring?

A. Client computers do not have the Cisco Umbrella Root CA certificate installed

B. IP-Layer Enforcement is not configured

C. Client computers do not have an SSL certificate deployed from an internal CA server

D. Intelligent proxy and SSL decryption is disabled in the policy

A.   Client computers do not have the Cisco Umbrella Root CA certificate installed

Explanation for Each Option:

A. Client computers do not have the Cisco Umbrella Root CA certificate installed (Correct):
Cisco Umbrella uses SSL decryption to inspect and block malicious or restricted URLs. If the client computers lack the Umbrella Root CA certificate, the SSL handshake fails, resulting in accessibility errors for blocked sites while allowing unblocked sites to function. Installing the certificate resolves this, making this the likely cause. (Reference: Cisco Umbrella SSL Decryption Guide, Certificate Installation.)

B. IP-Layer Enforcement is not configured (Incorrect):
IP-Layer Enforcement in Cisco Umbrella blocks traffic at the network level using routing policies, but it is not required for URL blocking via the proxy. The error suggests an SSL-related issue, not a missing IP enforcement configuration, rendering this option incorrect. (Reference: Cisco Umbrella IP-Layer Enforcement Documentation.

C. Intelligent proxy and SSL decryption is disabled in the policy (Incorrect):
If intelligent proxy and SSL decryption are disabled, Umbrella cannot inspect HTTPS traffic, potentially allowing all sites to bypass filtering rather than causing errors for some sites. The selective accessibility issue points to a certificate problem, not a disabled policy, making this option incorrect. (Reference: Cisco Umbrella Policy Configuration Guide.

D. Client computers do not have an SSL certificate deployed from an internal CA server (Incorrect):
An internal CA certificate is not required for Cisco Umbrella to function. Umbrella relies on its own Root CA certificate for SSL decryption, not an internal CA, so this is not the cause of the error, rendering this option incorrect. (Reference: Cisco Umbrella SSL Inspection Requirements.)

Additional Notes:
Implementing URL blocking with Cisco Umbrella is a key topic in the 350-701 SCOR exam under content security. As of 1:00 PM PKT, October 03, 2025, certificate installation is critical for SSL decryption

Elliptic curve cryptography is a stronger more efficient cryptography method meant to replace which current encryption technology?

A.

3DES

B.

RSA

C.

DES

D.

AES

B.   

RSA



Compared to RSA, the prevalent public-key cryptography of the Internet today, Elliptic Curve Cryptography (ECC) offers smaller key sizes, faster computation,as well as memory,
energy and bandwidth savings and is thus better suited forsmall devices.

An attacker needs to perform reconnaissance on a target system to help gain access to it. The system has weak passwords, no encryption on the VPN links, and software bugs on the system’s applications. Which vulnerability allows the attacker to see the passwords being transmitted in clear text?

A. weak passwords for authentication

B. unencrypted links for traffic

C. software bugs on applications

D. improper file security

B.   unencrypted links for traffic

Explanation
The question describes a scenario where an attacker can see the passwords being transmitted. This is a classic case of eavesdropping on network traffic.

Unencrypted Links:
When data, including passwords, is sent over a network without encryption (like a VPN using no encryption or plain text protocols like HTTP or Telnet), it is transmitted as readable "clear text." An attacker who can position themselves on the same network path (e.g., through a man-in-the-middle attack or by sniffing network traffic) can directly intercept and read this data as it travels. This vulnerability directly allows the attacker to see the passwords in transit.

The other vulnerabilities listed are real, but they do not directly enable the attacker to see the password during transmission.

Detailed Breakdown of Incorrect Options

A. weak passwords for authentication

Why it is incorrect:
Weak passwords make it easier for an attacker to guess the password through a brute-force or dictionary attack. However, the question specifically asks which vulnerability allows the attacker to "see the passwords being transmitted." A weak password does not, by itself, make the password visible on the network; it just makes it easier to crack once obtained. The means of obtaining the password in a readable form is the lack of encryption (Option B).

C. software bugs on applications

Why it is incorrect:
Software bugs can lead to vulnerabilities like buffer overflows or SQL injection, which an attacker can exploit to execute code or bypass authentication. However, these typically do not result in the password being displayed in clear text on the network. They might allow an attacker to dump a password database from a server, but that is different from intercepting it during transmission between the client and server.

D. improper file security

Why it is incorrect:
Improper file security refers to misconfigured permissions on files stored on a system (e.g., a world-readable password file on a server). This could allow an attacker who has already gained some access to read stored passwords. However, this is about passwords at rest, not passwords in transit. The scenario described in the question is about seeing the password as it is being sent over the network.

Key Takeaway:
To protect the confidentiality of data, including passwords, while it is in transit over a network, encryption is mandatory. Protocols like IPsec VPNs, HTTPS, and SSH encrypt the communication channel to prevent exactly this kind of eavesdropping attack. The vulnerability that allows the attacker to see the data is the absence of this encryption.

Which PKI enrollment method allows the user to separate authentication and enrollment
actions and also
provides an option to specify HTTP/TFTP commands to perform file retrieval from the server?

A.

url

B.

terminal

C.

profile

D.

selfsigned

C.   

profile



https://www.cisco.com/c/en/us/support/docs/security-vpn/public-keyinfrastructure-
pki/211333-IOSPKI-Deployment-Guide-Initial-Design.html

Which two are valid suppression types on a Cisco Next Generation Intrusion Prevention System? (Choose two)

A.

Port

B.

Rule

C.

Source

D.

Protocol

E.

Application

B.   

Rule


C.   

Source



Which deployment model is the most secure when considering risks to cloud adoption?

A.

Public Cloud

B.

Hybrid Cloud

C.

Community Cloud

D.

Private Cloud

D.   

Private Cloud



Which solution combines Cisco IOS and IOS XE components to enable administrators to recognize applications, collect and send network metrics to Cisco Prime and other third-party management tools, and prioritize application traffic?

A. Cisco Security Intelligence

B. Cisco Application Visibility and Control

C. Cisco Model Driven Telemetry

D. Cisco DNA Center

D.   Cisco DNA Center

Explanation
The question describes a solution that performs three key functions on Cisco IOS and IOS XE devices:

Recognize applications (Application Recognition)

Collect and send network metrics to management tools (Visibility)

Prioritize application traffic (Control)

This is the exact definition of Cisco Application Visibility and Control (AVC). AVC is a suite of features that combines several technologies:

NBAR2 (Next-Generation Network-Based Application Recognition):
For deep packet inspection to identify thousands of applications.

NetFlow/IPFIX:
For collecting and exporting detailed flow records about the identified applications.

Performance Monitoring (PerfMon):
For collecting performance metrics like latency, jitter, and packet loss.

Quality of Service (QoS):
For marking, policing, shaping, and queuing traffic to prioritize critical applications.

AVC integrates these components to provide a comprehensive solution for monitoring and managing application performance on the network.

Why the other options are incorrect:

A. Cisco Catalyst Center:
This is Cisco's network management and automation platform (formerly DNA Center). While Catalyst Center consumes and visualizes the data provided by AVC, it is not the underlying technology on the router/switch that performs the recognition, collection, and prioritization. AVC is the feature set on the network device itself.

B. Cisco Security Intelligence:
This is a broad term, often associated with threat intelligence feeds from Cisco Talos. It is related to security analysis, not application performance monitoring and control.

C. Cisco Model Driven Telemetry (MDT):
This is a modern, high-performance method for streaming data from network devices. While AVC can use MDT as a transport mechanism to send data to collectors, MDT itself is just the transport protocol. It does not include the application recognition (NBAR2) or traffic control (QoS) components. AVC is the overarching solution that defines what data is collected and how it's used.

Reference:
The definition and components of AVC are documented in Cisco's solution guides.

As per the Cisco Application Visibility and Control Configuration Guide, AVC is described as a solution that "integrates multiple Cisco IOS and Cisco IOS XE technologies... to provide application-level visibility and control" and "enables you to monitor, manage, and optimize your network performance.

Which statement about IOS zone-based firewalls is true?

A.

An unassigned interface can communicate with assigned interfaces

B.

Only one interface can be assigned to a zone.

C.

An interface can be assigned to multiple zones.

D.

An interface can be assigned only to one zone.

D.   

An interface can be assigned only to one zone.



On Cisco Firepower Management Center, which policy is used to collect health modules alerts from managed devices?

A. health policy

B. system policy

C. correlation policy

D. access control policy

E. health awareness policy

A.   health policy

Explanation for Each Option:

A. health policy (Correct):
On Cisco Firepower Management Center (FMC), the health policy is used to monitor and collect health module alerts from managed devices (e.g., Firepower Threat Defense devices). It defines thresholds and notifications for system health metrics like CPU usage, disk space, and interface status, making it the appropriate policy for this purpose. (Reference: Cisco FMC Health Policy Configuration Guide.)
B. system policy (Incorrect):
System policies in FMC configure device-level settings (e.g., NAT, QoS), but they do not specifically collect or manage health module alerts. Health monitoring is a distinct function handled by the health policy, rendering this option incorrect. (Reference: Cisco FMC System Policy Overview.)

C. correlation policy (Incorrect):
Correlation policies in FMC define rules to correlate events and generate alerts based on security incidents, not to collect health module alerts from devices. They focus on threat detection, not system health, making this option unsuitable. (Reference: Cisco FMC Correlation Policy Guide.)

D. access control policy (Incorrect):
Access control policies in FMC determine how traffic is allowed, blocked, or inspected based on rules. They are unrelated to collecting health module alerts, which are system health-related, not traffic-related, rendering this option incorrect. (Reference: Cisco FMC Access Control Policy Guide.)

E. health awareness policy (Incorrect):
"Health awareness policy" is not a recognized term in Cisco FMC documentation. The correct term is "health policy," which handles health monitoring and alerts, making this option invalid. (Reference: Cisco FMC Health Monitoring Documentation.)

Additional Notes:
Configuring health policies in FMC is a key topic in the 350-701 SCOR exam under network security. As of 12:25 PM PKT, October 03, 2025, it ensures device health visibility.

Which action controls the amount of URI text that is stored in Cisco WSA logs files?

A.

Configure the datasecurityconfig command

B.

Configure the advancedproxyconfig command with the HTTPS subcommand

C.

Configure a small log-entry size.

D.

Configure a maximum packet size.

B.   

Configure the advancedproxyconfig command with the HTTPS subcommand



Page 21 out of 73 Pages