Member-only story

My Servicenow Frontend Interview Experience

Santosh yadav
JavaScript in Plain English
3 min readOct 29, 2024
Photo by AltumCode on Unsplash

Navigating the job market can often feel daunting, but my recent interview experience with ServiceNow was surprisingly smooth and engaging. I’d like to share my journey, from the initial contact to the final discussions, in hopes that it might offer some insights for others on a similar path.

Initial Contact

It all started when a recruiter reached out to me through LinkedIn. After exchanging a few messages, I sent over my resume and additional details via email. The recruiter was prompt and efficient, quickly scheduling a phone call for an initial discussion. During this call, I shared my current compensation as well as my expectations for the role. She also walked me through the interview process, which included four rounds:

1. Technical Round 1
2. Technical Round 2
3. System Design
4. Managerial Round

Technical Round 1

The first technical round was conducted by a Staff Engineer, who focused on data structures and algorithms (DSA). I was presented with two problems, one of which closely mirrored a classic coding challenge:

You are given an integer array `nums` and an integer `target`. You need to build an expression from `nums` by adding either a ‘+’ or ‘-’ sign

--

--

Published in JavaScript in Plain English

New JavaScript and Web Development content every day. Follow to join our 3.5M+ monthly readers.

Responses (1)

Write a response