Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by LTIMindtree Team. If you also belong to the team, you can get access from here

LTIMindtree Verified Tick

Compare button icon Compare button icon Compare
3.8

based on 20.2k Reviews

Filter interviews by

LTIMindtree Automation Test Engineer Interview Questions, Process, and Tips

Updated 25 Dec 2024

Top LTIMindtree Automation Test Engineer Interview Questions and Answers

  • Q1. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap for occurences of characters 4. wap for fibonacci series 5. write xpath from a website(they will tell the e ...read more
  • Q2. What is difference between abstract class and abstract method
  • Q3. Git commands you have used, and how to handle merge conflict?
View all 31 questions

LTIMindtree Automation Test Engineer Interview Experiences

24 interviews found

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

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

Round 1 - One-on-one 

(7 Questions)

  • Q1. Appium architecture
  • Q2. Java oops concepts n where did u apply that in automation framework
  • Ans. 

    Java OOPs concepts are used in automation framework design for better code organization and reusability.

    • Encapsulation: Used to hide the internal implementation details of classes and provide access through methods.

    • Inheritance: Allows for code reuse by creating parent-child relationships between classes.

    • Polymorphism: Enables methods to behave differently based on the object they are called on.

    • Abstraction: Helps in defin...

  • Answered by AI
  • Q3. How to handle otp
  • Ans. 

    OTP can be handled by generating, sending, and verifying it in automated tests.

    • Generate OTP using a random number generator

    • Send OTP to the user via email, SMS, or any other communication channel

    • Verify OTP entered by the user against the generated OTP

  • Answered by AI
  • Q4. How start appium in automation
  • Ans. 

    To start Appium in automation, you need to install Appium server, set up desired capabilities, and run the server.

    • Install Appium server using npm install -g appium

    • Set up desired capabilities in your test script

    • Start the Appium server using the command appium

  • Answered by AI
  • Q5. What are the types of mobile apps
  • Ans. 

    Types of mobile apps include native apps, web apps, and hybrid apps.

    • Native apps are developed for specific platforms like iOS or Android

    • Web apps are accessed through a web browser and do not need to be downloaded from an app store

    • Hybrid apps combine elements of both native and web apps

    • Examples include Instagram (native), Twitter (web), and Uber (hybrid)

  • Answered by AI
  • Q6. Program to remove duplicate letters in a string
  • Ans. 

    Program to remove duplicate letters in a string

    • Iterate through the string and keep track of seen characters in a set

    • Append characters to a new string only if they are not already in the set

    • Return the new string without duplicate letters

  • Answered by AI
  • Q7. How to perform swipe action in mobile devices
  • Ans. 

    Swipe action in mobile devices can be performed using swipe() method in Appium or TouchAction class in Selenium.

    • Use swipe() method in Appium to perform swipe action in mobile devices

    • Alternatively, use TouchAction class in Selenium for swipe action

    • Specify the start and end coordinates for the swipe action

    • Adjust the duration and speed of the swipe as needed

  • Answered by AI

Skills evaluated in this interview

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Introduce about yourself
  • Q2. What are all the Selenium suites?
  • Q3. Explain about your framwork.

Automation Test Engineer Interview Questions Asked at Other Companies

asked in TCS
Q1. How to handle scrollbar and mouse activities Jenkins and Github S ... read more
asked in Infosys
Q2. Introduce yourself 1.What is STLC 2. difference between Test plan ... read more
Q3. What is Automation? what is selenium?what is xpath? what is regre ... read more
asked in TCS
Q4. 1) cucumber 2) Defects worked on, tell me about the bugs you foun ... read more
asked in Capgemini
Q5. 1] Introduction 2] Sanity Vs Smoke testing 3] Waits in selenium a ... read more
Interview experience
2
Poor
Difficulty level
Easy
Process Duration
-
Result
No response

I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.

Round 1 - One-on-one 

(4 Questions)

  • Q1. Print all even numbers in an array exactly like this -> {2,4,6}. Without even concatenating the curly braces.
  • Q2. Difference between Abstract and Interface classes
  • Q3. Input String -> "My name is so and so", Output -> "{My-name-is-so-and-so}"
  • Q4. Git commands you have used, and how to handle merge conflict?
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Differenc between Implicit & Explicit wait
  • Ans. 

    Implicit wait is set globally for all elements, while explicit wait is applied to specific elements only.

    • Implicit wait is set using driver.manage().timeouts().implicitlyWait() method

    • Explicit wait is implemented using WebDriverWait class in Selenium

    • Implicit wait is not recommended as it can slow down the test execution

    • Explicit wait is more flexible and efficient as it waits for a specific condition to be met

  • Answered by AI
  • Q2. Few on coding(scenario based)
Round 2 - Technical 

(3 Questions)

  • Q1. Testing scenario based
  • Q2. Write logic, given an scenario
  • Q3. Agile process questions

Skills evaluated in this interview

LTIMindtree interview questions for designations

 Senior Automation Test Engineer

 (4)

 Automation Test Specialist

 (1)

 Sdet Automation Test Engineer

 (2)

 Tosca Automation Test Engineer

 (1)

 Test Engineer

 (18)

 Senior Automation Engineer

 (2)

 Automation Engineer

 (3)

 Senior Test Engineer

 (32)

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

(2 Questions)

  • Q1. Real Automation Coding experience and explain
  • Ans. 

    I have 3 years of experience in automation testing using Selenium and Java. Developed test scripts for regression testing.

    • Utilized Selenium WebDriver with Java to automate test cases

    • Developed test scripts for regression testing

    • Used frameworks like TestNG for test execution and reporting

  • Answered by AI
  • Q2. How fast you can learn new technology and Process and what is your strategy to improve ROI very fast
  • Ans. 

    I have a proven track record of quickly learning new technologies and processes, with a focus on maximizing ROI.

    • I prioritize understanding the fundamentals of the new technology or process before diving into details

    • I leverage online resources, tutorials, and documentation to accelerate my learning curve

    • I seek guidance and mentorship from experienced professionals in the field to gain insights and best practices

    • I set cl...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Good learning and best experience to learn latest technology

Get interview-ready with Top LTIMindtree Interview Questions

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

I applied via Walk-in and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions in Selenium
  • Q2. Write a program to find the given number is palindrome or not.

Automation Test Engineer Interview Questions & Answers

user image Sompradeep Pakalapati

posted on 16 Sep 2024

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

(3 Questions)

  • Q1. How to defain generators?
  • Q2. What is instance verable?
  • Q3. No qustion asked me

Automation Test Engineer interview

user image Shiv AutomationLabs

posted on 23 Nov 2021

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 Oct 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. String reverse in java using StringBuilder
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Jul 2024.

Round 1 - Technical 

(6 Questions)

  • Q1. Bubble sort program
  • Ans. 

    Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements, and swaps them if they are in the wrong order.

    • Start at the beginning of the array and compare the first two elements. If they are in the wrong order, swap them.

    • Continue comparing adjacent elements and swapping them if necessary until the entire array is sorted.

    • Repeat this process for each element in the array u

  • Answered by AI
  • Q2. TestNG Annotation
  • Q3. Sql query to find Salary greater than Adam's salary
  • Ans. 

    Use a SQL query to find salaries greater than Adam's salary.

    • Use a subquery to get Adam's salary

    • Compare salaries using WHERE clause

  • Answered by AI
  • Q4. Regression vs retesting
  • Ans. 

    Regression testing ensures changes do not affect existing functionality, while retesting focuses on verifying fixed defects.

    • Regression testing is performed to ensure that new code changes do not negatively impact existing functionality.

    • Retesting is done to verify that a specific defect has been fixed.

    • Regression testing is typically automated to save time and effort.

    • Retesting is usually done manually to ensure the fix i...

  • Answered by AI
  • Q5. STLC Bug Life Cycle
  • Q6. Jenkins explain
  • Ans. 

    Jenkins is a popular open-source automation server used for continuous integration and continuous delivery of software projects.

    • Jenkins is used to automate the building, testing, and deployment of software projects.

    • It allows for the integration of various tools and plugins to support the automation process.

    • Jenkins can be configured to trigger builds automatically based on code changes in a version control system.

    • It pro...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well java, selenium, testng, sql

Skills evaluated in this interview

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Automation Test Engineer interview?
LTIMindtree interview process usually has 1-2 rounds. The most common rounds in the LTIMindtree interview process are Technical, Coding Test and One-on-one Round.
How to prepare for LTIMindtree Automation Test Engineer interview?
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 LTIMindtree. The most common topics and skills that interviewers at LTIMindtree expect are Automation Testing, API Testing, Java, Test Engineering and API Automation.
What are the top questions asked in LTIMindtree Automation Test Engineer interview?

Some of the top questions asked at the LTIMindtree Automation Test Engineer interview -

  1. 1. diff b/w findelements vs findelement? 2. set vs map? 3. wap for occurences o...read more
  2. What is difference between abstract class and abstract meth...read more
  3. Git commands you have used, and how to handle merge confli...read more
How long is the LTIMindtree Automation Test Engineer interview process?

The duration of LTIMindtree Automation Test Engineer interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

LTIMindtree Automation Test Engineer Interview Process

based on 17 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more
LTIMindtree Automation Test Engineer Salary
based on 436 salaries
₹2.7 L/yr - ₹11 L/yr
15% less than the average Automation Test Engineer Salary in India
View more details

LTIMindtree Automation Test Engineer Reviews and Ratings

based on 29 reviews

3.8/5

Rating in categories

3.9

Skill development

3.9

Work-life balance

3.4

Salary

3.8

Job security

3.6

Company culture

3.0

Promotions

3.7

Work satisfaction

Explore 29 Reviews and Ratings
Senior Software Engineer
21.2k salaries
unlock blur

₹4.7 L/yr - ₹18.6 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Module Lead
6.7k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Technical Lead
6.5k salaries
unlock blur

₹9.3 L/yr - ₹37 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.3 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
Compare

Capgemini

3.8
Compare

Accenture

3.9
Compare

TCS

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