Cisco CCIE Security 350-701 Practice Test Questions and Exam Dumps Part1 Q1-20

View Full Cisco 350-701 Exam Dumps and Practice Test Dumps.

 

Question 1

Which security architecture assumes that users and devices should not automatically be trusted simply because they are located inside an organization’s network?

  1. Defense in depth
  2. Zero trust
  3. Network address translation
  4. Perimeter-only security

Correct Answer: 2

Explanation

Zero trust is a security architecture based on the principle that trust should not be granted solely because a user or device is inside a corporate network. Access decisions should consider identity, device posture, context, and the requested resource. Authentication and authorization are continuously evaluated rather than assuming that internal traffic is inherently trustworthy. This approach helps reduce the impact of compromised accounts and lateral movement. Traditional perimeter-only security places greater emphasis on protecting the network boundary and may provide less granular control after access is granted.

Question 2

An attacker crafts specially designed instructions that cause an AI application to ignore its intended behavior and follow attacker-controlled instructions. Which vulnerability does this represent?

  1. Buffer overflow
  2. Path traversal
  3. SQL injection
  4. Prompt injection

Correct Answer: 4

Explanation

Prompt injection occurs when an attacker provides malicious or carefully constructed instructions to an AI or large language model application in an attempt to manipulate its behavior. Depending on the application’s design, this could cause the model to reveal information, bypass intended restrictions, or perform actions outside its expected purpose. Buffer overflow, path traversal, and SQL injection target different components and mechanisms. Security teams should validate untrusted inputs and apply appropriate authorization controls rather than relying solely on an AI model to enforce security boundaries.

Question 3

Which vulnerability scoring system provides a standardized numerical assessment that helps organizations prioritize vulnerabilities according to severity?

  1. CVSS
  2. DNS
  3. SAML
  4. SNMP

Correct Answer: 1

Explanation

The Common Vulnerability Scoring System, or CVSS, provides a standardized framework for evaluating the severity of security vulnerabilities. CVSS scores consider characteristics such as exploitability and potential impact, helping organizations compare vulnerabilities and prioritize remediation activities. A higher score generally indicates greater severity, although organizations should also consider environmental factors and business context when determining remediation priorities. CVEs identify individual publicly documented vulnerabilities, while DNS and SNMP serve networking functions. Therefore, CVSS is the scoring system used to assess vulnerability severity.

Question 4

Which technology allows IPsec traffic to traverse a device performing IPv4 NAT by encapsulating the encrypted traffic in UDP?

  1. GRE
  2. SSL
  3. NAT-T
  4. VXLAN

Correct Answer: 3

Explanation

NAT Traversal, commonly called NAT-T, allows IPsec VPN traffic to operate through IPv4 NAT devices. Traditional IPsec can encounter difficulties when address translation modifies packet information, particularly because ESP does not use TCP or UDP port numbers in the same way ordinary transport protocols do. NAT-T encapsulates ESP traffic within UDP, allowing NAT devices to process the traffic more effectively. GRE and VXLAN provide different tunneling functions, while SSL is a cryptographic protocol rather than the specific NAT traversal mechanism described here.

Question 5

Which Cisco-related VPN technology is designed to provide a scalable group-encrypted network architecture in which traffic can be encrypted without requiring traditional point-to-point IPsec tunnels between every pair of routers?

  1. SSL VPN
  2. GETVPN
  3. Remote Desktop Protocol
  4. L2TP

Correct Answer: 2

Explanation

GETVPN, or Group Encrypted Transport VPN, is designed for environments where multiple trusted sites require secure communication while preserving the original IP addressing and routing characteristics of the network. Instead of creating a separate point-to-point tunnel for every pair of sites, GETVPN uses group-based encryption and centralized key management. This makes it suitable for certain large enterprise networks with many participating locations. SSL VPN and L2TP serve different remote-access purposes, while RDP provides remote desktop functionality rather than group-based network encryption.

Question 6

Which switch security feature helps prevent unauthorized DHCP servers from responding to clients on a network?

  1. DHCP snooping
  2. Port mirroring
  3. MAC flooding
  4. NAT

Correct Answer: 1

Explanation

DHCP snooping is a Layer 2 security feature that helps protect networks from rogue DHCP servers. The switch identifies trusted interfaces where legitimate DHCP server responses are expected and can block DHCP server messages arriving through untrusted ports. DHCP snooping can also build a binding database containing information such as client MAC addresses, IP addresses, VLANs, and switch ports. This information can support other security mechanisms, including Dynamic ARP Inspection. Port mirroring is used for monitoring traffic, while NAT performs address translation.

Question 7

Which security mechanism helps prevent ARP spoofing by validating ARP packets against trusted IP-to-MAC address bindings?

  1. DHCP relay
  2. PortFast
  3. Dynamic ARP Inspection
  4. EtherChannel

Correct Answer: 3

Explanation

Dynamic ARP Inspection, or DAI, helps protect Layer 2 networks against ARP spoofing and poisoning attacks. It can validate ARP packets by comparing their IP-to-MAC address information against trusted bindings, commonly those learned through DHCP snooping. Invalid ARP messages can then be discarded, reducing the ability of an attacker to impersonate another device on the local network. DHCP relay forwards DHCP requests between networks, PortFast affects spanning-tree behavior, and EtherChannel combines physical links. Therefore, DAI is the appropriate protection mechanism.

Question 8

Which AAA protocol is commonly preferred for centralized administration of network device access because it separates authentication and authorization functions?

  1. RADIUS
  2. LDAP
  3. TACACS+
  4. Kerberos

Correct Answer: 3

Explanation

TACACS+ is a AAA protocol commonly used for centralized authentication, authorization, and accounting of administrative access to network devices. One important characteristic is its separation of authentication and authorization, allowing administrators to receive more granular control over which commands or services they can use. RADIUS is also widely used for centralized authentication and network access, particularly for user connectivity, but it combines authentication and authorization differently. LDAP is primarily a directory protocol, while Kerberos provides ticket-based authentication. Therefore, TACACS+ fits the described requirement.

Question 9

Which protocol provides encrypted management and monitoring communications for network devices by using authentication and privacy mechanisms?

  1. SNMPv1
  2. SNMPv2c
  3. SNMPv3
  4. TFTP

Correct Answer: 3

Explanation

SNMPv3 provides security features that are not available in the older community-string-based SNMP versions. It supports authentication to verify the source of management messages and privacy mechanisms to protect sensitive SNMP communication from being read by unauthorized parties. This makes SNMPv3 more appropriate for secure network monitoring and management. SNMPv1 and SNMPv2c rely on community strings and do not provide the same level of built-in security. TFTP is a file-transfer protocol and does not provide secure network-management functionality.

Question 10

A Cisco Secure Firewall Threat Defense policy needs to identify and control applications rather than relying only on IP addresses and ports. Which capability should be used?

  1. DHCP snooping
  2. Application Visibility and Control
  3. MAC address learning
  4. NAT-T

Correct Answer: 2

Explanation

Application Visibility and Control, commonly referred to as AVC, enables Cisco Secure Firewall Threat Defense to identify applications and apply security policies based on application characteristics. This provides more granular control than relying exclusively on source and destination addresses or transport-layer ports. Administrators can use application identification as part of access control policies to restrict or permit specific application traffic. DHCP snooping is a Layer 2 security feature, MAC learning is a switching function, and NAT-T supports IPsec traversal through NAT. Therefore, AVC is appropriate.

Question 11

In a typical cloud shared responsibility model, which responsibility generally remains with the cloud customer regardless of whether infrastructure is hosted by a provider?

  1. Physical security of the provider’s data center
  2. Maintenance of the provider’s physical servers
  3. Protection and appropriate handling of the customer’s data
  4. Replacement of failed provider storage hardware

Correct Answer: 3

Explanation

In a cloud shared responsibility model, the cloud provider and customer divide security responsibilities according to the service being consumed. The customer generally remains responsible for protecting its own data, configuring appropriate access controls, and using services securely. The provider normally handles responsibilities associated with the underlying physical infrastructure, such as data-center facilities and provider-managed hardware. The exact division changes between SaaS, PaaS, and IaaS models. Therefore, protecting and appropriately handling customer data remains an important customer responsibility.

Question 12

Which cloud security capability acts as an intermediary between cloud users and cloud services to provide visibility and enforce security policies?

  1. CASB
  2. DHCP
  3. NAT
  4. RAID

Correct Answer: 1

Explanation

A Cloud Access Security Broker, or CASB, provides security controls and visibility between an organization’s users and cloud service providers. CASB capabilities can include policy enforcement, data protection, access control, threat detection, and visibility into cloud application usage. This can help organizations address security requirements when employees use cloud services outside traditional on-premises infrastructure. DHCP assigns network configuration, NAT translates addresses, and RAID provides storage redundancy. Therefore, CASB is the cloud security capability described in the question.

Question 13

Which DevSecOps practice integrates security checks into the software development and CI/CD process rather than waiting until deployment to perform security testing?

  1. Manual patching only
  2. Perimeter firewalling
  3. Security integration throughout the pipeline
  4. Physical server replacement

Correct Answer: 3

Explanation

DevSecOps integrates security into the software development lifecycle so that security controls and testing occur throughout development, build, testing, and deployment activities. Security checks can be incorporated into CI/CD pipelines to identify vulnerabilities earlier and reduce the cost of fixing problems late in the process. Infrastructure as Code can also be reviewed and scanned for security issues before deployment. This approach differs from relying exclusively on perimeter controls or performing security checks only after an application reaches production. Therefore, integrating security throughout the pipeline is correct.

Question 14

Which security architecture combines networking capabilities with cloud-delivered security services to provide secure access for users regardless of their location?

  1. SASE
  2. RAID
  3. STP
  4. NAT

Correct Answer: 1

Explanation

Secure Access Service Edge, or SASE, combines networking capabilities with cloud-delivered security services to provide secure access to applications and resources. It is designed for environments where users, devices, applications, and workloads may be distributed across offices, data centers, and cloud platforms. Security capabilities can be delivered closer to users instead of requiring all traffic to return to a traditional corporate perimeter. SSE focuses specifically on security services, while SASE combines those security capabilities with networking functionality. Therefore, SASE is the broader architecture described.

Question 15

Which endpoint security technology continuously monitors endpoint activity to detect suspicious behavior and support investigation and response?

  1. MDM
  2. EDR
  3. DHCP
  4. CASB

Correct Answer: 2

Explanation

Endpoint Detection and Response, or EDR, continuously monitors endpoint activity and collects security-related telemetry that can be analyzed for suspicious behavior. EDR platforms can help security teams investigate incidents, identify malicious activity, and support response actions on affected endpoints. Endpoint Protection Platforms generally focus more broadly on preventing malware and other threats, while EDR emphasizes detection, investigation, and response capabilities. MDM focuses on managing mobile devices, DHCP provides network configuration, and CASB addresses cloud-service security. Therefore, EDR is the correct technology.

Question 16

Which technology allows an organization to centrally manage mobile devices, enforce configuration policies, and control organizational data on supported endpoints?

  1. MDM
  2. EDR
  3. IDS
  4. NTP

Correct Answer: 1

Explanation

Mobile Device Management, or MDM, enables organizations to centrally manage supported mobile endpoints. Administrators can use MDM to enforce configuration requirements, distribute applications, apply security policies, manage device settings, and support organizational control over corporate data. MDM can also assist with device inventory and compliance management. EDR focuses on endpoint threat detection and response, IDS monitors for suspicious network activity, and NTP synchronizes system time. Therefore, MDM is the technology designed for centralized management of mobile devices and their configurations.

Question 17

Which network access-control method requires a device or user to authenticate before gaining access to a controlled switch port?

  1. NAT
  2. DHCP
  3. 802.1X
  4. DNS

Correct Answer: 3

Explanation

802.1X provides port-based network access control by requiring authentication before a device is granted access to a protected network connection. It commonly works with an authentication server such as Cisco Identity Services Engine and can use protocols such as EAP to exchange authentication information. This allows organizations to make access decisions based on user or device identity and related policy information. NAT translates addresses, DHCP provides IP configuration, and DNS resolves names. Therefore, 802.1X is the appropriate mechanism for authenticated switch-port access.

Question 18

A security administrator needs to change an endpoint’s authorization state immediately after a security policy decision without requiring the device to reconnect physically. Which capability can be used with Cisco ISE?

  1. DNSSEC
  2. CoA
  3. NAT
  4. GRE

Correct Answer: 2

Explanation

Change of Authorization, or CoA, allows a network access-control system such as Cisco Identity Services Engine to dynamically change the authorization state of an active endpoint. This capability can be useful when a device’s security posture changes after authentication or when policy enforcement requires an immediate adjustment. For example, an endpoint could be moved to a restricted access state after failing a compliance check. DNSSEC protects DNS information, NAT translates addresses, and GRE provides tunneling. Therefore, CoA provides the required dynamic authorization change.

Question 19

An attacker hides command-and-control or data-transfer traffic inside DNS queries and responses to bypass some traditional network controls. Which exfiltration technique is being used?

  1. DNS tunneling
  2. VLAN hopping
  3. ARP spoofing
  4. MAC flooding

Correct Answer: 1

Explanation

DNS tunneling is a technique in which an attacker encodes information or commands within DNS queries and responses. Because DNS traffic is commonly permitted through network security controls, attackers may attempt to use it as a covert channel for command-and-control communication or data exfiltration. Security monitoring can look for unusual DNS patterns, excessive query volumes, abnormal domain structures, and other indicators. VLAN hopping targets Layer 2 segmentation, ARP spoofing manipulates address resolution, and MAC flooding attacks switch forwarding behavior. Therefore, DNS tunneling matches the scenario.

Question 20

Which security platform category is primarily designed to collect, correlate, and analyze security events from multiple sources to support centralized detection and response?

  1. MDM
  2. CASB
  3. SIEM
  4. DHCP

Correct Answer: 3

Explanation

A Security Information and Event Management, or SIEM, platform collects and correlates security events from multiple sources such as network devices, endpoints, applications, and security appliances. Centralized analysis can help security teams identify patterns that may not be obvious when individual events are reviewed separately. SIEM platforms can support alerting, investigation, compliance reporting, and incident response workflows. MDM manages endpoints, CASB focuses on cloud-service security, and DHCP provides network configuration. Therefore, SIEM is the appropriate platform category for centralized security-event analysis.