Filter interviews by
I applied via Indeed and was interviewed in Feb 2021. There were 3 interview rounds.
I applied via Company Website and was interviewed in Aug 2021. There were 5 interview rounds.
React is a JavaScript library for building user interfaces. JSX is a syntax extension for JavaScript. React DOM is a package for DOM manipulation. Virtual DOM is a lightweight copy of the actual DOM. Functional components are stateless and Class components are stateful.
React is a JavaScript library for building user interfaces
JSX is a syntax extension for JavaScript that allows writing HTML-like code in JavaScript
React...
I applied via Company Website and was interviewed before May 2022. There were 4 interview rounds.
Create a todo list using React.js
Screen was recorded during test.
Complicated logical questions
Top trending discussions
I applied via Naukri.com and was interviewed in Mar 2024. There was 1 interview round.
Splice is used to add/remove elements from an array, while slice is used to extract a portion of an array without modifying the original array.
Splice modifies the original array, while slice does not.
Splice can add elements, remove elements, or replace elements in an array.
Slice returns a new array with the selected elements from the original array.
Example: const arr = [1, 2, 3, 4, 5]; arr.splice(2, 1); // removes elem...
To reverse a string, iterate through the characters and swap them from start to end.
Create an empty string to store the reversed result.
Iterate through the characters of the input string from end to start.
Append each character to the empty string to reverse the order.
Return the reversed string.
I applied via Naukri.com and was interviewed in Aug 2023. There were 3 interview rounds.
Asked about vanilla.js in react interview.
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.
Its a 90 minutes aptitude round. It's having 3 sections :
1 - Logical and Anlytical reasoning
2 - Related to your Skills and the position for which you have applied. For me it was completly on React.
3 - Code Ground, where you have to showcase your coding skills.
I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.
Redux workflow involves actions, reducers, and store to manage application state.
Actions are dispatched to describe what happened in the application
Reducers specify how the application's state changes in response to actions
Store holds the application state and allows access to it
Components can subscribe to the store to receive updates when the state changes
Virtual DOM is a lightweight copy of the actual DOM that React uses to improve performance by minimizing actual DOM manipulations.
Virtual DOM is a concept where a lightweight copy of the actual DOM is created and manipulated by React.
React uses the virtual DOM to efficiently update the actual DOM by only making necessary changes.
When state or props change in a React component, a new virtual DOM representation is create...
Hooks are a feature in React that allow you to use state and other React features in functional components.
Hooks were introduced in React 16.8.
They allow you to use state and other React features without writing a class component.
Some commonly used hooks are useState, useEffect, useContext, and useRef.
Hooks must be used at the top level of a functional component.
Hooks can be custom created as well.
Counter application using Reactjs
Create a React component for the counter
Use state to keep track of the count
Implement functions to increment and decrement the count
Display the count on the screen
After running npm build, the next step is to deploy the built application to a web server or hosting platform.
Upload the build files to a web server or hosting platform
Configure the server to serve the build files
Test the deployed application to ensure it is working correctly
based on 1 interview
Interview experience
based on 3 reviews
Rating in categories
Software Developer
4
salaries
| ₹3.6 L/yr - ₹7.4 L/yr |
Senior Software Developer
4
salaries
| ₹5 L/yr - ₹10.2 L/yr |
Reactjs Developer
4
salaries
| ₹2.7 L/yr - ₹5.5 L/yr |
Quality Analyst
3
salaries
| ₹1.8 L/yr - ₹7 L/yr |
Front end Developer
3
salaries
| ₹5 L/yr - ₹7.4 L/yr |
Cognizant
Sutherland Global Services
Optum Global Solutions
Hexaware Technologies