i
LTIMindtree
Proud winner of ABECA 2025 - AmbitionBox Employee Choice Awards
Filter interviews by
I applied via Naukri.com and was interviewed in Jan 2020. There were 5 interview rounds.
I appeared for an interview before May 2016.
In 10 years, I see myself leading a team of skilled technical professionals, driving innovation and achieving significant milestones in the industry.
Leading a team of technical professionals
Driving innovation and implementing new technologies
Achieving significant milestones in the industry
I applied via Accenture and was interviewed in Nov 2020. There were 3 interview rounds.
Inheritance in Kotlin allows a class to inherit properties and methods from another class.
Use the 'open' keyword to mark the superclass as inheritable
Use the 'override' keyword to override a method or property in the subclass
Use the 'super' keyword to call the superclass's implementation of a method or property
Example: class SubClass : SuperClass() { override fun method() { super.method() } }
I applied via Approached by Company and was interviewed before Oct 2021. There were 4 interview rounds.
Have confidence. Don't try to interrupt. Be clear and precise. Disagree in a polite way. Even if you don't know anything about the topic listen to what others speak and try gather points from it. You have to involve and make your voice get noticed. Silence won't work in GD.
So, aptitude test depends on the organisation's criteria. Think in a broad way and answer. Nothing is new is the key to score in aptitude test.
What people are saying about LTIMindtree
I applied via Naukri.com and was interviewed in Dec 2021. There was 1 interview round.
I applied via Recruitment Consulltant and was interviewed before May 2023. There were 2 interview rounds.
High degree of normalization can lead to increased complexity, decreased performance, and difficulty in querying data.
Increased complexity in joins and queries
Decreased performance due to multiple joins
Difficulty in querying data across multiple tables
Increased storage space required for normalized tables
Potential for data redundancy if not properly managed
Table scan reads all rows in a table, while Index scan reads only specific rows using an index.
Table scan is slower as it reads all rows sequentially.
Index scan is faster as it reads only specific rows based on the index key.
Table scan is used when a large portion of the table needs to be accessed.
Index scan is used when only a small subset of rows need to be retrieved.
Example: Table scan for SELECT * FROM table_name; ...
Understanding complex SQL queries with correlation and outer joins is crucial for data retrieval and analysis.
Correlation in SQL allows subqueries to reference columns from the outer query, enhancing data filtering.
Example: SELECT a.name FROM employees a WHERE a.salary > (SELECT AVG(b.salary) FROM employees b WHERE a.department_id = b.department_id);
Outer joins (LEFT, RIGHT, FULL) retrieve unmatched rows from one or...
Hackathon kind of technical test
I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.
ABAP expertise includes data manipulation, report generation, and custom development in SAP environments.
Proficient in developing custom reports using ABAP Report programming, e.g., creating ALV reports for better data visualization.
Experienced in enhancing standard SAP applications using user exits and BAdIs, such as modifying sales order processing.
Skilled in performance optimization techniques, like using internal t...
To detect web browser, use navigator.userAgent property.
Use navigator.userAgent property to get the user agent string.
Parse the user agent string to identify the browser.
Use conditional statements to execute browser-specific code.
Consider using a library like Modernizr or jQuery to simplify the process.
Mixin is a way to reuse code in multiple classes without inheritance.
Mixin is a programming concept that allows code to be reused in multiple classes without inheritance.
It is achieved by including a module or class in another class.
Mixins are commonly used in object-oriented programming languages like Ruby and Python.
They help to reduce code duplication and improve code organization.
Example: A class for a car may incl...
Closure is a feature in programming languages that allows a function to access variables outside its scope.
Closure is a way to create a function inside another function and access the outer function's variables.
It allows for encapsulation and data privacy.
Closures are commonly used in event handlers and callbacks.
Example: function outer() { let x = 10; function inner() { console.log(x); } return inner; } const closure ...
based on 5 reviews
Rating in categories
Senior Software Engineer
22k
salaries
| ₹6 L/yr - ₹23 L/yr |
Software Engineer
16.3k
salaries
| ₹2 L/yr - ₹10 L/yr |
Technical Lead
6.4k
salaries
| ₹9.5 L/yr - ₹37.5 L/yr |
Module Lead
5.7k
salaries
| ₹7 L/yr - ₹28 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16 L/yr |
Cognizant
Capgemini
Accenture
TCS