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

Filter interviews by

LTIMindtree Automation Engineer Interview Questions, Process, and Tips

Updated 20 Sep 2024

Top LTIMindtree Automation Engineer Interview Questions and Answers

  • Q1. gave code class A { int i = 10; } class B extends A { int i = 20; } public class test{ public static void main (String [] args) { A a = new B(); System.out.println(a.i): ...read more
  • Q2. difference between final finally finalize
  • Q3. Custom assertions in selenium

LTIMindtree Automation Engineer Interview Experiences

3 interviews found

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

(5 Questions)

  • Q1. OOPs concepts and framework implementation
  • Q2. 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 the first element is greater than the second, swap them.

    • Continue comparing adjacent elements and swapping them if necessary until the end of the array is reached.

    • Repeat this process for each ...

  • Answered by AI
  • Q3. Basic questions on selenium
  • Q4. Custom assertions in selenium
  • Ans. 

    Custom assertions in Selenium allow for creating personalized validation checks in test automation scripts.

    • Custom assertions can be created by extending the Assert class in Selenium.

    • They can be used to validate specific conditions or elements on a web page.

    • Custom assertions can improve test readability and maintainability by encapsulating complex validation logic.

    • Example: Creating a custom assertion to verify the prese

  • Answered by AI
  • Q5. Webdriver questions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Approached by Company and was interviewed in Oct 2023. There was 1 interview round.

Round 1 - Technical 

(3 Questions)

  • Q1. Difference between final finally finalize
  • Ans. 

    final, finally, and finalize are related keywords in Java with different meanings and usage.

    • final is a keyword used to declare constants, variables, methods, and classes that cannot be changed or extended.

    • finally is a block used in exception handling to ensure a piece of code is always executed, whether an exception is thrown or not.

    • finalize is a method used in Java to perform cleanup operations on an object before it

  • Answered by AI
  • Q2. Gave code class A { int i = 10; } class B extends A { int i = 20; } public class test{ public static void main (String [] args) { A a = new B(); System.out.println(a.i): } }
  • Ans. 

    The code will output 10 because the variable i is accessed through a reference of class A.

    • When a subclass object is assigned to a superclass reference, the superclass reference can only access the superclass members.

    • In this case, even though the object is of class B, the variable i is accessed from class A.

    • Output: 10

  • Answered by AI
  • Q3. Gave code and asked output class A { static int i = 10; public void inc(){ i++; System.out.println(i); } } public class test{ public static void main (String [] args){ A a = new A(); A b = new B(); a.inc...

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare oops concepts tricky code questions only theory wont help.

Skills evaluated in this interview

Automation Engineer Interview Questions Asked at Other Companies

asked in GEA Group
Q1. 16) What is modbus ? Types of modbus? How many slaves we can conn ... read more
asked in Blue Yonder
Q2. 1. What is the difference between Absolute & Relative Xpaths?
Q3. 1. Explain oops concepts in coding. 2. Write a program to find mi ... read more
Q4. One coding challenge was given to find the number of palindrome w ... read more
asked in GEA Group
Q5. 15) What is ASI protocol? How many slaves we can connect to one m ... read more
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 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. Questions are based on ur projects Some code snipets Some sql query writings
Round 3 - One-on-one 

(1 Question)

  • Q1. Then 2nd round is mangerial Interpersonal skills
Round 4 - HR 

(1 Question)

  • Q1. Salry negotiations Family background

Interview Preparation Tips

Interview preparation tips for other job seekers - Be true explain project very well.
Basics should be clear

Interview questions from similar companies

I applied via Company Website and was interviewed in Nov 2020. There were 3 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Question related technologies you have worked on and there versions..how your production cycle worked in last company and some oops related questions
  • Q2. Be confident they don't take more than 2-3 rounds.your basic must be perfect

Interview Preparation Tips

Interview preparation tips for other job seekers - They don't take more than 2-3 rounds.be confident and basics must be perfect

Interview Questionnaire 

1 Question

  • Q1. Occurs, precompile , file status codes , sql queries and scenarios on sql.

Interview Questionnaire 

1 Question

  • Q1. What types of transformation used in your project What is lookup and what are the types So many basic questions regarding organization
  • Ans. 

    Answering questions about transformation and lookup types used in a project

    • Transformation types used in the project may include data mapping, aggregation, filtering, and sorting

    • Lookup is a process of searching for a specific value in a table or database

    • Types of lookup include exact match, range match, and fuzzy match

    • Questions about organization may refer to project management, team collaboration, or software developmen

  • Answered by AI

I applied via Company Website and was interviewed in Jun 2021. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Web development questions
  • Ans. I have worked on tensor flow and django techs
  • Answered Anonymously

Interview Preparation Tips

Interview preparation tips for other job seekers - Not much but be confident to which you answer

I applied via Naukri.com and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Any suggestions from me to improve myself.
  • Q2. What do you think I'm fit for this role

Interview Preparation Tips

Interview preparation tips for other job seekers - What ever you know speak confidently

I applied via Campus Placement and was interviewed before Nov 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. What do you know about IBM?

Interview Preparation Tips

Interview preparation tips for other job seekers - What are the most immediate projects that need to be addressed?
Can you show me examples of projects I’d be working on?
What are the biggest challenges that someone in this position would face?

I applied via Naukri.com and was interviewed in Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Interfaces
  • Q2. Oop concepts

Interview Preparation Tips

Interview preparation tips for other job seekers - I interviewed for software engineer profile. Interview process were easy 1st apti round 2nd pseudo code round 3rd technical and HR. It was quite easy.

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree Automation Engineer interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, Resume Shortlist and One-on-one Round.
How to prepare for LTIMindtree Automation 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, Core Java, HTML, Javascript and Linux.
What are the top questions asked in LTIMindtree Automation Engineer interview?

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

  1. gave code class A { int i = 10; } class B extends A { int i = 20; } public c...read more
  2. difference between final finally final...read more
  3. Custom assertions in selen...read more

Tell us how to improve this page.

LTIMindtree Automation Engineer Interview Process

based on 3 interviews

Interview experience

4
  
Good
View more
LTIMindtree Automation Engineer Salary
based on 101 salaries
₹3.2 L/yr - ₹9.5 L/yr
8% less than the average Automation Engineer Salary in India
View more details

LTIMindtree Automation Engineer Reviews and Ratings

based on 9 reviews

4.4/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.3

Salary

4.3

Job security

4.1

Company culture

3.2

Promotions

3.9

Work satisfaction

Explore 9 Reviews and Ratings
Senior Software Engineer
21.5k salaries
unlock blur

₹5 L/yr - ₹19 L/yr

Software Engineer
16.2k salaries
unlock blur

₹2 L/yr - ₹10 L/yr

Technical Lead
6.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Module Lead
5.9k salaries
unlock blur

₹7 L/yr - ₹25.5 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.8 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.7
Compare

Capgemini

3.7
Compare

Accenture

3.8
Compare

TCS

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