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 Interview Questions, Process, and Tips

Updated 25 Feb 2025

Top LTIMindtree Interview Questions and Answers

View all 2k questions

LTIMindtree Interview Experiences

Popular Designations

3k 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. Code to print the no of Times the letters present in a string
  • Ans. 

    Code to count the occurrences of each letter in a string and print the result

    • Iterate through each character in the string

    • Use a dictionary to store the count of each letter

    • Print the count of each letter at the end

  • Answered by AI
  • Q2. What are the ways to start a Appium server
  • Ans. 

    Appium server can be started using command line, programmatically in code, or using Appium desktop app.

    • Start Appium server using command line by running 'appium' command

    • Start Appium server programmatically in code using Appium server programmatically in code using AppiumDriverLocalService class

    • Start Appium server using Appium desktop app by launching the app and starting the server

  • Answered by AI
  • Q3. How to run tests parallel for mobile devices
  • Ans. 

    Tests can be run parallel for mobile devices using test automation frameworks like Appium or Espresso.

    • Use test automation frameworks like Appium or Espresso to run tests parallel for mobile devices

    • Leverage cloud-based testing platforms like Sauce Labs or BrowserStack for parallel testing on multiple devices

    • Implement parallel test execution using tools like TestNG or JUnit in combination with Appium or Espresso

    • Utilize d...

  • Answered by AI
  • Q4. How do you automate otp in mobile
  • Ans. 

    Automating OTP in mobile involves using automation tools to interact with the OTP input field and validate the received OTP.

    • Use automation tools like Appium or Espresso to interact with the OTP input field

    • Extract the OTP from the message received on the mobile device

    • Validate the extracted OTP with the OTP input field

    • Handle scenarios where OTP validation fails

  • Answered by AI
  • Q5. What are desired capabilities
  • Ans. 

    Desired capabilities are a set of properties or attributes that define the behavior of a browser or mobile device in Selenium automation testing.

    • Desired capabilities are key-value pairs that are used to configure the WebDriver instances in Selenium.

    • They can be used to set properties like browser name, version, platform, and other settings.

    • For example, setting 'browserName' to 'chrome' will launch the Chrome browser dur

  • Answered by AI
  • Q6. How do you tell appium to run tests on ios or Android devices
  • Ans. 

    To run tests on iOS or Android devices using Appium, specify the platformName capability in desired capabilities.

    • Specify platformName capability as 'iOS' for iOS devices and 'Android' for Android devices

    • Include other necessary desired capabilities like deviceName, platformVersion, appPackage, appActivity, etc.

    • Example: capabilities.setCapability('platformName', 'iOS');

  • Answered by AI
  • Q7. How to set up automation for ios devices
  • Ans. 

    Setting up automation for iOS devices involves using tools like Appium and Xcode for testing mobile applications.

    • Install Xcode on your Mac machine

    • Set up Appium for iOS automation

    • Connect your iOS device to the Mac machine

    • Create test scripts using Appium for iOS apps

    • Execute the test scripts on the connected iOS device

  • Answered by AI

Skills evaluated in this interview

Top LTIMindtree Senior Automation Test Engineer Interview Questions and Answers

Q1. What is overloading and overriding ? What are locators in Selenium? What is the syntax of xpath locator ? What are the methods to write the test cases? Is it mandatory to have input tag in defining xpath?
View answer (1)

Senior Automation Test Engineer Interview Questions asked at other Companies

Q1. (1) write a list comprehension to print a list from 1 to 10 (2) write a program to check if a given positive integer is a power of two (3) create a fibonacci series of 100 using recursive function (4) write a program to find missing numbers... read more
View answer (2)
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

Round 1 - Aptitude Test 

General aptitude, computer science fundamentals multiple-choice questions, and data structures and algorithms multiple-choice questions were asked.

Round 2 - Technical 

(2 Questions)

  • Q1. Given a string, write a function to reverse the string.
  • Ans. 

    Function to reverse a given string

    • Create an empty string to store the reversed string

    • Iterate through the input string in reverse order and append each character to the new string

    • Return the reversed string

  • Answered by AI
  • Q2. Given a sorted array of integers, write a function to perform a binary search to find the index of a target value. If the target value is not found, return -1.
  • Ans. 

    Binary search function to find target value in sorted array

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

    • Initialize variables for start, end, and middle indices

    • Use while loop to iterate until start is less than or equal to end

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. About the company
  • Q2. What are three significant achievements in your life?
  • Ans. 

    Graduating with honors, winning a hackathon, volunteering in a developing country

    • Graduated with honors from university with a degree in Computer Science

    • Won first place in a hackathon competition by developing a unique and innovative software solution

    • Volunteered in a developing country to help build schools and provide education to underprivileged children

  • Answered by AI

Top LTIMindtree Full Stack Software Developer Interview Questions and Answers

Q1. If I add 2 same attribute values for a object to a set...will I see 2 objects in the set, if yes what changes you make to the code to insert unique objects to a set
View answer (1)

Full Stack Software Developer Interview Questions asked at other Companies

Q1. Oops in Java Patterns in Java JDK,JRE,JVM MVC Array questions strings in Java This,super keywords Java problems like palindrome, prime number,and so many problems and logics Why java is platform independent Why java is not platform dependen... read more
View answer (1)
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via campus placement at SIES Graduate School of Technology, Mumbai and was interviewed in Nov 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

It was a little big which contains various rounds such quants, verbal, logical , english, etc.

Round 2 - Technical 

(3 Questions)

  • Q1. Some situation-based question
  • Q2. Tell me about your project.
  • Ans. 

    I worked on a project to migrate on-premises infrastructure to the cloud for a large e-commerce company.

    • Designed and implemented cloud infrastructure using AWS services such as EC2, S3, and RDS.

    • Utilized Terraform for infrastructure as code to automate deployment and scaling.

    • Worked closely with development teams to ensure seamless integration of applications with cloud services.

  • Answered by AI
  • Q3. Tell me about yourself
  • Ans. 

    I am a highly skilled Cloud Infrastructure Engineer with experience in designing, implementing, and managing cloud-based solutions.

    • Experienced in working with AWS, Azure, and Google Cloud Platform

    • Proficient in scripting languages such as Python and PowerShell

    • Strong understanding of networking and security principles

    • Certified in cloud technologies such as AWS Certified Solutions Architect or Microsoft Certified: Azure S

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Tell me about yourself
  • Ans. 

    I am a highly skilled Cloud Infrastructure Engineer with a strong background in designing, implementing, and managing cloud-based solutions.

    • Experienced in setting up and maintaining cloud infrastructure using platforms like AWS, Azure, and Google Cloud

    • Proficient in scripting languages such as Python, Bash, and PowerShell for automation tasks

    • Skilled in monitoring and optimizing cloud resources for cost efficiency and pe...

  • Answered by AI
  • Q2. Are you willing to relocate
  • Ans. 

    Yes, I am willing to relocate for the right opportunity.

    • I am open to relocating for a position that aligns with my career goals and offers growth opportunities.

    • I have relocated in the past for work and am comfortable with the process.

    • I understand the importance of being flexible and adaptable in the tech industry, which may require relocation.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was not that hard to crack just you need is strong communication skills and confidence.

Top LTIMindtree Cloud Infrastructure Engineer Interview Questions and Answers

Q1. What is your understanding of Service Level Agreements (SLA)?
View answer (1)

Cloud Infrastructure Engineer Interview Questions asked at other Companies

Q1. What is your understanding of Service Level Agreements (SLA)?
View answer (1)
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

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 exact location) 6. How to get galues from dropdowns? 7. Smoke vs Sanity... read more
View answer (4)

Automation Test Engineer Interview Questions asked at other Companies

Q1. How to handle scrollbar and mouse activities Jenkins and Github Story Point in Agile
Backlogs in Agile
Jira workflow explain framework pom.xml wap number reverse program StellException
Exception in Selenium diff - getwindowhandles() and get... read more
View answer (2)

LTIMindtree interview questions for popular designations

 Software Engineer

 (316)

 Senior Software Engineer

 (211)

 Software Developer

 (92)

 Senior Specialist

 (77)

 Graduate Engineer Trainee (Get)

 (74)

 Module Lead

 (72)

 Graduate Engineer

 (71)

 Graduate Trainee

 (66)

Graduate Trainee Interview Questions & Answers

user image Nashrat Jahan

posted on 20 Dec 2024

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

Basic core computer concepts and technology related questions

Round 2 - Technical 

(4 Questions)

  • Q1. Oops, arraylists
  • Q2. Tell me about abstraction and interfaces
  • Ans. 

    Abstraction is the concept of hiding complex implementation details and showing only the necessary features. Interfaces define a contract for classes to implement.

    • Abstraction allows us to focus on what an object does rather than how it does it

    • Interfaces define a set of methods that a class must implement, without specifying how they are implemented

    • Abstraction and interfaces help in achieving loose coupling and flexibil...

  • Answered by AI
  • Q3. Array lists vs arrays
  • Ans. 

    Array lists are dynamic in size, while arrays have fixed sizes.

    • Array lists can grow or shrink in size dynamically, while arrays have a fixed size.

    • Array lists are implemented using dynamic arrays, while arrays are static data structures.

    • Array lists provide methods for adding, removing, and accessing elements easily, while arrays require manual resizing and shifting of elements.

    • Example: ArrayList<String> vs String[

  • Answered by AI
  • Q4. Pattern printibg questionto print a triangle
Round 3 - HR 

(1 Question)

  • Q1. Flexible with moving
  • Ans. 

    I am open to relocating for the right opportunity.

    • I am willing to move to different locations for career growth

    • I understand the importance of being flexible with relocation for job opportunities

    • I have experience moving for previous job opportunities, such as relocating for internships or projects

  • Answered by AI

Top LTIMindtree Graduate Trainee Interview Questions and Answers

Q1. What is cloud based services, why companies are shifting to cloud?
View answer (1)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

Get interview-ready with Top LTIMindtree Interview Questions

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

I applied via Campus Placement and was interviewed in Sep 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

A wide range of questions were asked including concepts like logical reasoning, CN, DBMS, SQL, OS, Data structures followed by very basic coding questions.

Round 2 - One-on-one 

(4 Questions)

  • Q1. Introduce yourself with your academic details
  • Q2. Elaborate your projects
  • Q3. What is SDLC and elaborate it?
  • Ans. 

    SDLC stands for Software Development Life Cycle, which is a process used by software development teams to design, develop, and test high-quality software.

    • SDLC is a systematic process for building software applications.

    • It consists of several phases such as planning, analysis, design, implementation, testing, and maintenance.

    • Each phase has its own set of activities and deliverables.

    • Examples of SDLC models include Waterfa...

  • Answered by AI
  • Q4. Some scenario and logic based questions along with technical were asked
Round 3 - HR 

(3 Questions)

  • Q1. What do you know about LTIMindtree?
  • Ans. 

    LTIMindtree is a global technology consulting and services company specializing in digital transformation and IT services.

    • LTIMindtree was formed through the merger of LTI (Larsen & Toubro Infotech) and Mindtree in 2019.

    • It offers services in areas such as cloud computing, data analytics, cybersecurity, and artificial intelligence.

    • LTIMindtree serves clients in various industries including banking, healthcare, retail, and...

  • Answered by AI
  • Q2. Why should we take you?
  • Q3. Where do you see yourself in next 5-10 years?

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident while answering and be thorough with you basics and projects.

Skills evaluated in this interview

Top LTIMindtree Software Engineer Interview Questions and Answers

Q1. Find prime numbersYou are given a positive integer ‘N’. Your task is to print all prime numbers less than or equal to N. Note: A prime number is a natural number that is divisible only by 1 and itself. Example - 2, 3, 17, etc. You can assum... read more
View answer (3)

Software Engineer Interview Questions asked at other Companies

Q1. Bridge and torch problem : Four people come to a river in the night. There is a narrow bridge, but it can only hold two people at a time. They have one torch and, because it's night, the torch has to be used when crossing the bridge. Person... read more
View answer (169)

Jobs at LTIMindtree

View all
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical, verbal and some reasoning

Round 2 - Technical 

(5 Questions)

  • Q1. Tell me about your project
  • Q2. Any new 3 technologies i worked on
  • Ans. 

    I have worked on implementing blockchain technology, developing machine learning algorithms, and creating mobile applications.

    • Implemented blockchain technology for secure and transparent transactions

    • Developed machine learning algorithms for predictive analytics

    • Created mobile applications for iOS and Android platforms

  • Answered by AI
  • Q3. How i contribute to project
  • Q4. How i overcome team miscommunication
  • Ans. 

    Effective communication, active listening, clear expectations, regular check-ins, addressing conflicts promptly.

    • Practice active listening to ensure understanding

    • Set clear expectations and goals for the team

    • Regularly check in with team members to ensure everyone is on the same page

    • Address conflicts promptly and openly to prevent misunderstandings

    • Utilize communication tools like emails, meetings, and project management s

  • Answered by AI
  • Q5. Why LTIMINDTREE?

Top LTIMindtree Graduate Trainee Interview Questions and Answers

Q1. What is cloud based services, why companies are shifting to cloud?
View answer (1)

Graduate Trainee Interview Questions asked at other Companies

Q1. Given an array, how do you get the count of pairs that sum to even
View answer (8)

Software Engineer interview

user image Rashmi Bhandary

posted on 23 Nov 2021

Windows A Interview Questions & Answers

user image Anonymous

posted on 24 Nov 2024

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

I applied via Job Portal and was interviewed in Oct 2024. There was 1 interview round.

Round 1 - Technical 

(7 Questions)

  • Q1. What types of Storage accounts are there in Azure
  • Ans. 

    There are four types of Storage accounts in Azure: Blob storage, File storage, Queue storage, and Table storage.

    • Blob storage is optimized for storing massive amounts of unstructured data, such as text or binary data.

    • File storage offers fully managed file shares in the cloud that can be accessed via the SMB protocol.

    • Queue storage provides a messaging solution for reliable messaging between application components.

    • Table s...

  • Answered by AI
  • Q2. What is ITIL and how it will be utilized for Infra?
  • Ans. 

    ITIL stands for Information Technology Infrastructure Library. It is a set of best practices for IT service management.

    • ITIL provides guidelines for aligning IT services with business needs

    • It helps improve efficiency, reduce costs, and enhance customer satisfaction

    • ITIL processes include incident management, change management, and problem management

    • ITIL can be utilized in infrastructure management to ensure smooth operat

  • Answered by AI
  • Q3. What is terraform and what is the extension file for terraform
  • Q4. How many types of authentications in Azure
  • Q5. What is Privileged Identity Management?
  • Q6. What is conditional access?
  • Q7. What is clustor?

Skills evaluated in this interview

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

I applied via campus placement at BNM Institute of Technology, Bangalore and was interviewed in Oct 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. English basics ,grammar, comprehension
  • Q2. Pseudo codes,basic theory questions
Round 2 - Technical 

(2 Questions)

  • Q1. Basics questions on python and OOPs
  • Q2. Program to implement factorial of a number
  • Ans. 

    Program to calculate factorial of a number using recursion or iteration

    • Define a function to calculate factorial

    • Use recursion or iteration to calculate factorial

    • Handle edge cases like 0 and negative numbers

    • Example: factorial of 5 is 5*4*3*2*1 = 120

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm,prepare basics well

Top LTIMindtree Graduate Engineer Trainee (Get) Interview Questions and Answers

Q1. Prime Numbers Identification Given a positive integer N, your task is to identify all prime numbers less than or equal to N. Explanation: A prime number is a natural number greater than 1 that has no positive divisors other than 1 and itsel... read more
Add answer

Graduate Engineer Trainee (Get) Interview Questions asked at other Companies

Q1. Q: 1 What is IC engine? What is the types of IC engine? Q:2 Difference between Otto cycle and Diesel cycle? What is the process of both cycle and what is the effeciency of both cycle ? Which one is good in effeciency? Q:3 Difference between... read more
View answer (2)

LTIMindtree Interview FAQs

How many rounds are there in LTIMindtree interview?
LTIMindtree interview process usually has 2-3 rounds. The most common rounds in the LTIMindtree interview process are Technical, HR and Aptitude Test.
How to prepare for LTIMindtree 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 SQL, Python, Javascript, Agile and Java.
What are the top questions asked in LTIMindtree interview?

Some of the top questions asked at the LTIMindtree interview -

  1. 1) If you are given a card with 1-1000 numbers and there are 4 boxes. Card no 1...read more
  2. 1.data dictionary concept-table creation steps How do you maintain TMG? What is...read more
  3. 5.enhancements What is enhancements? Types of enhancements? How do you find an...read more
How long is the LTIMindtree interview process?

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

Tell us how to improve this page.

LTIMindtree Interview Process

based on 2.9k interviews

Interview experience

4.1
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k Interviews
Accenture Interview Questions
3.8
 • 8.2k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.7k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.9k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Mphasis Interview Questions
3.4
 • 810 Interviews
Cyient Interview Questions
3.6
 • 284 Interviews
View all

LTIMindtree Reviews and Ratings

based on 20.9k reviews

3.8/5

Rating in categories

3.7

Skill development

3.8

Work-life balance

3.3

Salary

3.7

Job security

3.7

Company culture

3.0

Promotions

3.6

Work satisfaction

Explore 20.9k Reviews and Ratings
Specialist - Architecture

Chennai

5-10 Yrs

₹ 7.55-33 LPA

Specialist - Architecture

Pune

6-10 Yrs

₹ 7-38 LPA

Specialist - Architecture

Pune

4-6 Yrs

₹ 10.41-26.5 LPA

Explore more jobs
Senior Software Engineer
21.3k salaries
unlock blur

₹5.1 L/yr - ₹18.7 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.4k salaries
unlock blur

₹9.4 L/yr - ₹36 L/yr

Senior Engineer
4.4k salaries
unlock blur

₹4.2 L/yr - ₹16.5 L/yr

Explore more salaries
Compare LTIMindtree with

Cognizant

3.8
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