J'ai postulé via un établissement d'enseignement supérieur ou universitaire. Le processus a pris 2 jours. J'ai passé un entretien chez ServiceNow en oct. 2025
Entretien
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
Questions d'entretien [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.