Upload Button Icon Add office photos

Luxoft

Compare button icon Compare button icon Compare

Filter interviews by

Luxoft Interview Questions, Process, and Tips

Updated 1 Mar 2025

Top Luxoft Interview Questions and Answers

View all 61 questions

Luxoft Interview Experiences

Popular Designations

122 interviews found

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

I was interviewed in Sep 2024.

Round 1 - Assignment 

Java Arrays and String with data structure

Round 2 - Coding Test 

Implementation of Java Oops in test framework

Round 3 - HR 

(4 Questions)

  • Q1. How frequently are you able to travel to support the project
  • Ans. 

    I am able to travel as needed to support the project, typically 25-50% of the time.

    • I am able to travel 25-50% of the time to support the project

    • I have experience traveling for project support in previous roles

    • I am flexible and willing to adjust my travel schedule as needed

  • Answered by AI
  • Q2. Salary discussion
  • Q3. One and one call with Hiring manager
  • Q4. When are you feeling more excited during work.
  • Ans. 

    I feel most excited during work when I am solving complex problems and seeing the impact of my automation efforts.

    • Solving challenging automation problems

    • Seeing the positive impact of my automation efforts on the team's productivity

    • Working on innovative automation solutions

    • Collaborating with team members on automation projects

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - You should clear your basic fundamentals of programming language

Senior Automation Test Engineer Interview Questions asked at other Companies

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) write a program to check if a given positive integer is a power of two (3) create a fibonacci series of 100 using recursive function (4) write a program to find missing numbers... read more
View answer (2)

Sopra Steria

Success to our employee's well-being? A work-life balance that's simply unbeatable.

Our employees have rated us 4 for Work-Life Balance on AmbitionBox

Lab Assistant Interview Questions & Answers

user image SANTOSH AMBIG

posted on 25 Jan 2025

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

I was interviewed in Dec 2024.

Round 1 - Technical 

(2 Questions)

  • Q1. Technically experience skill
  • Q2. Integration Testing
Round 2 - HR 

(2 Questions)

  • Q1. Company Experience
  • Q2. Salary

Lab Assistant Interview Questions asked at other Companies

Q1. 1. Percentage of agar in solid substrate media 2. Composition of LB media 3. What is PCR and difference between Real time PCR and reverse transcriptase pcr 4. 5 kingdom classification 5. Difference between algae and fungi 6. Determination o... read more
View answer (1)
Luxoft Interview Questions and Answers for Freshers
illustration image
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Architecture of Kubernetes?
  • Ans. 

    Kubernetes is an open-source container orchestration platform that automates the deployment, scaling, and management of containerized applications.

    • Kubernetes follows a master-slave architecture with a master node that controls multiple worker nodes.

    • Master node components include API server, scheduler, controller manager, and etcd.

    • Worker node components include kubelet, kube-proxy, and container runtime (e.g. Docker).

    • Ku...

  • Answered by AI
  • Q2. Scenario based Questions

Senior Devops Engineer Interview Questions asked at other Companies

Q1. What are Terraform life cycles ? and how do we use them ?
View answer (3)
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Coding Test 

An online coding test at coderByte. Medium level question.

Round 2 - Technical 

(2 Questions)

  • Q1. Find sum of distinct elements from two given array.
  • Ans. 

    Sum of distinct elements from two arrays

    • Create a set to store distinct elements from both arrays

    • Iterate through each array and add elements to the set

    • Calculate the sum of elements in the set

  • Answered by AI
  • Q2. Discussion around Java,Spring-boot.

Skills evaluated in this interview

Top Luxoft Senior Software Engineer Interview Questions and Answers

Q1. What algo Java 8 Garbage collector follow
View answer (2)

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)

Luxoft interview questions for popular designations

 Senior Software Engineer

 (16)

 Software Engineer

 (8)

 Senior Consultant

 (7)

 Consultant

 (6)

 Business Analyst

 (5)

 Data Engineer

 (4)

 Murex Consultant

 (3)

 Software Developer

 (3)

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

(2 Questions)

  • Q1. How annotation works?
  • Ans. 

    Annotations in Java provide metadata about a program that can be used by the compiler or at runtime.

    • Annotations start with the @ symbol.

    • Annotations can be used to provide information to the compiler or to runtime environments.

    • Annotations can be used to define custom metadata for classes, methods, fields, etc.

    • Annotations can also be used for code generation, documentation, and validation.

    • Examples of annotations in Java ...

  • Answered by AI
  • Q2. CondurentSkipListMap, how does it work
  • Ans. 

    ConcurrentSkipListMap is a concurrent, sorted map implementation in Java.

    • ConcurrentSkipListMap is a concurrent version of SkipListMap, which is a sorted map implementation based on skip list data structure.

    • It allows multiple threads to access and modify the map concurrently.

    • It provides logarithmic time complexity for most operations, making it efficient for concurrent access.

    • Example: ConcurrentSkipListMap

  • Answered by AI

Skills evaluated in this interview

Top Luxoft Senior Java Developer Interview Questions and Answers

Q1. Principal of garbage collection
View answer (1)

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)

Get interview-ready with Top Luxoft Interview Questions

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

(2 Questions)

  • Q1. Interceptors, Guards, AOT vs JIT
  • Q2. Angular Lifecycle hooks, unit tests, lazy loading

Angular Developer Interview Questions asked at other Companies

Q1. How can you pass data between parent and child components?, what is component interaction
View answer (5)

Jobs at Luxoft

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

(2 Questions)

  • Q1. Interceptors, guards, forms
  • Q2. Angular lifecycle hooks, Aot compolation

Angular Frontend Developer Interview Questions asked at other Companies

Q1. How to implement interfaces without methods?
View answer (1)

Murex Consultant Interview Questions & Answers

user image sakthiy sabari

posted on 5 Jan 2025

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

The interview went well, covering topics such as datamarts, Linux scripts, and more.

Round 2 - HR 

(1 Question)

  • Q1. What is a binary upgrade?
  • Ans. 

    A binary upgrade is a software upgrade that involves replacing the existing version with a new version without changing the data format or structure.

    • Binary upgrades are typically faster and easier to implement compared to non-binary upgrades.

    • They are commonly used in software applications to ensure compatibility with existing data and configurations.

    • An example of a binary upgrade is updating a software application from...

  • Answered by AI

Top Luxoft Murex Consultant Interview Questions and Answers

Q1. What is different between forward and futures
View answer (1)

Murex Consultant Interview Questions asked at other Companies

Q1. What is different between forward and futures
View answer (1)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(5 Questions)

  • Q1. Types of clusters in Databricks
  • Ans. 

    Types of clusters in Databricks include Standard, High Concurrency, and Single Node clusters.

    • Standard clusters are used for general-purpose workloads

    • High Concurrency clusters are optimized for concurrent workloads

    • Single Node clusters are used for development and testing purposes

  • Answered by AI
  • Q2. What is catalyst optimiser in Spark
  • Ans. 

    Catalyst optimizer is a query optimizer in Apache Spark that leverages advanced techniques to optimize and improve the performance of Spark SQL queries.

    • Catalyst optimizer uses a rule-based and cost-based optimization approach to generate an optimized query plan.

    • It performs various optimizations such as constant folding, predicate pushdown, and projection pruning to improve query performance.

    • Catalyst optimizer also leve...

  • Answered by AI
  • Q3. What is explode function
  • Ans. 

    Explode function is used in Apache Spark to split an array into multiple rows.

    • Used in Apache Spark to split an array into multiple rows

    • Creates a new row for each element in the array

    • Commonly used in data processing and transformation tasks

  • Answered by AI
  • Q4. Delta lake vs data lake
  • Ans. 

    Delta Lake is an open-source storage layer that brings ACID transactions to Apache Spark and big data workloads.

    • Delta Lake provides ACID transactions, schema enforcement, and time travel capabilities on top of data lakes.

    • Data lakes are a storage repository that holds a vast amount of raw data in its native format until it is needed.

    • Delta Lake is optimized for big data workloads and provides reliability and performance ...

  • Answered by AI
  • Q5. What is RDD ?
  • Ans. 

    RDD stands for Resilient Distributed Dataset, a fundamental data structure in Apache Spark.

    • RDD is a fault-tolerant collection of elements that can be operated on in parallel.

    • RDDs are immutable, meaning they cannot be changed once created.

    • RDDs support two types of operations: transformations (creating a new RDD from an existing one) and actions (returning a value to the driver program).

  • Answered by AI

Skills evaluated in this interview

Azure Data Engineer Interview Questions asked at other Companies

Q1. 7. How can we load multiple(50)tables at a time using adf?
View answer (4)
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I applied via Naukri.com and was interviewed in Aug 2024. There were 4 interview rounds.

Round 1 - Coding Test 

2 Basic Programsl on LRU amd strings

Round 2 - Technical 

(1 Question)

  • Q1. Core java , java 8 concepts, spring core concepts
Round 3 - Behavioral 

(1 Question)

  • Q1. Salary discussion
Round 4 - HR 

(1 Question)

  • Q1. Policy briefing

Top Luxoft Senior Java Developer Interview Questions and Answers

Q1. Principal of garbage collection
View answer (1)

Senior Java Developer Interview Questions asked at other Companies

Q1. Remove the Kth Node from the End of a Linked List You are given a singly Linked List with 'N' nodes containing integer data and an integer 'K'. Your task is to delete the Kth node from the end of this Linked List. Input: The first line of ... read more
View answer (1)
Contribute & help others!
anonymous
You can choose to be anonymous

Luxoft Interview FAQs

How many rounds are there in Luxoft interview?
Luxoft interview process usually has 2-3 rounds. The most common rounds in the Luxoft interview process are Technical, Resume Shortlist and HR.
How to prepare for Luxoft 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 Luxoft. The most common topics and skills that interviewers at Luxoft expect are SQL, Python, Murex, Agile and Unix.
What are the top questions asked in Luxoft interview?

Some of the top questions asked at the Luxoft interview -

  1. What happens to a HTTP request when it leaves a client making a call and before...read more
  2. What is different between forward and futu...read more
  3. Explain you project architecture ? Show some sample codes of the sa...read more
How long is the Luxoft interview process?

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

Recently Viewed

LIST OF COMPANIES

Discover companies

Find best workplace

REVIEWS

Murudeshwar Ceramics

No Reviews

JOBS

Murudeshwar Ceramics

No Jobs

Tell us how to improve this page.

Luxoft Interview Process

based on 92 interviews

Interview experience

4.1
  
Good
View more

HCLTech

Workplace transformation starts with you

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 790 Interviews
GlobalLogic Interview Questions
3.7
 • 584 Interviews
EPAM Systems Interview Questions
3.7
 • 533 Interviews
Synechron Interview Questions
3.5
 • 362 Interviews
Movate Interview Questions
3.3
 • 254 Interviews
Globant Interview Questions
3.8
 • 172 Interviews
View all

Luxoft Reviews and Ratings

based on 641 reviews

3.7/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.5

Salary

3.3

Job security

3.6

Company culture

3.0

Promotions

3.5

Work satisfaction

Explore 641 Reviews and Ratings
Senior DevOps Engineer

Kolkata,

Mumbai

+5

8-13 Yrs

Not Disclosed

Calypso Dev engineer

Remote

5-7 Yrs

Not Disclosed

Murex MLC Consultant

Remote

3-4 Yrs

Not Disclosed

Explore more jobs
Senior Software Engineer
466 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Consultant
354 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
284 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
206 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Developer
135 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Luxoft with

Accenture

3.8
Compare

EPAM Systems

3.7
Compare

GlobalLogic

3.6
Compare

LTIMindtree

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