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
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(5 Questions)

  • Q1. Tell about Previous work experience in Azure and Devops
  • Q2. What are the migration projects handle
  • Ans. 

    Migration projects involve moving data, applications, or infrastructure from one system to another.

    • Migration of data from on-premises servers to cloud storage

    • Upgrading software versions and transferring data to new systems

    • Moving applications from one platform to another, such as from Windows to Linux

    • Consolidating multiple databases into a single system

  • Answered by AI
  • Q3. What is difficult situation and issue you foxed
  • Q4. What azure service you worked
  • Ans. 

    I have worked with Azure App Services, Azure Functions, Azure SQL Database, and Azure Blob Storage.

    • Azure App Services for hosting web applications

    • Azure Functions for serverless computing

    • Azure SQL Database for relational database management

    • Azure Blob Storage for storing unstructured data

  • Answered by AI
  • Q5. What is git related questions

Interview Preparation Tips

Interview preparation tips for other job seekers - They will hire you mostly if notice period is less

Skills evaluated in this interview

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
Easy
Process Duration
2-4 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me something about yourself
  • Q2. SQL queries on Joins, subqueries and functions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Please show you are confident on whatever you answer.
For SQL or coding related question although interviewer allow you to refer website but it is a trap.
Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Sep 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic interview question
Round 2 - One-on-one 

(1 Question)

  • Q1. Basic interview questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Basic info of application development and upload process

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't give interview if you are seaching seriously job for iOS development if you have no option then try. completely west of time your 10 to 15 day's will be go waist best do preparation for another company interview because I face one very bad experience they take interview I clear all round they call me in office for HR round salary discuss. After 4 day's I take they said project developer requirement full-fill, kindly try that time I try for another interview but they didn't given feedback on given interview after next day another recruiter call and said you need to give 2 more rounds. They are only playing with your resume I thing they don't need developer.

IOS Application Developer Interview Questions asked at other Companies

Q1. How to handle Concurrency in swift
View answer (1)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Nov 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is slice , Coding example on interface, What is difference between concurrency and parallelism
  • Ans. 

    Slice is a dynamically-sized, flexible view of elements in an array. Concurrency is the ability to run multiple tasks at the same time, while parallelism is the actual execution of multiple tasks simultaneously.

    • Slice in Go is a reference to a portion of an array. It allows for dynamic resizing and manipulation of elements.

    • Example: var s []int = make([]int, 5) // creates a slice of length 5

    • Interfaces in Go define a set ...

  • Answered by AI
  • Q2. Coding questions on interface
Round 2 - Coding Test 

Coding questions on slice and go routines

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Learn go routines and channels programming
Difference between concurrency and parallelism is must questions in many of the interviews

Skills evaluated in this interview

Golang Developer Interview Questions asked at other Companies

Q1. can we return difference data type and how ,what architeture you worked in your project,does go have oops concepts
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)

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is List Comprehension
  • Ans. 

    List comprehension is a concise way to create lists in Python by iterating over an existing list or iterable.

    • Syntax: [expression for item in iterable]

    • Can include conditions: [expression for item in iterable if condition]

    • Can be nested: [[i*j for j in range(1, 4)] for i in range(1, 4)]

    • Can be used to create new lists from existing lists efficiently

  • Answered by AI
  • Q2. What are the types of Serializers in Django
  • Ans. 

    Types of Serializers in Django include ModelSerializer, Serializer, and HyperlinkedModelSerializer.

    • ModelSerializer: Used to serialize Django model instances.

    • Serializer: Generic serializer class for custom data serialization.

    • HyperlinkedModelSerializer: Includes hyperlinks to related resources in the serialized data.

  • Answered by AI

Skills evaluated in this interview

Python and Django Developer Interview Questions asked at other Companies

Q1. What happens when you enter URL in the chrome URL bar?
View answer (2)

Get interview-ready with Top Xoriant Interview Questions

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

Jobs at Xoriant

View all
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 

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

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)

Test Lead Interview Questions & Answers

user image saikishore bolla

posted on 21 Jan 2024

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

(1 Question)

  • Q1. About resume and interview about testing concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - It does not felt like interview for me, it was felt like interaction, the interviewer was corrdial in asking the questions. be cool and be positive. all the best

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)

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