Upload Button Icon Add office photos

Filter interviews by

Luxoft Interview Questions, Process, and Tips

Updated 26 Jan 2025

Top Luxoft Interview Questions and Answers

View all 61 questions

Luxoft Interview Experiences

Popular Designations

120 interviews found

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)
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. Find Nth PrimeYou are given a number 'N'. Your task is to find Nth prime number. A prime number is a number greater than 1 that is not a product of two smaller natural numbers. Prime numbers have only two factors – 1 and the number itself. ... read more
View answer (6)
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. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)

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)

 Senior Java Developer

 (3)

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)

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, 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 (2)
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. Delete Kth node From EndYou have been given a singly Linked List of 'N' nodes with integer data and an integer 'K'. Your task is to remove the Kth node from the end of the given Linked List. For example: The given linked list is 1 -> 2 -... read more
View answer (4)
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. What does privacy mean to you?
  • Q2. Would you rather manage or be managed?
Round 2 - HR 

(2 Questions)

  • Q1. Explain "code of conduct".
  • Ans. 

    Code of conduct is a set of rules and guidelines that outline the ethical and professional behavior expected from individuals in a particular organization or profession.

    • Code of conduct sets standards for behavior and interactions within an organization.

    • It outlines expectations for ethical decision-making and professionalism.

    • Violation of the code of conduct can result in disciplinary action.

    • Examples include rules on con

  • Answered by AI
  • Q2. What is something you are proud of?

Interview Preparation Tips

Interview preparation tips for other job seekers - I responded to an online post for a customer service position. When i heard back, I was given info to reach out to the hiring manager on the Signal platform for an interview. I did that and was given a set of questions which I answered immediately. The conversation was left hanging. The next day, I received a 2nd set of questions which I waited to answer and submitted on the 3rd day. Upon doing so, I was hired on the spot and told someone would be contacting me via email to start the onboarding process. Upon review of the company's website, the "way we hire" followed a different process and started with a resume submission which i was never even asked for. Im still not certain if I really interviewed with Luxoft or someone posing as the company. My advice is to do research and know there are potential scammers out there that may be posing as Luxoft. I will update this as my experience unfolds.

Customer Service Representative Interview Questions asked at other Companies

Q1. 4) What is the difference between BPO and KPO?
View answer (3)

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, Murex, Python, 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.

Tell us how to improve this page.

Luxoft Interview Process

based on 88 interviews

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
GlobalLogic Interview Questions
3.7
 • 575 Interviews
EPAM Systems Interview Questions
3.8
 • 528 Interviews
Synechron Interview Questions
3.6
 • 357 Interviews
Movate Interview Questions
3.3
 • 246 Interviews
SS&C TECHNOLOGIES Interview Questions
3.4
 • 161 Interviews
View all

Luxoft Reviews and Ratings

based on 616 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 616 Reviews and Ratings
Senior Software Engineer
447 salaries
unlock blur

₹10 L/yr - ₹35 L/yr

Senior Consultant
371 salaries
unlock blur

₹12 L/yr - ₹40 L/yr

Consultant
271 salaries
unlock blur

₹8 L/yr - ₹25 L/yr

Software Engineer
200 salaries
unlock blur

₹4.1 L/yr - ₹17 L/yr

Senior Software Developer
130 salaries
unlock blur

₹11 L/yr - ₹34 L/yr

Explore more salaries
Compare Luxoft with

Accenture

3.9
Compare

EPAM Systems

3.8
Compare

GlobalLogic

3.7
Compare

LTIMindtree

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