i
LTIMindtree
Filter interviews by
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
States and props are important concepts in React for managing and passing data between components.
States are mutable data that can be changed within a component
Props are read-only data passed from parent to child components
States are managed within a component using setState() method
Props are accessed using this.props in a component
Virtual DOM is a lightweight copy of the actual DOM that allows for efficient updates and rendering in web applications.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing direct manipulation of the actual DOM.
When changes are made to the virtual DOM, a comparison is done with the actual DOM to determine the minimal updates needed for rendering.
This process helps reduce the numbe...
A fetch and filter component for data retrieval and manipulation
Use fetch API to retrieve data from an API endpoint
Implement a filter function to manipulate the retrieved data based on user input
Display the filtered data in the UI
Javascript and React snippets
I applied via LinkedIn and was interviewed in Nov 2024. There were 2 interview rounds.
They asked JS basics and Promises, hoisting
Just asked about my work culture, as I worked in startup and product based company, they except me work in Agile and how u will adopt to MNC / service based company culture
I applied via Naukri.com and was interviewed in Jun 2024. There were 3 interview rounds.
It was a hacker coding test mostly javascript questions
Context API is a feature in React that allows sharing data between components without having to pass props manually.
Create a context using createContext() method
Use the Provider component to wrap the components that need access to the context
Access the context data using the useContext() hook within the consuming components
Debugging a code involves identifying and fixing errors in the code to ensure it runs correctly.
Use console.log() statements to print out values and check for errors
Utilize browser developer tools to inspect elements and debug JavaScript
Step through the code using breakpoints to identify the source of the issue
Review error messages and stack traces to pinpoint the problem
Consider using tools like linters and debuggers
Employee details can be retrieved using group by clause in SQL.
Use GROUP BY clause in SQL to group employee details based on a specific column
Aggregate functions like COUNT, SUM, AVG can be used with GROUP BY to get summarized employee details
Example: SELECT department, COUNT(*) as total_employees FROM employees GROUP BY department
posted on 8 Oct 2024
posted on 17 Jul 2024
posted on 1 May 2024
Virtual DOM is a lightweight copy of the actual DOM in memory, used for efficient updates and rendering in web development.
Virtual DOM is a concept used in frameworks like React to improve performance by minimizing actual DOM manipulations.
When changes are made to the UI, the virtual DOM is updated first, then compared to the actual DOM to determine the minimal changes needed.
This process helps reduce the number of upd...
posted on 22 Jul 2024
I applied via Naukri.com and was interviewed before Jul 2023. There were 3 interview rounds.
Basic JS functionality and react coding test
Implemented security measures such as HTTPS, input validation, and user authentication to protect websites from attacks.
Implemented HTTPS to encrypt data transmission between the server and client
Performed input validation to prevent SQL injection and cross-site scripting attacks
Implemented user authentication to control access to sensitive information
Regularly updated security patches and conducted security audits
I applied via Recruitment Consulltant and was interviewed before Jan 2024. There was 1 interview round.
Hoisting is a JavaScript mechanism where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted but not their initializations
Function declarations are fully hoisted
Hoisting can lead to unexpected behavior if not understood properly
Closure is the combination of a function bundled together with references to its surrounding state.
Closure allows a function to access variables from its outer scope even after the outer function has finished executing.
It is created whenever a function is defined within another function.
Closure helps in maintaining the state of a function and allows for data encapsulation.
based on 1 review
Rating in categories
Senior Software Engineer
21.2k
salaries
| ₹4.7 L/yr - ₹18.5 L/yr |
Software Engineer
16.2k
salaries
| ₹2 L/yr - ₹10 L/yr |
Module Lead
6.7k
salaries
| ₹7 L/yr - ₹25 L/yr |
Technical Lead
6.5k
salaries
| ₹9.3 L/yr - ₹36.8 L/yr |
Senior Engineer
4.4k
salaries
| ₹4.2 L/yr - ₹16.2 L/yr |
Cognizant
Capgemini
Accenture
TCS