Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso ServiceNow nel mese di ott 2025
Colloquio
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
Domande di colloquio [2]
Domanda 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.