Back to Cisco DCCOR / CCNP Data Center Core 350-601 questions

Scenario-based practice

Refer to the Exhibit Practice Questions

Practise Cisco DCCOR / CCNP Data Center Core 350-601 practice questions — original exam-style scenarios covering every exam domain, with detailed explanations, wrong-answer analysis, and common exam traps.

15
scenario questions
350-601
exam code
Cisco
vendor

Scenario guide

How to approach refer to the exhibit practice questions

Practise exhibit-style questions that ask you to read a topology, table, command output or diagram before choosing the best answer.

Quick answer

Exhibit-style questions test whether you can read a topology, command output, diagram or table before choosing the best answer.

How to extract the relevant detail from an exhibit.

How topology, command output or routing information affects the answer.

How to avoid answering from memory before reading the evidence.

How to map the exhibit back to the exam objective.

Related practice questions

Related 350-601 topic practice pages

Scenario questions usually connect to one or more exam topics. Use these links to review the underlying concepts behind the scenario.

Practice set

Practice scenarios

Question 1easymultiple choice
Full question →

Refer to the exhibit. The interface fc1/1 is configured as an E_port. The connected switch also has an E_port configured. However, the interface shows an 'init' state. What is the most likely cause?

Exhibit

Refer to the exhibit.

<config>
interface fc1/1
  switchport mode E
  switchport speed 16000
  no shutdown
</config>
Question 2mediummultiple choice
Full question →

Refer to the exhibit. After applying this configuration, the engineer activates the zoneset with 'zoneset activate name ZONESET1 vsan 10'. The host with pwwn 10:00:00:00:c9:aa:bb:01 can communicate with the target with pwwn 10:00:00:00:c9:aa:bb:02. However, the host reports that it cannot see a third target with pwwn 10:00:00:00:c9:aa:bb:03. What is the most likely reason?

Exhibit

Refer to the exhibit.

<config>
zone name ZONE1 vsan 10
  member pwwn 10:00:00:00:c9:aa:bb:01
  member pwwn 10:00:00:00:c9:aa:bb:02
zoneset name ZONESET1 vsan 10
  member ZONE1
</config>
Question 3mediummultiple choice
Full question →

Refer to the exhibit. An administrator updates template-B but its associated profile SP2 shows 'unassigned'. The administrator wants SP2 to reflect the changes. What should be done first?

Exhibit

Refer to the exhibit.

UCS-A /org # show service-profile

Name           Assoc-State    Oper-SrcTempl
-------------- -------------- --------------
SP1            associated     template-A
SP2            unassigned     template-B
SP3            associated     template-A
SP4            associated     template-C

UCS-A /org # show service-profile template

Name            Type      Oper-State
--------------- --------- -----------
template-A      initial   enabled
template-B      updating  enabled
template-C      initial   enabled
Question 4hardmultiple choice
Study the full QoS explanation →

Refer to the exhibit. An engineer applies this QoS policy to a Cisco Nexus 9000 switch in a data center. After applying the policy, storage traffic (iSCSI) is experiencing high latency and occasional drops. The engineer verifies that the iSCSI traffic is not matching the 'BulkData' class. What is the most likely cause of the issue?

Exhibit

Refer to the exhibit.

<config>
  <system>
    <qos>
      <class-map name="BulkData">
        <match qos-group="5"/>
      </class-map>
      <policy-map name="DataCenter">
        <class name="BulkData">
          <set qos-group="5"/>
          <bandwidth percent="30"/>
        </class>
        <class class-default>
          <bandwidth percent="70"/>
        </class>
      </policy-map>
    </qos>
  </system>
</config>
Question 5hardmultiple choice
Open the full VLAN trunking answer →

Refer to the exhibit. An automation script queries the Cisco Nexus 9000 using the NX-API JSON format and receives the above output. The script is designed to validate that interface Eth1/1 is in access mode with VLAN 100. However, the script reports a failure. What is the most likely reason?

Exhibit

Refer to the exhibit.

{
  "totalCount": "1",
  "imdata": [
    {
      "l1PhysIf": {
        "attributes": {
          "id": "Eth1/1",
          "adminSt": "up",
          "descr": "To-Server",
          "mtu": "1500",
          "switchportMode": "access",
          "accessVlan": "100"
        }
      }
    }
  ]
}
Question 6mediummultiple choice
Open the full VLAN trunking answer →

Refer to the exhibit. An automation script is used to configure a new VLAN 40 on Eth1/2 trunk. The script sends the following NX-API command: 'switchport trunk allowed vlan add 40'. After execution, the engineer runs 'show running-config interface eth1/2' and sees that the trunk allowed VLAN list shows '10,20,30,40'. However, the automation script logs indicate success for adding VLAN 40, but the running config does not show the change. What is the most likely issue?

Exhibit

Refer to the exhibit.

interface Eth1/1
  description Server-Connection
  switchport mode access
  switchport access vlan 100
  spanning-tree port type edge
  no shutdown

interface Eth1/2
  description Trunk-to-Core
  switchport mode trunk
  switchport trunk allowed vlan 10,20,30
  spanning-tree port type network
  no shutdown
Question 7hardmultiple choice
Full question →

Refer to the exhibit. A server connected to Ethernet1/1 is experiencing intermittent connectivity. The server sends BPDUs, causing the switch to place the port into a blocking state. Which configuration change should be made to prevent this while maintaining rapid convergence?

Exhibit

interface Ethernet1/1
  description Server-01
  switchport mode trunk
  switchport trunk allowed vlan 10,20,30
  spanning-tree port type edge trunk
  no shutdown
Question 8mediummultiple choice
Full question →

Refer to the exhibit. A UCS administrator has configured vNIC templates as shown. Both Fabric Interconnects have identical uplink configurations. The vNIC templates have 'Failover: Enabled'. However, when Fabric Interconnect A fails, servers using vNIC-A do not fail over to Fabric Interconnect B. What is the most likely cause?

Exhibit

Fabric Interconnect A - Ethernet Uplink Configuration
interface Ethernet1/1
 switchport mode trunk
 switchport trunk allowed vlan 10,20,30
 spanning-tree port type edge trunk
 no shutdown

Fabric Interconnect B - Ethernet Uplink Configuration
interface Ethernet1/1
 switchport mode trunk
 switchport trunk allowed vlan 10,20,30
 spanning-tree port type edge trunk
 no shutdown

UCS Manager vNIC Template Config
vNIC Name: vNIC-A
 Fabric ID: A
 VLANs: 10 (Native), 20, 30
 Failover: Enabled

vNIC Name: vNIC-B
 Fabric ID: B
 VLANs: 10 (Native), 20, 30
 Failover: Enabled
Question 9mediummultiple choice
Full question →

Refer to the exhibit. An engineer sees this error on a Cisco MDS switch. What is the best action to resolve the issue?

Exhibit

Refer to the exhibit.

<error>
2023-01-15 10:23:45 FCSWITCH %FABRIC-3-DOMAIN_ID_CONFLICT: Domain ID 0x64(100) is already in use by switch wwn 10:00:00:00:c9:aa:bb:cc
</error>
Question 10mediummultiple choice
Full question →

Refer to the exhibit. A VXLAN VNI (10030) is operationally down. What is the most likely cause?

Exhibit

show interface nve 1
nve1 is up
  Interface-Address: 10.1.1.1/24
  NVE Mode: L3VPN
  Source Interface: loopback0
  Number of VNIs: 3
  VNI 10010: UP
  VNI 10020: UP
  VNI 10030: DOWN
  
show nve vni 10030
VNI 10030 (L3VPN)
  Associated VLAN: none
  Operational State: DOWN
  mcast group: 239.1.1.1
Question 11mediummultiple choice
Open the full VLAN trunking answer →

A server connected to Ethernet1/1 is unable to communicate on VLAN 1. The server is configured to send untagged frames. Based on the exhibit, what is the most likely cause?

Exhibit

Refer to the exhibit.

! Nexus 9000 switch
interface Ethernet1/1
  switchport mode trunk
  switchport trunk allowed vlan 10,20,30
  spanning-tree port type edge trunk
  no shutdown

! Switchport statistics
Ethernet1/1 is up, line protocol is up
  Hardware: 1000/10000 Ethernet, address: xxxx.xxxx.xxxx
  Description: Server connection
  MTU 1500 bytes
  Port mode is trunk
  Trunk encapsulation is 802.1Q
  Trunk allowed vlans: 10,20,30
  Trunk native vlan: 1
  Vlans allowed on trunk: 10,20,30
  Vlans active and untagged: 1
  Vlans active and tagged: 10,20,30

interface port-channel1
  switchport mode trunk
  switchport trunk allowed vlan 10,20,30
  spanning-tree port type edge trunk
  no shutdown
Question 12easymultiple choice
Open the full VLAN trunking answer →

Refer to the exhibit. An engineer is configuring a server-facing interface on a Nexus switch. The server is running VMware ESXi with multiple virtual machines in VLANs 10, 20, and 30. After applying the configuration, the ESXi host reports that it cannot communicate on VLAN 30. Which configuration change should be made?

Exhibit

show running-config interface ethernet 1/1
!
interface Ethernet1/1
  switchport mode trunk
  switchport trunk allowed vlan 10,20,30
  spanning-tree port type edge trunk
  no shutdown
Question 13hardmultiple choice
Open the full VLAN trunking answer →

Refer to the exhibit. A server with vNIC eth0 is experiencing packet drops on its Ethernet interface. The server is sending jumbo frames (MTU 9000) on VLAN 100. The QoS system class 'Class-Platinum' has an MTU of 9216 and is configured with 'Drop'. The vNIC is not assigned to any QoS policy. What is the most likely reason for the drops?

Exhibit

UCS Manager > Service Profile > vNIC List
vNIC Name: eth0
 Fabric ID: A
 Adapter Policy: Windows
 MTU: 9000
 VLAN: 100 (Native)

UCS Manager > LAN > LAN Cloud > QoS System Class
Class-FC: No Drop, MTU 9216, Weight 10
Class-Platinum: Drop, MTU 9216, Weight 30
Class-Gold: Drop, MTU 1500, Weight 20
Class-Silver: Drop, MTU 1500, Weight 10
Class-Bronze: Drop, MTU 1500, Weight 5

Refer to the exhibit. A Python script using the Cisco ACI Cobra SDK fails with 'AuthenticationError'. Which of the following is the most likely cause?

Exhibit

from cobra.mit.access import MoDirectory
from cobra.mit.session import LoginSession
session = LoginSession('https://apic-ip', 'admin', 'password')
md = MoDirectory(session)
md.login()
print(md.lookupByClass('fvTenant'))

Refer to the exhibit. A Python script is processing the response from NX-API. It attempts to extract the interface state using `response['ins_api']['outputs']['output']['body']['ROW_interface']['state']` but receives a KeyError. What is the most likely reason?

Exhibit

GET /ins HTTP/1.1\nHost: 10.1.1.1\nContent-Type: application/json\n\n{\n  "ins_api": {\n    "version": "1.0",\n    "type": "cli_show",\n    "chunk": "0",\n    "sid": "1",\n    "input": "show interface eth1/1"\n  }\n}\n\nResponse:\n{\n  "ins_api": {\n    "outputs": {\n      "output": {\n        "msg": "Success",\n        "code": "200",\n        "input": "show interface eth1/1",\n        "body": {
          "TABLE_interface": { ... },
          "ROW_interface": { "interface": "Ethernet1/1", "state": "up" }
        }\n      }\n    }\n  }\n}

These 350-601 practice questions are part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style 350-601 questions with detailed explanations, topic-based practice, mock exams, readiness tracking, and study analytics.