350-401 · topic practice

QoS Architecture practice questions

Practise ENCOR 350-401 QoS Architecture 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: QoS Architecture

What the exam tests

What to know about QoS Architecture

QoS questions usually test traffic classification (DSCP/CoS), queuing strategies, policing vs shaping and where each mechanism is applied.

DSCP and CoS marking and trust boundaries.

Queuing mechanisms: FIFO, WFQ, CBWFQ, LLQ.

Policing (drops excess) vs shaping (delays excess).

Where QoS is applied: ingress, egress, LAN, WAN.

Watch out for

Common QoS Architecture exam traps

  • Policing drops traffic; shaping buffers it — they solve different problems.
  • DSCP EF (46) is for voice; AF classes are for data tiers.
  • QoS must be configured end-to-end to be effective.
  • CoS values are Layer 2; DSCP is Layer 3.

Practice set

QoS Architecture questions

20 questions · select your answer, then reveal the explanation

Question 1mediummultiple choice
Study the full QoS explanation →

A network engineer is configuring QoS on a Cisco Catalyst 9300 switch to prioritize voice traffic. The switch has multiple access ports connected to IP phones and PCs. The engineer applies a policy-map that matches DSCP EF and sets the CoS to 5. However, after testing, the voice packets are not being marked correctly. What is the most likely cause?

Question 2hardmultiple choice
Study the full QoS explanation →

An enterprise is deploying a new VoIP system and wants to ensure voice traffic receives priority over data traffic on a WAN link. The engineer configures a class-map to match RTP traffic using the 'match protocol rtp' command. However, the class-map does not match any packets. What is the most likely reason?

Question 3easymultiple choice
Read the full MPLS explanation →

A network engineer is designing a QoS policy for a Cisco router that connects to an MPLS VPN. The service provider expects all traffic to be marked with IP Precedence values. The engineer wants to ensure that voice traffic (DSCP EF) is mapped to IP Precedence 5. What configuration is required on the router to perform this mapping?

Question 4mediummultiple choice
Study the full QoS explanation →

A company is implementing QoS on its campus network. The network engineer configures a policy-map that sets the CoS value for voice traffic to 5 on a switch interface. However, when the traffic reaches the router, the CoS marking is lost. What is the most likely reason?

Question 5hardmultiple choice
Study the full QoS explanation →

A network engineer is troubleshooting voice quality issues on a WAN link. The engineer notices that voice packets are being dropped during congestion. The QoS policy uses LLQ for voice traffic, but the priority queue is not providing the expected bandwidth. What is the most likely cause?

Question 6easymultiple choice
Study the full QoS explanation →

An enterprise is deploying QoS across a network that includes both Cisco and non-Cisco devices. The engineer wants to use a marking scheme that is end-to-end and not stripped at Layer 3 boundaries. Which marking field should the engineer use?

Question 7mediummultiple choice
Study the full QoS explanation →

A network engineer is configuring QoS on a Cisco router to prioritize business-critical applications. The engineer creates a class-map that matches traffic based on the destination IP address and port. However, the class-map does not match the expected traffic. What is the most likely reason?

Question 8hardmultiple choice
Study the full QoS explanation →

A network engineer is configuring QoS on a Cisco switch to ensure that video traffic (DSCP AF41) is not dropped during congestion. The engineer creates a policy-map that sets the queue-limit for the AF41 class. However, the switch is still dropping video packets. What is the most likely cause?

Question 9hardmultiple choice
Read the full MPLS explanation →

A network engineer is implementing QoS on a Cisco router that connects to a service provider. The provider uses MPLS and expects the MPLS EXP bits to be set for voice traffic. The engineer configures a policy-map that sets the MPLS EXP to 5. However, the provider reports that the EXP bits are not being set. What is the most likely reason?

Question 10mediummultiple choice
Study the full QoS explanation →

An architect is designing a QoS policy for a campus LAN that must support real-time voice and video traffic alongside mission-critical data. The design must use the DiffServ model with consistent per-hop behavior across all switches. Which approach should the architect choose to ensure that voice traffic receives priority queuing while video traffic is guaranteed bandwidth without starving other classes?

Question 11mediummultiple choice
Read the full MPLS explanation →

A network team is designing QoS for a Cisco SD-WAN fabric connecting multiple branch offices to a central data center. The design must ensure that VoIP traffic from branch sites receives priority treatment across the WAN overlay, regardless of the underlying transport (MPLS, Internet, LTE). Which architectural component should the team configure to enforce consistent QoS policies across all WAN edges?

Question 12mediummultiple choice
Study the full QoS explanation →

An enterprise is deploying a leaf-spine architecture in its data center to support high-bandwidth east-west traffic. The design must include QoS to prioritize storage replication traffic (iSCSI) over backup traffic, while ensuring low latency for real-time applications. Where should the architect apply QoS classification and queuing policies in this topology?

Question 13mediummultiple choice
Study the full QoS explanation →

A company is virtualizing its network functions using NFV on a KVM-based hypervisor. The design must ensure that the virtual router (CSR1000v) can handle high-throughput traffic with minimal latency. Which architectural consideration is most critical for achieving this goal?

Question 14hardmultiple choice
Read the full wireless explanation →

An architect is designing a QoS policy for a Cisco SD-Access fabric. The policy must prioritize voice traffic from wireless clients connected to fabric-enabled access points over other traffic types. The design should use the fabric's built-in capabilities to simplify deployment. Which approach should the architect take?

Question 15hardmultiple choice
Study the full QoS explanation →

A network team is designing QoS for a multi-tenant data center using leaf-spine architecture. Each tenant requires guaranteed bandwidth for their mission-critical applications, while best-effort traffic must not interfere. The design must use hierarchical queuing to enforce per-tenant fairness. Which queuing mechanism should the architect implement on the leaf switches?

Question 16mediummultiple choice
Study the full QoS explanation →

An enterprise is designing a QoS architecture for its WAN edge routers connecting to multiple service providers. The design must support traffic shaping to avoid packet drops due to provider policers, while also prioritizing real-time traffic. Which approach should the architect use to shape traffic to the contracted CIR while still allowing bursts?

Question 17mediummultiple choice
Read the full MPLS explanation →

A network architect is designing QoS for a Cisco SD-WAN deployment that uses a mix of MPLS and broadband Internet transports. The design must ensure that interactive video traffic is not delayed by large file transfers, even when the Internet link experiences congestion. Which SD-WAN policy type should the architect use to enforce this behavior?

Question 18mediummultiple choice
Study the full QoS explanation →

A company is deploying a new campus network with a hierarchical design (core, distribution, access). The QoS design must ensure that voice traffic is prioritized end-to-end, and that marking is trusted only on access ports connected to IP phones. Which architectural approach should the architect take for classification and marking?

Question 19mediummultiple choice
Study the full QoS explanation →

Consider the following configuration snippet:

policy-map QOS_POLICY

class VOICE

priority percent 30

class VIDEO

bandwidth percent 20 queue-limit 50 packets

class class-default

fair-queue queue-limit 100 packets

What is the effect of this configuration?

Question 20mediummultiple choice
Study the full QoS explanation →

Given the following configuration:

interface GigabitEthernet0/1

service-policy output QOS_POLICY

Which statement is true about applying a service-policy in the output direction?

Free account

Track your progress over time

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

Focused QoS Architecture sessions

Start a QoS Architecture only practice session

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

Related practice questions

Related 350-401 topic practice pages

Move into related areas when this topic feels solid.

Frequently asked questions

What does the 350-401 exam test about QoS Architecture?
QoS questions usually test traffic classification (DSCP/CoS), queuing strategies, policing vs shaping and where each mechanism is applied.
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 QoS Architecture questions in a focused session?
Yes — the session launcher on this page draws every question from the QoS Architecture 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-401 topics?
Use the topic links above to move to related areas, or go back to the 350-401 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-401 exam covers. They are not copied from any real exam or dump site.