Opens this plan in Hirezen, where one click makes it a position.
Network Administrator interview questionsChange review — a VLAN change for Saturday night round
A 60 min interview plan with a time-boxed script, what each question is for, and the signals to score against. Key skills: Network change management tested on a real change request: catching a trunk command that would drop two floors and the admin's own access, writing a rollback that works without a reload, and deciding mid-window whether to fix forward or roll back..
The change request
What this section is for
Purpose
Runs over a two-page change request, CR-2291, sent 24 hours ahead with the port map and an IPAM extract. Write it in your own switches' syntax; the defects below are about what the commands do, not how they are spelled. The network: a core switch pair managed as one logical switch, and four floor switch stacks, each uplinked by a two-link bundle — Po13 to IDF-3 carrying VLANs 30, 31, 99 and 110; Po14 to IDF-4 carrying 40, 41, 99 and 110. VLANs 30 and 40 are floor data, 31 and 41 voice, 99 switch management, 110 access point management. The request, drafted by a contractor who has since left and now yours to run: add VLAN 60 for 61 building-management controllers — 23 on floor 3, 38 on floor 4 — in a window from Saturday 22:00 to 02:00, approved by the IT manager and facilities, with the implementer working remotely over VPN. Its steps: (1) announce the start; (2) on the core, create VLAN 60 and its gateway 10.60.0.1/24, with an access list permitting BACnet/IP, UDP 47808, from 10.60.0.0/24 to the building-management server 10.20.8.15, permitting DHCP, and denying and logging everything else; (3) set the DHCP relay on VLAN 60 to 10.10.5.20; (4) on the core, set the allowed VLAN list on Po13 and Po14 to 60; (5) on IDF-3 and IDF-4, create VLAN 60, add it to the uplink's allowed list, and put IDF-3 ports 1/0/25–47 and IDF-4 ports 1/0/25–48 into it; (6) save the configuration on every switch; (7) verify by pinging 10.60.0.1 from the core; (8) rollback: "if issues, reload the switches to restore the previous configuration". The planted defects: step 4 replaces each allowed list instead of adding to it, so floors 3 and 4 lose data, voice and access point management, and switch management goes with them, cutting a remote implementer off from both floor switches before step 5; step 3 points at a DHCP server decommissioned in June, where the IPAM extract lists 10.10.5.21 and 10.10.5.22; step 6 saves before anything is verified, so step 8's reload restores the new configuration, and reloading the core takes the whole building down while it boots; step 7 proves that the gateway exists and nothing else, and there is no record of the state before the change to compare with; and floor 3 houses the support centre, whose Saturday shift runs until 23:00. The red herring: a note at the bottom — "IDF-4 is two firmware versions behind IDF-3, upgrade it while we're in there?". Deliberately correct: the VLAN 60 access list, the floor-side "add" in step 5, and the IPAM allocation. A sixth defect is there for the careful reader: the port map puts 24 floor-4 controllers on IDF-4 ports 1/0/25–48 and 14 on stack member 2, ports 2/0/35–48, which step 5 leaves out. Book 70 minutes; the close sits outside the 60.
I'm [YOUR_NAME] and I run the network at [COMPANY_NAME]. You've had CR-2291 since yesterday. Assume it's yours: the contractor who wrote it has gone, it's approved, and you're the one logged in on Saturday night. Nothing in this hour needs a console — it's about what you would and wouldn't run.
What this section is for
Purpose
Gives the candidate ownership of someone else's approved change, which is the ordinary situation and the one where "it was approved" is most tempting as a reason to run it.
Go through CR-2291 and tell me what you would refuse to run as written — in the order of how much damage each would do, and what each one would do on the night.
What this question is for, and what to listen for
Purpose
The load-bearing question. Most candidates find something; the separator is whether they predict the consequence of each command on the night — including the one that cuts off their own access — and order by damage rather than by step number.
Signals to score
- Reads the allowed-list command in step 4 as a replacement, not an addition, before anything else
- Names what floors 3 and 4 lose when it runs: data, voice and access point management
- Works out that switch management goes too, so step 5 cannot be done remotely
- Notices the DHCP relay points at a server the IPAM extract no longer lists
- Explains that saving in step 6 makes the reload in step 8 restore the new configuration
- Says what reloading the core would do to the whole building
- Rejects pinging the gateway as verification, and notes there is no before-state to compare with
- Moves the start past the support centre's shift, or asks its lead
- Leaves the firmware upgrade out of this window, with a reason
- Compares the port map with step 5 and finds the 14 ports on the second stack member
Follow-up questions
- Step 4 on Po13. What exactly is still working on floor 3 a second later?
- You are at home on VPN. After step 4, which switches can you still reach?
- Step 6 then step 8. What does the reload give you back?
- The ping in step 7 succeeds. What have you learned?
- Why not do the firmware upgrade on IDF-4 while you're in there?
A rollback you have tested
What this section is for
Purpose
The candidate rebuilds the plan so the change is survivable. Scored on sequencing, a rollback that works without a reload and has been tried, before-and-after checks with numbers, and an abort rule decided before the window rather than during it.
Say the contractor's gone and I've handed you the pen. Rewrite CR-2291 so that if something goes wrong at 23:30, the answer is already written down.
What this section is for
Purpose
Sets the deliverable as a rewritten change, not advice about changes, so the answer has to contain commands in an order, checks with numbers and an undo.
Rewrite the plan: the order of the steps, what you capture before you start, how you get back if you lose access halfway, and the numbers that make you stop.
What this question is for, and what to listen for
Purpose
Tests change safety at the level of the plan itself: whether the undo exists before the change does, whether access is protected, and whether "it worked" is defined in advance by counts rather than by feel.
Signals to score
- Captures the before-state with numbers: addresses per VLAN, registered phones, joined access points, uplink states
- Orders the work so nothing that carries management traffic changes first, and adds VLAN 60 to the core's list rather than replacing it
- Arms a confirm timer or scheduled revert before each change, and saves only after verification
- Writes out the exact undo commands, and has tried them on a spare switch or in a lab
- Arranges console or out-of-band access to both floor switches in case management is lost
- Corrects the DHCP relay to the current servers, with both addresses
- Defines verification from the devices' side: controllers leased, reaching the building-management server, and user counts unchanged
- Sets abort criteria as numbers agreed beforehand, such as any fall in phones registered
- Starts after the support centre's shift ends, and tells its lead
- Keeps the firmware upgrade out, and adds a peer check of the commands rather than of the form
Follow-up questions
- What's your undo if you can't reach IDF-4 at all?
- How do you get back without reloading the core?
- Which numbers do you write down at 23:00, and why those?
- At what point in the window do you stop trying and roll back?
- How would you know your rollback works before Saturday?
23:41
What this section is for
Purpose
A decision inside the window. Give the candidate this sheet when the section starts: the corrected plan ran from 23:15 — except that nobody changed the IDF-4 port range. Before-state at 23:05 and after-state at 23:41: addresses learned on VLAN 30, 118 then 117; VLAN 31, 44 then 44; VLAN 40, 96 then 96; VLAN 41, 37 then 37; access points joined, 42 then 42; VLAN 60, 0 then 47. The DHCP server shows 47 leases in 10.60.0.0/24. The building-management vendor's portal, which refreshes every five minutes, shows 44 of 61 controllers online. The facilities contractor on site says all 61 are powered. Hold one card for when it is asked for: IDF-4's MAC address table for ports 2/0/35–48 shows 14 addresses, all with the same vendor prefix as the 47 on VLAN 60, all in VLAN 1. If the candidate found the port range in the first section, tell them the line went in as written anyway.
It's 23:41 and the window closes at 02:00. Users are unaffected, 47 controllers have addresses and 14 don't. Fix forward, roll back, or stop and leave it for Monday — and show me the evidence that decides it.
What this question is for, and what to listen for
Purpose
Tests evidence-led troubleshooting under a change window's clock: reconciling three counts that disagree, locating the missing devices before touching anything, and making the call against the rules written for the window instead of against the mood at midnight.
Signals to score
- Uses the before-and-after table to confirm first that users are unaffected
- Reconciles 47 leases with 44 in the portal before assuming a second fault
- Works out that 61 minus 47 is exactly the 14 ports on the second stack member
- Asks for evidence of what is on those ports before changing them
- Reads the vendor prefix and VLAN 1 as the controllers sitting unassigned, not as something else
- Decides to fix forward because the change is inside the approved intent and the abort criteria are untouched
- Arms the revert again before touching IDF-4, and saves only after the count reaches 61
- Records the deviation in the change record, with what was changed and why
- Rechecks the portal after its refresh instead of treating 44 as a network fault
Follow-up questions
- The portal says 44 and the DHCP server says 47. Which do you believe?
- What's on 2/0/35–48 right now, and how do you know?
- Isn't changing ports that aren't in the approved request a change of its own?
- What would make you roll back instead?
- What do you write in the change record before you log off?
That's the window. What would you like to ask about how changes happen here? Anything's fair — who reviews them, how often we roll back, whether anyone has ever tested a revert timer.
What this section is for
Purpose
A candidate who has run changes at night asks how rollback and review actually work; one who has not asks about the change-management tool. Naming the topics lets their choice be the signal.
Before we finish, one true thing: [name one real, unflattering fact about your own change process — a rollback plan that says "reload", a change approved by someone who couldn't read the commands, a window that clashed with a shift]. It would be yours to fix. I'd rather you knew now.
What this section is for
Purpose
Ends on a specific weakness in the team's own change process: the honest pitch to the candidate this round is meant to find, and a warning to one hoping the process is already sound. Check it is still true first.
Network Administrator interviews — common questions
- Who is this Network Administrator interview plan for?
- It is written for the interviewer, not the candidate: the hiring manager, engineer or panel member running the Change review — a VLAN change for Saturday night round for a Network Administrator role. It gives you a 60 min script to follow in the conversation — 3 questions with what each one is for and the signals to score against — so you are not writing the round from scratch the night before.
- What does the Change review — a VLAN change for Saturday night round assess?
- This round is focused on: Network change management tested on a real change request: catching a trunk command that would drop two floors and the admin's own access, writing a rollback that works without a reload, and deciding mid-window whether to fix forward or roll back.. It works through The change request, A rollback you have tested and 23:41, scoring against 29 observable signals, with follow-up prompts on all 3 questions for going deeper where an answer is thin.
- How is the 60 min split up?
- The change request (20 min), A rollback you have tested (22 min), 23:41 (18 min). The timings are there so the round stays on schedule and every candidate gets the same shape of interview — which is what makes two candidates comparable afterwards.
- What other rounds should I run for a Network Administrator?
A single round does not cover a whole role. The other rounds in this library for a Network Administrator: