i
LTIMindtree
Filter interviews by
I applied via Company Website and was interviewed in Nov 2024. There were 3 interview rounds.
Before triggers are executed before the database operation while after triggers are executed after the database operation.
Before triggers are used to perform actions before the data is inserted, updated, or deleted.
After triggers are used to perform actions after the data is inserted, updated, or deleted.
Before triggers can be used to validate data before it is saved to the database.
After triggers can be used to update...
Create a trigger to track changes on Account records
Use 'after update' trigger event to capture changes
Compare old and new field values to identify changes
Consider using a custom object to store the change history
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Aptitude,Reasoning,Verbal,Communication etc
What people are saying about LTIMindtree
In my previous positions, I have been responsible for designing and presenting technical solutions to clients, conducting product demonstrations, and collaborating with sales teams.
Designed technical solutions based on client requirements
Presented solutions to clients through product demonstrations
Collaborated with sales teams to ensure alignment between technical solutions and client needs
Won deal: Successfully closed a large enterprise software contract. Lost deal: Lost a competitive bid for a small business IT project.
Won deal involved extensive product demonstrations and proof of concept to showcase value to the client.
Lost deal was due to competitor offering a lower price and quicker implementation timeline.
Won deal required collaboration with sales team to address client concerns and negotiate term...
LTIMindtree interview questions for popular designations
I applied via Walk-in and was interviewed in Sep 2024. There was 1 interview round.
Print even numbers in array without curly braces.
Iterate through array and check if each element is even.
If element is even, add it to a new array of strings.
Join the elements of new array with commas to form final output.
Abstract classes can have both abstract and non-abstract methods, while interfaces can only have abstract methods.
Abstract classes can have constructors, fields, and methods with implementation.
Interfaces can only have abstract methods and constants.
A class can implement multiple interfaces but can only inherit from one abstract class.
Abstract classes are used to define a common behavior for subclasses, while interface...
Git commands used and handling merge conflicts
Git commands used: git clone, git pull, git push, git add, git commit, git merge, git rebase
To handle merge conflict: git status to see conflicted files, git diff to see the differences, manually resolve conflicts in the files, git add the resolved files, git commit the changes
Get interview-ready with Top LTIMindtree Interview Questions
I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.
posted on 14 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There were 3 interview rounds.
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() method to handle success and failure.
Example: const myPromise = new Promise((resolve, reject) => { ... });
Transient, Scoped, and Singleton are different types of dependency injection lifetimes in software engineering.
Transient: New instance is created every time it is requested. Suitable for lightweight objects with no shared state.
Scoped: Instance is created once per request within the scope. Suitable for objects that are shared within a single request.
Singleton: Single instance is created and shared throughout the applic...
I am a dedicated software engineer with a passion for problem-solving and creating innovative solutions.
Experienced in multiple programming languages such as Java, Python, and C++
Strong background in software development methodologies like Agile and Scrum
Skilled in database management and cloud computing technologies
Have worked on projects involving machine learning and artificial intelligence
I applied via Walk-in and was interviewed in Nov 2024. There were 3 interview rounds.
Experienced Senior Test Engineer with a strong background in software testing and quality assurance.
Over 8 years of experience in testing web and mobile applications
Proficient in test planning, execution, and automation using tools like Selenium and JIRA
Skilled in identifying and documenting defects, and working closely with development teams to resolve issues
Strong analytical and problem-solving skills, with a keen at
Salesforce is a cloud-based customer relationship management (CRM) platform that helps businesses manage their sales, customer service, marketing, and more.
Cloud-based CRM platform
Helps businesses manage sales, customer service, marketing, etc.
Provides tools for automation, analytics, and integration
Offers a wide range of apps and services for various business needs
Workflow is a declarative automation tool for automating standard processes, while Process Builder is a visual tool for automating business processes.
Workflow is based on criteria and actions, while Process Builder uses a visual interface with point-and-click functionality.
Workflow can only perform actions on the same object, while Process Builder can work across multiple objects.
Workflow can only update fields on the ...
Automation process in Salesforce involves using tools like Salesforce Automation, Process Builder, and Apex triggers to automate repetitive tasks and streamline workflows.
Salesforce Automation allows users to create rules and triggers to automate tasks like sending emails, updating records, and creating tasks.
Process Builder is a visual tool that allows users to automate business processes by creating workflows with po...
I applied via Campus Placement and was interviewed in Nov 2024. There were 2 interview rounds.
It is all about reasoning, problem solving
Swapping two numbers without using a third number in Java
Create a temporary variable and use bitwise XOR operation to swap the numbers
Example: int a = 5, b = 10; a = a ^ b; b = a ^ b; a = a ^ b; // Now a = 10, b = 5
Object-oriented programming paradigm that focuses on objects and classes for code organization and reusability.
OOP is based on the concept of objects, which can contain data in the form of fields (attributes) and code in the form of procedures (methods).
Classes are blueprints for creating objects, defining their structure and behavior.
Encapsulation allows bundling data and methods that operate on the data within a sing...
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
The word count problem involves counting the frequency of words in a given text.
Use Java 8 streams to split the text into words, map each word to a key-value pair with word as key and count as value, and then collect the results using groupingBy and counting collectors.
Example: Stream.of(text.split("\\s+")).collect(Collectors.groupingBy(Function.identity(), Collectors.counting()));
Spring Boot annotations are used to simplify the development process by providing metadata to the Spring framework.
Annotations like @Component, @Service, @Repository are used to define object scopes in Spring Boot.
Annotations like @Scope can be used to specify the scope of a bean, such as singleton or prototype.
Annotations like @RequestScope, @SessionScope are used to define object scopes based on HTTP request or sessi...
Some of the top questions asked at the LTIMindtree interview -
The duration of LTIMindtree interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 2.9k interviews
Interview experience
based on 21.1k reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
16.2k
salaries
| ₹0 L/yr - ₹0 L/yr |
Technical Lead
6.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Module Lead
5.9k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Engineer
4.4k
salaries
| ₹0 L/yr - ₹0 L/yr |
Cognizant
Capgemini
Accenture
TCS