i
LTIMindtree
Filter interviews by
I applied via Campus Placement
Quite basic and easy test
ACID properties are a set of properties that guarantee that database transactions are processed reliably.
ACID stands for Atomicity, Consistency, Isolation, Durability
Atomicity ensures that either all operations in a transaction are completed successfully or none are
Consistency ensures that the database remains in a consistent state before and after the transaction
Isolation ensures that multiple transactions can be exec...
Projects are specific tasks or initiatives undertaken to achieve a particular goal or outcome.
Projects involve a defined scope, timeline, and budget.
They require a team of individuals with specific skills and roles.
Examples of projects include launching a new product, implementing a software system, or organizing an event.
I believe in a combination of smart work and hard work to achieve optimal results.
I believe in setting clear goals and working efficiently towards them (smart work)
I also believe in putting in the necessary effort and dedication to accomplish tasks (hard work)
Combining smart work with hard work can lead to better productivity and success in the long run
Yes, I am open to relocating for the right opportunity.
I am open to exploring new locations for career growth.
I am willing to relocate if the job offers better prospects.
I have experience moving for previous job opportunities.
Time, Speed and Distance
Namespaces in Python help organize and manage variables and functions.
Namespaces in Python are dictionaries that map names to objects.
There are three types of namespaces in Python: local, global, and built-in.
Variables defined in a function are in the local namespace, while variables defined outside of any function are in the global namespace.
You can access the global namespace using the globals() function and the loca
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
What people are saying about LTIMindtree
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
The interview lasted for 90 minutes and included questions on aptitude and computer basics.
JDBC typically uses port 3306 for MySQL and ODBC typically uses port 1433 for SQL Server.
JDBC commonly uses port 3306 for MySQL connections
ODBC typically uses port 1433 for SQL Server connections
The Java Development Kit (JDK) is a software development kit used to develop Java applications.
Main components include Java Compiler (javac), Java Virtual Machine (JVM), and Java Archive Tool (jar)
JDK also includes libraries, documentation, and development tools
JDK is necessary for compiling, debugging, and running Java programs
An array is a data structure that stores a collection of elements of the same type in a contiguous memory location.
Arrays have a fixed size determined at the time of declaration.
Elements in an array are accessed using an index starting from 0.
Example: string[] names = {"Alice", "Bob", "Charlie"};
Yes, I am open to relocating for this position.
I am willing to relocate for the right opportunity
I have relocated for previous positions and am comfortable with the process
I understand the benefits of being open to relocation for career growth
In the next five years, I envision myself taking on more leadership roles and contributing significantly to the growth and success of the company.
Continuing to excel in my current role and taking on additional responsibilities
Developing strong relationships with colleagues and mentors to learn and grow professionally
Pursuing further education or certifications to enhance my skills and knowledge
Leading projects or teams...
LTIMindtree interview questions for designations
I appeared for an interview in Jun 2024.
Logical reasoning questions, English vocabulary, puzzles, and numerical problems.
I am familiar with Java, Python, C++, and JavaScript.
Java
Python
C++
JavaScript
Some commonly used commands in MySQL include SELECT, INSERT, UPDATE, DELETE, and JOIN.
SELECT: Used to retrieve data from a database table
INSERT: Used to add new records to a table
UPDATE: Used to modify existing records in a table
DELETE: Used to remove records from a table
JOIN: Used to combine rows from two or more tables based on a related column
Creating a table in MySQL involves using the CREATE TABLE statement with specified columns and data types.
Use the CREATE TABLE statement followed by the table name
List the columns along with their data types and any constraints
Specify the primary key if needed
Example: CREATE TABLE employees (id INT PRIMARY KEY, name VARCHAR(50), age INT)
Expectations in our company include strong work ethic, teamwork, continuous learning, and delivering high-quality results.
Demonstrate a strong work ethic by being punctual, reliable, and dedicated to your tasks
Collaborate effectively with team members to achieve common goals
Continuously seek opportunities for learning and growth within the company
Deliver high-quality work that meets or exceeds expectations
I am a dedicated and hardworking individual with a passion for learning and growth.
Graduated with a degree in Business Administration
Have 3 years of experience in marketing and sales
Strong communication and interpersonal skills
Proficient in Microsoft Office Suite
Volunteer at local community events
My short-term goal is to excel in my role as an Associate by learning new skills and contributing to the team. My long-term goal is to advance to a leadership position within the company.
Short-term goal: Learn new skills and excel in current role
Short-term goal: Contribute to the team's success
Long-term goal: Advance to a leadership position within the company
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Quantitative and verbal communication sessions each have a duration of one hour.
A function in Java is a block of code that performs a specific task. It can be called multiple times within a program.
Functions in Java are defined using the 'public static' keywords.
They can have parameters and return a value.
Example: public static int add(int a, int b) { return a + b; }
Java compiler is a tool that translates Java source code into bytecode.
Java compiler converts Java source code (.java files) into bytecode (.class files)
It checks for syntax errors and generates executable code
Examples of Java compilers include javac (command-line compiler) and Eclipse compiler
Our organization is a leading technology company specializing in software development and digital solutions.
Founded in 2005 by a group of software engineers
Headquartered in Silicon Valley, with offices worldwide
Provides cutting-edge software products and services to clients across various industries
Yes, I am willing to work in different locations.
I am open to relocating for the job
I have experience working in different locations
I am flexible and adaptable to new environments
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
Computer, Cloud, Aws
I applied via Company Website and was interviewed in May 2021. There were 4 interview rounds.
I have an intermediate skill level in shell casting.
I have experience in creating shell molds using different materials such as ceramic, resin, and plaster.
I am familiar with the process of pouring molten metal into the shell mold and the subsequent cooling and solidification process.
I have worked on projects that required precision and accuracy in shell casting, such as creating intricate metal parts for aerospace app...
C is a general-purpose programming language known for its efficiency and low-level memory manipulation capabilities.
C was developed by Dennis Ritchie at Bell Labs in 1972.
It is widely used for system programming, embedded systems, and developing operating systems.
C is a compiled language and is known for its speed and efficiency.
It has influenced many other programming languages, including C++, Java, and Python.
Some po...
Some of the top questions asked at the LTIMindtree Associate interview for freshers -
The duration of LTIMindtree Associate interview process can vary, but typically it takes about 2-4 weeks to complete.
based on 7 interviews
3 Interview rounds
based on 78 reviews
Rating in categories
Senior Software Engineer
21.5k
salaries
| ₹5 L/yr - ₹19.1 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Technical Lead
6.4k
salaries
| ₹9.4 L/yr - ₹36 L/yr |
Module Lead
5.9k
salaries
| ₹7 L/yr - ₹25.5 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.8 L/yr |
Cognizant
Capgemini
Accenture
TCS