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

Updated 9 Mar 2025

Top Xoriant Interview Questions and Answers

View all 160 questions

Xoriant Interview Experiences

Popular Designations

180 interviews found

Software Engineer Interview Questions & Answers

user image Kaveri Karanjkhele

posted on 14 Jun 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Prime number program
  • Ans. 

    A prime number program checks if a given number is only divisible by 1 and itself.

    • Check if the number is greater than 1

    • Iterate from 2 to the square root of the number and check for divisibility

    • If no divisors found, the number is prime

  • Answered by AI
  • Q2. Fibbonacci series optimal solution
  • Ans. 

    The optimal solution for generating Fibonacci series efficiently.

    • Use dynamic programming to store previously calculated values to avoid redundant calculations.

    • Implement a recursive function with memoization to store and reuse calculated values.

    • Iterate through the series using a loop to generate Fibonacci numbers efficiently.

  • Answered by AI

Skills evaluated in this interview

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 (203)

Rate your
company

🤫 100% anonymous

How was your last interview experience?

Share interview
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Aug 2023.

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 Resume tips
Round 2 - Technical 

(1 Question)

  • Q1. Android: SOLID, Room dB, Jetpack component Kotlin : advantages, elvis operator, inline/higher order function, DSA- array, list
Round 3 - Technical 

(1 Question)

  • Q1. Java basics OOPS, Hashmaps, DSA problem, Android basics
Round 4 - One-on-one 

(1 Question)

  • Q1. Overall journey , goals

Interview Preparation Tips

Interview preparation tips for other job seekers - My all 3 rounds scheduled on the spot & I cleared with good scores. HR confirmed intitally if 1st round cleared they will release offer immediately, but still arranges 2 more rounds but didn't get any offer from them, it was very disappointing & bad experience

Senior Android Developer Interview Questions asked at other Companies

Q1. Binary Array Sorting Problem Statement You are provided with a binary array, i.e., an array containing only 0s and 1s. Your task is to sort this binary array and return it after sorting. Input: The first line contains an integer ‘T’ denoti... read more
View answer (1)
Xoriant Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About the Linux file system
  • Q2. Bout aws ec2 instance
  • Ans. 

    AWS EC2 instance is a virtual server in Amazon's Elastic Compute Cloud (EC2) service.

    • Virtual server in Amazon's EC2 service

    • Can be easily scaled up or down based on demand

    • Can run various operating systems and applications

    • Can be launched in different regions and availability zones

    • Example: t2.micro, m5.large, c5.xlarge

  • Answered by AI

Skills evaluated in this interview

Senior Software Engineer L3 Interview Questions asked at other Companies

Q1. High Level Design of an app similar to Shazam
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Hashmap internal impl asked
  • Q2. Hashmap internal impl lllp

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 (203)

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)

QA Engineer Interview Questions & Answers

user image Arpit Choubey

posted on 23 Feb 2024

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 Jan 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is bug life cycle RTM Cake 🎂 cutting questions
  • Q2. Test cases on QR code
  • Ans. 

    Test cases for QR code should cover scanning, decoding, error handling, and compatibility with different devices.

    • Verify that the QR code can be scanned successfully using different devices and apps.

    • Test the decoding accuracy of the QR code to ensure the correct information is extracted.

    • Check for error handling scenarios such as invalid QR codes or damaged codes.

    • Test the compatibility of the QR code with various devices

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well about SQL, manual testing concepts

Skills evaluated in this interview

QA Engineer Interview Questions asked at other Companies

Q1. 80 pairs of socks in a dark room, 40 black, 40 white, how many minimum number of socks need to be taken out to get 15 pairs of socks
View answer (9)

Get interview-ready with Top Xoriant Interview Questions

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Java progaming, coding

Java Developer Interview Questions asked at other Companies

Q1. Sort 0 and 1 Problem Statement Given an integer array ARR of size N containing only integers 0 and 1, implement a function to sort this array. The solution should scan the array only once without using any additional arrays. Input: The firs... read more
View answer (3)

Jobs at Xoriant

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

I applied via Referral and was interviewed in Jan 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All about java 8 and collections

Interview Preparation Tips

Interview preparation tips for other job seekers - Just clear your basics

Software Developer Interview Questions asked at other Companies

Q1. Maximum Subarray Sum Problem Statement Given an array of integers, determine the maximum possible sum of any contiguous subarray within the array. Example: Input: array = [34, -50, 42, 14, -5, 86] Output: 137 Explanation: The maximum sum is... read more
View answer (42)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Typescript qiestions

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)

Test Lead Interview Questions & Answers

user image Anonymous

posted on 4 Apr 2024

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Selenium cypress Java coding

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)
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL Duplicate Records Script

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. Tell me about yourself. What technology are you using? What is a Collection? What are the different types of collection there? What is the difference between ArrayList and LinkedList What are the basic building blocks of Stream operators, s... read more
View answer (2)
Contribute & help others!
anonymous
You can choose to be anonymous

Xoriant Interview FAQs

How many rounds are there in Xoriant interview?
Xoriant interview process usually has 2-3 rounds. The most common rounds in the Xoriant interview process are Technical, HR and Resume Shortlist.
How to prepare for Xoriant interview?
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?

Some of the top questions asked at the Xoriant interview -

  1. Tell me some of the data types that are used in pyth...read more
  2. String is immutable but what happens if we assign another value to that string ...read more
  3. If we have @Service, @Controller, @Configuration, and @Repository why do we nee...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.

Recently Viewed

SALARIES

Xpo Logistics

JOBS

Amazon

No Jobs

SALARIES

Tredence

JOBS

Amazon

No Jobs

SALARIES

J. C. Penney

SALARIES

Tredence

JOBS

Trianz

No Jobs

REVIEWS

Intel

No Reviews

JOBS

Accenture

No Jobs

Tell us how to improve this page.

Xoriant Interview Process

based on 164 interviews

Interview experience

4.1
  
Good
View more

Saint-Gobain

We thank our employees for rating us 4/5 on AmbitionBox

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
Linux Administrator

Pune

3-6 Yrs

₹ 9-16 LPA

PHP Software Engineer

Pune,

Bangalore / Bengaluru

+1

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
596 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Lead
574 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Test Engineer
452 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