Home/cisco/Free Cisco 350-601 Actual Exam Questions

Free Cisco 350-601 Actual Exam Questions

The questions for this exam were last updated on January 9, 2026

Dumps Box (DumpsBox) offers up-to-date practice exam questions for 350-601 certification exam which are developed and validated by Cisco subject domain experts certified in Cisco 350-601 . These practice questions are update regularly as we keep an eye on any recent changes in 350-601 syllabus, and when there is update our team quickly adjusts the questions. This commitment to providing the best quality exam prep material to certification aspirants is what makes DumpsBox.com the best certification exam prep website. On top of that, our strong, yet strictly moderated, community based feedback keeps the content clean and current. Each question has helpful community discussion that provides it extra perspective and introduces helpful resources for better exam preparation. This also saves students from other outdated practice questions or illicit exam dumps that can have adverse affects on career. Browse through our Cisco 350-601 exam questions and pass your exam on first try.

Question No. 1
A company plans to migrate some of its services to the cloud. The company does not want to
manage or control the underlying cloud infrastructure. It also wants to maintain control over the
deployment of its applications and configuration settings of the application-hosting environment.
Which cloud service model meets these requirements?
Select one option, then reveal solution.
Top comments
FW
Farhan W.
2026-02-02

It’s A. The question says they don’t want to manage infrastructure but want control over app deployment and config settings. IaaS (C) would mean managing VMs and OS, which they want to avoid. SaaS (D) wouldn’t let them control deployment or environment settings. Function as a Service (B) is too limited since it’s just running functions without broader app environment control. So PaaS fits best because it handles the infrastructure but still gives control over how the app runs and is set up.

0
AX
Ahmed X.
2026-01-25

A/D? Since they don’t want to manage infrastructure but want control over deployment, SaaS (D) is too limited. PaaS (A) gives more control than SaaS without the infrastructure hassle, so A still feels right.

0
Question No. 2
DRAG DROP
Drag and drop the keywords onto the URL request to collect all the subnets configured under tenant Production using
a REST API. Not all options are used.
350-601 practice exam questions
Top comments
ZC
Zain C.
2026-02-10

I agree that D targets the tenant specifically, but I’m thinking about C too since it mentions subnets explicitly. Maybe the best approach is combining both to ensure the API call filters on tenant Production and pulls only subnets. If the API requires both tenant and resource type filtering, just using D might return more than subnets. So, dropping C and D makes sense to narrow down the request exactly to subnets under Production.

0
ZC
Zain C.
2026-02-03

D seems right since it specifically targets subnets under tenant Production.

0
Question No. 3
What is the impact of a nondisruptive update on a Cisco MOS 9000 Series Modular Switch?
Select one option, then reveal solution.
Top comments
BV
Brian V.
2026-02-20

Makes sense that it’s D since dynamically managing space avoids downtime. D

0
BV
Brian V.
2026-02-17

I don’t think it’s A because aborting updates due to pending commits would cause disruptions, which goes against the whole point of a nondisruptive update. B feels shaky too, since merging zone servers is a sensitive operation and usually wouldn’t be left running uninterrupted during an update. D makes the most sense since dynamically allocating space lets the switch load new images without downtime, which aligns with the nondisruptive goal. C seems off because BIOS updates are typically separate and more invasive. So, I’m with D on this one.

0
Question No. 4
An engineer is implementing the Cisco ACI fabric and must create two different vPCs from leaf switches A and B. The
vPCs are deployed as follows:
vPC 1 encompasses ports Eth 1 /1 on leaf A and B and connects to server 1.
vPC 2 encompasses port Eth1/2 on leaf A and B and connects to server 2.
A leaf switch profile listing leaves A and B is already configured Which ACI object must be created to meet these
requirements?
Select one option, then reveal solution.
Top comments
PO
Peter O.
2026-02-03

A vs C? The question mentions creating two vPCs, which means two separate PortChannels logically, but the policies controlling interface behavior are defined in interface policy groups. So it’s likely you need two vPC interface policy groups (A) to properly apply different settings per vPC. C refers more to the PortChannel group itself, which might not be an ACI object in this context.

0
PO
Peter O.
2026-01-31

C imo, since each vPC needs a PortChannel group for correct aggregation. Interface policy groups handle settings like speed but don’t create the actual channel bundles needed here.

0
Question No. 5
Refer to exhibit.
350-601 practice exam questions
Refer to the exhibit. User1 and User2 are connected to VTEP1 switch. The users can reach the WEB server. The
P-10
monitoring tool shows degrading network performance and excessive traffic is sent from User2 to reach the WEB
server. Which storm control percentage levels must be used to suppress traffic from User2 and allow all traffic types
from User1?
Select one option, then reveal solution.
Top comments
HV
Hassan V.
2026-02-19

Maybe C, because setting 0 on Eth1/2 could block User2’s excess traffic.

0
HV
Hassan V.
2026-02-14

C/D? If Eth1/2 is User2’s port, setting 0 there blocks their excess traffic, while 100 on Eth1/1 leaves User1 unaffected. Without clear port mapping, this seems the best guess.

0
Question No. 6
Refer to exhibit.
P-37
350-601 practice exam questions
Refer to the exhibit A VXLAN data center fabric has three hosts mapped to three different VLANs. Ingress and egress
VTEPs perform Layer 2 and Layer 3 lookups VLAN 100 is mapped to VNI 1010 on Lead. Which set of actions allow
communication between Host-1 and Host-2?
Select one option, then reveal solution.
Top comments
SP
Sami P.
2026-02-20

B, suppressing ARP and using anycast gateway is standard for VXLAN L3 VNI setups.

0
SP
Sami P.
2026-02-13

It’s D here. Attaching the VRF to the Layer 3 VNI lets the hosts communicate across VLANs within the same routing domain. Suppressing ARP on the Layer 3 VNI interface avoids unnecessary broadcast traffic in VXLAN, which fits the data center fabric design. The other options either miss suppressing ARP or don’t tie the VRF correctly to the L3 VNI, which is critical for routing between hosts in different VLANs mapped to VXLAN.

0
Question No. 7

Refer to exhibit. P-8 350-601 practice exam questions Refer to the exhibit. A network engineer must retrieve the network interface name from a JSON object. The engineer loads the JSON into a Python dictionary named json_object. Which code snippet completes the Python script?

Select one option, then reveal solution.
Top comments
PO
Peter O.
2026-02-18

Good point, but I think B works better since it uses dictionary keys directly. B

0
PO
Peter O.
2026-02-15

A/B? If "interfaces" is a list, then option A’s use of an index makes sense. But if it’s a dict, B fits better. Without knowing the exact JSON structure, both could be plausible.

0
Question No. 8
A DevOps engineer must design a solution to push network configurations across a company infrastructure to ensure
consistency. The solution must be easy to configure and manage and must support Python and YAML. Which
configuration management tool meets these requirements?
Select one option, then reveal solution.
Top comments
RO
Ryan O.
2026-02-20

Option D is best since it uses simple YAML and Python modules, no agents needed.

0
PW
Peter W.
2026-02-10

Not A, since Puppet doesn’t natively use YAML and tends to have a steeper learning curve. B seems solid too, but Ansible’s agentless setup and straightforward YAML playbooks make it way simpler overall.

0
Question No. 9
An engineer configures a role for a new user in Cisco UCS Manager The role should allow the user to configure
vHBAs, vNICs, and server port types.
Which role should be assigned to allow the engineer to complete this task?
Select one option, then reveal solution.
Top comments
MW
Mohammad W.
2026-02-15

C, since vNICs and vHBAs are server profile components, not network fabric settings.

0
MW
Mohammad W.
2026-02-14

I thought it was C because vHBAs and vNICs are linked to server profiles, which falls under server-compute. But I’m wondering if "server port types" might mean physical ports that network admins handle more often. If that’s the case, A could be right. Is there a clear definition of "server port types" in UCS that points more to one role? That would help decide between the two.

0
Question No. 10
Refer to exhibit.
P-20
350-601 practice exam questions
Refer to the exhibit. A Cisco data center environment is implemented with vPC. The web server replies using the SVI
MAC address as the Layer 2 header instead of the HSRP MAC address on VLAN 23. This behavior causes packet drops
on the Cisco Nexus 9000 Series Switches due to the vPC loop prevention mechanism The requirement is for the vPC
feature to allow N9K_1 and N9K_2 to forward traffic between the NAS server and the web server, even if the HSRP's
MAC address is not used on Layer 2 headers for VLAN 23. Which feature must be used to accomplish this goal?
Select one option, then reveal solution.
Top comments
SH
Sami H.
2026-02-22

Maybe D doesn’t really fit since object tracking is more about failover and interface state monitoring, not MAC address handling in vPC. C also seems off because L3 Peer Router is for routing redundancy, not fixing Layer 2 MAC issues causing drops. Between A and B, Peer Gateway (A) is designed to let both vPC peers forward traffic using their own MACs, which directly tackles the loop prevention problem caused by the SVI MAC being different from HSRP. So yeah, A definitely makes the most sense here.

0
MT
Mark T.
2026-02-20

Option A makes the most sense here because Peer Gateway lets each vPC peer forward traffic using the MAC address of the local switch, even if it’s different from the HSRP MAC. That prevents the loop prevention mechanism from dropping packets when the SVI MAC is used, which is exactly what’s happening. ARP Sync (B) is more about syncing ARP tables, so it wouldn’t directly fix the MAC mismatch issue causing drops. Object Tracking (D) and L3 Peer Router (C) don’t really address this problem either. So Peer Gateway is the feature designed to handle this specific scenario.

0
Question No. 11
A network engineer implements a Python script on a Cisco Nexus 9000 Series Switch with redundant
supervisors. The script is located on a built-in container that runs as part of the Cisco NX-OS system.
The requirement is to automate the periodic transfer of the Python script to a redundant supervisor.
In addition, the script must be transferred to an external server using encryption and authentication.
Which configuration set meets these requirements?
Select one option, then reveal solution.
Top comments
MV
Mark V.
2026-02-10

D/B? D seems solid since guest shell sync is designed for syncing scripts between supervisors, and SCP meets the secure transfer requirement. But B uses a scheduler too, which might be simpler for periodic tasks, though TFTP lacks encryption. Since encryption is mandatory, B doesn’t fit well. So, between secure transfer and the right sync method, D seems to cover all bases better.

0
RQ
Ravi Q.
2026-01-20

D imo, guest shell sync handles redundancy and SCP covers secure transfer well.

0
Question No. 12

Refer to the exhibit. 350-601 practice exam questions Refer to the exhibit. The network management system that is located at 192.168.10.10 and port 2000 must receive traps from the Cisco UCS Manager called UCSM. The community name is Cisco123! and the SNMP version must be the most secure. These two commands have already been configured on Cisco UCSM. UCS-A# scope monitoring UCS-A/monitoring # enable snmp Which command set completes the SNMP configure

.

Select one option, then reveal solution.
Top comments
RA
Ryan A.
2026-01-31

Option B looks strong too since it sets the SNMPv3 user with authentication and privacy, plus it specifies the community name. That covers both security and community requirements clearly.

0
KV
Kevin V.
2026-01-22

D imo, since it specifies the SNMP version 3 with both auth and privacy settings, matching the “most secure” requirement better than just setting version or community alone.

0
Question No. 13
An engineer m9ust configure SAN connectivity in Cisco UCS manager. The requirement is to specify the WWPN of the
storage array and set the zoning type to single initiator multiple targets. The engineer must also configure interrupt
handling and queues of the vHBA interface. Which two Cisco UCS policies should be used to configure the settings?
(Choose two.)
Select all that apply, then reveal solution.
Top comments
OM
Osama M.
2026-02-10

A/E? SAN connectivity policy is designed for WWPN and zoning types, while vHBA policy manages interface settings like interrupts and queues. Storage connection policy feels more general, not as specific.

0
SS
Sohail S.
2026-01-22

Maybe D and E. Storage connection policy sounds like it covers zoning and WWPN stuff, while vHBA policy would handle the vHBA-specific settings like interrupts and queues. Feels like a good split to me.

0
Question No. 14Drag & Drop

DRAG DROP Refer to the exhibit. 350-601 practice exam questions Refer to the exhibit. Drag and drop the code snippets from the bottom onto the blanks in the code to complete the JSON request that implements the ACL presented. Not all code snippets are used. P-50 350-601 real exam questions

Options
A91.213.17.6
B189.213.12.14
C}
D24
E1
F16
Drag an item to a target. Click × to remove.
Answer Area
Target 1
Drop item here
Target 2
Drop item here
Target 3
Drop item here
Top comments
AT
Andrew T.
2026-02-05

I noticed that the ACL uses “permit” and “deny” explicitly, but the JSON keys are case-sensitive, so those should be lowercase. Also, since the ACL specifies conditions for certain IPs and protocols, the JSON needs to include those fields exactly as shown. Some snippets like “ipv4” and “permit” have to be placed carefully to match the ACL hierarchy. The unused snippets probably don't fit logically into the structure, so it’s about fitting the actual rules rather than using all parts given.

0
SO
Sam O.
2026-01-30

I think the code needs "permit" in lowercase as shown on the ACL diagram.

0
Question No. 15Drag & Drop

DRAG DROP Refer to the exhibit The VSAN 4041 and 4042 are exchanged between two Cisco MDS 9000 Series Switches called MDS-1 and MDS-2 The objective is to deploy a security mechanism on MDS-1 to allow MDS-2 to join the fabric exclusively Drag and drop the code snippets from the bottom onto the boxes in the code to complete the MDS-1 configuration Not all code snippets are used.

Options
A20:01:00:38:90:54:21:8
B20:01:00:de:fb:fd:db:7
C20:0a:00:38:90:54:21:8
D32
E103
F11
Drag an item to a target. Click × to remove.
Answer Area
awwn
Drop item here
domain
Drop item here
awwn
Drop item here
domain
Drop item here
Top comments
SB
Sam B.
2026-02-14

I think it’s crucial to not just set the switch names and enable VSAN security but also to explicitly deny unknown switches from joining. So any snippet related to “switchname MDS-2” and “vsan security enable” should be there, plus something like “deny unknown switch” or similar. That way, you prevent any other switches from sneaking in. Without that, you might allow undesired devices to join the fabric. The question probably wants a tight control mechanism, not just basic naming and enabling.

0
MX
Michael X.
2026-02-02

I’d say disabling unknown switch joining is important too, so besides naming MDS-2, the config should include a command to block any other switches from joining the VSANs. That’s a good extra layer of security.

0