350-501 · topic practice

Services practice questions

Practise Cisco SPCOR / CCNP Service Provider Core 350-501 Services practice questions — original exam-style scenarios with answer choices, explanations, and analysis of common mistakes.

Courseiva uses original exam-style practice questions designed for learning and revision. The goal is to understand the concepts, recognise exam patterns, and improve through explanations — not memorise copied exam dumps.

Reviewed byJohnson Ajibi· MSc IT Security
20 questionsDomain: Services

What the exam tests

What to know about Services

Services questions test whether you can apply the concept in context, not just recognise a definition.

How the topic appears in realistic exam-style scenarios.

Which detail in the question changes the correct answer.

How to eliminate plausible but wrong options.

How to connect the question back to the wider exam objective.

Watch out for

Common Services exam traps

  • Answering from memory before reading the full scenario.
  • Missing a constraint such as cost, availability, security, scope or command context.
  • Choosing a broad answer when the question asks for the most specific fix.
  • Ignoring why the wrong options are tempting.

Practice set

Services questions

20 questions · select your answer, then reveal the explanation

Question 1mediummultiple choice
Open the full BGP breakdown →

A service provider is deploying MPLS Layer 3 VPN and needs to ensure that BGP next-hop resolution works correctly for VPNv4 prefixes learned from a route reflector. The PE routers are directly connected to the RR via iBGP, and there is an IGP running within the MPLS core. Which condition must be met for the PE to install the VPNv4 prefix into its routing table?

Question 2hardmultiple choice
Open the full BGP breakdown →

A service provider is designing a multicast solution for a Layer 3 VPN. They want to use MVPN with BGP signaling (draft-rosen). The PE routers are configured with VRF and multicast routing enabled. Which BGP address family must be enabled between PE routers to carry multicast routing information?

Question 3easymultiple choice
Read the full MPLS explanation →

A network engineer is troubleshooting an MPLS TE tunnel that is not coming up. The tunnel is configured with a strict explicit path, and the path includes an interface that is currently down. Which action should the engineer take to allow the tunnel to use an alternative path?

Question 4mediummulti select
Open the full BGP breakdown →

Which TWO statements about BGP FlowSpec (RFC 8955) are correct?

Question 5hardmulti select
Open the full BGP breakdown →

Which THREE characteristics apply to the BGP-LS (BGP Link State) protocol?

Question 6hardmultiple choice
Study the full QoS explanation →

Refer to the exhibit. A service provider is applying this QoS policy on a PE-CE interface. The business customer complains that voice traffic (marked with DSCP EF) experiences drops during congestion. What is the likely cause?

Exhibit

interface GigabitEthernet0/0/0/0
 ipv4 address 10.1.1.1 255.255.255.252
 service-policy output QOS_POLICY
!
class-map match-any REALTIME
 match precedence 5
 match dscp ef
!
policy-map QOS_POLICY
 class REALTIME
  priority level 1
  police rate percent 10
 class class-default
  bandwidth remaining ratio 1
Question 7mediummultiple choice
Read the full MPLS explanation →

Refer to the exhibit. A network engineer is troubleshooting MPLS forwarding for prefix 10.10.10.0/24. The router shows two entries. What does the 'Pop tag' in the outgoing tag indicate?

Exhibit

Router# show mpls forwarding-table 10.10.10.0/24
Local tag  Outgoing tag  Prefix         Outgoing interface  Bytes tag switched
16           Pop tag       10.10.10.0/24   GigabitEthernet0/0/0/0  345678
17           Untagged     10.10.10.0/24   GigabitEthernet0/0/0/1  123456
Question 8easymultiple choice
Read the full MPLS explanation →

A service provider is implementing L2VPN using EoMPLS. The CE devices are connected to two different PE routers, and the PE routers are configured with xconnect under the attachment circuit. Which command is required on the PE routers to establish the pseudowire?

Question 9hardmultiple choice
Open the full BGP breakdown →

A service provider is troubleshooting BGP route advertisement for a VPNv4 prefix. The PE router receives the prefix from the route reflector but does not install it in the VRF routing table. The BGP table shows the prefix as valid but not best. What is the most likely cause?

Question 10mediummultiple choice
Read the full MPLS explanation →

A service provider is deploying MPLS Layer 3 VPNs and wants to ensure that customer traffic is not dropped when a PE-CE link fails. The CE router is using static routing. Which design should be implemented to provide fast convergence?

Question 11hardmultiple choice
Open the full BGP breakdown →

Refer to the exhibit. A service provider is receiving BGP prefixes from a customer (AS 64512). The provider wants to tag all routes from that customer that match prefix 10.1.0.0/16 or more specific with community 65000:100, while not modifying other routes. After applying the configuration, which statement is true?

Exhibit

router bgp 65000
 neighbor 192.168.1.1 remote-as 64512
 address-family ipv4 unicast
  neighbor 192.168.1.1 route-map SET_COMMUNITY in
 !
route-map SET_COMMUNITY permit 10
 match ip address prefix-list MATCH_CUST_A
 set community 65000:100 additive
!
route-map SET_COMMUNITY deny 20
!
ip prefix-list MATCH_CUST_A seq 5 permit 10.1.0.0/16 le 24
Question 12easymulti select
Read the full MPLS explanation →

A service provider is planning to offer L2VPN services using MPLS. Which TWO statements are true regarding Ethernet over MPLS (EoMPLS) and Virtual Private LAN Service (VPLS)?

Question 13hardmultiple choice
Open the full BGP breakdown →

A service provider has a network with multiple PE routers providing MPLS L3VPN services. Customers are complaining that some remote sites are unreachable after a recent software upgrade on PE1. Upon investigation, you notice that PE1 is receiving BGP VPNv4 routes from the route reflector, but some routes are not being installed in the VRF routing table. PE1 is configured with BGP additional-path capability and has a route policy that selects only the best path. The VRF on PE1 has import and export route targets configured correctly. The missing routes have a higher local preference but are not selected due to a tie-break in BGP path selection. Which action should be taken to ensure that all valid routes are installed in the VRF?

Question 14hardmulti select
Read the full VPN explanation →

Which THREE of the following L3VPN services require the use of a dedicated control plane per VPN instance?

Question 15mediummultiple choice
Read the full VPN explanation →

Refer to the exhibit. CE1 is not receiving the VPNv4 route for the 192.168.1.0/24 subnet. What is the most likely cause?

Exhibit

Refer to the exhibit.

PE1 configuration snippet:
 router bgp 65000
  neighbor 10.0.0.2 remote-as 65000
  neighbor 10.0.0.2 update-source Loopback0
  !
  address-family vpnv4
   neighbor 10.0.0.2 activate
   neighbor 10.0.0.2 send-community extended
  !
  address-family ipv4 vrf CUSTOMER_A
   redistribute connected
  !

CE1 configuration snippet:
 interface GigabitEthernet0/0
  ip address 192.168.1.1 255.255.255.0
  no shutdown
 !
 router bgp 65001
  network 192.168.1.0 mask 255.255.255.0
  neighbor 10.1.1.1 remote-as 65000
Question 16easymultiple choice
Read the full MPLS explanation →

A service provider is deploying a point-to-point Layer 2 VPN across an MPLS network using Ethernet over MPLS (EoMPLS) with Martini encapsulation. The customer requires transparent transport of VLAN tags (Q-in-Q) between two sites. The provider configures the attachment circuits on the PE routers as VLAN subinterfaces with dot1q encapsulation. After configuration, the customer reports that only untagged frames pass through the pseudowire; double-tagged frames are dropped at the egress PE. Which action resolves the issue?

Question 17mediumdrag order
Review the full routing breakdown →

Drag and drop the steps to configure a GRE tunnel on a Cisco router into the correct order.

Drag steps to the numbered slots on the right, or tap a step then tap a slot.

Steps
Order
1Step 1
2Step 2
3Step 3
4Step 4
5Step 5
Question 18mediummatching
Review the full routing breakdown →

Match each Segment Routing component to its function.

Drag a concept onto its matching description — or click a concept then click the description.

Concepts
Matches

Segment Identifier, an instruction in the SR header

Segment Routing Global Block of label values

Segment Routing over MPLS data plane

Topology-Independent Loop-Free Alternate for fast reroute

Path Computation Element Protocol for SR path computation

Question 19mediummultiple choice
Read the full MPLS explanation →

A service provider is migrating its MPLS core from LDP to Segment Routing with MPLS data plane (SR-MPLS). The network currently uses TE tunnels with RSVP-TE for traffic engineering. Which technology can the provider use to continue performing traffic engineering after the migration without requiring RSVP-TE?

Question 20hardmultiple choice
Read the full VPN explanation →

A service provider is deploying EVPN-VPWS to replace legacy pseudowire connections for point-to-point Layer 2 services. They notice that MAC addresses learned from a CE device are not properly advertised to the remote PE. Which EVPN route type is responsible for advertising MAC address reachability information in a VPWS scenario?

Free account

Track your progress over time

Create a free account to save your results and see which topics improve across sessions.

Focused Services sessions

Start a Services only practice session

Every question in these sessions is drawn from the Services domain — nothing else.

Related practice questions

Related 350-501 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the 350-501 exam test about Services?
Services questions test whether you can apply the concept in context, not just recognise a definition.
How should I use these practice questions?
Select your answer before revealing the explanation. Then read why each option is right or wrong — this active recall approach builds retention far faster than re-reading notes.
Can I practise just Services questions in a focused session?
Yes — the session launcher on this page draws every question from the Services domain. Use a 10-question session first to gauge your baseline, then move to 20 or 30 once the weak spots are clear.
Where can I practise other 350-501 topics?
Use the topic links above to move to related areas, or go back to the 350-501 question bank to see all topics.
Are these real exam questions or dumps?
These are original practice questions written to test the same concepts the 350-501 exam covers. They are not copied from any real exam or dump site.