Premium Employer

i

This company page is being actively managed by Xoriant Team. If you also belong to the team, you can get access from here

Xoriant Verified Tick Work with us arrow

Compare button icon Compare button icon Compare

Filter interviews by

Xoriant Software Engineer Interview Questions and Answers for Experienced

Updated 27 Jun 2025

8 Interview questions

A Software Engineer was asked
Q. How would you merge multiple sorted arrays into a single sorted array?
Ans. 

Merge multiple sorted arrays into one sorted array

  • Merge all arrays into one array

  • Sort the merged array

  • Return the sorted array

A Software Engineer was asked
Q. What is a nested list? Can you provide an example?
Ans. 

A nested list is a list that contains other lists as its elements.

  • Nested lists can be created using square brackets and separating the elements with commas.

  • Elements of a nested list can be accessed using indexing and slicing.

  • Example: my_list = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]

  • Accessing element 5: my_list[1][1]

Software Engineer Interview Questions Asked at Other Companies for Experienced

Q1. String Compression Problem Statement Implement a program that per ... read more
asked in HCLTech
Q2. Nth Fibonacci Number Problem Statement Calculate the Nth term in ... read more
asked in HCLTech
Q3. Reverse Array Elements Given an array containing 'N' elements, th ... read more
Q4. Total time: 110 mins 1. Find missing and duplicate numbers from g ... read more
asked in Cisco
Q5. Intersection of Linked List Problem You are provided with two sin ... read more
A Software Engineer was asked
Q. What is a queue, and can you explain it with an example?
Ans. 

A queue is a data structure that follows the First In First Out (FIFO) principle.

  • Elements are added to the back of the queue and removed from the front.

  • Example: A line of people waiting for a movie ticket.

  • Operations: Enqueue (add element to back), Dequeue (remove element from front), Peek (view front element)

A Software Engineer was asked
Q. What is a static service in Angular?
Ans. 

Static service in Angular is used to share data between components and persists data even after the component is destroyed.

  • Static service is a singleton service that can be injected into any component.

  • It is used to share data between components.

  • Data persists even after the component is destroyed.

  • It is useful for sharing data between sibling components.

  • Example: a shopping cart service that persists the cart data ac...

A Software Engineer was asked
Q. What is Data Binding in Angular?
Ans. 

Data binding in Angular is a way to establish a connection between the UI and the application's data.

  • Data binding allows automatic synchronization of data between the model and the view.

  • It eliminates the need for manual DOM manipulation.

  • There are different types of data binding in Angular, such as interpolation, property binding, event binding, and two-way binding.

  • Interpolation: {{ data }}

  • Property binding: [proper...

A Software Engineer was asked
Q. What CSS methods can be used to fix the position of headers and footers?
Ans. 

CSS methods for fixed headers and footers

  • Use position: fixed property

  • Set top or bottom property to 0 for fixed header/footer

  • Add z-index property to ensure header/footer is on top

  • Consider using padding or margin to avoid overlapping content

A Software Engineer was asked
Q. How would you manage a multi-role login system?
Ans. 

Multi role login system can be managed by assigning different access levels to each role.

  • Create a database table for roles and their access levels

  • Assign each user a role with corresponding access level

  • Implement role-based access control (RBAC) to restrict access to certain features

  • Use session management to keep track of user roles

  • Provide an admin panel to manage roles and access levels

Are these interview questions helpful?
A Software Engineer was asked
Q. Software development life cycle?
Ans. 

Software development life cycle is a process followed by software developers to design, develop and maintain software.

  • SDLC consists of several phases such as planning, analysis, design, implementation, testing, deployment, and maintenance.

  • Each phase has its own set of activities and deliverables.

  • SDLC models include Waterfall, Agile, and DevOps.

  • SDLC helps in ensuring that the software is developed efficiently, meet...

Xoriant Software Engineer Interview Experiences for Experienced

14 interviews found

Software Engineer Interview Questions & Answers

user image Rajarshi Roy

posted on 12 Jun 2025

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Java Basic ques
  • Q2. Basic DFS Question
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024, where I was asked the following questions.

  • Q1. Introduce yourself
  • Ans. 

    I'm a passionate software engineer with a strong background in full-stack development and a love for solving complex problems.

    • Education: Bachelor's degree in Computer Science from XYZ University.

    • Experience: 3 years of experience in developing web applications using React and Node.js.

    • Projects: Developed an e-commerce platform that increased sales by 30% within six months.

    • Skills: Proficient in JavaScript, Python, and SQL...

  • Answered by AI
  • Q2. Are you flexible to work longer hour?
  • Ans. 

    I am open to working longer hours when necessary to meet project deadlines and ensure team success.

    • I understand that software development can have tight deadlines, and I'm willing to put in extra hours to meet them.

    • For example, during a previous project, I worked late nights to resolve critical bugs before a major release.

    • I believe that flexibility in hours can lead to better collaboration and productivity, especially ...

  • Answered by AI

Software Engineer Interview Questions & Answers

user image Ramakrishna Enumula

posted on 28 May 2025

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
  • Q1. What is load balancer?
  • Q2. What is ebs?
Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. C# basics SQL queries MVC questions
Round 3 - Technical 

(1 Question)

  • Q1. Oops concept. MVC SQL questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

1 hour, with both aptitude and coding

Round 2 - Technical 

(2 Questions)

  • Q1. About cloud technologies
  • Q2. Java questions and DSA

Software Engineer Interview Questions & Answers

user image Rajibuddin Ahmed

posted on 13 Oct 2023

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2022. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Some java question with coding test
  • Q2. Return a sorted array given multiple multiple sorted array
Round 2 - HR 

(1 Question)

  • Q1. Some previous company question and salary discussion

Interview Preparation Tips

Topics to prepare for Xoriant Software Engineer interview:
  • Java
  • Spring Boot
  • MySQL
  • Java 8

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview before Mar 2023.

Round 1 - Coding Test 

Coding,MCQ-on mulitple

Round 2 - Technical 

(1 Question)

  • Q1. Questions went from java,microervices,sql ueries, code
Round 3 - HR 

(1 Question)

  • Q1. Tell me about yourself, why you want to join this company

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical question which you mentioned in resume
Round 2 - HR 

(1 Question)

  • Q1. About your family . logical question

Interview Preparation Tips

Topics to prepare for Xoriant Software Engineer interview:
  • Javascript
  • OOPS
  • HTML
  • CSS
Interview preparation tips for other job seekers - Be confident and prepare well…all the best

I applied via Naukri.com and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. There will be a coding test round which will have 8 sections if you are applying for react developer. The sections are HTML,CSS, JavaScript, Jquery, React, etc
  • Q2. Once you clear coding test round there will be a Live Coding round which will have some questions from vanilla javascript and this round is easier compared to 1st round

Interview Preparation Tips

Interview preparation tips for other job seekers - Answer the questions asked in live coding round at all costs.

I applied via Naukri.com and was interviewed in Mar 2021. There were 4 interview rounds.

Interview Questionnaire 

5 Questions

  • Q1. What Data binding in angular?
  • Ans. 

    Data binding in Angular is a way to establish a connection between the UI and the application's data.

    • Data binding allows automatic synchronization of data between the model and the view.

    • It eliminates the need for manual DOM manipulation.

    • There are different types of data binding in Angular, such as interpolation, property binding, event binding, and two-way binding.

    • Interpolation: {{ data }}

    • Property binding: [property]='...

  • Answered by AI
  • Q2. Software development life cycle?
  • Ans. 

    Software development life cycle is a process followed by software developers to design, develop and maintain software.

    • SDLC consists of several phases such as planning, analysis, design, implementation, testing, deployment, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • SDLC models include Waterfall, Agile, and DevOps.

    • SDLC helps in ensuring that the software is developed efficiently, meets the...

  • Answered by AI
  • Q3. How would you manage multi role login system?
  • Q4. CSS methods to fixed positions of headers and footers?
  • Ans. 

    CSS methods for fixed headers and footers

    • Use position: fixed property

    • Set top or bottom property to 0 for fixed header/footer

    • Add z-index property to ensure header/footer is on top

    • Consider using padding or margin to avoid overlapping content

  • Answered by AI
  • Q5. What is static service in angular?
  • Ans. 

    Static service in Angular is used to share data between components and persists data even after the component is destroyed.

    • Static service is a singleton service that can be injected into any component.

    • It is used to share data between components.

    • Data persists even after the component is destroyed.

    • It is useful for sharing data between sibling components.

    • Example: a shopping cart service that persists the cart data across ...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - only one advise stay confident with all your answers and always answer in brief.

Skills evaluated in this interview

Top trending discussions

View All
Interview Tips & Stories
1w (edited)
a team lead
Why are women still asked such personal questions in interview?
I recently went for an interview… and honestly, m still trying to process what just happened. Instead of being asked about my skills, experience, or how I could add value to the company… the questions took a totally unexpected turn. The interviewer started asking things like When are you getting married? Are you engaged? And m sure, if I had said I was married, the next question would’ve been How long have you been married? What does my personal life have to do with the job m applying for? This is where I felt the gender discrimination hit hard. These types of questions are so casually thrown at women during interviews but are they ever asked to men? No one asks male candidates if they’re planning a wedding or how old their kids are. So why is it okay to ask women? Can we please stop normalising this kind of behaviour in interviews? Our careers shouldn’t be judged by our relationship status. Period.
Got a question about Xoriant?
Ask anonymously on communities.

Xoriant Interview FAQs

How many rounds are there in Xoriant Software Engineer interview for experienced candidates?
Xoriant interview process for experienced candidates usually has 2-3 rounds. The most common rounds in the Xoriant interview process for experienced candidates are Technical, Resume Shortlist and HR.
How to prepare for Xoriant Software Engineer interview for experienced candidates?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at Xoriant. The most common topics and skills that interviewers at Xoriant expect are Javascript, Java, JQuery, Core Java and Python.
What are the top questions asked in Xoriant Software Engineer interview for experienced candidates?

Some of the top questions asked at the Xoriant Software Engineer interview for experienced candidates -

  1. How would you manage multi role login syst...read more
  2. CSS methods to fixed positions of headers and footer...read more
  3. What Data binding in angul...read more
How long is the Xoriant Software Engineer interview process?

The duration of Xoriant Software Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

3.9/5

based on 7 interview experiences

Difficulty level

Moderate 100%

Duration

Less than 2 weeks 60%
2-4 weeks 40%
View more
Join Xoriant Imagination Realized
Xoriant Software Engineer Salary
based on 1.8k salaries
₹5.7 L/yr - ₹14.3 L/yr
6% more than the average Software Engineer Salary in India
View more details

Xoriant Software Engineer Reviews and Ratings

based on 323 reviews

4.0/5

Rating in categories

3.9

Skill development

4.2

Work-life balance

3.8

Salary

3.7

Job security

4.1

Company culture

3.5

Promotions

3.9

Work satisfaction

Explore 323 Reviews and Ratings
Software Engineer

Pune

6-11 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
1.8k salaries
unlock blur

₹10.7 L/yr - ₹26.2 L/yr

Software Engineer
1.8k salaries
unlock blur

₹5.7 L/yr - ₹14.3 L/yr

Softwaretest Engineer
611 salaries
unlock blur

₹3.5 L/yr - ₹7.1 L/yr

Technical Lead
596 salaries
unlock blur

₹21.6 L/yr - ₹40 L/yr

Senior Test Engineer
439 salaries
unlock blur

₹14.9 L/yr - ₹27 L/yr

Explore more salaries
Compare Xoriant with

CitiusTech

3.3
Compare

HTC Global Services

3.5
Compare

Exela Technologies

3.3
Compare

HERE Technologies

3.8
Compare
write
Share an Interview