Change Management
Change management: deliberate, approved, reversible
A technician is about to push a new group policy to every workstation, or upgrade the accounting app over the weekend. The change may be perfectly correct and still take down the business if it behaves unexpectedly and there is no fast way back. Change management is the set of practices that stop that from happening: it makes every change deliberate, approved, and reversible instead of ad hoc. Three terms recur throughout: a group policy is a Windows setting pushed centrally from a server, production means the live systems people depend on at this moment, and a maintenance window is an agreed slot when disruption is tolerated. The page follows the change lifecycle in order, names the artifact a change owes at each point in it, and ties each scenario to the standing document that records it. On the CompTIA A+ Core 2 exam objectives[1] it is objective 4.2, one of two operational disciplines that share this page, the other being objective 4.1, the documentation that records the work, and it sits inside the wider practice of IT service management. Two seams with the sibling pages are worth settling before you start: this page owns the incident report you write afterwards while safety and communication owns the incident response you carry out at the scene, and this page only requires that a rollback exists while backup and recovery owns how you actually build and test one.
Documented business processes
Underneath any single change sit three standing practices, the documented business processes every change is expected to follow:
- Rollback plan. The pre-written path back to the previous known-good state if the change fails. It is also called a backout plan; the two names mean the same thing, and the exam uses both. You write it before you implement, not after something breaks.
- Sandbox testing. Proving the change works in an isolated, non-production copy of the environment first, so a bad change is caught off the production floor. A sandbox is a safe, walled-off test space; nothing you do there touches live systems or data.
- Responsible staff member. The single named person accountable for the change from request through to closing it out. One owner, not a committee, so there is never confusion about who drives it and who answers for the outcome.
Miss any one of these and a routine change can turn into an outage nobody planned for and nobody can quickly undo. The next section is the step-by-step process that carries these three practices out.
The change request lifecycle, step by step
Objective 4.2 lists the parts of change management rather than a numbered procedure, but they fall into a natural working order, and that dependency is what items turn on: you approve and plan the way back before you ever implement. The common wrong answer is the technician who jumps to the middle, implementing before the risk was analyzed or before anyone approved it. The figure below traces the same working order top to bottom, with the backout branch hanging off implementation.
1. Change request
Every change starts as a written request, usually a standard request form, so there is a record of what was proposed and by whom. A complete request states the purpose of the change (the reason it is needed: a security patch, a new feature, a fix), the scope (exactly what it touches and, just as important, what it does not), the affected systems and impact (which systems, services, and users feel it, and the expected disruption), and the date and time, ideally inside a maintenance window that minimizes disruption.
2. Risk analysis
Before anyone signs off, you assess what could go wrong and how badly, then assign a risk level (commonly low, medium, or high). The risk level drives how much scrutiny the change needs: a high-risk change to a core system earns a closer review and a firmer backout plan than swapping a desktop wallpaper.
3. Plan the change and the way back
Planning has two halves, and both are graded. The plan for change is the step-by-step of how you will implement it. The backout plan (the rollback plan from the previous section) is how you undo it and return to the last known-good state if it fails. This is also where you test the change in a sandbox, so the plan is proven rather than hoped for.
4. Change board approval
A change board (often a change advisory board, or CAB) reviews the request, the risk, and the plans, then approves, defers, or rejects it. This approval is the gate: you do not implement a normal change without it. The board exists so no single person pushes a risky change unchecked.
5. End-user acceptance
The people who use the affected systems have to accept the change: they are told what is changing, when, and how it affects them, and for user-facing changes they confirm it works for them afterward. Skipping this is how a technically successful change still generates a flood of tickets on Monday morning.
6. Implement the change
Carry out the change per the plan, inside the agreed window. If it fails here, you do not improvise: you execute the backout plan and restore the previous state. The whole point of writing that plan in stage three was to make this moment calm instead of frantic.
7. Verify, then document
Confirm the change did what it was meant to and broke nothing else, then document the change: what was done, when, by whom, the outcome, and whether the backout plan was needed. That record closes the loop and feeds the knowledge base for next time. Documentation is a real, graded step, not an afterthought.
Ticketing systems
A user reports a problem, and the shop needs a record of it that outlives the conversation. Objective 4.1 covers documentation and support systems, and the exam tests which fields the ticketing record holds and when you reach for it.
A ticketing system records every support request from open to close. A well-formed ticket captures user and device information (who reported it and on which machine, tying the ticket to the asset record), a description of the problem (the symptom in the user's words plus what you observe), a category and severity (what kind of issue it is, and how urgent or impactful, which drives prioritization), an escalation level (when it moves to a higher tier or a specialist, and to whom), and progress notes and a resolution (clear updates as you work, and finally how it was fixed).
That written record is a skill of its own: clear, concise problem descriptions, progress notes, and a stated resolution[1] let the next technician pick up the ticket, or find it months later, without guessing. The interpersonal side of communication, how you speak with the user, lives in safety and communication; here the skill is writing the record.
Asset management and the procurement life cycle
The other operational record tracks property rather than work, and it follows each device from the purchase order to the shredder.
Asset management is the inventory of hardware and software the organization owns, usually held in a database system rather than a spreadsheet once it grows past a few dozen devices. Each asset carries an asset tag and ID (a physical label and a unique identifier that tie the device to its record), an assigned user (who currently holds it), procurement details (when and how it was acquired), and warranty and licensing status (the hardware warranty and any software license or entitlement attached, so renewals and audits are not a surprise). Software license types themselves are covered in safety and communication; here they are simply a field on the asset record.
The procurement life cycle is the arc every asset travels, from purchase to disposal, and the inventory record follows it the whole way. The figure below walks that arc from procurement to disposal, in the working order the inventory record follows. Disposal is not just discarding hardware: a retired device is wiped or destroyed so no data leaves with it, which is why the last stage loops back to the security practices in encryption and access control.
The document library: policies, procedures, and maps
The previous two sections covered the operational records you touch daily, the ticketing system and the asset inventory. Beyond those, a shop keeps a library of standing documents. A new hire needs provisioning, a user asks what they are allowed to install, or you need to trace how two offices connect: each sends you to a different document here. Exam questions turn on matching that kind of scenario to the right document type, so group them by the job they do: operational records, maps and procedures, and policies and reports. Those three families are the generating model rather than a closed list of documents: any standing document a shop keeps sorts into one of them by the job it does, and the types named below are the ones exam scenarios reach for most, among others.
Maps and procedures
A network topology diagram is a map of how devices, segments, and links connect. You read it before a change to see what the change touches, and during a fault to trace the path a packet takes.
Standard operating procedures (SOPs) are step-by-step instructions for a repeatable task, so it is done the same way every time regardless of who does it. The objectives call out three: the procedure for a custom installation of a software package, the new-user setup checklist (what to provision when someone joins: account, group membership, hardware, and access), and the end-user termination checklist (what to revoke when someone leaves: disable the account, reclaim the device, and remove access). The termination checklist is a security control as much as a procedure, because a forgotten active account is a way back in.
Policies and reports
An acceptable use policy (AUP) states the rules for how users may use company systems, networks, and data, and what is prohibited. Users typically sign it, and it is what the organization points to when someone's use crosses the line.
Regulatory and compliance requirements are the external rules the organization must meet, whether legal or industry-specific, documented so the team knows what applies. A splash screen is one visible piece of compliance: a banner shown at logon or on a site that states terms, warnings, or required notices before a user proceeds.
An incident report records what happened during a security or safety incident, when, and how it was handled. Here you write the report; the step-by-step response process (first-responder duties and preserving evidence) is covered in safety and communication.
The knowledge base ties it together
The knowledge base sits across all of these: a searchable store of articles and known fixes that turns one technician's solved problem into every technician's shortcut, and lets users self-serve. Documenting a resolved ticket, the last step of the troubleshooting method, is exactly what feeds it.
How the exam frames these questions
Operational-procedures items read as short workplace scenarios, and two instincts win most of them. When the stem describes a planned change, pick the step that must come before implementing, never jumping ahead to implement. When it describes an information need, name the document type that records it.
| The scenario | Right answer | Tempting wrong answer |
|---|---|---|
| A change is planned; what comes first? | Submit the request and analyze risk; get approval before you implement | Implement it now because it is a small change |
| The change might fail; what must exist? | A backout (rollback) plan to restore the last known-good state | A second change ready to patch the first if it breaks |
| Who signs off on a normal change? | The change board (CAB), after reviewing risk and the plans | The technician decides alone to save time |
| Users will be affected; what is owed? | End-user acceptance: notify and confirm before and after | Skip it; the change is technically complete |
| Where is a laptop's model, owner, and warranty? | Asset management / inventory, by its asset tag and ID | The ticketing system |
| A recurring issue has a known fix; where? | The knowledge base | Re-troubleshoot it from scratch each time |
| A new hire needs provisioning; what guides it? | The new-user setup checklist, an SOP | Do it from memory |
| A departing employee's access; what guides it? | The end-user termination checklist | Handle it later when there is time |
| A logon banner shows required warnings; what is it? | A splash screen, part of compliance | The acceptable use policy the user signs |
A few reversals recur. Implementing before approval is almost always wrong: the change board's sign-off is the gate. Rollback plan and backout plan are the same thing under two names, so an item that offers both is not testing a difference between them. Asset details (model, owner, warranty, tag) live in the inventory, not the ticket, even though a ticket references the device. And documenting the change is a real, graded step, so a "the change is done, now what" stem wants verify and document, not close it silently. When the scenario shifts to conduct, privacy, or an active incident response, it leaves this page for safety and communication; when it needs an actual backup method, it belongs to backup and recovery.
Which IT document answers which question
| Document type | What it records | Reach for it when |
|---|---|---|
| Ticketing system | Who reported what, device and user details, category, severity, escalation, and how it was resolved | You take or track a support request from open to close |
| Knowledge base / article | Reusable, searchable fixes and how-to articles | You need a known solution, or want to save one for reuse and self-service |
| Asset management / inventory | Hardware and software owned, asset tags and IDs, assigned users, procurement, warranty, and licensing | You need to know what a user has, its age, or its warranty and license status |
| Network topology diagram | How devices, segments, and links connect on the network | You need to see the network layout before a change or during a fault |
| Standard operating procedure (SOP) | Step-by-step instructions for a repeatable task | A task must be done the same way every time, such as onboarding or a custom software install |
| Acceptable use policy (AUP) | The rules for how users may use company systems and data | You define or enforce what users are and are not allowed to do |
| Incident report | What happened during a security or safety incident, when, and how it was handled | An incident occurred and must be recorded for review and compliance |
Decision tree
Sharp facts the exam loves — give these one last read before exam day.
Cheat sheet
Sharp facts the exam loves — scan these before test day.
- Change management makes changes deliberate, approved, and reversible
Change management replaces ad-hoc changes with a controlled process: every change is documented, risk-assessed, approved, and given a way back before it touches production. The goal is not bureaucracy but avoiding self-inflicted outages, so the exam frames it as choosing the controlled step over the fast one.
- The rollback plan and the backout plan are the same thing
A rollback plan, also called a backout plan, is the pre-written path back to the last known-good state if a change fails. CompTIA uses both names for one concept, so an item offering both is not testing a difference between them.
Trap Treating the rollback plan and the backout plan as two separate documents; they are one plan under two names.
10 questions test this
- During a scheduled OS update, a technician encounters an unexpected compatibility issue with a business-critical application. Which of the…
- A technician is creating a change request ticket to deploy updated accounting software to 50 workstations. Which of the following change…
- A technician is applying an approved operating system update to workstations during a maintenance window. After updating the first batch,…
- A technician is preparing a change request to update the accounting software on a production server. The change management policy requires…
- A technician is preparing to deploy a major software update to a department file server. The change management plan requires a rollback…
- A technician is implementing a CAB-approved operating system update on department workstations. Midway through the process, several…
- A technician is preparing to migrate a department's workstations to a new software application during a scheduled maintenance window. The…
- A technician is completing a change request form for an upcoming workstation software migration. Which of the following should be included…
- A technician has submitted a change request to migrate users from a local file server to a cloud-based storage solution. The change…
- A technician implemented a scheduled operating system update that was approved through the change management process. After the update, a…
- Write the backout plan before you implement, not after it breaks
The backout plan has to exist before the change goes live, because once a change has failed in production there is no time to design a recovery. Having the way back ready is what turns a failed change into a quick restore instead of an incident.
Trap Implementing a change first and working out how to undo it only if it fails; the backout plan is a planning-stage deliverable.
4 questions test this
- A technician has received CAB approval to deploy a critical security patch to all company workstations during a scheduled maintenance…
- A technician is scheduled to deploy a major firmware update to a production server during an approved maintenance window and wants to be…
- A technician is preparing a change request ticket for a scheduled software upgrade on a department server. Which of the following should…
- A technician is completing a change request form to upgrade workstations in the accounting department to a new operating system. Which of…
- Test a change in a sandbox before it reaches production
Sandbox testing proves a change works in an isolated, non-production copy of the environment, so a bad change is caught off the live floor. The sandbox is walled off, so nothing done there touches real systems or data.
Trap Testing the change directly on production because it looks small; the point of the sandbox is to fail safely, away from users.
- Every change has one named responsible staff member
A single named person is accountable for the change from request to close, so there is never confusion about who drives it or who answers for the outcome. This is ownership by one person, distinct from the board that approves the change.
- Approve and plan the rollback before you implement a change
A change works through a natural order: submit the request, analyze risk, plan the change and its backout, get change-board approval, get end-user acceptance, implement, then verify and document.
Trap Jumping to implementation before the change has been risk-assessed and approved; risk analysis, planning, and approval come first.
7 questions test this
- A technician identifies that a critical security patch needs to be applied to the company's file server. Which of the following should the…
- A technician needs to reconfigure security policies on multiple workstations across a department. Which of the following should the…
- A department manager requests that a technician upgrade the operating system on all departmental workstations over the weekend. Which of…
- A technician identifies that a production application server needs a configuration change to fix a recurring performance problem. Before…
- A technician has been asked to upgrade the accounting department's application server to a new operating system version. The organization…
- A technician has documented a change request and completed a risk assessment for a planned server software update. Which of the following…
- A technician has been tasked with migrating a department's shared drive data to a new file server. Which of the following should the…
- A change request states purpose, scope, affected systems, and timing
The request form records why the change is needed (purpose), exactly what it touches and what it does not (scope), which systems and users are affected and the expected impact, and the date and time, ideally inside a maintenance window. This documented request is the starting point the rest of the process reviews.
- Risk analysis assigns a risk level that sets the scrutiny
Before approval you assess what could go wrong and how badly, then assign a risk level such as low, medium, or high. A higher risk level means a closer review and a firmer backout plan, so the level directly drives how much process the change needs.
- The change board's approval is the gate before implementing
A change board, often a change advisory board (CAB), reviews the request, risk, and plans and approves, defers, or rejects the change. For a normal change you do not implement without that approval, which exists so no single person pushes a risky change unchecked.
Trap Letting a technician implement a normal change on their own authority to save time; the change board's sign-off is required first.
11 questions test this
- A technician has submitted a change request ticket to replace the antivirus software on department workstations. The risk assessment and…
- A technician plans to upgrade the operating system on 50 workstations during the scheduled maintenance window. The supervisor instructs the…
- A technician is planning to upgrade the email client software on 50 department workstations during a scheduled maintenance window. Before…
- A technician has been asked to deploy a new operating system across a department's workstations. The IT manager directs the technician to…
- A technician prepares a change request to migrate the company's email platform to a new provider. The request includes the scope of the…
- An organization requires all proposed IT system modifications to be reviewed by a Change Advisory Board (CAB) before implementation. Which…
- A technician submitted a change request to reconfigure the security settings on all company workstations. The request has been reviewed but…
- A technician applied a software update to a production file server without submitting a change request or receiving approval. The update…
- A technician receives approval from the change advisory board (CAB) to update the operating system on several workstations. During…
- A technician needs to upgrade the operating system on workstations in the finance department. This change will require downtime during…
- A technician must complete a change request form before deploying a new email client across all company workstations. Which of the…
- End-user acceptance means users are told and confirm the change
The people who use the affected systems are notified what is changing, when, and how it affects them, and for user-facing changes they confirm it works afterward. Skipping acceptance is how a technically successful change still produces a wave of tickets.
4 questions test this
- A technician is performing a scheduled workstation software deployment across the finance department. Several users report they were…
- A technician has received Change Advisory Board approval to migrate a department shared drive to new storage during a scheduled maintenance…
- A technician receives change advisory board approval to deploy a security patch that will require a brief system restart on all department…
- A technician implements an approved change to update the email client on department workstations. The installation completed without errors…
- Documenting the change is a required final step, not optional
After verifying the change worked and broke nothing else, you record what was done, when, by whom, the outcome, and whether the backout was used. That record closes the loop and feeds the knowledge base, so a 'the change is done, now what' question wants verify and document.
Trap Closing out a completed change without documenting it; the record is a graded step of the process.
7 questions test this
- A technician implemented an approved change during a scheduled maintenance window. The change caused unexpected application errors, and the…
- During a scheduled OS update, a technician encounters an unexpected compatibility issue with a business-critical application. Which of the…
- A technician successfully migrated 20 workstations to a new email application during a scheduled maintenance window. Which of the following…
- A technician successfully deployed an approved software update to all workstations during a scheduled maintenance window. The update is…
- Which of the following BEST describes why a technician should document all steps taken in a ticketing system when performing an approved…
- A technician has completed a server application upgrade during an approved maintenance window. End users have confirmed the application is…
- A technician completes a CAB-approved workstation software migration and confirms that all applications are running correctly. Which of the…
- A ticket captures user, device, problem, category, severity, and escalation
A ticketing system tracks a support request from open to close, recording who reported it and on which device, a description of the problem, its category and severity for prioritization, the escalation level, and progress notes ending in the resolution. Category and severity are what drive how the queue is prioritized.
8 questions test this
- A user calls the help desk to report that a business-critical application is not launching on their workstation. Which of the following…
- An IT manager reviews closed help desk tickets and finds that several entries lack details about the troubleshooting steps performed. Which…
- A user contacts the help desk to report that a business application crashes every time a specific report is generated. Which of the…
- A help desk receives two new tickets simultaneously. Ticket A reports a single user's secondary monitor is not displaying. Ticket B reports…
- A single user reports that their email client occasionally freezes. At the same time, a separate ticket reports that the company's primary…
- A technician receives two new tickets at the same time. One ticket reports that five accounting users cannot access the billing…
- A help desk receives the following tickets at the same time. Which of the following should be assigned the HIGHEST priority?
- Multiple help desk tickets arrive simultaneously. One ticket reports a company-wide email outage affecting all departments, and another…
- Ticket notes need clear, concise problem descriptions, progress notes, and a resolution
The written record is its own skill: a clear problem description, running progress notes, and a stated resolution let the next technician resume or find the ticket later without guessing. This record-keeping is separate from interpersonal communication, which is professionalism rather than documentation.
11 questions test this
- A technician resolves a complex software compatibility issue and closes the ticket without documenting the troubleshooting steps. The…
- A technician resolves a user's application crash by reinstalling a corrupted software component and prepares to close the support ticket.…
- A technician has resolved a recurring application error on a user's workstation after performing multiple troubleshooting steps. Which of…
- A help desk technician resolves a user's email connectivity issue by updating the mail server settings on the workstation. Before closing…
- A technician has resolved a workstation connectivity issue and is preparing to close the ticket. Which of the following should the…
- A help desk technician resolves a user's email synchronization issue by reconfiguring the mail client settings. Which of the following…
- A technician resolves a complex application error that required multiple troubleshooting steps. Which of the following should the…
- A technician needs additional information from a user to continue troubleshooting an open ticket. The user has not responded to a phone…
- A technician resolved a complex driver conflict and is updating the incident ticket before closing it. Which of the following pieces of…
- A technician resolved a workstation application crash and is preparing to close the support ticket. Which of the following documentation…
- A technician has resolved a workstation issue and is preparing to close the incident ticket. Which of the following should the technician…
- Asset management records what you own, its tag, owner, warranty, and license
Asset management is the inventory of hardware and software, usually in a database once it grows, with each asset carrying an asset tag and unique ID, its assigned user, procurement details, and warranty and license status. When a question asks where a device's model, owner, or warranty lives, it is the inventory.
Trap Recording a device's owner, tag, or warranty in the ticket instead of the asset inventory; the ticket only references the device.
9 questions test this
- A technician is adding newly purchased workstations to the company's asset management tool. Which of the following should the technician…
- An IT department applies unique barcode labels to all new equipment before distributing it to end users. Which of the following BEST…
- During an annual IT audit, several company laptops cannot be located or matched to records in the inventory system. Which of the following…
- A technician wants to ensure that all devices connected to the organization's network are approved and accounted for. Which of the…
- A company is deploying 20 new workstations to various departments. To maintain accurate inventory records, which of the following should…
- A company receives 20 new desktops for a department expansion project. Before deploying the devices, which of the following should the…
- A company discovers during a routine audit that several active laptops are not listed in the asset management database. Which of the…
- A technician is deploying 15 new laptops for the sales department. The IT manager requires each device to be registered in the company's…
- A company assigns asset tags with unique barcode identifiers to all new IT equipment. Which of the following best describes the primary…
- Assets follow a procurement life cycle from purchase to disposal
An asset moves through procurement, tagging and inventory, assignment to a user, maintenance (warranty and licenses), retirement, and disposal, with the inventory record tracking it the whole way. Disposal is not just discarding hardware: the device is wiped or destroyed so no data leaves with it.
7 questions test this
- A company is preparing to deploy 50 new laptops across multiple office locations. A technician must ensure each device can be tracked…
- A technician is labeling company equipment with barcoded asset tags before placing the devices into service. Which of the following BEST…
- A company requires all IT equipment to be labeled with barcoded asset tags linked to records in a centralized database. Which of the…
- A company is decommissioning 20 workstations that have reached end of life. Which of the following is the BEST way to handle the asset…
- During a company audit, several laptops assigned to former employees are discovered missing with no record of their return or disposal.…
- A technician is decommissioning an end-of-life workstation. Which of the following is the proper step to maintain accurate inventory…
- A company purchases 50 new laptops for the sales department. Which of the following should a technician do FIRST to begin tracking these…
- The knowledge base turns one solved problem into everyone's shortcut
A knowledge base is a searchable store of articles and known fixes, so a resolved issue becomes reusable instead of re-solved, and users can self-serve. Documenting resolved tickets is what feeds it, which is why a 'known fix already exists' scenario points here.
Trap Re-troubleshooting a recurring issue from scratch when a knowledge base article already documents the fix.
15 questions test this
- A help desk technician resolves a complex issue that has not been previously documented. Which of the following should the technician do…
- A technician resolved a recurring VPN connectivity issue caused by a recent Windows update. The technician wants to ensure other team…
- A technician resolves a recurring email synchronization issue by adjusting server timeout settings on a user's workstation. Which of the…
- A technician discovers a previously undocumented workaround for an application error that multiple users have reported over the past month.…
- A help desk has resolved the same software error for several different users over the past week. A technician wants to record the symptoms…
- A technician resolves a recurring application crash affecting multiple users by applying a specific configuration change. Which of the…
- Which of the following is the PRIMARY reason for documenting all troubleshooting actions taken within an incident ticket?
- A company policy requires technicians to record the problem description, troubleshooting steps taken, and final resolution in every support…
- A new help desk technician receives a support request for an issue they have not encountered before. The company maintains an internal…
- A technician resolved a complex software configuration issue that took several hours to diagnose. No existing documentation covers this…
- A help desk technician resolves a recurring printer connectivity issue by following a series of troubleshooting steps. No existing…
- A help desk team notices the same application error is being escalated by multiple Tier 1 technicians each week. Which of the following…
- A technician resolves an application crash that was caused by a recent OS update. The issue has not been previously documented. Which of…
- A technician closes a support ticket after resolving a user's application error but does not record the troubleshooting steps or root…
- A technician resolves a common issue that has generated 15 nearly identical tickets over the past month. Which of the following should the…
- A network topology diagram maps how devices connect
A network topology diagram shows how devices, segments, and links connect, so you read it before a change to see what will be touched and during a fault to trace the path. It is a map, not a procedure or a policy.
8 questions test this
- A company's network topology diagram has not been updated in over a year despite several infrastructure changes. Which of the following is…
- A company recently installed additional switches and wireless access points on the network. The network topology diagram was not updated to…
- A junior technician asks why the IT department maintains a network topology diagram. Which of the following best describes the purpose of…
- A technician is troubleshooting a network outage affecting an entire floor of the office building. To quickly identify which infrastructure…
- A technician replaced a failed network switch in the server room and verified that all connections are functioning properly. Which of the…
- A technician needs to document the physical locations of switches, routers, and cabling runs throughout the building. Which of the…
- A technician needs to trace a cable route from a workstation to the network closet to diagnose a connectivity issue. Which of the following…
- A technician replaces an older switch with a new managed switch in the server room and reconnects all cabling. After verifying network…
- SOPs standardize repeatable tasks like new-user setup and termination
A standard operating procedure (SOP) gives step-by-step instructions so a repeatable task is done the same way every time, regardless of who performs it. The objectives name three: a custom software-install procedure, the new-user setup checklist for onboarding, and the end-user termination checklist for revoking a departing user's access.
Trap Skipping the end-user termination checklist so a departed employee's account stays active; the unrevoked account is an open door.
6 questions test this
- A help desk manager notices that different technicians are resolving the same recurring printer connectivity issue using inconsistent…
- A company requires that all technicians follow the same steps when deploying a new workstation. Which of the following BEST ensures…
- An IT manager wants to reduce the time it takes for newly hired help desk technicians to independently handle common support requests.…
- A help desk team notices that technicians are resolving the same recurring issue using different troubleshooting methods, leading to…
- A help desk manager discovers that technicians follow different steps when onboarding new user accounts, resulting in inconsistent…
- A recently hired technician encounters a network connectivity issue that has an existing SOP documented in the company's knowledge base.…
- An AUP is the signed rules for how users may use company systems
An acceptable use policy (AUP) states what users may and may not do with company systems, networks, and data, and users typically sign it. It is the document the organization points to when someone's use crosses the line.
- A splash screen is a compliance notice banner, not the AUP itself
A splash screen is a banner shown at logon or on a site that states terms, warnings, or required notices before a user proceeds, and it is one visible piece of meeting regulatory or compliance requirements. It differs from the acceptable use policy, which is the signed rules document rather than a displayed banner.
Trap Calling a logon warning banner an acceptable use policy; the banner is a splash screen, while the AUP is the signed policy document.
- An incident report is the record; incident response is the process
An incident report is a document type that records what happened during a security or safety incident, when, and how it was handled. It is distinct from the incident response process (first-responder duties, preserving evidence), which is a separate operational-procedures topic.
Trap Confusing the incident report you write with the incident-response process that governs handling; the report is the artifact, the response is the procedure.
- Documenting every incident is what surfaces recurring problems
Recording each ticket and incident with its symptoms, root cause, and resolution turns individual fixes into data you can analyze: it exposes a problem that keeps recurring across many users, feeds accurate help-desk metrics, and drives the continuous improvement of SOPs after a post-incident review. Resolving issues without logging them destroys that visibility, so the same root cause gets treated over and over instead of fixed once.
Trap Treating each repeat of the same issue as an isolated ticket instead of reading the pattern behind them.
4 questions test this
- A help desk technician resolves several user issues throughout the day by phone without creating tickets in the tracking system. Which of…
- After a widespread email outage is resolved, the IT team conducts a post-incident review meeting. Which of the following BEST describes the…
- A technician is closing a completed support ticket in the incident tracking system. Which of the following details is MOST important to…
- A technician reviews past incident records and notices the same printer connectivity issue has been reported 15 times in the last month by…
- An emergency change is expedited, not skipped
An urgent fix such as a critical security patch or a production-down outage follows the emergency change process, which streamlines approval through a smaller authorized body, often an Emergency Change Advisory Board (ECAB), instead of waiting for the next scheduled CAB meeting. The steps are compressed, not dropped: documented justification, risk assessment, and a change record are still required so the change stays accountable.
Trap Treating an emergency as license to apply the change with no approval or record.
5 questions test this
- A technician discovers a critical security vulnerability that requires an immediate OS patch on production workstations. Which of the…
- A critical security vulnerability requires an immediate patch to the organization's primary database server. Which of the following is the…
- A critical production database server has failed unexpectedly, causing a company-wide service outage. The technician has identified a…
- A critical security vulnerability requires an immediate patch to be deployed across all company workstations. Which of the following is the…
- A company's file server crashes unexpectedly, and the technician determines an operating system patch is needed immediately to restore…
- Escalate to the next tier with detailed notes when you run out of road
When a technician exhausts the standard troubleshooting or knowledge-base procedures, or a problem exceeds their access level or expertise, the correct next step is to escalate the ticket to the next support tier rather than keep guessing. Attach detailed notes of every step already taken so the higher tier does not repeat the work and can continue from where you stopped.
Trap Reaching for more trial-and-error fixes instead of escalating once the standard procedures are exhausted.
6 questions test this
- A Tier 1 help desk technician is unable to resolve a user's software issue after following all applicable knowledge base procedures. Which…
- A Tier 1 help desk technician has been unable to resolve a user's application error after following all standard troubleshooting…
- A Tier 1 help desk technician receives a ticket about a server application that crashes intermittently. The technician does not have…
- A technician is troubleshooting a workstation issue and determines it requires Group Policy changes on the domain controller. The…
- A technician is unable to resolve a user's software installation error after following all standard troubleshooting procedures. Which of…
- A help desk technician receives a ticket for an enterprise application error that is outside the technician's area of expertise. After…
- A knowledge base is only useful if its articles are kept current
Knowledge base articles must be reviewed and updated whenever the underlying SOP, tool, or procedure changes, so technicians never follow outdated steps, and scheduling periodic reviews is how the repository stays reliable. A fixed article is saved with its revision date, while an article about a discontinued OS or tool is archived and labeled as legacy rather than left in active search results where it causes confusion.
Trap Deleting an outdated article outright instead of archiving it as legacy for anyone who still needs the history.
5 questions test this
- An IT department recently updated its standard operating procedure for workstation onboarding. A technician notices that the corresponding…
- A company maintains an internal knowledge base for IT support procedures. Technicians report that some articles reference outdated steps.…
- A company's knowledge base contains articles that reference a discontinued operating system. Technicians report these articles cause…
- After resolving a recurring application error, a technician discovers that the existing knowledge base article for this issue contains…
- A technician discovers that a frequently referenced knowledge base article contains steps for a deprecated Windows utility. Which of the…