💻SN Dev · Live Coding Simulator
Live Coding Simulator.
2020 interview-grade tasks (1220 server-side · 800 client-side). The AI interviewer briefs you, you write the full script, and if you slip it points at the exact line to fix — just like a real ServiceNow instance review.
#1/2020
Browse tasks
BROWSE · showing 1–20 of 2020
page 1/101
AI interviewer prompt
🤖AI InterviewerSERVER-SIDE · Background Script
List active Incident records
Write a Background Script that queries all active Incident records and logs each record's sys_id using gs.info.
Script editor
instance ▸ Studio ▸ bg_incident_list_active.js
2 lines · 60 chars
Line-by-line code explanations
Auto-explain · line by linegreen = ok · red = check this
- 01// ✓ author comment