I applied through university. The process took 2 days. I interviewed at ServiceNow in Oct 2025
Interview
It was Campus Recruitment. 1 Online assessment followed by 3 Interview rounds. Round 1 Focused on DSA, Round 2 was focused on my projects, and Round 3 was a mix of all DSA ,Projects, a Puzzle and some SQL Questions
Interview questions [2]
Question 1
Problem Statement: Given an array arr[] and a number k . The array is sorted in a way that every element is at max k distance away from it sorted position. It means if we completely sort the array, then the index of the element can go from i - k to i + k where i is index in the given array. Our task is to completely sort the array.