Me postulé a través de una facultad o universidad. El proceso tomó 2 semanas. Acudí a una entrevista en Xoriant (Pune) en ago 2020
Entrevista
I had applied through college placement for Xoriant. We had an aptitude test and the results were declared immediately. After that there was complete silence from the company, leaving us all in the dark until the last hour before the actual interview, when I was given the meeting id for the interview. I quickly researched about the interviewer, and got to know they were a test lead in the company. When I got to the interview, they asked me start the camera and never started their own(I was already feeling alienated by the company). They asked me questions on various topics and then again kept us in the dark for another week before telling us the results for the technical.
Preguntas de entrevista [1]
Pregunta 1
The interviewer asked various questions from java core concepts, OOPS, etc. One question that struck me was he made write a query which was, given two tables Student and Coordinator, and a column which is common between them, retrieve the coordinator data using the given student ID.
Thank you for your feedback. We apologize for your experience. We will use this feedback to improve our hiring process, so please feel free to contact us at experience@xoriant.com if you have any further feedback.
Otras evaluaciones sobre las entrevistas para el cargo de Associate Software Engineer en Xoriant
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Xoriant (Bangalore Rural) en dic 2025
Entrevista
My interview process at Xoriant consisted of multiple rounds:
1. Online Assessment
The first round was an online assessment that consisted only of MCQ-based questions.
It included:
Aptitude (logical reasoning and quantitative)
Basic programming concepts
Core computer science fundamentals
This round mainly tested theoretical knowledge and quick thinking.
2. Technical Interview 1
After clearing the assessment, I attended the first technical interview.
Questions were asked on programming basics, data structures, and algorithms
I was also asked to explain my academic projects
The focus was on checking my understanding of core concepts.
3. Technical Interview 2
The second technical round was more in-depth.
It included scenario-based and practical questions
I had to explain my projects more clearly and in detail
The interviewer focused on how I apply my knowledge
4. Managerial Interview
In this round:
Questions were based on problem-solving approach, teamwork, and handling situations
It was more of a discussion than a strict technical interview
5. HR Interview
The final round was the HR interview:
Questions about my background, strengths, and career goals
Discussion about joining, relocation, and expectations
Overall Experience
Overall, the process was smooth and well-structured. Each round gradually tested different aspects, including technical knowledge, practical thinking, and communication skills.
Preguntas de entrevista [1]
Pregunta 1
One of the questions they asked me was to explain one of my projects in detail.
Me postulé a través de una facultad o universidad. Acudí a una entrevista en Xoriant (Bangalore Rural)
Entrevista
I had attended L1 interview in that they have asked me about my technical background, technical questions,projects, core subjects,and also they have asked me about projects in depth I e about the libraries I have used and what is the use of the project etc .
Preguntas de entrevista [1]
Pregunta 1
Explain your projects and what are the libraries you have used for that
Me postulé a través de una facultad o universidad. El proceso tomó 4 semanas. Acudí a una entrevista en Xoriant (Bengaluru) en sept 2024
Entrevista
1. Online test (Duration: 2 hours, covering aptitude, logical reasoning, data structure, system concepts, OOP, networking, C and Java programming).
2. Two levels of technical interview & an HR interview.
Preguntas de entrevista [1]
Pregunta 1
What is the worst-case time complexity for merge sort?
a) O(n)
b) O(n log n)
c) O(n^2)
d) O(log n)