Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto 2 giorni. Ho sostenuto un colloquio presso Ixigo.com (Bengaluru) nel mese di set 2021
Colloquio
Interview process was very smooth. There was a technical test consisting of MCQs on aptitude, programming, reasoning etc.
Then it was followed by two technical interviews and one HR interview that was final round too.
Domande di colloquio [1]
Domanda 1
Given a string s and a dictionary of strings wordDict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such possible sentences in any order.
Note that the same word in the dictionary may be reused multiple times in the segmentation.
Ho presentato la mia candidatura tramite un selezionatore. Ho sostenuto un colloquio presso Ixigo.com nel mese di set 2024
Colloquio
I received an interview call from ixigo, which involved two technical rounds. The first round was focused on my resume and system design, where I received average feedback. In the second round, which was focused on DSA, the interviewer asked two LeetCode-style questions. I provided both non-optimal and optimal solutions for both, with the optimal ones having O(n) time complexity—something I had already solved on LeetCode.
However, the interviewer seemed to have a different approach in mind, and gave me a test case, expecting my solution to fail. After dry-running it, I was confident it would pass, and later I verified it on LeetCode post-interview, where it worked as expected. It felt like the interviewer was not fully up to the mark in terms of understanding the solution
Ho presentato la mia candidatura tramite l'università. La procedura ha richiesto un giorno. Ho sostenuto un colloquio presso Ixigo.com (Gurgaon, Haryana) nel mese di ago 2022
Colloquio
The interview had 3 rounds,
first- basic technical round (basics of programming were asked like LRU cache)
second- basic system design round (some average puzzles were asked)
third- HR (with CEO)
it was an on campus opportunity.
first round was consist of 2 section,
first section aptitude mcq
second section tecnical mcq
then second round was tecnical round
mostly there was 2 medium level coding question were asked.
they expect the most optimum solution from you
Domande di colloquio [1]
Domanda 1
diagonal view of binary tree
find missing nos in array