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

Compare button icon Compare button icon Compare

Filter interviews by

Xoriant Interview Questions, Process, and Tips for Experienced

Updated 26 Feb 2025

Top Xoriant Interview Questions and Answers for Experienced

View all 66 questions

Xoriant Interview Experiences for Experienced

Popular Designations

82 interviews found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Selected Selected
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. Discussion about my overall experience
Round 3 - HR 

(1 Question)

  • Q1. Mostly salary discussion

Delivery Manager Interview Questions asked at other Companies

Q1. how do you handle team? explain architecture of your application? Agile team management? how do you ensure performance of application and how do you maintain security of application? Explain architecture of Angular application.
View answer (1)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com

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. SQL and SSIS developer questions
Round 3 - Technical 

(1 Question)

  • Q1. Scenario based questions
Round 4 - HR 

(1 Question)

  • Q1. Compensation only

Top Xoriant Senior Software Engineer Interview Questions and Answers

Q1. String is immutable but what happens if we assign another value to that string reference
View answer (3)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Aug 2023. There were 2 interview rounds.

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 

(2 Questions)

  • Q1. Atomic vs Non-Atomic
  • Ans. 

    Atomic means thread-safe access, non-atomic is not thread-safe

    • Atomic ensures that a property is always fully set or retrieved, while non-atomic does not guarantee this

    • Atomic properties are slower due to the overhead of ensuring thread safety

    • Non-atomic properties are faster but can lead to data corruption in a multi-threaded environment

  • Answered by AI
  • Q2. SSL Pinning with different ways
  • Ans. 

    SSL pinning is a security measure to prevent man-in-the-middle attacks by associating a specific SSL certificate with a particular app.

    • Implementing SSL pinning using public key

    • Implementing SSL pinning using certificate

    • Implementing SSL pinning using hash of certificate

  • Answered by AI

Skills evaluated in this interview

Senior IOS Developer Interview Questions asked at other Companies

Q1. What are the differences between the MVC and MVVM architectural patterns, and in what scenarios should each be used?
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed before Feb 2024.

Round 1 - Coding Test 

They'll ask you to write any java 8 based simple code.

Round 2 - Technical 

(2 Questions)

  • Q1. More over on java 8, springboot and microservices
  • Q2. Java collections and spring boot annotations

Interview Preparation Tips

Interview preparation tips for other job seekers - This is great place to work and no one bothers you if you are doing your work to the point.

Senior Software Developer Interview Questions asked at other Companies

Q1. Intersection of Linked List Problem You are provided with two singly linked lists containing integers, where both lists converge at some node belonging to a third linked list. Your task is to determine the data of the node at which they sta... read more
View answer (1)

Xoriant interview questions for popular designations

 Software Engineer

 (27)

 Senior Software Engineer

 (27)

 Associate Software Engineer

 (15)

 Test Lead

 (8)

 Senior Test Engineer

 (8)

 Software Developer

 (6)

 Technical Lead

 (4)

 Delivery Manager

 (2)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 24 Dec 2024

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

I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Manual testing related
  • Q2. Testing processes
Round 2 - Technical 

(2 Questions)

  • Q1. API manual testing
  • Q2. Database queries and joins
Round 3 - HR 

(2 Questions)

  • Q1. Shifts and salary discussions
  • Q2. Job title

Interview Preparation Tips

Interview preparation tips for other job seekers - job security and WLB company

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

Get interview-ready with Top Xoriant Interview Questions

Test Lead Interview Questions & Answers

user image Anonymous

posted on 31 Dec 2024

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 Dec 2023. There were 3 interview rounds.

Round 1 - Coding Test 

There were several questions that were time-based, and they encompassed not only coding but also any subject related to your field of work.

Round 2 - Technical 

(2 Questions)

  • Q1. Coding questions
  • Q2. Software testing related questions. Based on Selenium Java
Round 3 - HR 

(1 Question)

  • Q1. Mostly to discuss company conducts and salary negotiations.

Test Lead Interview Questions asked at other Companies

Q1. If you put in an Agile project, Will you be able to do in sprint Automation
View answer (1)

Jobs at Xoriant

View all

Sdet Lead Interview Questions & Answers

user image Anonymous

posted on 10 Sep 2023

Interview experience
5
Excellent
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 - Coding Test 

Recerse string using java

Round 3 - Technical 

(1 Question)

  • Q1. Tell me all oops features
  • Ans. 

    Object-oriented programming features include encapsulation, inheritance, polymorphism, and abstraction.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit (class).

    • Inheritance: Ability for a class to inherit properties and behavior from another class.

    • Polymorphism: Ability for objects of different classes to respond to the same message in different ways.

    • Abstraction: Hiding the complex imp...

  • Answered by AI

Sdet Lead Interview Questions asked at other Companies

Q1. write a palindrome program without using any in-build method. if there are 500 test cases and need to run only 50 test cases, then how to approach and do it? what is the framework used in your project? how will you handle if a team member w... read more
View answer (1)
Interview experience
4
Good
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 

(2 Questions)

  • Q1. Opps, solid principles, design patterns, dependency injection.
  • Q2. Database related question, web services

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be prepared properly Oops concepts & latest technology details.

Top Xoriant Senior Software Engineer Interview Questions and Answers

Q1. String is immutable but what happens if we assign another value to that string reference
View answer (3)

Senior Software Engineer Interview Questions asked at other Companies

Q1. K Largest Elements Problem Statement You are given an integer k and an array of integers that contain numbers in random order. Write a program to find the k largest numbers from the given array. You need to save them in an array and return ... read more
View answer (1)
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

Top Xoriant Software Engineer Interview Questions and Answers

Q1. How would you manage multi role login system?
View answer (1)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (197)
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 

(2 Questions)

  • Q1. What is iscsi in san
  • Ans. 

    iSCSI is a protocol used to transmit SCSI commands over IP networks.

    • iSCSI stands for Internet Small Computer System Interface.

    • It allows block-level access to storage devices over a network.

    • It uses TCP/IP to transmit SCSI commands and data over IP networks.

    • iSCSI targets are storage devices that can be accessed by iSCSI initiators.

    • iSCSI is commonly used in SAN (Storage Area Network) environments.

  • Answered by AI
  • Q2. What is raid and explain r5
  • Ans. 

    RAID stands for Redundant Array of Independent Disks. RAID 5 is a type of RAID that uses block-level striping with distributed parity.

    • RAID is a technology that combines multiple physical hard drives into a single logical unit for data redundancy and performance improvement.

    • RAID 5 requires at least three disks and uses parity data to provide fault tolerance.

    • In RAID 5, data is striped across all disks with parity data di...

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions asked at other Companies

Q1. What is boundary value analysis? How do u perform boundary value testing for User ID & Password textfields in login page?
View answer (2)

Xoriant Interview FAQs

How many rounds are there in Xoriant 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 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 Java, Python, Javascript, AWS and Spring Boot.
What are the top questions asked in Xoriant interview for experienced candidates?

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

  1. String is immutable but what happens if we assign another value to that string ...read more
  2. If we have @Service, @Controller, @Configuration, and @Repository why do we nee...read more
  3. What is the purpose of the method public static void main in a Java program? W...read more
How long is the Xoriant interview process?

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

Tell us how to improve this page.

Xoriant Interview Process for Experienced

based on 48 interviews

Interview experience

3.9
  
Good
View more
Join Xoriant Imagination Realized

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.5k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
CitiusTech Interview Questions
3.4
 • 269 Interviews
View all

Xoriant Reviews and Ratings

based on 1.9k reviews

4.1/5

Rating in categories

4.0

Skill development

4.2

Work-life balance

3.8

Salary

3.7

Job security

4.1

Company culture

3.6

Promotions

3.9

Work satisfaction

Explore 1.9k Reviews and Ratings
.NET Software Developer

Bangalore / Bengaluru

5-10 Yrs

Not Disclosed

Explore more jobs
Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
1.7k salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Softwaretest Engineer
599 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
574 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
447 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Xoriant with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

Tech Mahindra

3.5
Compare
Did you find this page helpful?
Yes No
write
Share an Interview