A real 350-401 ENCOR question first, not a wall of copy
Correct answer plus per-choice explanation
Source link for follow-up study
Free daily set, then full-bank Pro when you want more
Question 1 of 10
Objective 1.1Architecture and Virtualization
In an enterprise fabric, VXLAN is used to address which of the following issues related to multi-tenant environments?
Correct Answer: A. Improving VLAN range limitations
Concept tested: Explain the purpose of overlay networking in enterprise fabrics.
A. ✓ Correct: Improving VLAN range limitations because VXLAN encapsulates Layer 2 traffic over a Layer 3 network, thereby overcoming the constraints of limited VLAN ranges in multi-tenant environments.
B. × Incorrect: Facilitating broadcast communication between VMs because VXLAN primarily addresses unicast and multicast communications rather than broadening broadcast capabilities.
C. × Incorrect: Increasing table sizes at Top-of-Rack (ToR) switches because VXLAN does not directly address switch table size limitations but instead focuses on network encapsulation techniques.
D. × Incorrect: Enhancing physical infrastructure requirements because VXLAN operates above the physical layer, focusing on virtualization and overlay networking rather than changing physical hardware needs.
Why this matters:This matters because understanding how VXLAN addresses VLAN range limitations in multi-tenant environments is crucial for designing scalable and efficient enterprise fabrics.
Question 2 of 10
Objective 6.2Automation and Programmability
What does a YANG model describe in network automation?
Correct Answer: A. The structure of configuration and state data exposed by the device
Concept tested: Automation and Programmability
A. ✓ Correct: YANG is a data modeling language used to define the schema and hierarchy of configuration and operational data.
B. × Incorrect: SSH encryption is unrelated to the purpose of YANG.
C. × Incorrect: Spanning-tree root election uses bridge IDs, not YANG models.
D. × Incorrect: VXLAN encapsulation is an overlay networking topic rather than a data-modeling definition.
Why this matters:This matters because technicians need this distinction when configuring connectivity and isolating network problems quickly.
Question 3 of 10
Objective 4.4Assurance and Telemetry
In a network management system, what component is responsible for querying an SNMP agent to retrieve information about the managed device's status?
Correct Answer: A. SNMP manager
Concept tested: Explain SNMP managers, agents, MIBs, traps, and polling.
A. ✓ Correct: SNMP manager because it queries the SNMP agent to retrieve information about managed devices.
B. × Incorrect: SNMP agent because it collects and reports management information but does not query for data.
C. × Incorrect: MIB because it defines variables used by managers and agents, but does not perform polling.
D. × Incorrect: Trap because it refers to an unsolicited notification sent from the agent to the manager.
Why this matters:This matters because understanding this role ensures effective monitoring and management of network devices using SNMP.
Keep the momentum
You're 3 questions in. Want the full bank?
Unlock the full question set, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring.
115 more questions, timed exam mode, and saved history are waiting in the full unlock.
Pro is active. Use the full bank, Exam mode, and saved box scores when you want deeper review.
Question 4 of 10
Objective 5.2Security Controls
When implementing Control Plane Policing (CoPP) on a Cisco router, which of the following is the primary method to ensure that traffic destined for the control plane does not overload the CPU? ?
Correct Answer: C. Using Control Plane Policing (CoPP) to filter and limit traffic to the control plane
Concept tested: Security Controls
A. × Incorrect: This is incorrect as CoPP specifically targets the control plane, not just the management interface.
B. × Incorrect: QoS policies are typically used for data plane traffic shaping and not directly for control plane protection.
C. ✓ Correct: CoPP is designed to protect the control plane by rate-limiting or filtering traffic destined for it, thus preventing CPU overload.
D. × Incorrect: Adaptive QoS over DMVPN tunnels is unrelated to protecting the control plane from excessive traffic.
Why this matters:This matters because technicians need this distinction when configuring connectivity and isolating network problems quickly.
Question 5 of 10
Objective 2.5Infrastructure Routing and Resiliency
In a network configuration, which type of static route is set up with an administrative distance higher than the primary route to act as a backup when the main route fails?
Correct Answer: B. Floating static route
Concept tested: Infrastructure Routing and Resiliency
A. × Incorrect: A primary static route has a lower administrative distance and does not serve as a backup.
B. ✓ Correct: A floating static route uses a higher administrative distance to act as a fallback option when the main route fails.
C. × Incorrect: S are learned through routing protocols, not manually configured with an elevated administrative distance.
D. × Incorrect: A default route has a lower administrative distance and does not serve as a backup for primary static routes.
Why this matters:This matters because teams rely on this feature to control cost, compliance, access, or monitoring at the right scope.
Question 6 of 10
Objective 2.4Enterprise Routing and Resiliency
In HSRP, which device forwards user traffic sent to the virtual IP address during normal operation?
Correct Answer: A. The active router, using the virtual MAC and virtual IP
Concept tested: Enterprise Routing and Resiliency
A. ✓ Correct: HSRP presents a virtual gateway, and the active router is the one currently forwarding traffic for that virtual address.
B. × Incorrect: The standby router listens and waits to take over but does not normally forward as the virtual gateway.
C. × Incorrect: HSRP is not an equal-cost forwarding model where any group member may answer.
D. × Incorrect: The DHCP relay agent is unrelated to HSRP forwarding.
Why this matters:This matters because technicians need this distinction when configuring connectivity and isolating network problems quickly.
Question 7 of 10
Objective 1.2Overlay and Virtualization
In a VXLAN overlay, what does the VNI identify?
Correct Answer: A. The logical Layer 2 segment carried across the overlay
Concept tested: Overlay and Virtualization
A. ✓ Correct: VXLAN Network Identifier maps traffic to a specific virtual Layer 2 segment inside the overlay.
B. × Incorrect: A VNI does not identify a physical interface on a leaf switch.
C. × Incorrect: The underlay routing protocol or autonomous system is separate from VXLAN segment identification.
D. × Incorrect: Spanning-tree instances are not what VXLAN uses to distinguish overlay segments.
Why this matters:This matters because this choice affects how efficiently systems are hosted, isolated, and scaled in virtual or cloud environments.
Question 8 of 10
Objective 3.1Switching, Access, and Device Services
When configuring a trunk port between two Cisco Catalyst 9200 switches, which command is used to specify the native VLAN for untagged traffic on the interface? Is it 'switchport trunk allowed vlan', 'switchport mode trunk', or 'switchport trunk native vlan'? What should be done if you want VLAN 15 to carry untagged traffic on this trunk port?
Correct Answer: C. switchport trunk native vlan 15
Concept tested: Switching, Access, and Device Services
A. × Incorrect: This command is used to define the allowed VLANs on a trunk but not for specifying the native VLAN.
B. × Incorrect: This command sets the switchport mode to trunk but does not specify the native VLAN.
C. ✓ Correct: To specify the native VLAN for untagged traffic, this command should be used with the appropriate VLAN number.
D. × Incorrect: Configuring an interface as an access port is unrelated to configuring a 802.1Q trunk.
Why this matters:This matters because proper configuration of native VLANs ensures correct tagging and untagging of frames on trunk links, maintaining network integrity.
Question 9 of 10
Objective 3.3Switching and Access
In 802.1X access control, what device acts as the authenticator?
Correct Answer: A. The switch or access point that relays EAP exchanges toward the authentication server
Concept tested: Switching and Access
A. ✓ Correct: The authenticator sits on the network edge and controls the port while relaying authentication messages.
B. × Incorrect: The endpoint is the supplicant, not the authenticator.
C. × Incorrect: The AAA server authenticates the request but is not the port-controlling authenticator.
D. × Incorrect: Time synchronization does not make a device the 802.1X authenticator.
Why this matters:This matters because this decision affects how teams enforce standards, limit risk, and observe the environment over time.
Question 10 of 10
Objective 1.4Architecture and Virtualization
Which statement correctly compares containers and virtual machines?
Correct Answer: A. Containers share the host operating system kernel, while virtual machines include a full guest operating system
Concept tested: Architecture and Virtualization
A. ✓ Correct: Containers isolate applications while sharing the host kernel, whereas virtual machines package a full guest OS on top of virtualization.
B. × Incorrect: Hypervisors are associated with virtual machines, not with standard Linux containers.
C. × Incorrect: Containers package application dependencies and runtime components, not hardware drivers.
D. × Incorrect: The opposite is generally true: virtual machines carry more operating system overhead because each one includes its own guest OS.
Why this matters:This matters because this choice affects how the workload is hosted, connected, scaled, or stored in Azure.
Free preview complete
You've reached the free preview.
Go beyond sample questions with the full source-backed bank, objective practice, exam mode, saved progress, and readiness scoring.
125 verified questions are ready behind the full unlock.
Pro is active. Use the full bank, readiness score, and saved exams when you want deeper reps.
Ready to finish?Answer the questions, then submit your test for review.
Go Pro
Unlock the full 350-401 ENCOR bank.
Get the full source-backed bank, timed exam mode, practice mode, saved progress, previous tests, and readiness scoring for this exam.
125 full-bank questionsEvery choice explainedExam Mode and Practice ModeQuestion sets and random testsReadiness score and trendsPrevious test box scores
You've answered 0/10 free questions today.
Locked: 115 more questions in the full bank.
Locked: exam simulation mode and end-of-exam review.
Today's free set refreshes soon. Upgrade to continue with the full bank.
Box scores, domain breakdowns, and full answer explanations for Pro exam attempts on this browser.
Today’s Set
10 questions
Daily set rotates at 10:00 AM local time
Progress
0/10
Answered on this page session
Accuracy
0%
Loading countdown…
7-day score keeper
Answer questions today and this will become a rolling 7-day scorecard.
Local history
Optional progress sync
Keep today’s practice moving
Guest progress saves automatically on this device. Add an email later when you want a magic link that keeps your daily 350-401 ENCOR practice in sync across browsers.
Guest progress saves on this device automatically
125 verified questions are currently in the live bank. Questions updated at May 13, 2026, 12:15 PM CDT. The daily set rotates at 10:00 AM local time, and each explanation links back to the source used to write it. Use the web set for quick practice, then switch to the app when available for larger banks and deeper review.
Careers and fields this exam supports
CCNP is aimed at people already past the entry network stage and working toward more serious enterprise design, routing, switching, and infrastructure ownership.
Role examples: senior network engineer, enterprise network administrator, infrastructure lead, and network architect track.
Where it shows up: enterprise networking, large-scale routing and switching, resilience planning, and advanced operations.
On-the-job payoff: the job already expects stronger design and troubleshooting depth than CCNA covers.
Typical next step: It usually comes after CCNA and supports movement toward higher-level architecture or specialist Cisco tracks.
CCNP Enterprise leans harder on design tradeoffs, enterprise routing behavior, and operational depth than CCNA. The exam likes the answer that holds up in a larger production network, not the first Cisco term you recognize.
Current emphasis in this bank: Infrastructure Routing and Resiliency (20%).
Expect more scenario wording where multiple answers are technically possible but only one scales, converges, or isolates failure the way an enterprise design should.
Best official starting point: CCNP Enterprise certification.
dotCreds builds CCNP practice questions from Cisco documentation and source-backed references, with official or primary sources preferred first. The questions are written for realistic study practice, not copied from exam dumps.
How are explanations sourced?
Each question includes a source-backed explanation and a link to the documentation or reference used to validate the answer. If an official page is too broad, dotCreds uses a reputable answer-level reference instead of pretending a generic page proves the answer.
What score do I get?
The page tracks today's answered count and accuracy for the 10-question daily set, then saves a 7-day score history on this device so you can see your recent practice trend.
Why use this site?
The site is the fastest way to start CCNP practice without installing anything. It is built for daily recall, quick weak-topic discovery, and source-backed explanations you can review immediately.
Why use the app when available?
The web page is the quick free sampler. If a dotCreds app is available for CCNP, the app is better for larger banks, focused weak-domain drills, longer review sessions, and mobile study routines.
Related practice tests
If you want another cert after CCNP, these pages keep the same daily-question format with source-backed explanations.