Practice DC Troubleshooting Questions Now
Start a timed practice session focusing on Data Center Troubleshooting topics from the CCTDC question bank.
Start CCTDC Practice Quiz →CCTDC DC Troubleshooting Question Bank (19 Questions)
Browse all 19 practice questions covering Data Center Troubleshooting for the CCTDC certification exam. Each question includes the full answer and a detailed explanation to help you understand the concepts.
- Question 1Cisco Data Center Troubleshooting
Where should you look first when troubleshooting a Nexus switch issue?
Show Answer & Explanation
Correct Answer: BExplanation:Nexus troubleshooting starts with: 'show logging last 50' (recent syslog events), 'show module' (line card status), 'show interface status' (port states), 'show system resources' (CPU/memory), and 'show environment' (hardware health).
- Question 2Cisco Data Center Troubleshooting
A server cannot see its storage LUNs through the Fibre Channel SAN. What should be checked?
Show Answer & Explanation
Correct Answer: BExplanation:SAN LUN visibility troubleshooting: 1) 'show flogi database' — is the server HBA logged in? 2) 'show zone' — are server and storage in the same zone? 3) 'show fcns database' — is the storage target registered? 4) Check LUN masking on the storage array.
- Question 3Cisco Data Center Troubleshooting
What is the most likely cause when a Nexus switch interface shows 'SFP not detected'?
Show Answer & Explanation
Correct Answer: BExplanation:An undetected SFP typically indicates the module is improperly seated, incompatible (not on the supported list), or has physically failed. Reseat the SFP first, then try a known-good replacement.
- Question 4Cisco Data Center Troubleshooting
What does 'show interface brief' display on a Nexus switch?
Show Answer & Explanation
Correct Answer: BExplanation:'show interface brief' provides a concise overview of all interfaces with their admin/operational status, IP addresses, speed/duplex, and VLAN membership.
- Question 5Cisco Data Center Troubleshooting
What do input/output discards indicate on a Nexus switch interface?
Show Answer & Explanation
Correct Answer: BExplanation:Discards indicate packet drops: input discards = ingress buffer full, output discards = egress queue full (congestion). Check 'show interface counters detailed' for specific drop reasons. Causes: traffic bursts, microbursts, insufficient QoS buffering, or oversubscription.
- Question 6Cisco Data Center Troubleshooting
What is the purpose of 'show logging' on a Nexus switch?
Show Answer & Explanation
Correct Answer: BExplanation:'show logging' displays syslog messages including timestamps, severity levels, and descriptions of system events, hardware faults, and configuration changes for troubleshooting.
- Question 7Cisco Data Center Troubleshooting
What does the FLOGI (Fabric Login) database show on a Cisco MDS switch?
Show Answer & Explanation
Correct Answer: BExplanation:'show flogi database' displays all devices connected to the SAN fabric: interface, VSAN, FCID (Fibre Channel ID), port WWN, and node WWN. If a server HBA doesn't appear in FLOGI, it hasn't successfully logged into the fabric — check cabling, zoning, or HBA status.
- Question 8Cisco Data Center Troubleshooting
When should 'show tech-support' be collected on a Nexus switch?
Show Answer & Explanation
Correct Answer: BExplanation:Collect 'show tech-support' immediately after an issue, BEFORE making changes — it captures the current state (logs, configs, counters, status). Redirect to file: 'show tech-support > bootflash:showtech_date.txt'. TAC requires this for case analysis.
- Question 9Cisco Data Center Troubleshooting
Which NX-OS tool provides packet capture capability for troubleshooting on a Nexus switch?
Show Answer & Explanation
Correct Answer: BExplanation:Ethanalyzer is a built-in NX-OS packet capture tool (based on Wireshark/tshark) that captures packets on the management interface or in-band traffic for protocol troubleshooting.
- Question 10Troubleshooting
How do you troubleshoot VXLAN tunnel issues on Nexus?
Show Answer & Explanation
Correct Answer: BExplanation:VXLAN troubleshooting: 1) Verify underlay routing (ping between VTEPs), 2) Check NVE interface (show nve peers/vni), 3) Verify BGP EVPN sessions (show bgp l2vpn evpn summary), 4) Check MAC/IP routes in EVPN tables.
- Question 11Cisco Data Center Troubleshooting
Why might a port-channel on a Nexus switch show individual links as suspended?
Show Answer & Explanation
Correct Answer: BExplanation:Suspended port-channel members: check LACP mode (active/passive) matches, speed/duplex settings are identical, port-channel mode is compatible, and 'channel-group' config matches on both sides. 'show port-channel summary' and 'show lacp neighbor' help diagnose.
- Question 12Cisco Data Center Troubleshooting
What NX-OS command shows spanning tree topology information for a specific VLAN?
Show Answer & Explanation
Correct Answer: BExplanation:'show spanning-tree vlan <id>' shows: root bridge ID/priority, local bridge priority, port roles (root/designated/alternate/backup), port states (forwarding/blocking), and costs. Essential for troubleshooting STP loops and convergence issues.
- Question 13Cisco Data Center Maintenance
What is an EPLD (Electronic Programmable Logic Device) upgrade on a Nexus switch?
Show Answer & Explanation
Correct Answer: BExplanation:EPLD upgrades update firmware on FPGAs within line cards, supervisors, and other modules. Some NX-OS upgrades require matching EPLD versions. EPLD upgrades typically require module resets (not full switch reloads) and should be done during maintenance.
- Question 14Cisco Data Center Maintenance
A Nexus switch shows a power supply as 'failed' in 'show environment power'. What is the recommended action?
Show Answer & Explanation
Correct Answer: BExplanation:Nexus power supplies are hot-swappable. Replace the failed PSU with an identical model without shutting down the switch, as the remaining PSU(s) maintain power during replacement.
- Question 15Cisco Data Center Troubleshooting
A Nexus switch FEX shows 'Offline' status. Which command helps diagnose the issue?
Show Answer & Explanation
Correct Answer: BExplanation:'show fex' displays the status of all connected FEXes, including model, serial, online/offline state, and uplink port-channel status for diagnosing FEX connectivity issues.
- Question 16Cisco Data Center Troubleshooting
A server connected to a Nexus switch via vPC is experiencing intermittent connectivity. Which log should be checked first?
Show Answer & Explanation
Correct Answer: AExplanation:Checking logs filtered for vPC events reveals peer-link flaps, role changes, or member port state changes that could cause intermittent connectivity for hosts using vPC port-channels.
- Question 17Cisco Data Center Troubleshooting
A Nexus switch shows high CPU utilization. Which command identifies the process consuming the most CPU?
Show Answer & Explanation
Correct Answer: AExplanation:'show processes cpu sort' lists all running processes sorted by CPU utilization, quickly identifying the process responsible for high CPU and guiding further investigation.
- Question 18Cisco Data Center Troubleshooting
What command shows environmental status (fans, power, temperature) on a Nexus switch?
Show Answer & Explanation
Correct Answer: BExplanation:'show environment' displays fan status/RPM, power supply status/wattage, and temperature sensor readings for monitoring hardware health on Nexus switches.
- Question 19Troubleshooting
What is the purpose of 'show logging' on NX-OS?
Show Answer & Explanation
Correct Answer: BExplanation:'show logging' displays syslog messages with timestamps, severity levels, and facility codes. Filter by severity or module to focus troubleshooting. Also check 'show logging logfile' for persisted messages.
Key DC Troubleshooting Concepts for CCTDC
CCTDC DC Troubleshooting Exam Tips
Data Center Troubleshooting questions in CCTDC are typically scenario-based. Focus on service-level decision making aligned to official exam objectives. Priority concepts: troubleshoot, ucs fault, nexus, san, show, interface.
What CCTDC Expects
- Anchor your answer in select the most practical, secure, and scalable answer for the stated scenario.
- DC Troubleshooting scenarios for CCTDC are frequently mapped to Domain 3 (35%), so read the objective carefully before picking controls or architecture.
- Expect multi-service scenarios where DC Troubleshooting interacts with IAM, networking, storage, or observability patterns rather than appearing as an isolated service question.
- When two options are both technically valid, prefer the choice that best aligns with the exam's operational scope (Entry) and managed-service best practices.
High-Value DC Troubleshooting Concepts
- Know the core DC Troubleshooting building blocks cold: troubleshoot, ucs fault, nexus, san.
- Review the edge-case features and limits for show, interface; these details are commonly used to differentiate answer choices.
- Practice service-integration reasoning: how DC Troubleshooting pairs with DC Hardware, DC Networking in real deployment patterns.
- For CCTDC, explain why the chosen DC Troubleshooting design meets reliability, security, and cost expectations better than the alternatives.
Common CCTDC Traps
- Watch for answers that partially solve the requirement but miss operational constraints.
- Questions in Troubleshooting often include distractors that look correct for DC Troubleshooting but violate least-privilege, durability, or availability requirements.
- Avoid picking options purely by feature name; validate data path, failure handling, and governance impact before answering.
- If the prompt hints at automation or repeatability, eliminate manual-only operational answers first.
Fast Review Checklist
- Can you compare at least two DC Troubleshooting implementation paths and justify which one best fits the scenario?
- Can you map the chosen answer back to Troubleshooting (35%) outcomes for CCTDC?
- Can you explain security and access boundaries for DC Troubleshooting without relying on default-open assumptions?
- Can you describe how DC Troubleshooting integrates with DC Hardware and DC Networking during failure, scaling, and monitoring events?