dc dotCreds
Daily, exam-focused micro practice

CCNP Practice Test

Start a free 10-question CCNP daily set with source-backed explanations, local progress, and a fresh rotation every morning.

Every answer explained with source-backed reasoning No guessing Progress tracked Questions updated at Apr 30, 2026, 7:32 AM CDT
Exam breakdown Top domains in this 350-401 ENCOR bank
Automation and Programmability 27%
About 13 questions in this bank
Security Controls 17%
About 8 questions in this bank
Architecture and Virtualization 13%
About 6 questions in this bank

What 350-401 ENCOR covers: Automation and Programmability (27%) • Security Controls (17%) • Architecture and Virtualization (13%)

New set every day. Start today's questions before they rotate.

CCNP icon

CCNP

Cisco Certified Network Professional Enterprise

What you get immediately

  • 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.2 Overlay and Virtualization

In a VXLAN overlay, what does the VNI identify?

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 is important because CCNP Enterprise questions often test whether you can separate overlay identifiers from underlay routing details.
Pass plan included

Pro turns this bank into a study plan.

Unlock the full bank, then use Exam Mode, Practice Mode, fixed question sets, random tests, readiness tracking, previous-test box scores, and source-backed review to decide what to study next.

  • Readiness scoreSee your 7-day trend, bank coverage, and confidence on this browser.
  • Previous test box scoresReview score, domains, right answers, wrong answers, and every explanation.
  • Question sets and random testsRun Set 1, Set 2, or a random session so you can eventually see the whole bank.
Legit practice, not brain dumps. Source-backed questions, Stripe checkout, daily audits, and issue reports reviewed when learners flag something off.
Every choice explained Sources included Exam Mode score Question sets Random tests Readiness and previous tests Updated at Apr 30, 2026, 7:32 AM CDT

Secure checkout powered by Stripe. 48 verified questions are currently in this bank.

Question 2 of 10
Objective 4.3 Assurance and Telemetry

What does stratum 1 mean in NTP?

Concept tested: Assurance and Telemetry

A. Correct: Stratum 1 systems obtain time directly from a reference source such as a radio, GPS, or atomic clock.

B. Incorrect: Stratum does not count the number of clients.

C. Incorrect: Multicast delivery is unrelated to what stratum 1 means.

D. Incorrect: Lower stratum numbers are closer to the reference clock, not less accurate by definition.

Why this matters: This is important because time hierarchy questions show up in enterprise operations whenever log correlation and certificate validity depend on synchronized clocks.
Question 3 of 10
Objective 3.4 Switching, Access, and Device Services

What must be present before a Cisco device can use SSH for secure remote administration?

Concept tested: Switching, Access, and Device Services

A. Correct: Cisco SSH configuration requires locally generated RSA keys before the SSH server can operate.

B. Incorrect: TACACS+ can support AAA, but it does not replace the key material required for SSH itself.

C. Incorrect: Native VLAN settings do not enable secure shell access.

D. Incorrect: NetFlow export is unrelated to establishing SSH service.

Why this matters: This is important because CCNP Enterprise can test whether you know the prerequisite steps for securing device management access.
Question 4 of 10
Objective 6.1 Automation and Programmability

In JSON, which structure contains name/value pairs enclosed in curly braces?

Concept tested: Automation and Programmability

A. Correct: JSON object is an unordered collection of name/value pairs enclosed in curly braces.

B. Incorrect: Arrays are ordered lists of values enclosed in square brackets.

C. Incorrect: Path parameters are an API concept, not a native JSON structure.

D. Incorrect: RPC methods are protocol operations and are not one of JSON's basic data structures.

Why this matters: This is important because automation questions often expect you to parse device payloads and recognize the difference between JSON objects and arrays immediately.
Question 5 of 10
Objective 2.5 Infrastructure Routing and Resiliency

What makes a static route a floating static route?

Concept tested: Infrastructure Routing and Resiliency

A. Correct: Floating static route is configured with a higher administrative distance so it stays in reserve until the primary route disappears.

B. Incorrect: The concept is tied to administrative distance, not to having the lowest metric in every case.

C. Incorrect: Virtual MAC addresses are associated with first-hop redundancy protocols such as HSRP, not static-route preference.

D. Incorrect: Redistributing a route into OSPF is a separate routing action and does not define a floating static route.

Why this matters: This is important because CCNP Enterprise expects you to know how backup static routing is activated without displacing the primary path under normal conditions.
Question 6 of 10
Objective 3.3 Switching and Access

In 802.1X access control, what device acts as the authenticator?

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 is important because CCNP Enterprise security scenarios often test whether you can separate edge enforcement, credentials, and backend identity validation roles.
Question 7 of 10
Objective 2.2 Enterprise Routing and Resiliency

On a broadcast multiaccess network, which OSPF role forms full adjacencies with DROther routers to reduce LSA flooding overhead?

Concept tested: Enterprise Routing and Resiliency

A. Correct: The DR becomes the primary exchange point for link-state information on a broadcast segment.

B. Incorrect: An ABR connects OSPF areas and is not the special role chosen per broadcast segment.

C. Incorrect: An ASBR injects external routes and is unrelated to DR election.

D. Incorrect: A stub router is not the role that centralizes adjacency exchange on the segment.

Why this matters: This is important because OSPF troubleshooting questions often hinge on knowing which roles should become central adjacency points on shared media.
Question 8 of 10
Objective 1.3 Architecture and Virtualization

According to RFC 4364, how does a service provider use VRFs to maintain separate routing tables for different customer networks on the same physical hardware?

Concept tested: Architecture and Virtualization

A. Correct: VRFs enable multiple routing tables on a single device, isolating each customer's network traffic.

B. Incorrect: Overlapping address space can be managed with VRFs without requiring unique IP addresses for each customer.

C. Incorrect: Using ACLs alone does not provide the isolation and separate routing required by VRFs.

D. Incorrect: CE routers do not peer directly; they send routes to PE routers which manage VRFs.

Why this matters: This is important because VRFs allow service providers to efficiently manage multiple customer networks on shared hardware, ensuring proper isolation and routing.
Question 9 of 10
Objective 5.4 Security Controls

Why is SSH preferred over Telnet for Cisco device administration?

Concept tested: Security Controls

A. Correct: SSH protects credentials and command traffic with encryption, while Telnet does not.

B. Incorrect: SSH and Telnet are management access methods, not routing-update carriers.

C. Incorrect: First-hop redundancy is unrelated to the transport used for remote CLI access.

D. Incorrect: SNMP polling and syslog export are separate management protocols and do not define why SSH is preferred.

Why this matters: This is important because CCNP Enterprise security questions expect you to identify the basic control that protects remote administrative sessions.
Question 10 of 10
Objective 1.3 Overlay and Virtualization

Why would an enterprise router or firewall use a VRF?

Concept tested: Overlay and Virtualization

A. Correct: VRF creates separate routing and forwarding instances so traffic and routes stay isolated even on shared hardware.

B. Incorrect: VLAN extension over a routed fabric is an overlay function, not the purpose of VRFs.

C. Incorrect: OSPF DR election is unrelated to VRF route-table separation.

D. Incorrect: Exporting telemetry is a monitoring function, not a VRF function.

Why this matters: This is important because CCNP Enterprise expects you to recognize when segmentation is being solved with separate routing tables instead of overlays or policy tools.
Go Pro

Unlock 48 350-401 ENCOR questions. No ads.

Get the full bank, Exam Mode, Practice Mode, question sets, random tests, readiness tracking, previous-test box scores, and review tools for this exam.

48 full-bank questions Every choice explained Exam Mode and Practice Mode Question sets and random tests Readiness score and trends Previous test box scores

You've answered 0/10 free questions today.

Locked: 38 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.

Question sets Random tests Timed Exam Mode Practice Mode feedback Readiness tracking Previous tests and domain breakdowns Full explanation review No ads

Go Pro for this exam or get sitewide access to every dotCreds practice bank.

Secure checkout powered by Stripe. Source-backed questions. Not brain dumps. Daily audit checks. Reported issues are reviewed and repaired.

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

Guest progress is available without an account.

48 verified questions are currently in the live bank. Questions updated at Apr 30, 2026, 7:32 AM 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.
What matters more on CCNP Enterprise

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: Automation and Programmability (27%).
  • 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.
How to pass 350-401 ENCOR

The fastest path is to turn this exam into a repeatable pattern-recognition loop instead of a one-time cram session.

  • Start with the free daily set closed-book so you can see which parts of the cloud and it lane still feel weak.
  • Use every explanation as a checkpoint for why the right answer fits the scenario and why the other answer choices do not.
  • Open the official Cisco source when a concept keeps missing so you fix the gap at the source instead of rereading generic notes.
  • Use the nearby cert pages when you need broader context around the same job path or technology stack.
Common mistakes on 350-401 ENCOR

The usual misses happen when learners recognize keywords but do not slow down enough to match the scenario to the exact decision the exam is testing.

  • Reading for one familiar keyword and skipping the deeper clue that tells you which cloud and it concept actually fits.
  • Memorizing isolated terms without checking why the right answer wins over the other answer choices in the same scenario.
  • Ignoring the official Cisco source after a miss and hoping the next question will feel easier on its own.
  • Studying this page in isolation when one nearby cert page could clear up the broader pattern much faster.
How to use this 350-401 ENCOR practice page

The fastest path is simple: answer the set, review the reasoning, then use the score history and source links to decide what to hit next.

  • Answer the free set first without looking anything up so the score reflects what is actually sticking.
  • Read every explanation, especially the wrong answer choices, so the weaker options stop looking plausible next time.
  • Open the linked source when a concept feels weak, then come back and repeat the question flow while the wording is fresh.
  • Use the 7-day score keeper, related cert links, and comparison pages to decide what to study next instead of guessing.
  • Move into Pro when you want the full bank, timed reps, readiness tracking, and previous-test review.
Official exam resources

Use these official Cisco resources alongside the daily practice set. They cover the provider's own exam page, study guide, or prep material.

Need adjacent Cisco practice pages too? Cisco practice hub.

FAQ

How are CCNP questions generated?

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.