ServiceNow · Primly Community

ServiceNow new grad / entry level interview: how to prep and what I wish I'd known

jp_newgrad · 5 replies

i just got through the servicenow new grad / entry level software engineer process and i'm still processing it. writing this for my past self who could not find anything useful on here.

how i found out about the role graduated cs may 2025. applied to servicenow's new grad SWE opening in early january through their careers site. got a recruiter reach out about 3 weeks later. the role was for their developer platform team in santa clara.

the interview process, step by step

recruiter screen: 30 min, mostly background and timeline. she explained the process clearly which i appreciated. asked if i had servicenow platform experience (i didn't, that's apparently fine for new grad).

online assessment: hackerrank, 2 coding problems, 90 min. one was a graph traversal (bfs, fairly standard), one was a string parsing problem i hadn't seen before. medium difficulty overall. they tell you within about 2 weeks if you move forward.

tech phone screen: 45 min with an engineer on the team. one coding problem (trees), and then 15-20 min of questions about my projects on my resume. they went pretty deep on a distributed systems project i'd listed. not just 'what did it do' but 'what would you change if you redid it.' prepare for that.

onsite (virtual): four rounds back to back. coding (2 problems, 75 min), system design (light version for new grad, focused on a simple web app architecture), behavioral, and a team/culture fit conversation with the hiring manager.

what actually matters

for new grad, the behavioral and fit rounds feel more important than i expected. they asked about teamwork, about a time i handled ambiguity, about what kind of team environment i work best in. prep these properly, not just technically.

for coding: leetcode easy-medium range, trees/graphs/arrays. nothing crazy. they want to see you think out loud.

result

got an offer. base was $155k for santa clara which felt competitive for new grad in 2026. 25% annual bonus target, RSUs vesting over 4 years.

if you're a new grad applying: the process is fair and the recruiters actually respond. that alone puts them in the top 20% of companies i applied to.

5 replies

sdr_sky

this is exactly what i needed. did the hackerrank proctored or unproctored? and how strict was the time pressure on the 2 problems?

jp_newgrad

unproctored, you get 90 min for both. i finished the first one in 25 min and spent the rest on the second. time pressure is real for the second problem especially if you haven't seen that style before. practice under time.

bootcamp_bri

do they consider bootcamp grads for new grad roles or is it cs degree only? asking for a friend (me).

marketer_mei

the part about them actually responding to applicants is genuinely rare. a lot of enterprise companies at that scale have completely broken ATS pipelines. servicenow's recruiting org is one of the more functional ones i've seen.

pivot_pat

the 'what would you change if you redid it' question on your own projects is sneaky good. tests if you actually understand what you built or just followed a tutorial.