Upload Button Icon Add office photos

Filter interviews by

L&T Technology Services Senior Test Engineer Interview Questions, Process, and Tips

Updated 18 Jul 2024

Top L&T Technology Services Senior Test Engineer Interview Questions and Answers

  • Q1. How would you test a smoke detector,how would you test a thermometer before buying from a mall
  • Q2. What are the alternatives for java collections in some other programming languages
  • Q3. how will you handle windows handling in real time ?

L&T Technology Services Senior Test Engineer Interview Experiences

2 interviews found

I applied via Recruitment Consulltant and was interviewed in Jul 2021. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Questions based on creating test scenarios, does requirement enough for testing, Questions from resume based on my past experiences
  • Q2. Write test case for testing a fan at certain speed
  • Ans. 

    Test case to verify fan speed

    • Set fan to desired speed

    • Measure actual speed using tachometer

    • Compare actual speed with desired speed

    • Repeat for different speeds

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Based on past experience, testing tools on which we have worked its detail
  • Q2. How would you test a smoke detector,how would you test a thermometer before buying from a mall
  • Ans. 

    To test a smoke detector, use smoke or a smoke spray. To test a thermometer, use ice water and boiling water.

    • For smoke detector, use smoke or a smoke spray to check if it triggers the alarm

    • For thermometer, use ice water and boiling water to check if it shows accurate temperature readings

    • Ensure the smoke detector and thermometer are calibrated properly

    • Check the battery life of the smoke detector

    • Check the accuracy of the...

  • Answered by AI
Round 3 - HR 

(3 Questions)

  • Q1. Tell me about yourself.
  • Ans. 

    I am an experienced Senior Test Engineer with a strong background in software testing and quality assurance.

    • Over 8 years of experience in testing web and mobile applications

    • Proficient in test planning, test case design, and test execution

    • Skilled in using test management tools like JIRA and TestRail

    • Expertise in automation testing using Selenium and Python

    • Strong knowledge of Agile methodologies and Scrum framework

    • Excelle...

  • Answered by AI
  • Q2. What are your salary expectations?
  • Ans. 

    I expect a competitive salary based on my experience, skills, and the responsibilities of the role.

    • I have researched the average salary range for Senior Test Engineers in the industry.

    • I have considered my years of experience and expertise in the field.

    • I am open to negotiation based on the specific responsibilities and benefits offered.

    • I am looking for a fair and competitive compensation package.

  • Answered by AI
  • Q3. Why are you looking for a change?
  • Ans. 

    Looking for new challenges and growth opportunities.

    • Seeking a more challenging role to enhance my skills and knowledge.

    • Interested in working with new technologies and tools.

    • Want to contribute to a company's growth and success.

    • Seeking better work-life balance and career progression.

    • Looking for a supportive and collaborative work environment.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Just prepare from your resume, if you are good at what you are doing in your present company, than you can crack interview most of the time

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How will you handle windows handling in real time ?
  • Ans. 

    I will handle windows handling in real time by using automation tools and scripts to interact with windows and perform necessary actions.

    • Utilize automation tools like Selenium or Appium to interact with windows

    • Write scripts to automate window handling tasks

    • Use APIs provided by the operating system to manipulate windows

    • Monitor window events and respond accordingly in real time

  • Answered by AI
  • Q2. What are the alternatives for java collections in some other programming languages
  • Ans. 

    Some alternatives for Java collections in other programming languages include Python's lists, C++'s vectors, and JavaScript's arrays.

    • Python: lists

    • C++: vectors

    • JavaScript: arrays

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - I would recommend everyone should be well prepared for your interviews

Skills evaluated in this interview

Senior Test Engineer Interview Questions Asked at Other Companies

asked in Sapiens
Q1. From Selenium -> Which Automation framework I have implemented ... read more
asked in LTIMindtree
Q2. What should be done when a defect is found in production?
Q3. Automation Testing QuestionWhat’s the difference between manual t ... read more
asked in LTIMindtree
Q4. How do you performed incrimental load in your project?
asked in CGI Group
Q5. Java QuestionWhat are Java 8 streams?

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. ETL tetsing methods, schema, SCD types, string function, some query based on scenario
  • Q2. L2 round - rank, dense rank, rownumber, types of fact, dimensions, duplicate query

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions was easy, need to have knowledge of concepts and hands of experience on sql queries
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Aptitude Test 

20 aptitude questions and 50 technical questions

Round 2 - One-on-one 

(10 Questions)

  • Q1. Tell me about your self
  • Q2. Explain automation framework
  • Ans. 

    Automation framework is a set of guidelines, rules, and tools that help in creating and executing automated tests.

    • Automation framework provides structure and guidelines for creating automated tests

    • It helps in organizing test scripts, data, and results

    • Frameworks can be data-driven, keyword-driven, or hybrid

    • Examples of automation frameworks include Selenium WebDriver, TestNG, and Robot Framework

  • Answered by AI
  • Q3. Java code for sorting without using built in function
  • Ans. 

    Sorting array of strings in Java without using built-in functions

    • Create a custom sorting algorithm like bubble sort, selection sort, or insertion sort

    • Compare each pair of strings and swap them if necessary to sort in ascending order

    • Repeat the process until the array is fully sorted

  • Answered by AI
  • Q4. Explain testng annotations and how will we use annotation in our framework
  • Ans. 

    TestNG annotations are used to control the flow of test methods and provide additional information about the test methods.

    • TestNG annotations are used to mark methods as test methods, setup methods, teardown methods, etc.

    • Annotations like @Test, @BeforeMethod, @AfterMethod, @BeforeClass, @AfterClass, @BeforeSuite, @AfterSuite are commonly used in TestNG framework.

    • Annotations help in organizing and prioritizing test metho...

  • Answered by AI
  • Q5. What is testng listener
  • Ans. 

    TestNG listener is an interface that allows users to customize the test execution process.

    • TestNG listeners can be used to perform actions before or after a test method is run.

    • Listeners can be used to generate logs, take screenshots, or perform other custom actions during test execution.

    • Examples of TestNG listeners include ITestListener, ISuiteListener, and IInvokedMethodListener.

  • Answered by AI
  • Q6. What is overriding and where it is used in automation framework
  • Ans. 

    Overriding is a concept in object-oriented programming where a subclass provides a specific implementation of a method that is already provided by its superclass.

    • Overriding allows a subclass to provide a specific implementation of a method that is already provided by its superclass

    • It is used in automation frameworks to customize or extend the functionality of existing methods or classes

    • In automation testing, overriding...

  • Answered by AI
  • Q7. Explain bdd hooks and tags
  • Ans. 

    BDD hooks and tags are used in Behavior-Driven Development to set up preconditions and execute actions before or after scenarios, and to categorize and filter scenarios.

    • BDD hooks are used to set up preconditions and execute actions before or after scenarios

    • Tags are used to categorize and filter scenarios based on certain criteria

    • Hooks can be used to perform setup and teardown actions, such as initializing test data or ...

  • Answered by AI
  • Q8. Explain bdd background keyword
  • Ans. 

    BDD background keyword is used to define common preconditions for all scenarios in a feature file.

    • Used at the beginning of a feature file to define common preconditions

    • Helps in setting up the initial state for all scenarios in the feature file

    • Reduces duplication of steps in scenarios by defining them once in the background

  • Answered by AI
  • Q9. Explain ci/cd pipeline using jenkins
  • Ans. 

    CI/CD pipeline using Jenkins automates the process of integrating code changes and deploying them to production.

    • Jenkins is a popular automation server used for CI/CD

    • CI/CD stands for Continuous Integration/Continuous Deployment

    • In a CI/CD pipeline, code changes are automatically built, tested, and deployed

    • Jenkins pipelines can be defined using a Jenkinsfile which specifies the stages and steps of the pipeline

    • Example: Che...

  • Answered by AI
  • Q10. Explain rest assured and write a code for post and verify the response
  • Ans. 

    Rest Assured is a Java library for testing RESTful APIs. It simplifies API testing by providing a fluent interface to make HTTP requests and validate responses.

    • Rest Assured is commonly used in API automation testing to validate the functionality of RESTful APIs.

    • It allows testers to easily make HTTP requests, set headers, parameters, and body, and validate the response.

    • Here is an example code snippet for posting data an...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Please prepare all concepts in framwork

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Basic SDET related Manual and Automation Codes
  • Q2. Manager Round is about your work nature attentiveness in work
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is defect tracking
  • Ans. 

    Defect tracking is the process of identifying, documenting, prioritizing, and resolving issues or bugs in software.

    • Defect tracking involves recording details of defects found during testing.

    • Each defect is assigned a unique identifier for tracking purposes.

    • Defects are categorized based on severity and priority to determine the order in which they should be fixed.

    • Defect tracking tools like Jira, Bugzilla, or HP ALM are c...

  • Answered by AI
  • Q2. What is the regression testing
  • Ans. 

    Regression testing is the process of retesting a software application to ensure that new code changes have not adversely affected existing functionality.

    • Regression testing is performed after code changes to verify that the existing functionality still works correctly.

    • It helps in identifying any defects introduced by new code changes.

    • Automated testing tools are often used for regression testing to save time and effort.

    • R...

  • Answered by AI
  • Q3. How you will write the test scenario for elevator
  • Ans. 

    Test scenarios for an elevator to ensure proper functionality and safety

    • Test the elevator buttons for all floors

    • Test emergency stop button functionality

    • Test door opening and closing mechanism

    • Test elevator capacity by loading it with maximum weight limit

    • Test response time for elevator arrival at different floors

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic selenium and Java program

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Technical 

(3 Questions)

  • Q1. Questions on Framework
  • Q2. Programs on Strings and Collections
  • Q3. Selenium scenario based programs on window handling
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

30 question based on core java , math, logical reasoning

Round 2 - Technical 

(2 Questions)

  • Q1. Sql queries on joins
  • Q2. Selenium question and core java concept
Round 3 - Technical 

(2 Questions)

  • Q1. Selenium concept related questions
  • Q2. XPath and testng related
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jan 2023. There were 9 interview rounds.

Round 1 - Aptitude Test 

They will ask some general questions

Round 2 - Coding Test 

They will check your coding ability

Round 3 - Group Discussion 

They will check your communication skills

Round 4 - Assignment 

They will check how good are you for your assignment

Round 5 - Case Study 

They will check how good you are for solving problems

Round 6 - HR 

(1 Question)

  • Q1. The HR will directly call you
Round 7 - Technical 

(1 Question)

  • Q1. They will check that how strong you in technical side
Round 8 - One-on-one 

(1 Question)

  • Q1. The interviewer will take face to face interview
Round 9 - You have to accept offer letter 

(1 Question)

  • Q1. Are you ready to accept offer letter.
  • Ans. 

    Yes, I am ready to accept the offer letter.

    • I am excited about the opportunity and ready to take on the responsibilities of a Senior Test Engineer.

    • I have thoroughly researched the company and believe it aligns with my career goals.

    • I have discussed the offer with my family and they are supportive of my decision.

    • I am confident in my skills and experience to excel in this role.

    • I am ready to negotiate and finalize the detai

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do prepare for interview.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Approached by Company 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 - Technical 

(1 Question)

  • Q1. *Policy interview questions* 1. Policy dashboard 2. Billing dashboard 3. Work flow of policy to billing 4. Type of account. Direct and agency 5. Rewrite and renew 6. Sit and regression 7. Smoke and sanit...
Round 3 - Technical 

(1 Question)

  • Q1. 1. Billing transaction 2. Forms 3. Premium
Round 4 - HR 

(1 Question)

  • Q1. Introduction About coforge And compensation discussion

L&T Technology Services Interview FAQs

How many rounds are there in L&T Technology Services Senior Test 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 One-on-one Round, HR and Technical.
What are the top questions asked in L&T Technology Services Senior Test Engineer interview?

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

  1. How would you test a smoke detector,how would you test a thermometer before buy...read more
  2. What are the alternatives for java collections in some other programming langua...read more
  3. how will you handle windows handling in real tim...read more

Tell us how to improve this page.

L&T Technology Services Senior Test Engineer Salary
based on 178 salaries
₹5.2 L/yr - ₹18 L/yr
At par with the average Senior Test Engineer Salary in India
View more details

L&T Technology Services Senior Test Engineer Reviews and Ratings

based on 23 reviews

2.6/5

Rating in categories

2.5

Skill development

2.3

Work-Life balance

2.0

Salary & Benefits

2.9

Job Security

2.4

Company culture

2.2

Promotions/Appraisal

2.3

Work Satisfaction

Explore 23 Reviews and Ratings
Senior Engineer
5.3k salaries
unlock blur

₹5 L/yr - ₹17 L/yr

Engineer
4.7k salaries
unlock blur

₹3 L/yr - ₹8.2 L/yr

Technical Lead
2k salaries
unlock blur

₹8.5 L/yr - ₹28 L/yr

Project Lead
1.6k salaries
unlock blur

₹6 L/yr - ₹22.1 L/yr

Senior Software Engineer
1.4k salaries
unlock blur

₹4.8 L/yr - ₹18.2 L/yr

Explore more salaries
Compare L&T Technology Services with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

Tech Mahindra

3.6
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