i
LTIMindtree
Filter interviews by
I applied via Job Portal
In Java, == compares memory addresses while .equals compares the actual values of objects.
Use == to compare primitive data types like int, char, etc.
Use .equals to compare objects like Strings, where you want to compare the actual values.
Example: int a = 5; int b = 5; a == b will return true, but a.equals(b) will give an error.
Example: String str1 = 'hello'; String str2 = 'hello'; str1 == str2 will return false, but st
Calculate sum and length of an array with string numeric values.
Convert string numeric values to integers before calculating sum.
Use a loop to iterate through the array and calculate sum and length.
Handle non-numeric values in the array to avoid errors.
Example: ['5', '10', '15'] should result in sum: 30 and length: 3.
OOPS concept ,data base
What people are saying about LTIMindtree
All about dealing High severity, Injection of malware, compromised cases and few technical tools to deal with the mentioned cases.
LTIMindtree interview questions for designations
Get interview-ready with Top LTIMindtree Interview Questions
Properties used in Dev Studio include rules, data instances, classes, and application components.
Rules: Define the behavior of the application, such as flows, activities, and UI rules.
Data Instances: Store data used by the application, such as data tables and data pages.
Classes: Define the structure of data and rules in the application.
Application Components: Include portals, harnesses, sections, and case types.
Auto lookup is a feature that automatically retrieves information based on a specified criteria.
Auto lookup is commonly used in databases to quickly retrieve related information without manual input.
It can be used in Excel to automatically fill in data based on a matching value in another table.
Auto lookup can save time and reduce errors by eliminating the need for manual data entry.
SQL aggregate functions perform calculations on a set of values and return a single value.
Aggregate functions include SUM, AVG, COUNT, MIN, and MAX
They are used with the SELECT statement to calculate and return a single value from a group of rows
Examples: SELECT SUM(sales), AVG(price), COUNT(*), MIN(age), MAX(score) FROM table_name
Some Spark optimization techniques include partitioning, caching, and using appropriate data formats.
Partitioning data to distribute workload evenly
Caching frequently accessed data to avoid recomputation
Using appropriate data formats like Parquet for efficient storage and processing
I applied via Naukri.com and was interviewed in Apr 2024. There were 3 interview rounds.
Repartitioning involves changing the number of partitions in a dataset, while coalesce involves reducing the number of partitions without shuffling data.
Repartitioning increases or decreases the number of partitions in a dataset, which may involve shuffling data across the cluster.
Coalesce reduces the number of partitions in a dataset without shuffling data, which can improve performance by minimizing data movement.
Exa...
Dataframe is a distributed collection of data organized into named columns, while RDD is a distributed collection of data organized into partitions.
Dataframe is higher level abstraction than RDD in Spark.
Dataframe is immutable and supports SQL queries, while RDD is mutable and does not support SQL queries.
Dataframe provides optimization through Catalyst optimizer, while RDD does not have built-in optimization.
Example: ...
Stored procedures are precompiled SQL queries stored in a database for reuse.
Stored procedures are used to encapsulate logic for data manipulation in a database.
They can accept input parameters and return results.
Stored procedures can improve performance by reducing network traffic and optimizing query execution.
Examples include procedures for inserting, updating, or deleting records in a database.
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
Some of the top questions asked at the LTIMindtree Senior Specialist interview -
The duration of LTIMindtree Senior Specialist interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 128 interviews
4 Interview rounds
based on 681 reviews
Rating in categories
Senior Software Engineer
21.3k
salaries
| ₹5.1 L/yr - ₹18.7 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