Upload Button Icon Add office photos

Luxoft

Compare button icon Compare button icon Compare

Filter interviews by

Luxoft Interview Questions and Answers for Experienced

Updated 10 Jun 2025
Popular Designations

23 Interview questions

A Senior Java Developer was asked 3mo ago
Q. Given a string, find the most frequently repeated number.
Ans. 

Find the maximum repeated number in a given string by counting occurrences of each digit and identifying the highest one.

  • Iterate through the string: Loop through each character in the string to check if it's a digit.

  • Count occurrences: Use a map or array to count how many times each digit appears.

  • Identify the maximum: After counting, determine which digit has the highest count.

  • Return the result: Output the digit th...

View all Senior Java Developer interview questions
A Senior Java Developer was asked 3mo ago
Q. What are the disadvantages of indexing?
Ans. 

Indexing can improve query performance but has drawbacks like increased storage and maintenance overhead.

  • Increased storage requirements: Indexes consume additional disk space. For example, a large table with multiple indexes can significantly increase storage needs.

  • Slower write operations: Inserting, updating, or deleting records can be slower due to the need to update indexes. For instance, adding a new row requi...

View all Senior Java Developer interview questions
A Senior Consultant was asked 6mo ago
Q. Can you demonstrate how to create a simple Jenkins job with the required parameters for a specific use case?
Ans. 

Creating a simple Jenkins job with required parameters

  • Log in to Jenkins and click on 'New Item'

  • Enter a name for the job and select 'Freestyle project'

  • Add build steps, post-build actions, and configure parameters as needed

  • Save the job and run it to test

View all Senior Consultant interview questions
An Appdynamics Consultant was asked
Q. What are APM tools?
Ans. 

APM tools are software applications that help monitor and manage the performance of applications and infrastructure in real-time.

  • APM stands for Application Performance Management or Monitoring.

  • APM tools provide insights into the performance of applications, helping to identify and troubleshoot issues quickly.

  • These tools monitor metrics such as response time, throughput, error rates, and resource usage.

  • Examples of ...

View all Appdynamics Consultant interview questions
An IT Analyst was asked
Q. Explain any Java frameworks you have used.
Ans. 

I have experience with Spring, Hibernate, and Apache Struts frameworks in Java development.

  • Used Spring framework for dependency injection and MVC architecture

  • Utilized Hibernate for ORM mapping and database interaction

  • Worked with Apache Struts for building web applications

View all IT Analyst interview questions
A Solution Architect was asked
Q. Tell me about your relevant experience and project information.
Ans. 

I have extensive experience in designing scalable solutions across various industries, focusing on cloud architecture and integration.

  • Led a team to migrate a legacy system to AWS, improving performance by 40%.

  • Designed a microservices architecture for an e-commerce platform, enhancing scalability and maintainability.

  • Implemented CI/CD pipelines using Jenkins and Docker, reducing deployment time by 70%.

  • Collaborated w...

View all Solution Architect interview questions

Luxoft HR Interview Questions

13 questions and answers

Q. What's your notice period?
Q. How frequently are you able to travel to support the project?
Q. When do you feel most excited during work?
A Lead Software Engineer was asked
Q. What are cursors?
Ans. 

Cursors are database objects used to retrieve data from result sets one row at a time.

  • Cursors are used in database management systems to navigate through a result set.

  • They allow for processing individual rows of a result set instead of fetching the entire set at once.

  • Cursors can be used in SQL queries to perform operations on each row of a result set.

View all Lead Software Engineer interview questions
Are these interview questions helpful?
A Lead Software Engineer was asked
Q. What are the ways to send data from JCL to COBOL?
Ans. 

Data can be sent from JCL to COBOL using parameters, files, or shared memory.

  • Passing parameters through JCL PROC statement

  • Writing data to a file in JCL and reading it in COBOL program

  • Using shared memory to communicate between JCL and COBOL

View all Lead Software Engineer interview questions
A Senior Software Engineer was asked
Q. Tell me about deployment.
Ans. 

Deployment involves transferring software from development to production, ensuring it runs smoothly for users.

  • Deployment can be manual or automated using CI/CD pipelines.

  • Example of CI/CD tools: Jenkins, GitLab CI, CircleCI.

  • Consider rollback strategies in case of deployment failures.

  • Use containerization (e.g., Docker) for consistent environments.

  • Monitor application performance post-deployment for issues.

View all Senior Software Engineer interview questions
A Senior Java Developer was asked
Q. What is Hash collision?
Ans. 

Hash collusion is when two different inputs produce the same hash value.

  • It is a security vulnerability in hash functions.

  • Attackers can exploit this vulnerability to create a collision attack.

  • For example, an attacker can create a malicious file with the same hash value as a legitimate file to bypass security checks.

View all Senior Java Developer interview questions

Luxoft Interview Experiences for Experienced

58 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 appeared for an interview 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
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

I appeared for an interview in Mar 2025, where I was asked the following questions.

  • Q1. Coding question - Find out max repeated number from given string
  • Ans. 

    Find the maximum repeated number in a given string by counting occurrences of each digit and identifying the highest one.

    • Iterate through the string: Loop through each character in the string to check if it's a digit.

    • Count occurrences: Use a map or array to count how many times each digit appears.

    • Identify the maximum: After counting, determine which digit has the highest count.

    • Return the result: Output the digit that is...

  • Answered by AI
  • Q2. What are the disadvantages of indexing?
  • Ans. 

    Indexing can improve query performance but has drawbacks like increased storage and maintenance overhead.

    • Increased storage requirements: Indexes consume additional disk space. For example, a large table with multiple indexes can significantly increase storage needs.

    • Slower write operations: Inserting, updating, or deleting records can be slower due to the need to update indexes. For instance, adding a new row requires u...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview 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
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About you current position
Round 2 - Technical 

(1 Question)

  • Q1. Regarding you experience in IT
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary negotiation
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 were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Data migration strategies
Round 2 - Behavioral 

(1 Question)

  • Q1. Project scenarios
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to join Luxoft
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Appian Design Guidance
  • Q2. Functions and scenarios
Round 2 - One-on-one 

(1 Question)

  • Q1. Manager rounds and Agile methodology
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview in Aug 2024.

Round 1 - Technical 

(1 Question)

  • Q1. Project amd Advanced C++ concepts
Round 2 - Coding Test 

C++ coding questions and logical questions

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

I applied via LinkedIn and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Screening round - telephonic interview
Round 2 - Technical 

(1 Question)

  • Q1. Technical round - Domain specific questions
Round 3 - Behavioral 

(1 Question)

  • Q1. Project Overview and Previous Work Experience related questions
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Work experience
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Regarding CI-CD pipeline
  • Q2. Few on Kuberneties.

Top trending discussions

View All
Salary Discussions
2w
a full stack developer
No Salary Discussion in My Appraisal — What’s Your Experience?
In my appraisal meeting, they didn’t ask or discuss my expectations about my salary or hike percentage. The entire discussion was only about feedback and performance review. After the meeting, I asked why they didn’t allow me to share my expectations or reveal my hike numbers. They told me that the hike numbers would be decided only by the owner and then they would inform me. I feel an appraisal meeting should include open discussion about both performance and future expectations. What are your thoughts? Does this happen in your company too?
Got a question about Luxoft?
Ask anonymously on communities.

Luxoft Interview FAQs

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

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

  1. What is different between forward and futu...read more
  2. Explain All protocol, what is call by value, call by reference, structure, unio...read more
  3. What is murex front end off...read more
What are the most common questions asked in Luxoft HR round for experienced candidates?

The most common HR questions asked in Luxoft interview are for experienced candidates -

  1. Where do you see yourself in 5 yea...read more
  2. What are your salary expectatio...read more
  3. Why are you looking for a chan...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.

Overall Interview Experience Rating

4.3/5

based on 40 interview experiences

Difficulty level

Easy 21%
Moderate 75%
Hard 4%

Duration

Less than 2 weeks 63%
2-4 weeks 30%
4-6 weeks 7%
View more

Interview Questions from Similar Companies

EPAM Systems Interview Questions
3.7
 • 576 Interviews
Synechron Interview Questions
3.5
 • 384 Interviews
Movate Interview Questions
3.3
 • 273 Interviews
SS&C TECHNOLOGIES Interview Questions
3.3
 • 186 Interviews
Globant Interview Questions
3.6
 • 184 Interviews
ThoughtWorks Interview Questions
3.9
 • 158 Interviews
TEKsystems Interview Questions
3.3
 • 127 Interviews
View all

Luxoft Reviews and Ratings

based on 726 reviews

3.6/5

Rating in categories

3.5

Skill development

3.9

Work-life balance

3.5

Salary

3.2

Job security

3.6

Company culture

2.9

Promotions

3.4

Work satisfaction

Explore 726 Reviews and Ratings
Python Developer with AI

Chennai,

Bangalore / Bengaluru

+1

4-9 Yrs

₹ 10-15 LPA

Explore more jobs
Senior Software Engineer
554 salaries
unlock blur

₹20.1 L/yr - ₹35 L/yr

Senior Consultant
410 salaries
unlock blur

₹20.1 L/yr - ₹35 L/yr

Consultant
292 salaries
unlock blur

₹12.2 L/yr - ₹22 L/yr

Software Engineer
212 salaries
unlock blur

₹5.5 L/yr - ₹15.7 L/yr

Senior Software Developer
148 salaries
unlock blur

₹18 L/yr - ₹30 L/yr

Explore more salaries
Compare Luxoft with

Accenture

3.7
Compare

Synechron

3.5
Compare

Movate

3.2
Compare

Sopra Steria

3.8
Compare
write
Share an Interview