i
LTIMindtree
Filter interviews by
I applied via Campus Placement
Questions of aptitude and tehcnical mcq asked
Structs and unions are data structures in C programming used to group different data types under a single name.
Structs allow you to group different data types together under a single name. For example, a struct 'Person' can have fields like name, age, and gender.
Unions are similar to structs but they share the same memory location for all its members. Only one member can contain a value at a time. For example, a union ...
It's good and we have to practice our skills
It's good and we need to focus on the coding skills
Lambda functions are anonymous functions in programming that can be used for short, one-time tasks.
Lambda functions are used for writing short, concise code without the need to define a separate function.
They are commonly used in functional programming languages like Python, JavaScript, and Ruby.
Lambda functions can be passed as arguments to higher-order functions.
They are useful for tasks like sorting, filtering, and ...
Your company is a leading engineering firm specializing in sustainable infrastructure projects.
Specializes in sustainable infrastructure projects
Known for innovative engineering solutions
Has a strong reputation in the industry
Works on projects globally
I applied via Internshala and was interviewed in Jun 2024. There were 3 interview rounds.
60Minutes of aptitude which contains logical reasoning, Verbal Ability, Quantitative Aptitude and Communication.
A pointer in C is a variable that stores the memory address of another variable.
Pointers are used to access and manipulate memory addresses directly.
They are denoted by an asterisk (*) before the variable name.
Example: int *ptr; // declares a pointer to an integer variable
Java data types are classifications of data items that determine the kind of values they can hold.
Java has two categories of data types: primitive data types and reference data types.
Primitive data types include int, double, char, boolean, etc.
Reference data types include classes, interfaces, arrays, etc.
Example: int num = 10; String name = "John";
Developed a mobile app for tracking daily water intake and setting hydration goals.
Researched user needs and preferences for water intake tracking
Designed user-friendly interface for inputting water consumption
Implemented reminder notifications for staying hydrated throughout the day
Data Science is a field that uses scientific methods, algorithms, and systems to extract knowledge and insights from structured and unstructured data.
Data Science involves collecting, cleaning, analyzing, and interpreting large amounts of data to make informed decisions.
It combines statistics, machine learning, and domain knowledge to uncover patterns and trends in data.
Examples include predicting customer behavior bas...
Yes, I am comfortable working night shifts as I am able to adapt to different schedules and prioritize my work effectively.
I have previous experience working night shifts in my previous job and have no issues with it.
I am a night owl and tend to be more productive during nighttime hours.
I understand the importance of maintaining a healthy work-life balance and am willing to adjust my schedule accordingly.
Yes, I am open to any location as I am willing to relocate for the right opportunity.
Willing to relocate for job opportunities
Flexible with location preferences
Excited about the possibility of experiencing new places
What people are saying about LTIMindtree
I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
My expected salary range is $100,000 - $120,000 per year based on my experience and skills.
Based on my 5+ years of experience in IOS development, I am looking for a competitive salary in the range of $100,000 - $120,000 per year.
I have a strong track record of delivering high-quality IOS applications and believe my skills warrant a salary in this range.
I am open to negotiation based on the overall compensation package
LTIMindtree interview questions for popular designations
I applied via Approached by Company and was interviewed in Sep 2024. There were 3 interview rounds.
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Naukri.com
Abstraction in C# is the process of hiding the implementation details and showing only the necessary features of an object.
Abstraction allows us to focus on what an object does rather than how it does it
It helps in reducing complexity and improving maintainability of the code
In C#, abstraction is achieved using abstract classes and interfaces
XPath is a language used for navigating through XML documents and selecting nodes based on their attributes or values.
XPath stands for XML Path Language.
It is used to navigate through elements and attributes in an XML document.
There are two types of XPath: Absolute XPath and Relative XPath.
Absolute XPath starts from the root node, denoted by a single forward slash (/).
Relative XPath starts from the current node, denote
Yes, wait time can be changed during runtime by adjusting the code logic or configuration settings.
Wait time can be changed by modifying the code to include dynamic wait times based on certain conditions.
Configuration settings in the application or system can also be adjusted to change wait times.
For example, in automated testing scripts, wait times can be adjusted based on the response time of the application being te
To handle windows in Selenium, you can use the switchTo() method to switch between windows.
Use getWindowHandles() to get all window handles
Use switchTo().window() to switch to a specific window handle
Perform actions on the desired window
To handle a scroll bar, simply click and drag the scroll bar up or down to navigate through a webpage or document.
Click on the scroll bar and drag it up or down to move through the content.
Use the scroll wheel on your mouse to scroll up or down.
On touch devices, swipe up or down on the screen to scroll.
You can also use the arrow keys on your keyboard to scroll up or down.
To handle a popup window, you can use automation tools like Selenium WebDriver to locate and interact with the popup elements.
Use Selenium WebDriver to switch to the popup window
Identify and interact with elements on the popup window
Perform necessary actions on the popup window
Switch back to the main window after handling the popup
To open a new tab, you can use keyboard shortcuts or mouse clicks depending on the browser you are using.
For most browsers, you can open a new tab by pressing Ctrl + T on your keyboard.
Alternatively, you can right-click on a link and select 'Open link in new tab' from the context menu.
You can also click on the '+' icon next to the existing tabs to open a new tab.
Some browsers allow you to open a new tab by pressing Ctr
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
The aptitude test experience at LTI Mindtree typically encompasses a variety of topics, beginning with basic mathematics such as least common multiple (LCM) and highest common factor (HCF). The difficulty of the questions varies from easy to moderate to difficult.
Key concepts of OOP in Java include classes, objects, inheritance, polymorphism, encapsulation, and abstraction.
Classes: Blueprint for creating objects, containing attributes and methods.
Objects: Instances of classes that encapsulate data and behavior.
Inheritance: Allows a class to inherit attributes and methods from another class.
Polymorphism: Ability to present the same interface for different data types.
Encapsulatio...
Key concepts of cloud computing include virtualization, scalability, on-demand self-service, and pay-per-use pricing model.
Virtualization allows for the creation of virtual machines on a physical server, enabling efficient resource utilization.
Scalability refers to the ability to easily increase or decrease resources based on demand, ensuring optimal performance.
On-demand self-service allows users to provision resource...
Encapsulation is the concept of bundling data and methods that operate on the data into a single unit, known as a class.
Encapsulation helps in hiding the internal state of an object and restricting access to it.
It allows for data hiding, which prevents outside code from directly accessing an object's internal data.
Encapsulation promotes code reusability and modularity by grouping related data and methods together.
Examp...
Recursion in Java is a programming technique where a method calls itself to solve a problem.
Recursion involves breaking down a problem into smaller subproblems and solving them recursively.
A base case is needed to stop the recursion and prevent infinite loops.
Example: Factorial calculation using recursion - int factorial(int n) { return (n == 0) ? 1 : n * factorial(n-1); }
I am very flexible with working at different locations and have no issues with commuting or relocating if required.
I have experience working at multiple locations in my previous roles.
I am willing to travel for work and adapt to new environments.
I understand the importance of being able to work from different locations in order to support the team and meet project requirements.
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
The exam consists of five sections with the following durations: 1. Quantitative Ability - 15 minutes, 2. Logical Ability - 15 minutes, 3. English Comprehension - 15 minutes, 4. Computer Science - 20 minutes, 5. CEFR Framework Spoken English - 20 minutes.
Lists are dynamic arrays in Python that can hold different data types, while arrays are fixed-size and can only hold a single data type.
Lists can hold different data types, while arrays can only hold a single data type.
Lists are dynamic in size, while arrays have a fixed size.
Lists are more flexible and versatile compared to arrays.
Example: list_example = [1, 'hello', True]
Example: array_example = array('i', [1, 2, 3])
Methods to secure a database using SQL include encryption, access control, and regular updates.
Use encryption to protect sensitive data
Implement access control to restrict unauthorized access
Regularly update the database software to patch security vulnerabilities
I am a dedicated and hardworking individual with a background in finance and a passion for problem-solving.
Background in finance
Dedicated and hardworking
Passion for problem-solving
I address miscommunications by clarifying the situation, discussing the issue with the team member, and finding a resolution.
Clarify the details of the miscommunication with the team member
Discuss the issue openly and constructively to understand their perspective
Work together to find a resolution and prevent future miscommunications
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
Developed a PL/SQL project for managing inventory and sales data in a retail store.
Designed database tables to store product information, sales transactions, and customer details.
Implemented PL/SQL procedures and functions for adding, updating, and querying data.
Created triggers to enforce business rules and maintain data integrity.
Developed reports using PL/SQL queries to analyze sales performance and inventory levels
I work on performance optimization by analyzing query execution plans, indexing, and code refactoring.
Analyzing query execution plans to identify bottlenecks
Creating appropriate indexes to improve query performance
Refactoring code to optimize resource usage
Using tools like Explain Plan and SQL Tuning Advisor
Some of the top questions asked at the LTIMindtree interview for freshers -
The duration of LTIMindtree interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 190 interviews
Interview experience
based on 20.6k reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹4.6 L/yr - ₹18.6 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.7k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.4 L/yr |
Cognizant
Capgemini
Accenture
TCS