Upload Button Icon Add office photos

Luxoft

Compare button icon Compare button icon Compare

Filter interviews by

Luxoft Softwaretest Engineer Interview Questions and Answers for Freshers

Updated 21 Apr 2022

Luxoft Softwaretest Engineer Interview Experiences for Freshers

1 interview found

I applied via Naukri.com and was interviewed in Mar 2022. There were 2 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 - Technical 

(2 Questions)

  • Q1. Basic questions in Tosca
  • Q2. Detail asking about project

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn more and strong from technical wise

Interview questions from similar companies

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

(2 Questions)

  • Q1. Java program for prime no
  • Ans. 

    Java program to check if a number is prime or not

    • Create a function to check if a number is prime or not

    • Iterate from 2 to n/2 and check if n is divisible by any number

    • If n is divisible by any number, it is not prime

    • If n is not divisible by any number, it is prime

  • Answered by AI
  • Q2. Dynamic web table element program
  • Ans. 

    A dynamic web table element program involves identifying and interacting with elements in a table that change dynamically.

    • Identify the table element using unique identifiers like class or id

    • Use Selenium WebDriver to locate and interact with the table element

    • Handle dynamic changes in the table by using dynamic XPath or CSS selectors

    • Iterate through rows and columns to extract data or perform actions

  • Answered by AI

Skills evaluated in this interview

Softwaretest Engineer Interview Questions & Answers

Synechron user image SRIMANIKANDAN SEETHARAMAN

posted on 24 Apr 2024

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

I applied via Company Website and was interviewed before Apr 2023. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL, RDBMS, ETL transformation related questions
Round 2 - Technical 

(1 Question)

  • Q1. Explain your typical Software Testing Life Cycle.
  • Ans. 

    Software Testing Life Cycle involves planning, designing, executing, and reporting on tests to ensure quality software.

    • 1. Planning phase involves defining test objectives, scope, and resources.

    • 2. Design phase includes creating test cases, test data, and test environment setup.

    • 3. Execution phase is where tests are run, defects are logged, and retesting is done.

    • 4. Reporting phase involves documenting test results, defect...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you want to change your job?

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
-
Result
Selected Selected

I applied via Campus Placement and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Aptitude, reasoning, English, and two codes

Round 2 - Technical 

(1 Question)

  • Q1. Basics of OOPs SDLC Print pattern

I applied via Campus Placement and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Aptitude Test 

Aptitude ,reasoning, computer science fundamental mcq ,2 coding questions

Round 2 - Coding Test 

Advance round for those who solved more than 80% test in shl exam

Round 3 - One-on-one 

(1 Question)

  • Q1. Polymorphism,OOP,Code snippet output and basic coding and for some ppl puzzles also asked

Interview Preparation Tips

Topics to prepare for Persistent Systems Softwaretest Engineer interview:
  • Coding
  • Puzzle
  • OOP
  • Computer science Fundamentals
Interview preparation tips for other job seekers - Interview after martians program and based on basic coding, puzzle and general discussion
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Walk-in and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Questions are of medium difficulty focus on time

Round 2 - Technical 

(1 Question)

  • Q1. Reverse string in java
  • Ans. 

    To reverse a string in Java, use StringBuilder or char array.

    • Use StringBuilder's reverse() method to reverse a string.

    • Convert the string to a char array, then swap characters from start and end indexes.

    • Iterate through half of the string and swap characters at corresponding indexes.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Always focus on time as well as keep an eye on edge test cases.

Skills evaluated in this interview

Round 1 - One-on-one 

(3 Questions)

  • Q1. Tell me about your self
  • Q2. What is software testing
  • Ans. 

    Software testing is the process of evaluating a software application or system to find defects and ensure it meets the specified requirements.

    • Software testing involves executing software applications or systems to identify defects and ensure they meet the specified requirements.

    • It is done to ensure that the software is reliable, efficient, and meets the user's needs.

    • Testing can be done manually or using automated tools...

  • Answered by AI
  • Q3. How you test in detail
  • Ans. 

    I follow a structured approach to testing, including planning, designing test cases, executing them, and reporting defects.

    • I start by analyzing requirements and identifying test scenarios

    • I design test cases and prioritize them based on risk and impact

    • I execute test cases and report defects using a bug tracking tool

    • I perform regression testing to ensure fixes do not introduce new issues

    • I use automation tools to increase...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What is your expected salary and also share your expertise
  • Q2. What you like about the company

Interview Preparation Tips

Interview preparation tips for other job seekers - Be positive and confident in what you do

Skills evaluated in this interview

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

Easy MCQ Questions just prepare basics of CS

Round 2 - Technical 

(3 Questions)

  • Q1. Explain OOPS concept in detail
  • Ans. 

    OOPS is a programming paradigm based on the concept of objects, which can contain data in the form of fields and code in the form of procedures.

    • OOPS stands for Object-Oriented Programming System

    • It focuses on creating objects that interact with each other to solve a problem

    • Key principles include encapsulation, inheritance, polymorphism, and abstraction

    • Encapsulation: Bundling data and methods that operate on the data int...

  • Answered by AI
  • Q2. What is constructor
  • Ans. 

    A constructor is a special type of method that is automatically called when an object is created in a class.

    • Constructors have the same name as the class they are in.

    • They can be used to initialize object properties.

    • Constructors do not have a return type.

    • Example: public class Car { public Car() { // constructor code here } }

  • Answered by AI
  • Q3. When we use final keyword
  • Ans. 

    The final keyword is used in Java to declare constants, prevent method overriding, and prevent class inheritance.

    • Used to declare constants - value cannot be changed

    • Prevents method overriding in subclasses

    • Prevents class inheritance - class cannot be extended

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Strength and Weakness
  • Q2. About myself, my hobbies, fav game

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Asked on Java basics and then they asked on microservives and spring boot questions
Round 2 - One-on-one 

(1 Question)

  • Q1. Previous Project experiences.

Interview Preparation Tips

Interview preparation tips for other job seekers - Work on basics .
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Simple DSA questions based on arrays and linkedlist

Round 2 - Technical 

(2 Questions)

  • Q1. Remove duplicates from the string.
  • Ans. 

    Use a set to remove duplicates from a string array.

    • Create a set to store unique strings.

    • Iterate through the array and add each string to the set.

    • Convert the set back to an array to get the unique strings.

  • Answered by AI
  • Q2. Write a code for binary search
  • Ans. 

    Binary search code implementation in Python

    • Define a function that takes a sorted array and a target value as input

    • Initialize variables for low and high indices

    • Use a while loop to continue searching until low is less than or equal to high

    • Calculate mid index and compare value at mid with target

    • Update low or high based on comparison result

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Why you want to join Epam?
  • Ans. 

    I want to join Epam because of its reputation for cutting-edge technology and opportunities for career growth.

    • Epam is known for its innovative projects and use of advanced technologies.

    • I am impressed by Epam's commitment to employee development and training programs.

    • I believe working at Epam will provide me with the opportunity to work on challenging projects and grow my skills.

  • Answered by AI
  • Q2. What are your strengths and weakness?
  • Ans. 

    My strengths include attention to detail, problem-solving skills, and strong communication. My weakness is sometimes taking on too much work at once.

    • Strengths: attention to detail

    • Strengths: problem-solving skills

    • Strengths: strong communication

    • Weakness: taking on too much work at once

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just decent DSA and knowledge of your projects is enough to get through the company

Skills evaluated in this interview

Luxoft Interview FAQs

How many rounds are there in Luxoft Softwaretest Engineer interview for freshers?
Luxoft interview process for freshers usually has 2 rounds. The most common rounds in the Luxoft interview process for freshers are Resume Shortlist and Technical.

Tell us how to improve this page.

Luxoft Softwaretest Engineer Salary
based on 20 salaries
₹4.7 L/yr - ₹20 L/yr
100% more than the average Softwaretest Engineer Salary in India
View more details

Luxoft Softwaretest Engineer Reviews and Ratings

based on 4 reviews

4.3/5

Rating in categories

4.0

Skill development

3.8

Work-life balance

4.0

Salary

3.8

Job security

3.8

Company culture

4.0

Promotions

3.4

Work satisfaction

Explore 4 Reviews and Ratings
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