Last updated: May 2026
100-140 CCSTISP — Cisco Certified Support Technician (CCST) IT Support
Test your knowledge with official exam-style questions
Questions and options are shuffled each attempt
▶Cisco Certified Support Technician (CCST) IT Support — Practice Set 1: All Questions & Explanations
Full question text, answer options, and explanations for this practice set — a spoiler-free alternative is the interactive quiz above for scored, shuffled practice.
. A help-desk analyst receives a call about a broken laptop screen. She resolves the issue and closes the ticket. Later the same day, the same user calls again with an unrelated printer problem. How should the analyst handle this new issue according to standard ticketing practice?
- A. Reopen the original closed ticket and add the printer issue to it
- B. Open a new, separate ticket for the printer issue(correct)
- C. Tell the user that only one ticket per day is allowed
- D. Verbally note the issue without creating a ticket
Explanation: Each distinct issue should have its own ticket. Creating a new ticket allows the organisation to track, assign, and report on each issue independently, ensures proper SLA tracking per issue, and prevents different problems from being conflated. Reopening a closed ticket for an unrelated issue contaminates historical reporting and can incorrectly affect SLA metrics. Verbal notes without tickets leave no auditable record.
. A user calls the help desk and is frustrated. He has already tried several troubleshooting steps and is repeating himself. The help-desk analyst should FIRST do which of the following?
- A. Place the user on hold immediately and research the issue before speaking further
- B. Transfer the call to a supervisor without explanation
- C. Acknowledge the user's frustration, summarise what has been tried, and confirm the next step(correct)
- D. Read from a troubleshooting script without addressing the user's emotional state
Explanation: Active listening and empathy are core help-desk skills. Acknowledging the user's frustration validates their experience and builds rapport. Summarising what has already been tried avoids redundant steps and demonstrates the analyst was listening. This approach aligns with ITIL service desk best practices emphasising customer satisfaction and effective communication.
. A help-desk team uses a tiered support model. A tier 1 analyst cannot resolve a complex server issue after 30 minutes. According to standard practice, what should happen next?
- A. The tier 1 analyst continues working on the issue indefinitely until resolved
- B. The ticket is escalated to tier 2 support along with all troubleshooting steps already taken(correct)
- C. The ticket is closed and the user is asked to call back later
- D. The ticket is assigned directly to the vendor's support team without internal escalation
Explanation: Tiered support models define escalation paths: tier 1 handles common issues; tier 2 handles more complex issues requiring deeper technical knowledge; tier 3 involves specialists or vendors. When tier 1 cannot resolve an issue within a defined timeframe, the ticket is escalated to tier 2 along with all documented troubleshooting steps so the next analyst does not repeat work. Closing the ticket unresolved or escalating directly to a vendor skips the defined process.
. A company's IT service agreement promises that critical incidents will receive an initial response within 1 hour and be resolved within 4 hours. What document formalises these commitments?
- A. IT Asset Inventory
- B. Service Level Agreement (SLA)(correct)
- C. Change Advisory Board (CAB) minutes
- D. Business Continuity Plan (BCP)
Explanation: A Service Level Agreement (SLA) is a contract between a service provider and a customer that defines the expected service levels, including response times, resolution times, availability targets, and escalation procedures. An IT asset inventory tracks hardware and software. CAB minutes record change management decisions. A BCP documents procedures for maintaining operations during a disaster.
. A help-desk analyst needs to access a remote user's desktop to troubleshoot an application issue without requiring the user to be physically present at the help-desk location. Which technology enables this?
- A. FTP client
- B. Remote Desktop Protocol (RDP) or a similar remote support tool(correct)
- C. A network printer driver
- D. SNMP polling
Explanation: Remote Desktop Protocol (RDP, port 3389) and third-party remote support tools allow a help-desk analyst to view and control a user's desktop over a network connection. FTP is used for file transfer, not desktop control. A network printer driver enables printing to a shared printer. SNMP is used for network device monitoring and management, not desktop access.
. A Windows user reports that an application is not responding and the system is very slow. A help-desk analyst remotely connects to the workstation. Which built-in Windows tool should the analyst use FIRST to identify which process is consuming excessive CPU or memory?
- A. Event Viewer
- B. Task Manager(correct)
- C. Device Manager
- D. Disk Defragmenter
Explanation: Task Manager (Ctrl+Shift+Esc or taskmgr.exe) provides real-time views of running processes along with their CPU, memory, disk, and network usage. It is the standard first tool for identifying resource-hogging processes and ending unresponsive applications. Event Viewer displays system and application event logs for historical diagnostics. Device Manager manages hardware drivers. Disk Defragmenter reorganises fragmented files and would not help identify a runaway process.
. A technician suspects that a Windows workstation has a driver conflict causing a device to malfunction. Which tool should she use to view all installed hardware and identify devices with errors?
- A. Task Manager
- B. Event Viewer
- C. Device Manager(correct)
- D. ipconfig
Explanation: Device Manager (devmgmt.msc) displays all hardware devices installed in a Windows system. Devices with driver errors are flagged with yellow exclamation marks or red X icons, making it straightforward to identify and resolve driver conflicts by updating, rolling back, or uninstalling drivers. Task Manager shows processes and performance. Event Viewer shows event logs. ipconfig is a command-line tool for viewing and managing IP configuration.
. A Windows workstation cannot boot normally after a failed software installation. A technician wants to boot the system with a minimal set of drivers and services to troubleshoot the issue. Which mode should she choose?
- A. Normal mode
- B. Safe mode(correct)
- C. Hibernate
- D. Sleep
Explanation: Safe mode starts Windows with only essential drivers and services, bypassing third-party software and drivers that may be causing boot failures. This allows a technician to diagnose and remove problematic software, update drivers, or restore system settings. Normal mode loads all startup programs and services. Hibernate and Sleep are power-saving states, not diagnostic boot modes.
. A Linux administrator needs to list all files including hidden files in the current directory and then navigate to a subdirectory named 'logs'. Which command sequence is correct?
- A. dir /a then move logs
- B. ls -a then cd logs(correct)
- C. list --all then open logs
- D. ls then go logs
Explanation: On Linux, 'ls -a' lists all files including hidden files (those with names beginning with a dot). 'cd logs' changes the current directory to the 'logs' subdirectory. 'dir /a' is a Windows Command Prompt command. 'list --all', 'move', 'open', and 'go' are not valid Linux shell commands for these tasks.
. A technician uses the Windows command prompt to run 'netstat -an'. The output shows a line: 'TCP 0.0.0.0:3389 0.0.0.0:0 LISTENING'. What does this indicate?
- A. The system is actively transferring files on port 3389
- B. Remote Desktop is enabled and the system is waiting for inbound RDP connections on all interfaces(correct)
- C. The system has blocked all inbound connections on port 3389
- D. A VPN tunnel has been established on port 3389
Explanation: Port 3389 is the default port for Remote Desktop Protocol (RDP). A LISTENING state with local address 0.0.0.0:3389 means the RDP service is bound to all network interfaces and is accepting inbound connection requests. This is a normal state when RDP is enabled. It does not indicate an active file transfer, a blocked port, or a VPN connection.
. A technician needs to find out why an application crashed yesterday on a Windows workstation. The application did not generate its own log file. Which built-in Windows tool provides access to application crash events and system error logs?
- A. Task Manager
- B. Event Viewer(correct)
- C. Windows Update
- D. Resource Monitor
Explanation: Event Viewer (eventvwr.msc) provides access to Windows event logs including the Application log, System log, and Security log. Application crashes, errors, and warnings are recorded in the Application log with associated error codes and timestamps. Task Manager shows currently running processes. Windows Update manages OS patches. Resource Monitor shows real-time resource usage.
. A user reports that her computer cannot connect to any websites. A technician runs 'ipconfig' and sees that the IPv4 address is 169.254.x.x. What does this address indicate?
- A. The computer has a valid DHCP-assigned address and is connected to the internet
- B. The computer failed to obtain an IP address from a DHCP server and assigned itself an APIPA address(correct)
- C. The computer is using a static IP address configured by the administrator
- D. The computer is connected to a VPN and the VPN assigned this address
Explanation: The 169.254.0.0/16 address range is Automatic Private IP Addressing (APIPA). Windows assigns an APIPA address when a DHCP server is unreachable. An APIPA address allows local link communication only; it cannot route to other networks or the internet. This is a strong indicator that the DHCP server is unavailable or the network cable/wireless connection has an issue.
. A user successfully pings the default gateway (192.168.1.1) but cannot access any websites by name. Pinging a public IP address (8.8.8.8) succeeds. Which component is MOST likely faulty?
- A. The network cable or wireless adapter
- B. The DNS server configuration(correct)
- C. The default gateway address
- D. The subnet mask
Explanation: Successful pings to both the default gateway and a public IP address (8.8.8.8) confirm that layer 3 connectivity is working. The failure to resolve website names indicates a DNS problem. When DNS fails, host names cannot be resolved to IP addresses. Checking the DNS server address in the IP configuration (ipconfig /all) and testing with nslookup is the correct next step.
. A network technician runs 'traceroute' (or 'tracert' on Windows) from a workstation to a remote server and sees that requests time out at the third hop. What does this MOST likely indicate?
- A. The workstation's DNS server is not responding
- B. There is a routing problem or a device at or beyond the third hop is blocking ICMP TTL-exceeded messages(correct)
- C. The remote server's web service has crashed
- D. The workstation has an incorrect subnet mask
Explanation: Traceroute/tracert sends packets with incrementing TTL values to map the path to a destination. Timeouts at a specific hop indicate that either a router at that hop is not forwarding packets (routing failure), a firewall is blocking ICMP TTL-exceeded messages from that device, or there is a network outage beyond that point. DNS, a remote web service crash, or a local subnet mask error would not cause a traceroute failure at a specific intermediate hop.
. A technician needs to confirm which well-known port is associated with SSH (Secure Shell). Which port number is correct?
- A. 21
- B. 23
- C. 22(correct)
- D. 443
Explanation: SSH uses TCP port 22 by default. Port 21 is used by FTP (control channel). Port 23 is used by Telnet (unencrypted remote terminal). Port 443 is used by HTTPS. Knowing common port assignments is essential for firewall rule analysis and network troubleshooting.
. A laptop connects to a corporate Wi-Fi network using WPA2-Enterprise. The user is prompted for their Active Directory username and password to authenticate. After a recent password change, the laptop refuses to connect. What is the MOST likely cause?
- A. The SSID has been hidden and the laptop cannot find the network
- B. The wireless adapter does not support WPA2
- C. The cached wireless credentials on the laptop still contain the old password and need to be updated(correct)
- D. The DHCP server has run out of IP addresses
Explanation: WPA2-Enterprise uses 802.1X authentication and typically caches user credentials. After a password change, the OS often retains the old cached credentials, causing authentication to fail at the RADIUS server. The fix is to delete the saved wireless network profile and reconnect, entering the new credentials. A hidden SSID, WPA2 incompatibility, or DHCP exhaustion would cause different and more general connectivity failures.
. A remote employee working from home needs to access the company's internal file server securely over the internet. Which technology should the IT team deploy to enable this?
- A. Public FTP server
- B. Virtual Private Network (VPN)(correct)
- C. Telnet
- D. HTTP proxy
Explanation: A VPN creates an encrypted tunnel between the remote employee's device and the corporate network, allowing secure access to internal resources such as file servers as if the device were on the local network. A public FTP server exposes files to the internet without inherent security. Telnet provides unencrypted remote terminal access and is considered insecure. An HTTP proxy provides web access but does not extend full network access to internal resources.
. A company's security policy requires passwords to be at least 12 characters long, include uppercase and lowercase letters, numbers, and symbols, and be changed every 90 days. Which password practice does this policy primarily address?
- A. Single sign-on (SSO)
- B. Password complexity and rotation(correct)
- C. Biometric authentication
- D. Certificate-based authentication
Explanation: Password complexity requirements (length, mixed character types) and regular rotation (changing every 90 days) are fundamental password security practices designed to make passwords harder to guess or brute-force and to limit the exposure window if a password is compromised. SSO consolidates authentication across multiple systems. Biometric and certificate-based authentication are alternatives to passwords.
. An employee receives an email with a Microsoft Word attachment. When he opens the attachment, a macro runs automatically and installs software without his consent. The software then spreads to other computers on the network without any further user interaction. Which type of malware BEST describes the network-spreading component?
- A. Ransomware
- B. Adware
- C. Worm(correct)
- D. Spyware
Explanation: A worm is self-replicating malware that spreads across networks without requiring user interaction after the initial infection. The key distinguishing characteristic is autonomous propagation. Ransomware encrypts files and demands payment for the decryption key. Adware displays unwanted advertisements. Spyware collects user data covertly. The original attachment delivery could be a Trojan, but the self-spreading network component is a worm.
. A user receives an email that appears to come from her bank's CEO asking her specifically, by name and with details about her recent transactions, to wire funds urgently. Which attack type does this MOST represent?
- A. Phishing
- B. Spear-phishing(correct)
- C. Vishing
- D. Pharming
Explanation: Spear-phishing is a highly targeted form of phishing that uses personalised information (name, role, recent activity) to appear credible and trick a specific individual. Unlike generic phishing emails sent to thousands of recipients, spear-phishing messages are crafted for one target. Vishing uses voice calls. Pharming redirects DNS lookups to fraudulent websites.
. A Windows pop-up asks a standard user to enter administrator credentials before an application can make system-level changes. Which Windows security feature is generating this prompt?
- A. Windows Defender Antivirus
- B. User Account Control (UAC)(correct)
- C. BitLocker
- D. Windows Firewall
Explanation: User Account Control (UAC) is a Windows security feature introduced in Windows Vista that prompts for administrator credentials or consent before allowing actions that could affect system settings or other user accounts. UAC reduces the exposure of elevated privileges by ensuring that standard users cannot silently install software or modify system-level settings. Windows Defender is an antivirus solution. BitLocker provides drive encryption. Windows Firewall controls network traffic.
. A tier 1 analyst successfully resolves a rare issue that took two hours to diagnose. To help future analysts solve the same issue faster, what should the analyst create?
- A. A new ticket for the next time the issue occurs
- B. A knowledge base article documenting the symptoms, root cause, and resolution steps(correct)
- C. An email to the user summarising the fix
- D. A change request to prevent the issue from recurring
Explanation: Knowledge base (KB) articles capture solutions to known issues so that future analysts can resolve similar problems quickly without repeating lengthy diagnostic processes. This is a core ITIL knowledge management practice. An email to the user does not benefit future analysts. A change request is appropriate if a system change is needed to prevent recurrence but does not document the troubleshooting knowledge. A new ticket is created when a new incident occurs.
. A company classifies support tickets into four priority levels. A priority 1 (P1) ticket represents a total outage affecting all users. A priority 4 (P4) ticket is a cosmetic issue with no business impact. A finance department's accounting application is completely down one hour before month-end close, affecting 20 users. How should this ticket be prioritised?
- A. P4 — it only affects 20 users, not the entire company
- B. P3 — it is a department-level issue
- C. P1 — it is a critical business function with severe time pressure and significant user impact(correct)
- D. P2 — it affects multiple users but is not company-wide
Explanation: Ticket priority is based on both impact (number of users affected, criticality of the business function) and urgency (time sensitivity). A critical financial application down one hour before month-end close has very high urgency and high impact — this combination warrants P1 treatment regardless of the user count. Priority is not solely determined by the number of users affected; business criticality and time pressure are equally important factors.
. An IT team wants to replace all company laptops with a newer model over the next quarter. Before procurement, they review a document that lists every company-owned laptop with its serial number, assigned user, purchase date, and warranty status. What is this document called?
- A. Change management log
- B. Asset inventory(correct)
- C. Incident report
- D. Service catalogue
Explanation: An asset inventory (also called a configuration management database or CMDB in ITIL terminology) tracks all IT hardware and software assets, including serial numbers, assigned users, purchase dates, warranty information, and location. It is essential for lifecycle management, procurement planning, and security auditing. A change management log records changes made to IT systems. An incident report documents a specific security or operational event. A service catalogue lists IT services offered to users.
. A company needs to upgrade the operating system on its core ERP server. Before the change is made, the team must submit a formal request, obtain approval from a review board, define a rollback plan, and schedule a maintenance window. Which process governs this workflow?
- A. Incident management
- B. Problem management
- C. Change management(correct)
- D. Release management
Explanation: Change management is the ITIL process that controls the lifecycle of all IT changes. It requires a Change Request (CR) to be submitted, reviewed by a Change Advisory Board (CAB), approved, scheduled, tested with a rollback plan, and documented. The goal is to minimise disruption to services while enabling necessary improvements. Incident management handles unexpected disruptions. Problem management identifies root causes of recurring incidents. Release management oversees deploying new software versions but is a subset of the broader change management process.