Free ENCOR-350-401 Practice Test Questions and Answers (2026)

Last Update Check
View Mode
Q: 1

DRAG DROP Drag and drop the Cisco Catalyst Center (formerly DNA Center) northbound API characteristics from the left to the right. Not all options are used. Cisco CCNP 350-401 ENCOR question

Drag & Drop
2 comments in the community discussion
3
referred to as Intent API, RESTful API based on HTTP methods, uses JSON exclusively
I’m pretty sure the northbound API has a multivendor focus as one of its main points, since it’s supposed to work with multiple platforms. So I’d map Target 1 to "multivendor focus," Target 2 to "RESTful API based on HTTP methods," and Target 3 to "uses JSON exclusively." Not fully confident here, since Cisco likes
Q: 2

DRAG DROP Drag anti drop the characteristics from the ten onto the configuration models on the right. Cisco CCNP 350-401 ENCOR question

Drag & Drop
4 comments in the community discussion
6
Ugh, these model questions are always wordy. Procedural gets the step-by-step and deep syntax, Declarative gets what/wanted and Puppet.
2
Procedural: Deep syntax knowledge, step order. Declarative: What is wanted, Puppet tool. Official guide and some hands-on labs help here.
Q: 3

DRAG DROP Drag and drop the characteristics of PIM Sparse Mode from the left to the right. Not all options are used. Cisco CCNP 350-401 ENCOR question

Drag & Drop
4 comments in the community discussion
5
uses a pull model, builds shared distribution trees, requires a rendezvous point. Official guide covers this well, worth reviewing multicast chapters.
1
builds source-based distribution trees, uses a push model, requires a rendezvous pointI matched these based on PIM SM sometimes switching to source-based trees after the initial shared tree. I think 'push model' could apply since routers send data to all until pruned. Not totally confident here, let me know if you
Q: 4
Which type of API enables Cisco Catalyst Center (formerly DNA Center) to focus on outcome instead of the individual steps that are required to achieve the outcome?
Options
4 comments in the community discussion
1
Northbound Intent API is the way to go for outcome-based control, so definitely C here.
1
Nah, it's not D. The northbound Intent API (C) is made for intent-based networking, so you just describe the goal and let Catalyst Center handle the details. Southbound is a trap here.
Q: 5

DRAG DROP Drag and drop the threat defense solutions from the left onto their descriptions on the right. Cisco CCNP 350-401 ENCOR question

Drag & Drop
6 comments in the community discussion
6
Umbrella -> provides DNS protection, AMP4E -> malware protection on endpoints, FTD -> IPS/IDS, StealthWatch -> security analytics with network flows, ESA -> email threat vector.Pretty sure this is the right mapping. Umbrella always works at the DNS layer, AMP4E for endpoint malware, FTD integrate
5
Umbrella -> DNS protection, AMP4E -> endpoint malware, FTD -> IPS/IDS, StealthWatch -> network analytics, ESA -> email threats.
Q: 6
Which character formatting is required for DHCP Option 43 to function with current AP models?
Options
5 comments in the community discussion
I've seen this pop up in exam reports too. It's B since Cisco APs expect the info as a hex string inside Option 43, or they won't join the controller. ASCII looks common but doesn't work for actual discovery. If someone has a different experience with newer AP models, would be interested to know!
B not A. ASCII looks tempting but for Cisco APs, Option 43 really needs hex, otherwise the controller info won’t parse right. Seen similar question on practice tests.
Q: 7

DRAG DROP Drag and drop the snippets onto the blanks within the code to create an EEM script that adds an entry to a locally stored text file with a timestamp when a configuration change is made. Not all options are used. Cisco CCNP 350-401 ENCOR question

Drag & Drop
8 comments in the community discussion
9
event syslog pattern, "enable", | append flash. Not totally sure, feels like exam practice ones. Can someone confirm this order?
5
Nah, I think it's event syslog pattern, "enable", then | append flash. The 'event cli pattern' jumps out as a trap since config changes are better caught with syslog events in EEM scripts. Anyone else see it differently on similar exam sets?
Q: 8
An engineer must configure a new WLAN that supports 802.11r and requires users to enter a passphrase. What must be configured to support this requirement?
Options
8 comments in the community discussion
2
D imo
1
B , A is tempting but 802.1X is for enterprise not PSK. FT-PSK fits the question best.
Q: 9
Which method creates an EEM applet policy that is registered with EEM and runs on demand or manually?
Options
5 comments in the community discussion
2
Option C is the one you want. Using event none means the EEM applet isn't tied to any specific trigger, so you can launch it whenever you want from the CLI with event manager run. I've seen similar setups in labs and some exam walkthroughs. Pretty sure this is what they look for unless you're
1
Maybe B. The 'manual' keyword sounds like it would let you run the applet on demand, so I picked that thinking it was the trigger for manual execution. The trap is that 'none' is actually more widely supported, but I was sure 'manual' did this too. Not 100% confident.
Q: 10
A system must validate access rights to all its resources and must not rely on a cached permission matrix. If the access level to a given resource is revoked but is not reflected in the permission matrix, the security is violates Which term refers to this REST security design principle?
Options
5 comments in the community discussion
Option C, because if two-factor auth is enforced even for cached sessions, doesn't that count as separation of privilege?
A is wrong, it's B. Complete mediation means the system checks permissions every time, not just relying on cached data. If you skip this and permissions change (like revoked access), people could still get in using old privileges. Economy of mechanism is a trap since it's more about simplicity, not ongoing checks. Pret
Q: 11
Which feature is needed to maintain the IP address of a client when an inter-controller Layer 3 roam is performed between two WLCs that are using different mobility groups?
Options
2 comments in the community discussion
DNot B, since RF groups are for channel and power coordination, not client IP retention during roaming. Auto anchor (D) is used so that a client's session is anchored to a specific WLC, letting them keep the same IP even when crossing L3 boundaries or mobility groups. Common trap is picking AAA override, but that’s
Maybe D here. Auto anchor is used so clients keep the same IP when moving between WLCs in different mobility groups. I remember something similar on a practice test. Pretty sure that's right but correct me if I'm off.
Q: 12
What is a characteristic of a virtual machine?
Options
2 comments in the community discussion
Guessing B. VMs usually use less resources since they can share hardware through the hypervisor.
Q: 13
Which function does a Cisco SD-Access extended node perform?
Options
1 comment in the community discussion
Wait, does extended node actually tunnel traffic? I thought it just lets L2 switches join fabric. Can someone confirm?
Q: 14
Which component of the Cisco Cyber Threat Defense solution provides user and flow context analysis?
Options
1 comment in the community discussion
Seen almost the same in a mock, it's B.
Q: 15
Which action reduces sticky clients in dense RF environments?
Options
2 comments in the community discussion
A is wrong, B. Setting higher mandatory minimum data rates forces clients to roam instead of sticking to distant APs. Pretty sure that's the CCNP-recommended approach here.
Q: 16
What is a characteristic of a traditional WAN?
Options
Q: 17

DRAG DROP Refer to the exhibit. Cisco CCNP 350-401 ENCOR question Refer to the exhibit. Drag and drop the snippets into the RESTCONF request to form the request that returns this response. Not all options are used. Cisco CCNP 350-401 ENCOR question

Drag & Drop
Q: 18
What is the intent API in Cisco Catalyst Center (formerly DNA Center)?
Options
2 comments in the community discussion
Probably A. The intent API is northbound and lets external apps interact with Catalyst Center. Option C refers to device-level southbound APIs.
Option D is kind of a distractor here, but does the question specifically ask about consumer-facing APIs or just any integration point? If it wanted southbound/internal comms, C would make sense.
Q: 19

Refer to the exhibit. Cisco CCNP 350-401 ENCOR question Refer to the exhibit. POSTMAN is showing an attempt to retrieve network device information from Cisco Catalyst Center (formerly DNA Center) API. What is the issue?

Options
1 comment in the community discussion
Is the question specifically asking for the first issue you'd see, or the most likely root cause if there are multiple problems in the request? That could affect whether it’s B or possibly C.
Q: 20

DRAG DROP Drag and drop characteristics of PIM dense mode from the left to the right. Cisco CCNP 350-401 ENCOR question

Drag & Drop
1 comment in the community discussion
Pretty sure for PIM Dense Mode it's: source-based trees, push model, and prune mechanisms. That matches what I remember from exam reports. Pull model and RPs are more for sparse mode.Target 1: builds source-based distribution treesTarget 2: uses a push model to distribute multicast traffic
Question 1 of 20

What's covered in this practice questions set

4: Network Assurance · 8 questions

📖 About this Domain

Network Assurance focuses on the tools and protocols required to monitor, troubleshoot, and verify enterprise network operations. This domain covers traditional methods like syslog and SNMP, and modern programmatic interfaces such as NETCONF and RESTCONF for network management.

🎓 What You Will Learn

  • You will learn to configure and verify device monitoring using protocols like syslog for logging, SNMPv2c/v3 for device polling, and NetFlow for traffic analysis.
  • You will learn to implement traffic mirroring with SPAN, RSPAN, and ERSPAN, and to measure network performance using IP SLA probes.
  • You will learn to diagnose network issues using fundamental CLI tools including ping, traceroute, and various debug commands like conditional debugs.
  • You will learn to configure and verify programmatic management protocols like NETCONF and RESTCONF, and describe Cisco DNA Center assurance workflows.

🛠️ Skills You Will Build

  • You will build the skill to deploy comprehensive network monitoring solutions using NetFlow, SNMP, and syslog to gain visibility into network health.
  • You will build the skill to perform in-depth traffic analysis and troubleshooting by configuring port mirroring technologies like SPAN, RSPAN, and ERSPAN.
  • You will build the skill to proactively measure and verify service levels for network applications and services using IP SLA operations.
  • You will build the skill to interact with network devices programmatically for monitoring and configuration tasks using NETCONF and RESTCONF.

💡 Top Tips to Prepare

  • Practice configuring SNMPv3 in a lab environment, focusing on the security models like authPriv and associated group and user configurations.
  • Master the configuration of Flexible NetFlow by creating custom flow records, flow monitors, and flow exporters for specific monitoring requirements.
  • Lab the differences and configuration steps for SPAN, RSPAN, and ERSPAN to understand their specific use cases and limitations.
  • Use tools like Postman or Python scripts to practice making NETCONF and RESTCONF calls to a virtual router for device state retrieval.

1: Architecture · 5 questions

📖 About this Domain

This domain covers key concepts related to 1: Architecture.

🎓 What You Will Learn

  • Core concepts of 1: Architecture
  • Best practices and implementation
  • Real-world application scenarios

🛠️ Skills You Will Build

  • Technical proficiency in 1: Architecture
  • Problem-solving abilities
  • Practical implementation skills

💡 Top Tips to Prepare

  • Review official documentation and study guides
  • Practice with hands-on exercises
  • Focus on understanding core principles

5: Security · 4 questions

📖 About this Domain

This domain covers foundational network security principles for enterprise networks. It focuses on securing network devices and implementing infrastructure security features. You will learn both configuration and verification of critical security components.

🎓 What You Will Learn

  • Configure device access control using local passwords and AAA with TACACS+ and RADIUS.
  • Implement infrastructure security features including Access Control Lists (ACLs) and Control Plane Policing (CoPP).
  • Describe network security design components like TrustSec, MACsec, and endpoint security with AMP.
  • Explain wireless security features such as EAP, WebAuth, and PSK for securing WLANs.

🛠️ Skills You Will Build

  • Implement and verify AAA for device administration to control authentication, authorization, and accounting.
  • Configure standard, extended, and time-based ACLs to filter IPv4 and IPv6 traffic.
  • Secure the control plane by implementing CoPP to protect the router's CPU from DoS attacks.
  • Identify and describe the function of network access control mechanisms like 802.1X, MAB, and WebAuth.

💡 Top Tips to Prepare

  • Practice ACL configuration and verification in a lab environment, focusing on syntax and placement.
  • Understand the key differences between RADIUS and TACACS+ protocols for AAA implementation.
  • Focus on the conceptual purpose of security design elements like TrustSec and endpoint security.
  • Master the configuration steps for securing VTY and console lines on Cisco IOS devices.

6: Automation · 2 questions

📖 About this Domain

The Automation domain introduces the principles of network programmability and automation. It covers the interpretation of Python scripts, interaction with APIs like RESTCONF, and the use of data models such as YANG. This section validates your ability to leverage modern tools for network management.

🎓 What You Will Learn

  • You will learn to interpret basic Python scripts, focusing on data types, loops, and conditional logic for network operations.
  • You will learn to describe data modeling with YANG and construct valid JSON payloads for API requests.
  • You will learn to utilize REST APIs, including RESTCONF and Cisco DNA Center APIs, to programmatically manage network devices.
  • You will learn to compare agent-based and agentless orchestration tools and implement on-box automation using EEM applets.

🛠️ Skills You Will Build

  • The ability to read Python code and identify its function within a network automation script.
  • The skill to interact with network controllers and devices programmatically using REST APIs and parse JSON data.
  • The capability to differentiate between configuration management tools like Ansible, Puppet, and Chef for orchestration.
  • The competence to construct a basic EEM applet on a Cisco IOS XE device to automate responses to network events.

💡 Top Tips to Prepare

  • Focus on understanding Python fundamentals like dictionaries, lists, and loops, as script interpretation is a core task.
  • Utilize the Cisco DevNet sandboxes to practice making RESTCONF and DNA Center API calls with tools like Postman.
  • Memorize the primary HTTP response codes (e.g., 200, 201, 401, 404) and their significance in API interactions.
  • Understand the high-level architectural differences between Ansible, Puppet, and Chef, particularly agent versus agentless models.

2: Virtualization · 1 questions

📖 About this Domain

This domain covers virtualization technologies foundational to modern enterprise networks. It details device virtualization like hypervisors, data path virtualization using VRF and GRE, and network virtualization concepts including LISP and VXLAN.

🎓 What You Will Learn

  • Differentiate between Type 1 bare-metal and Type 2 hosted hypervisors and describe virtual machine and virtual switch functions.
  • Configure and verify data path segmentation using Virtual Routing and Forwarding (VRF) instances.
  • Implement and verify Generic Routing Encapsulation (GRE) and IPsec tunnels for overlay connectivity.
  • Describe network virtualization concepts including Locator/ID Separation Protocol (LISP) and Virtual Extensible LAN (VXLAN) overlays.

🛠️ Skills You Will Build

  • Implement and troubleshoot VRF-Lite configurations to achieve routing table isolation on a single device.
  • Configure point-to-point GRE tunnels and understand the encapsulation process for creating logical links.
  • Analyze server virtualization architectures, identifying the roles of hypervisors, VMs, and virtual switching.
  • Explain the control plane and data plane operations of LISP and VXLAN for network virtualization.

💡 Top Tips to Prepare

  • Practice VRF-Lite CLI commands for creation, interface assignment, and verification using `show ip vrf`.
  • Focus on GRE tunnel configuration steps and verification commands like `show ip interface brief` and `show interface tunnel`.
  • Create a comparison chart for Type 1 vs. Type 2 hypervisors, noting their placement in the hardware/software stack.
  • Memorize key terms for overlays: VTEP and VNI for VXLAN; EID and RLOC for LISP.

3: Infrastructure

📖 About this Domain

This domain covers core enterprise network infrastructure technologies. It focuses on Layer 2 switching, Layer 3 routing protocols, wireless networking principles, and essential IP services. Mastery of these topics is critical for building and troubleshooting robust network foundations.

🎓 What You Will Learn

  • You will learn to troubleshoot Layer 2 technologies like 802.1q trunking, EtherChannels, and Spanning Tree Protocols such as RSTP and MST.
  • You will learn to configure and verify Layer 3 routing protocols including OSPFv2 for internal routing and eBGP for external connectivity.
  • You will learn the fundamentals of wireless networking, including RF principles, AP modes, WLC discovery, and client roaming.
  • You will learn to configure and describe key IP services like NTP, NAT/PAT, and First Hop Redundancy Protocols (FHRP) like HSRP and VRRP.

🛠️ Skills You Will Build

  • You will build skills to configure and verify OSPF adjacencies, areas, and summarization in a multi-area environment.
  • You will build skills to troubleshoot wireless client connectivity issues, including authentication and profile problems using the WLC GUI.
  • You will build skills to implement network redundancy using EtherChannel for link aggregation and HSRP/VRRP for gateway failover.
  • You will build skills to establish eBGP peering between directly connected autonomous systems and understand its path selection process.

💡 Top Tips to Prepare

  • Focus on hands-on labs for configuring OSPFv2, eBGP, HSRP, and NAT/PAT to solidify command-line proficiency.
  • Master the differences between RSTP and MST, including their operational states and configuration nuances.
  • Understand the WLC discovery process and the steps a Lightweight AP takes to join a controller.
  • Memorize the OSPF path selection criteria and the BGP best path selection algorithm.

Premium Access Includes

  • Quiz Simulator
  • Exam Mode
  • Progress Tracking
  • Question Saving
  • Flash Cards
  • Drag & Drops
  • 3 Months Access
  • PDF Downloads
Get Premium Access
Scroll to Top