i
LTIMindtree
Filter interviews by
Memorization is the process of committing information to memory for later recall.
Memorization involves encoding information into memory through repetition or association.
It is often used in education to learn facts, formulas, or concepts.
Techniques like mnemonics, visualization, and chunking can aid in memorization.
Examples include memorizing multiplication tables, historical dates, or foreign language vocabulary.
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying helps in creating reusable functions and improving code readability.
It allows partial application of functions, where some arguments are fixed and others are left to be provided later.
Curried functions can be composed easily to create more complex...
A business rule is a specific guideline or constraint that dictates how a business operates or makes decisions.
Business rules are typically defined by stakeholders or subject matter experts.
They help ensure consistency, compliance, and efficiency in business processes.
Examples include age restrictions for purchasing alcohol, pricing strategies, and approval processes for expenses.
An update set is a group of changes that can be moved from one instance to another in ServiceNow.
Update sets are used to transport customizations, such as new fields, tables, or scripts, between instances.
They help in organizing changes and tracking what customizations are being moved.
Update sets can be previewed, committed, and rolled back if needed.
Example: Creating a new field in a development instance and moving it
I applied via campus placement at KIIT University, Bhuvaneshwar and was interviewed in Jun 2024. There were 3 interview rounds.
BASIC APTITUDE FOR FRESHERS
BASIC CODING FOR FRESHERS
What people are saying about LTIMindtree
Moderate test, coding questions from dsa
LTIMindtree interview questions for designations
I applied via Company Website and was interviewed in Nov 2024. There were 2 interview rounds.
Check if a string is Palindrome or not.
Create a function to compare the original string with its reverse
Ignore spaces and punctuation when checking for palindrome
Examples: 'racecar' is a palindrome, 'hello' is not
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
SpringBootAnnotation is used to enable Spring Boot features in a Java application. @Controller is used for MVC pattern, @RestController is used for RESTful web services.
SpringBootAnnotation is used to enable Spring Boot features like auto-configuration, component scanning, etc.
@Controller is used for MVC pattern to handle web requests and return a view, while @RestController is used for RESTful web services to return d...
Stream API in Java provides a way to process collections of objects in a functional style.
Stream API allows for easy manipulation of collections using functional programming concepts like map, filter, and reduce.
Example: List
Lambda expressions can be used with Stream API to define behavio...
Ansible architecture is based on a client-server model where the control machine communicates with managed nodes using SSH.
Ansible control machine: where playbooks are written and executed
Managed nodes: machines that are being managed by Ansible
Inventory: list of managed nodes
Playbooks: automation scripts written in YAML format
Modules: reusable units of code that perform specific tasks on managed nodes
Cmd is used to specify the default command to run when a container is started, while entry point is used to specify the executable that will run when the container starts.
Cmd is optional and can be overridden at runtime, while entry point is required and cannot be overridden.
Cmd is used to provide default arguments for the entry point command.
Example: CMD ["python", "app.py"] - specifies the default command to run the ...
To stop a container, use the 'docker stop' command followed by the container ID or name.
Use 'docker ps' command to list all running containers
Identify the container ID or name of the container you want to stop
Run 'docker stop
I applied via Recruitment Consulltant and was interviewed in Dec 2024. There was 1 interview round.
I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.
2 simple codes were asked.
I applied via Company Website and was interviewed in Dec 2024. There were 2 interview rounds.
HashMap in Java is a data structure that stores key-value pairs and uses hashing to efficiently retrieve values.
HashMap uses hashing to store and retrieve key-value pairs
It uses an array of linked lists to handle collisions
The key's hash code is used to determine the index in the array where the key-value pair is stored
HashMap allows one null key and multiple null values
Example: HashMap<String, Integer> map = new
String builder is not synchronized, faster but not thread-safe. String buffer is synchronized, slower but thread-safe.
String builder is faster due to lack of synchronization, suitable for single-threaded environments.
String buffer is slower due to synchronization, suitable for multi-threaded environments.
Example: StringBuilder sb = new StringBuilder(); StringBuffer sbf = new StringBuffer();
I am passionate about developing innovative applications and believe in the mission of your company.
Excited about the opportunity to work on cutting-edge technologies
Aligned with the company's values and goals
Seeking a challenging and dynamic work environment
Impressed by the company's reputation and success stories
based on 4 interviews
Interview experience
based on 3 reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹5.1 L/yr - ₹18.8 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.6 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.3 L/yr |
Cognizant
Capgemini
Accenture
TCS