Upload Button Icon Add office photos

L&T Technology Services

Compare button icon Compare button icon Compare

Filter interviews by

L&T Technology Services Softwaretest Engineer Interview Questions and Answers

Updated 1 Apr 2025

L&T Technology Services Softwaretest Engineer Interview Experiences

3 interviews found

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Write a code of square root in cpp

Round 2 - Technical 

(2 Questions)

  • Q1. Tell me about your shelf
  • Ans. 

    My shelf is organized with books, plants, and decorative items.

    • I have separate sections for fiction, non-fiction, and reference books.

    • I also have a few potted plants to add some greenery.

    • I display decorative items like candles and small figurines on the shelf.

    • I keep my favorite books prominently displayed for easy access.

  • Answered by AI
  • Q2. Property of class
  • Ans. 

    Properties of a class are characteristics or attributes that define the class and its objects.

    • Properties define the state of an object

    • Properties can have different access levels (public, private, protected)

    • Properties can have default values

    • Properties can be read-only or write-only

    • Examples: class Car { private string color; public int speed; }

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tells abouts your shelf
  • Ans. 

    My shelf is organized with books on software testing, coding, and automation tools.

    • Organized with books on software testing

    • Includes coding books for programming languages

    • Contains books on automation tools like Selenium

  • Answered by AI
  • Q2. Why you are join this company
  • Ans. 

    I am excited to join this company because of its reputation for innovation and commitment to quality.

    • Impressed by company's track record of developing cutting-edge software solutions

    • Excited about the opportunity to work with a talented team of professionals

    • Believe in the company's values and vision for the future

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Mar 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Good with moderate question

Round 2 - Coding Test 

Advance level algorithm

Interview Preparation Tips

Interview preparation tips for other job seekers - push your limits

Softwaretest Engineer Interview Questions Asked at Other Companies

asked in Playablo
Q1. What is boundary value analysis? How do u perform boundary value ... read more
asked in Playablo
Q2. If u get a blocker defect just the previous day of ur release dat ... read more
Q3. 1. What is STLC, SDLC 2. What is the bug Life cycle. 3. Differenc ... read more
Q4. - Print the frequency of each alphabet for the given string. - Sw ... read more
asked in Playablo
Q5. Write Sql query for displaying total number of students from chil ... read more
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I appeared for an interview before Apr 2024, where I was asked the following questions.

  • Q1. Sql,java,scenario based questions
  • Q2. Write factorial number
  • Ans. 

    A factorial is the product of all positive integers up to a given number, denoted by n!.

    • Factorial of 0 is 1 (0! = 1).

    • Factorial of 5 is 120 (5! = 5 × 4 × 3 × 2 × 1).

    • Factorial grows rapidly; for example, 10! = 3,628,800.

    • Factorial can be calculated using recursion or iteration.

  • Answered by AI

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed before Jan 2022. There were 3 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 

SQL, DBMS, ETL, UNIX, SQL JOIN, putty and TIDAL

Round 3 - HR 

(2 Questions)

  • Q1. Experience on ETL REASON FOR CHANGE
  • Q2. Reason for change Availability of interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident at SQL and ETL concepts
SQL JOIN
Unix command
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What is angular
  • Q2. Javascriptframework
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
More than 8 weeks
Result
No response

I applied via Campus Placement and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

There are quantitative, logical and communication round in 1 round

Round 2 - HR 

(2 Questions)

  • Q1. Where do you see your self in the next 5 years
  • Q2. Question related to hobbies and skills
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is data structure?
Interview experience
5
Excellent
Difficulty level
-
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Jun 2022. There were 3 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 - Aptitude Test 

Questions are normal aptitude questions with easy level coding MCQs

Round 3 - Technical 

(2 Questions)

  • Q1. Basic Introduction question Asked basic OOPs questions Basic SQL questions Questions related to college projects
  • Q2. I introduced myself Given answers to oops and sql questions And about college projects i explained what I did and what difficulties I faced
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

Logical and analytical

Round 2 - Coding Test 

Dsa questions difficultly level was medium

Round 3 - Technical 

(1 Question)

  • Q1. Oops, linked list, sorting algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Good to have developement skills also
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 Sep 2023. There were 3 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 

(1 Question)

  • Q1. What are the locators in selenium, Write xpath for given element Diff between find element and findelements What is smoke sanity and regression testing Black box and white box testing difference Defect li...
  • Ans. 

    Answers to common interview questions for Software Test Engineer position

    • Locators in Selenium are used to locate elements on a web page, such as ID, name, class name, tag name, link text, and XPath

    • Example of XPath for an element: //input[@id='username']

    • findElement() is used to find a single element on a web page, while findElements() is used to find multiple elements

    • Smoke testing is a preliminary testing to check if th...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion

Skills evaluated in this interview

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Softwaretest Engineer interview?
L&T Technology Services interview process usually has 2 rounds. The most common rounds in the L&T Technology Services interview process are Coding Test, Aptitude Test and Technical.
What are the top questions asked in L&T Technology Services Softwaretest Engineer interview?

Some of the top questions asked at the L&T Technology Services Softwaretest Engineer interview -

  1. Tells abouts your sh...read more
  2. Write factorial num...read more
  3. Property of cl...read more

Tell us how to improve this page.

L&T Technology Services Softwaretest Engineer Interview Process

based on 5 interviews

Interview experience

3.6
  
Good
View more
L&T Technology Services Softwaretest Engineer Salary
based on 190 salaries
₹2.4 L/yr - ₹10 L/yr
At par with the average Softwaretest Engineer Salary in India
View more details

L&T Technology Services Softwaretest Engineer Reviews and Ratings

based on 11 reviews

4.2/5

Rating in categories

3.5

Skill development

4.2

Work-life balance

3.2

Salary

4.1

Job security

4.3

Company culture

3.2

Promotions

3.8

Work satisfaction

Explore 11 Reviews and Ratings
Senior Engineer
5.9k salaries
unlock blur

₹5 L/yr - ₹17.1 L/yr

Engineer
4.6k salaries
unlock blur

₹2.6 L/yr - ₹8.2 L/yr

Technical Lead
2.2k salaries
unlock blur

₹8.5 L/yr - ₹30 L/yr

Project Lead
1.5k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Software Engineer
1.4k salaries
unlock blur

₹2.8 L/yr - ₹9.8 L/yr

Explore more salaries
Compare L&T Technology Services with

LTIMindtree

3.7
Compare

DXC Technology

3.7
Compare

Mphasis

3.4
Compare

Sutherland Global Services

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