Filter interviews by
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
Simple js array questions
Top trending discussions
A reusable React form component that dynamically generates fields and displays inputs in a table format.
Use React's state to manage form data dynamically.
Utilize a mapping function to render form fields based on an array of field definitions.
Implement a submit handler to process the form data.
Display the form inputs in a table format using HTML table elements.
Example of field definitions: [{ label: 'Name', type: 'text'...
React 16 introduced new features like React Fiber, Error Boundaries, Portals, and improved server-side rendering.
React Fiber is a new reconciliation engine that improves performance and enables incremental rendering.
Error Boundaries allow developers to catch and handle errors in components.
Portals provide a way to render children into a different DOM subtree.
Improved server-side rendering with support for streaming and...
React hooks simplify state management and lifecycle methods in functional components.
Hooks allow functional components to have state and lifecycle methods
They reduce the need for class components and HOCs
Hooks make code more readable and easier to test
Examples of hooks include useState, useEffect, and useContext
HOC components are higher-order components in React that allow code reuse and logic sharing.
HOC components are functions that take a component and return a new component with additional functionality.
They are used to abstract common logic and behaviors into reusable components.
HOC components can be used for tasks like authentication, logging, and code reuse.
Example: a withAuth HOC component that adds authentication log...
I applied via Company Website and was interviewed in May 2021. There were 3 interview rounds.
I appeared for an interview in Sep 2023.
Context API or Redux can be used as alternative ways for prop drilling in React.
Use Context API to pass data down the component tree without having to manually pass props at every level.
Implement Redux to manage global state and access data from any component without prop drilling.
Consider using React's useContext hook with Context API for a simpler way to consume context in functional components.
I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.
Closures and hoisting are important concepts in JavaScript.
Closures refer to the ability of a function to access variables in its outer scope even after the function has returned.
Hoisting is the behavior of moving variable and function declarations to the top of their respective scopes.
Example of closures: function outer() { let x = 10; function inner() { console.log(x); } return inner; } const innerFunc = outer(); inn...
I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.
based on 1 interview experience
Difficulty level
Duration
Junior Engineer
12
salaries
| ₹1.7 L/yr - ₹4 L/yr |
Site Engineer
7
salaries
| ₹3 L/yr - ₹5.4 L/yr |
Civil Site Engineer
5
salaries
| ₹2.4 L/yr - ₹8.7 L/yr |
ERP Implementation Manager
4
salaries
| ₹6.7 L/yr - ₹8.4 L/yr |
Billing Engineer
4
salaries
| ₹3.6 L/yr - ₹6.5 L/yr |
TCS
Accenture
Wipro
Cognizant