Upload Button Icon Add office photos

Filter interviews by

Luxoft Senior Software Engineer Product Development Interview Questions and Answers

Updated 19 Jan 2023

Luxoft Senior Software Engineer Product Development Interview Experiences

1 interview found

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

I applied via Naukri.com and was interviewed in Dec 2022. There were 4 interview rounds.

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 - Coding Test 

There was a one hackerearth test conducted as 1st round of interview.

Round 3 - Technical 

(1 Question)

  • Q1. Technical round with some coding challenges
Round 4 - One-on-one 

(1 Question)

  • Q1. Managerial and Technical with some realtime scenarios

Interview Preparation Tips

Interview preparation tips for other job seekers - Be prepared and confident about the technical questions, some basic algorithms and realtime scenarios

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
-
Result
-
Round 1 - Coding Test 

Coding test conducted in virtual session - you need share the entire screen (google meet). Interviewer share about 12 questions, in 10 are theory based questions and 2 coding questions.
while writing theory try to answer with real time example from your project.
1. Solid principles 2 design patterns used 3 diff between .net core vs .net 4. garbage collection 5. global exception handling in core 5. performance / monitoring related questions

coding questions: 1. Nth max value without sorting. 2. sum of max sub array in a integer array

Round 2 - One-on-one 

(4 Questions)

  • Q1. Skills, project explanation, unit testing, code review
  • Q2. Usage of dependency injection in core along with types
  • Ans. 

    Dependency injection in core with types is a common practice in software engineering.

    • Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.

    • Using dependency injection in core allows for easier testing and maintenance of the codebase.

    • Types in dependency injection help ensure that the correct dependencies are injected into components.

    • Examples include us...

  • Answered by AI
  • Q3. Usage of Middleware along with custom middleware
  • Ans. 

    Middleware is used to handle requests and responses in web applications. Custom middleware can be created to add specific functionality.

    • Middleware is software that acts as a bridge between an operating system or database and applications, allowing them to communicate with each other.

    • Middleware can be used to handle tasks such as authentication, logging, error handling, and more.

    • Custom middleware can be created to add s...

  • Answered by AI
  • Q4. Authentication and authorization in web api core
  • Ans. 

    Authentication and authorization are essential for securing web APIs in ASP.NET Core.

    • Use authentication to verify the identity of the user accessing the API.

    • Use authorization to determine what actions the authenticated user is allowed to perform.

    • In ASP.NET Core, authentication can be implemented using various schemes like JWT, OAuth, or Identity.

    • Authorization can be achieved through policies, roles, or claims.

    • Always va...

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. About Self introduction and Core Functions of experiences
  • Q2. Deep dive into Technologies what we have worked so far
  • Ans. 

    I have worked with a variety of technologies including Java, Python, SQL, AWS, Docker, and Kubernetes.

    • Java

    • Python

    • SQL

    • AWS

    • Docker

    • Kubernetes

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Ability to handle the product
  • Ans. 

    I have extensive experience in handling complex software products and have successfully led teams to deliver high-quality solutions.

    • Led a team to successfully launch a new product feature within tight deadlines

    • Managed the development of a large-scale software product from conception to release

    • Collaborated with cross-functional teams to ensure product requirements were met

    • Implemented agile methodologies to improve produ

  • Answered by AI
  • Q2. Customer or client interaction and project evaluations
Round 3 - HR 

(2 Questions)

  • Q1. About Complete personal traits
  • Q2. Compensation and Willingness

Interview Preparation Tips

Interview preparation tips for other job seekers - Overall good

Skills evaluated in this interview

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. Behavioral questions
  • Q2. Coding problem - reg frequency of numbers in an array
  • Ans. 

    Count the frequency of numbers in an array of strings.

    • Iterate through the array and use a hashmap to store the frequency of each number.

    • If the number is already in the hashmap, increment its count. Otherwise, add it to the hashmap with a count of 1.

    • Return the hashmap with the frequency of each number.

  • Answered by AI

Skills evaluated in this interview

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

I applied via Approached by Company and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Coding Test 

Occurrence of the elements in descending order.

Round 2 - Technical 

(1 Question)

  • Q1. Design question on projects
Round 3 - HR 

(1 Question)

  • Q1. Offer discussion
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - Coding Test 

DSA questions and programming concepts

Round 2 - Technical 

(2 Questions)

  • Q1. Reverse string and optimize it
  • Ans. 

    Reverse array of strings efficiently

    • Use two pointers approach to swap characters from start and end of each string

    • Optimize by using in-place reversal instead of creating new strings

    • Consider edge cases like empty strings or strings with only one character

  • Answered by AI
  • Q2. Reverse binary tree
Round 3 - HR 

(2 Questions)

  • Q1. Salary expectations
  • Q2. Joining location
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Basics of Java OOPS
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. C++ fundamental
  • Q2. Reverse linked list
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. Multithreading, process and performance
  • Q2. Process handling
  • Q3. Coding questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Take a wise decision before joining this organization, go through all the reviews.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic questions on opps, c#, asp. Net and angular, sql
Round 2 - Technical 

(1 Question)

  • Q1. Deep discussion on oops, angular, c# and sql. Like writing some queries and oops concepts syntax writing on notepad
Round 3 - Behavioral 

(1 Question)

  • Q1. Basic discussion on my projects and they explain their projects and methodology they follows. Their day to day tasks

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare technical interview questions and if you are not aware about some technologies then inform then instead of giving false answers. And keep your any one from both front end or back end strong

Luxoft Interview FAQs

How many rounds are there in Luxoft Senior Software Engineer Product Development interview?
Luxoft interview process usually has 4 rounds. The most common rounds in the Luxoft interview process are Resume Shortlist, Coding Test and Technical.
What are the top questions asked in Luxoft Senior Software Engineer Product Development interview?

Some of the top questions asked at the Luxoft Senior Software Engineer Product Development interview -

  1. Managerial and Technical with some realtime scenar...read more
  2. Technical round with some coding challen...read more

Tell us how to improve this page.

People are getting interviews through

based on 1 Luxoft interview
Job Portal
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.2k Interviews
Wipro Interview Questions
3.7
 • 5.5k Interviews
LTIMindtree Interview Questions
3.9
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 784 Interviews
GlobalLogic Interview Questions
3.7
 • 566 Interviews
EPAM Systems Interview Questions
3.8
 • 515 Interviews
Synechron Interview Questions
3.6
 • 348 Interviews
Movate Interview Questions
3.3
 • 243 Interviews
SS&C TECHNOLOGIES Interview Questions
3.4
 • 160 Interviews
View all
Senior Software Engineer
438 salaries
unlock blur

₹9.9 L/yr - ₹36 L/yr

Senior Consultant
371 salaries
unlock blur

₹12 L/yr - ₹35 L/yr

Consultant
276 salaries
unlock blur

₹8.4 L/yr - ₹25.8 L/yr

Software Engineer
198 salaries
unlock blur

₹4.3 L/yr - ₹18.9 L/yr

Senior Software Developer
121 salaries
unlock blur

₹13 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.9
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview