Most engineers think…
Most candidates think a service desk job is just "reset passwords and answer calls" — so they walk into the interview talking only about tools and commands.
Wrong framing. Interviewers hire for structured thinking and communication. The candidate who calmly says "first I clarify, then I check the scope, then I isolate the layer, then I escalate with notes" beats the one who rattles off ten commands. This lesson trains that structure — and gives you the real answers underneath it.
① ITIL & ITSM basics — the concept round
Before any troubleshooting, interviewers check that you speak the language of a service desk. The single most-asked question is the difference between an incident, a service request, a problem and a change. Get this clean and the rest of the interview relaxes.
The four words every interview starts with
90% of service desk interviews open by checking if you can tell these four apart. Tap each card.
Something is broken — an unplanned interruption. Goal: restore service fast. "Outlook keeps crashing."
Something the user wants — pre-approved & routine. Goal: fulfil it. "Please give me shared-drive access."
The root cause behind one or more incidents. Goal: remove it for good. "50 users lost VPN — the gateway failed."
A controlled modification to a service, with approval. Goal: deploy safely. "Replace the failed VPN gateway."
Two more terms come up constantly. An SLA is the promise IT makes to the business (e.g. "P1 resolved in 4 hours"). An OLA is the internal promise between IT teams that makes the SLA achievable. If the Network team's OLA slips, your SLA to the user breaks too — that's why the desk chases other teams.
Sneha emails: "Please give me access to the Finance shared drive." Incident or service request — and why?
Pause & Predict
You unlock a locked AD account but it locks again in 10 minutes. What is the most likely cause? Type your guess.
Aarav at Wipro faces this
A user logs a ticket: "I cannot open the new project folder." The agent marks it a P2 Incident and escalates to the server team.
It was never an incident. The user simply needs access — that is a service request, not a broken service.
Ask one clarifying question: "Did this folder ever work for you, or is this new access you need?" The answer reveals request vs incident.
ServiceNow ▸ Category check ▸ misrouted ticketRe-classify as a Service Request, route through the access-approval workflow, and cancel the false escalation.
The server team queue is unblocked and the access SLA clock — not the incident clock — now applies.
When asked "what is the role of a service desk?", say the magic phrase: Single Point of Contact. Then add the four verbs — log, categorize, prioritize, escalate. That one sentence signals you actually understand the function, not just the job title.
Change management: the three change types and the CAB
Once you nail the four record types, interviewers go one level deeper into Change, because it is the one a careless agent can use to take down production. There are three types of change in ITIL 4, sorted by risk. Tap each.
Low-risk, repeatable, pre-approved. No CAB each time — it follows a tested, documented procedure. "Onboard a new starter's AD account."
Everything that isn't standard or emergency. Needs assessment + CAB approval; sub-graded major / significant / minor by risk. "Upgrade the email server."
Must go in now — usually to fix a major incident. Fast-tracked via the ECAB; still gets a post-implementation review. "Patch a live security hole."
Change Advisory Board — the people from different teams who review a normal/risky change before it goes live, weighing risk vs benefit. The urgent version is the ECAB.
The submission that asks for a change is the RFC. A clean answer ties it together: "A standard change is pre-approved so it skips the CAB; a normal change is risk-assessed by the CAB; an emergency change is fast-tracked through the ECAB to fix a major incident and is reviewed afterwards."
Problem vs Known Error, and what RCA really means
The other concept interviewers probe is the difference between a Problem and a Known Error. A Problem is the suspected root cause of one or more incidents that is still under investigation. The moment you have identified the root cause and a workaround, it is promoted to a Known Error and recorded in the KEDB so the desk can apply the workaround instantly next time. RCA (Root Cause Analysis) is the structured "why did this really happen" investigation — techniques like the 5 Whys or a fishbone diagram — that turns a Problem into a fix.
Add the proactive/reactive distinction and you sound senior: reactive problem management starts after incidents have already hit users; proactive problem management spots trends and patterns (e.g. the same printer failing weekly) and removes the cause before the next incident. Reactive puts out fires; proactive stops them starting.
One sentence that wins the change/problem round: "Incident restores service now, Problem removes the root cause for good, a Known Error is a Problem we've documented with a workaround, and a Change is how we actually deploy the fix safely." That chain shows you see the whole loop, not four isolated words.
② The ticket lifecycle, priority & the tool
Next, interviewers want to see that you understand how a ticket moves and how its priority is decided. Recite the lifecycle, then prove you know that priority is a calculation — not a feeling.
▶ Watch a ticket move through its life
This is the lifecycle interviewers ask you to recite. Press Play for the healthy path, then Break it to see how a mis-categorized ticket dies.
Priority is the most tested — and most failed — concept. It is Priority = Impact × Urgency. Impact is "how big / how many"; urgency is "how fast". You read the cell where they meet off a matrix.
| Priority | Example response | Example resolution | Typical scenario |
|---|---|---|---|
| P1 Critical | 15 min | 4 hours | Whole site / server down |
| P2 High | 30 min | 8 hours | App degraded for a department |
| P3 Medium | 1 hour | 2 business days | Recurring issue, workaround exists |
| P4 Low | 4 hours | 5 business days | Single user's email issue |
These SLA numbers are illustrative — every organization tunes them to its own contracts and business hours. Say that in the interview; it shows maturity.
You'll spend your whole day inside a ticketing tool. ServiceNow is the market leader, so know its incident form cold.
🖥️ This is the screen you'll actually work in — Incident → Create New in ServiceNow. (Recreated for clarity — your console matches this. Fields ①②③ are the ones the matrix in Figure 2 drives.)
① Impact and ② Urgency are the only two priority fields YOU set. ③ Priority is greyed-out — ServiceNow calculates it from the matrix. In an interview, point at this: "I never type Priority, I set Impact and Urgency and let the matrix decide."
An issue affects one user, the impact is Low and the urgency is Low. Using the matrix, what priority is it?
Pause & Predict
In ServiceNow, why is the Priority field greyed-out and read-only? Type your guess.
③ The technical / troubleshooting round
Now the hands-on round. Freshers panic and reach for memorized commands. What interviewers actually score is your thought process — can you isolate a problem layer by layer? The classic test is connectivity.
Know these three commands and exactly what each tells you:
ipconfig /all # see your IP, gateway, DNS ping 192.168.1.1 # reach your gateway? (LAN) ping 8.8.8.8 # reach the internet? (link) ping google.com # resolve a name? (DNS) ipconfig /flushdns # clear a bad DNS cache
Reply from 192.168.1.1: bytes=32 time=1ms TTL=64 Reply from 8.8.8.8: bytes=32 time=14ms TTL=117 Ping request could not find host google.com. <-- IP works, name fails = DNS
The other evergreen technical topics: an AD account lockout (check ADUC, unlock, hunt the stale cached password), an Outlook sync issue (OST vs PST — run scanpst.exe or rebuild the OST), a VPN that won't connect (internet first, then client, credentials, MFA, cert), and a stuck printer (restart the Print Spooler service).
A user can ping 8.8.8.8 successfully, but pinging google.com fails with "could not find host". What is the most likely cause?
Rahul at TCS faces this
A user calls at 9 AM: "I cannot log in to my laptop, it says my account is locked."
Account locked in AD — often a stale password on a phone mail app or mapped drive after a recent reset.
Verify identity first, then check ADUC for the lockout flag and the source of the failed logins.
AD Users & Computers ▸ user ▸ Account ▸ "Unlock account"Unlock the account; if the password is the cause, reset with "must change at next logon" and update it on every device.
User logs in successfully; you note the lockout source so a repeat flags a possible compromise.
"I'd just Google it." Searching is fine as a step, but if that's your whole answer, you've failed — the interviewer wanted to hear you isolate, hypothesize, test, verify. Lead with the thought process; mention the KB as one of your tools, not your only one.
Never close on "should be fine now". Confirm from the user's side — they log in, the mail syncs, the page loads — and write what fixed it in the ticket. "Verify, then document" is a phrase that makes you sound like you've actually done the job.
Networking fundamentals: DHCP, DORA & that 169.254 address
Almost every L1 interview asks how a PC gets its IP. The answer is DHCP, and the four-step handshake is DORA: Discover (the PC shouts "any DHCP servers?"), Offer (a server offers an IP), Request (the PC says "I'll take it"), Acknowledge (the server confirms and leases it). Memorize DORA — it is a guaranteed question.
The follow-up: "what does a 169.254.x.x address mean?" That is APIPA — the PC failed to reach a DHCP server and self-assigned a fallback address, so it has no real network. Cause: DHCP server down, cable/switch issue, or exhausted scope. Fix: check the link, then ipconfig /release and ipconfig /renew.
ipconfig /release # drop the current (or APIPA) address ipconfig /renew # ask DHCP for a real one again ipconfig /all # confirm you now have a 10.x / 192.168.x address, not 169.254.x
The OSI model — and how to use it as a checklist
You will be asked to name the OSI model's seven layers. The classic mnemonic (bottom→top) is "Please Do Not Throw Sausage Pizza Away": Physical, Data Link, Network, Transport, Session, Presentation, Application. The senior move is to use it as a fault-finding ladder: cable unplugged = Layer 1; wrong VLAN/MAC = Layer 2; bad IP/gateway/routing = Layer 3; blocked port = Layer 4; the app itself failing while the network is fine = Layer 7. Saying "I'd work up from Layer 1" beats reciting the list.
OST vs PST — finally explained
"What's the difference between OST and PST?" is a near-certain Outlook question, and most freshers fumble it. An OST is an offline cached copy of your mailbox — it syncs back to the Exchange/M365 server, so it is never the only copy of your mail; if it corrupts you just rebuild it. A PST is a standalone local archive that lives only on that PC and does not sync to the server — lose the file and the mail is gone. Rule of thumb: OST = live, server-backed, safe to delete; PST = archive, local-only, back it up.
Offline cache of the mailbox. Syncs with the server, so it's never the only copy. Corrupt? Just delete & let it rebuild.
Local archive. Lives only on that PC, does NOT sync. Lose the file = lose the mail. Always back it up. Repair with scanpst.exe.
The Inbox Repair Tool. Fixes a corrupt PST/OST. For a broken OST, deleting it and re-syncing is usually faster.
Outlook on the Web. If mail works in OWA, the server is fine and the fault is client-side — rebuild the profile/OST.
The Blue Screen of Death (BSOD) walk-through
"Walk me through troubleshooting a BSOD" tests whether you panic or follow a method. Lead with the method, not a guess: (1) read and note the stop code on screen (e.g. MEMORY_MANAGEMENT, DRIVER_IRQL_NOT_LESS_OR_EQUAL) — it names the culprit area. (2) Ask "what changed?" — a new driver, update, or hardware. (3) Boot into Safe Mode to get a stable session. (4) Roll back the recent driver/update; check Event Viewer for the failing component. (5) Run sfc /scannow then DISM /Online /Cleanup-Image /RestoreHealth to repair system files. (6) Test the RAM (Windows Memory Diagnostic) if the code points at memory. Last resort: re-image the machine.
sfc /scannow # scan & fix protected system files DISM /Online /Cleanup-Image /RestoreHealth # repair the underlying Windows image # then: Safe Mode → roll back the recent driver → check Event Viewer
Workgroup vs domain, joining a PC, and GPO
A workgroup is peer-to-peer: every PC manages its own local accounts, with no central control — fine for a home or tiny office. A domain is centrally managed by Active Directory: one login works on any domain PC, and IT controls everything from one place. You join a PC with System → About → Rename this PC (advanced) → Domain, enter the domain name and a privileged account, then reboot.
Central control is enforced by GPO (Group Policy Object) — rules AD pushes to every domain machine. Have one concrete example ready: "a GPO that maps the Finance shared drive automatically," "one that enforces a password-complexity and lockout policy," or "one that sets the corporate screen-lock timeout." Run gpupdate /force to apply changes immediately and gpresult /r to see which policies a machine actually received.
Identity & cloud: MFA, conditional access and the modern stack
Modern desks run on Microsoft 365 / Entra ID (the new name for Azure AD), so know the cloud basics. MFA adds a second factor (an authenticator-app prompt, a code, or biometrics) on top of the password, so a stolen password alone can't log in. Conditional access is the rule engine that decides when to demand it — e.g. "require MFA from outside the office, block sign-ins from risky countries, allow trusted compliant devices through."
The L1 gotcha: "what if the user is locked out of MFA — lost the phone?" You never just disable MFA. You verify their identity out-of-band (a manager confirms, or ID check), then in the M365/Entra admin centre you re-require MFA registration so they enrol a fresh device on next sign-in — you don't leave the account unprotected. Bonus vocabulary that lands well in 2026: company devices are managed and pushed apps/policies/compliance via Intune, the cloud successor to GPO for managing laptops and phones.
Neha at Accenture faces this
A user calls: "My new laptop just says 'No Internet' and the little icon has a globe with no Wi-Fi bars."
If ipconfig shows a 169.254.x.x address, the PC never got a real IP — APIPA. DHCP didn't answer: cable, switch port, Wi-Fi profile or DHCP scope.
Run ipconfig /all, confirm the 169.254 address and that DHCP is enabled; check the physical link / Wi-Fi connection.
ipconfig /release then ipconfig /renew. If it still self-assigns, escalate to Network — the DHCP server or scope is the issue, not the PC.
ipconfig now shows a real 10.x/192.168.x address and pages load; you note whether others on that switch were affected.
Pause & Predict
A user's PC pings 8.8.8.8 fine but their machine shows a 169.254.x.x IP. Possible? Type your guess.
sfc/DISM; domain + GPO + Intune = central control; never disable MFA, re-enrol it.④ Scenarios, behaviour & standing out
The final round is scenarios and soft skills — where most freshers are actually decided. The secret is a repeatable structure you apply to any "what would you do if…" question: Clarify → Triage (scope) → Isolate → Resolve or Escalate → Document. Memorize that chain and you'll never freeze.
Escalation is a favourite gotcha. Functional escalation moves a ticket to more skill (L1→L2→L3). Hierarchical escalation moves it up the management chain for authority or visibility. On a P1, you do both at once.
Priya at Infosys faces this
A team lead reports: "Our whole floor just lost internet — nobody can work."
Many users at once = high impact. This is not a one-user fix; it points to a switch, AP or uplink for that floor.
Confirm the scope fast (more than one user?), check monitoring for a logged outage, ping the gateway.
Set P1/P2 ▸ escalate to Network ▸ notify duty managerEscalate functionally to the Network team as a major incident, and hierarchically notify your lead; broadcast a known-issue notice to cut inbound calls.
Network confirms the floor switch is back; you log the timeline and raise a Problem record for root cause.
Aditya at HCL faces this
A VIP messages: "Email is not syncing on my phone and I have a board meeting in 20 minutes — fix it NOW."
Usually a device/account issue (password changed, profile broken), not a server outage — but the VIP flag raises visibility.
Ask if webmail works on their laptop. If yes, the mail service is healthy → it is a device-side issue, realistically P3/P4.
Outlook mobile ▸ remove & re-add account ▸ re-authenticateAcknowledge the urgency, give a clear ETA, re-authenticate or re-add the account, and confirm sync live. Flag the ticket VIP for your lead.
Mail syncs in front of them; you add a VIP note so the next agent handles it with priority.
To stand out, talk in metrics. FCR (resolve on first contact), MTTR (resolve faster), CSAT (keep users happy), and shift-left (resolve more at L1 with KB + automation). A fresher knows the terms; an experienced hire shows how they moved the numbers.
A user is furious and demands you make their single-user issue a P1. What is the strongest response?
Pause & Predict
An interviewer asks a fresher: "You have no experience — why should we hire you?" What is the strongest angle? Type your guess.
Never imply the role is beneath you. Frame it as a launchpad: "It's the best place to build broad exposure across AD, networking, O365 and ITSM while developing customer skills — the foundation for L2, sysadmin and security roles." Enthusiasm here quietly wins the offer.
The STAR method and the classic behavioural questions
For any "tell me about a time…" question, never ramble — use the STAR frame: Situation (set the scene briefly), Task (what you had to do), Action (what you specifically did), Result (the outcome, ideally with a number). The trap is spending all your time on Situation; interviewers want the Action and the Result. End every story on a positive, measurable result.
These openers are still asked in almost every interview — have one tight answer ready for each:
- "Tell me about yourself." A 60-second pitch: who you are, your relevant skills/lab, and why this role — not your life story. Finish with "…which is exactly why I'm excited about this service desk role."
- "What's your biggest weakness?" Pick a real but non-fatal one and show you're fixing it: "I used to over-document and slow myself down; now I use KB templates to stay both thorough and fast." Never say "I'm a perfectionist" — it's the answer everyone fakes.
- "Tell me about a conflict with a colleague / a difficult customer / a mistake you made." Run it through STAR, own your part, and land on what you learned and changed. Owning a mistake calmly scores higher than pretending you've never made one.
- "How do you handle multiple urgent tickets at once?" Prioritise by impact × urgency, communicate ETAs, and escalate/ask for help early rather than silently dropping one.
Pause & Predict
"Tell me about a time you made a mistake." Why is "I can't think of one" the worst answer? Type your guess.
How AI and copilots are reshaping the service desk (2026)
A genuinely current question in 2026 is "how is AI changing the service desk, and how would you use it?" Don't say "it'll take my job" — show you understand the shift. There are two levels: an assistive copilot helps the agent (drafts replies, summarises a noisy ticket, suggests the right KB article), while an agentic AI actually does the work end-to-end — it can reset a password, run the workflow, then close the ticket and confirm. In production, AI now deflects 50–85% of routine, high-volume requests, dropping first response to seconds.
The interview-winning framing: "AI handles the repetitive password-reset and access tickets so the desk can shift-left even harder and spend human time on judgement, complex incidents and the customer relationship." That ties the new tech straight back to shift-left and FCR — you sound like someone who'll embrace the tools, not fear them. Add that AI is only as good as the KB feeding it, so writing clean KB articles matters more than ever.
When AI comes up, end with: "It raises the floor on routine work, so the value of an agent moves to judgement, communication and feeding the knowledge base — and that's where I want to grow." That single line signals you're 2026-ready, not threatened.
🤖 Ask the AI Tutor
Tap any question — instant, scoped to this lesson. No login, no waiting.
Pre-curated from Service Desk docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.
📝 Wrap-up assessment — six more
You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.
🧠 In your own words
Type one line: why is priority set by Impact × Urgency, and not by who shouts loudest? Then compare to the expert version.
🗣 Teach a friend
Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.
📖 Glossary
- Incident
- An unplanned interruption or quality drop in an IT service. Goal: restore fast.
- Service Request
- A pre-approved, routine ask (access, software, password). Goal: fulfil it.
- Problem
- The underlying root cause of one or more incidents.
- Change
- A controlled add/modify/remove of anything that affects a service.
- SLA / OLA
- SLA = promise to the business; OLA = internal promise between IT teams that supports it.
- Priority (P1–P5)
- The urgency code derived from Impact × Urgency; P1 critical → P5 planning.
- Functional vs Hierarchical escalation
- Functional = more skill (L1→L2→L3); hierarchical = more authority (agent→manager).
- FCR / MTTR / CSAT
- First Contact Resolution %, Mean Time To Resolution, Customer Satisfaction Score.
- KB / KEDB
- Knowledge Base = fix articles; KEDB = known errors + workarounds.
- Shift-left
- Moving resolution from L2/L3 down to L1 and self-service via KB and automation.
- Change types & CAB
- Standard = pre-approved/low-risk; Normal = risk-assessed by the CAB; Emergency = fast-tracked via ECAB to fix a major incident. CAB = the review board; RFC = the request that proposes a change.
- Known Error / RCA
- A Known Error is a Problem with a documented root cause + workaround (stored in the KEDB). RCA = Root Cause Analysis (e.g. 5 Whys). Reactive problem mgmt fixes after incidents; proactive removes the cause first.
- DHCP / DORA / APIPA
- DHCP hands out IPs via the DORA handshake (Discover, Offer, Request, Acknowledge). A 169.254.x.x (APIPA) address means DHCP failed and the PC self-assigned — no real network.
- OSI model
- Seven layers ("Please Do Not Throw Sausage Pizza Away"): Physical, Data Link, Network, Transport, Session, Presentation, Application — used as a layer-by-layer fault checklist.
- OST vs PST
- OST = offline cache that syncs with the server (safe to rebuild); PST = local-only archive that does not sync (back it up). Repair with
scanpst.exe. - BSOD
- Blue Screen of Death. Read the stop code → boot Safe Mode → roll back the recent driver/update →
sfc /scannowthenDISM→ test RAM → re-image as last resort. - Workgroup / Domain / GPO
- Workgroup = peer-to-peer, local accounts; Domain = central AD control, one login everywhere; GPO = a policy AD pushes to domain machines (
gpupdate /force). - MFA / Conditional Access / Intune
- MFA = a second sign-in factor; Conditional Access = Entra rules deciding when to demand it; Intune = cloud device management (the cloud successor to GPO). Entra ID = the new name for Azure AD.
📚 Sources
- Simplilearn — Top 100+ ITIL Interview Questions & Answers (2026). simplilearn.com
- NovelVista — Top 100+ IT Help Desk Interview Questions and Answers 2026. novelvista.com
- ServiceNow Community + Docs — Incident Management workflow, state model & form fields. servicenow.com
- ManageEngine — IT Incident Management: ITIL lifecycle, process & roles. manageengine.com
- InvGate — ITIL Priority Matrix & Functional vs Hierarchical Escalation. invgate.com
- Indeed — How to handle a difficult customer (STAR interview answer). indeed.com
- IT@Cornell — Incident, Request, Problem, Change definitions. it.cornell.edu
- NovelVista / Virima — ITIL Change Types: Standard, Normal & Emergency, and the CAB (2026). novelvista.com · virima.com
- Microsoft Learn — Microsoft Intune, Entra ID conditional access & MFA, Group Policy. learn.microsoft.com
- Rezolve.ai / Elementum AI — AI copilots & agentic service desk: deflection benchmarks (2026). rezolve.ai · elementum.ai
What's next?
Cleared the service desk round? The next rung is networking and security fundamentals — the L1/L2 topics that turn a help-desk job into an infosec career. Browse the full interview-prep library and keep your streak going.