Filter interviews by
I applied via Walk-in and was interviewed in Aug 2023. There were 4 interview rounds.
Ai impacts and social media impacts
Write code for multiple factors
Design website in react
Top trending discussions
I applied via Referral and was interviewed in Nov 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed in Aug 2024. There were 2 interview rounds.
Online Hackathon test was taken.
I am a passionate React Js Frontend Developer with experience in building user-friendly and responsive web applications.
Experienced in developing web applications using React Js
Proficient in HTML, CSS, and JavaScript
Familiar with state management libraries like Redux
Strong understanding of responsive design principles
Ability to work collaboratively in a team environment
I am responsible for developing and maintaining the frontend of the project using React Js.
Developing user-friendly interfaces using React Js
Implementing responsive design and ensuring cross-browser compatibility
Collaborating with backend developers to integrate frontend with backend services
Optimizing application performance and troubleshooting issues
Participating in code reviews and providing feedback to team members
SSR in React is implemented using server-side rendering to pre-render React components on the server before sending them to the client.
Use libraries like Next.js or Gatsby to implement SSR in React.
Configure server to render React components on the server side.
Optimize server-side rendering for performance by caching rendered components.
To change a React project from development mode to production mode, you need to build the project using the 'npm run build' command.
Run 'npm run build' command in the terminal to create a production build of the project.
This command will generate a 'build' folder with optimized and minified files for production.
You can then deploy the contents of the 'build' folder to a web server for production use.
Lazy loading is a technique used to defer loading non-essential resources until they are needed.
Lazy loading helps improve performance by only loading resources when they are required.
In React, lazy loading can be implemented using React.lazy() and Suspense components.
Example: const MyComponent = React.lazy(() => import('./MyComponent'));
Example:
React routing is a way to handle navigation in a React application by defining routes and rendering components based on the URL.
React routing allows for declarative routing, where routes are defined using JSX elements.
It enables dynamic routing based on the URL, allowing for different components to be rendered based on the route.
React Router is a popular library for handling routing in React applications.
Unlike convent...
posted on 21 Nov 2024
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
What is React? What is React architecture ? What is dynamic imports? What is interceptor?
posted on 4 Oct 2024
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Debounce delays the execution of a function until after a specified time period, while throttling limits the rate at which a function can be executed.
Debounce waits for a specified time period of inactivity before executing the function, while throttling limits the rate at which the function can be called.
Debounce is useful for scenarios like search bars where you want to wait for the user to finish typing before makin...
SOAP (Simple Object Access Protocol) was used before Rest APIs for web services communication.
SOAP was a protocol for exchanging structured information in the implementation of web services.
SOAP used XML for message format and relied heavily on HTTP for communication.
SOAP was more rigid and complex compared to Rest APIs, which are more lightweight and flexible.
Examples of SOAP-based web services include Microsoft's .NE
posted on 4 May 2024
I applied via Approached by Company and was interviewed in Apr 2024. There were 3 interview rounds.
Custom hooks in React allow for reusable logic across components.
Custom hooks are functions that use React hooks internally and can be reused across multiple components.
They can encapsulate complex logic and state management, making components more modular and easier to maintain.
Example: A custom hook for fetching data from an API and handling loading and error states can be used in multiple components.
Example: A custo...
I applied via Naukri.com and was interviewed in Jul 2024. There was 1 interview round.
React js Assessments
posted on 28 May 2024
I applied via Approached by Company and was interviewed in Nov 2023. There were 2 interview rounds.
System design for elevator
Consider the number of floors in the building
Think about the capacity of the elevator
Design algorithms for efficient movement of the elevator
Include safety features such as emergency stop
Consider user interface for passengers
I was interviewed in May 2024.
Redux is a predictable state container for JavaScript apps.
Redux is a state management library for JavaScript applications.
It helps in managing the state of the application in a predictable way.
Redux stores the entire state of the application in a single immutable object.
Actions are dispatched to update the state, and reducers specify how the state changes in response to actions.
Redux is commonly used with React to man...
Virtual DOM is a lightweight copy of the actual DOM in memory, used by React to improve performance by minimizing actual DOM manipulations.
Virtual DOM is a concept where a lightweight copy of the actual DOM is kept in memory.
React uses Virtual DOM to improve performance by minimizing actual DOM manipulations.
When state changes in a React component, a new Virtual DOM representation is created and compared with the previ...
useMemo is used for memoizing expensive calculations, while React.memo is used for memoizing functional components.
useMemo is a hook used to memoize expensive calculations and only recompute the value when the dependencies change.
React.memo is a higher order component used to memoize functional components and prevent unnecessary re-renders.
useMemo is typically used for optimizing performance by caching values, while Re...
map returns a new array with modified elements, forEach does not return anything and just iterates over the array.
map returns a new array with the results of calling a provided function on every element in the array.
forEach executes a provided function once for each array element without returning anything.
Example: const numbers = [1, 2, 3]; const doubled = numbers.map(num => num * 2); // doubled will be [2, 4, 6]; num...
Find duplicates in an array of strings
Iterate through the array and use a hash map to keep track of the frequency of each element
If an element is already in the hash map, it is a duplicate
Currying is a technique in functional programming where a function with multiple arguments is transformed into a sequence of functions, each taking a single argument.
Currying helps in creating reusable functions and improving code readability.
It allows partial application of functions, where some arguments are fixed and others are left to be provided later.
Example: const add = (a) => (b) => a + b; add(2)(3) will return
Interview experience
Software Engineer
7
salaries
| ₹1.8 L/yr - ₹2.4 L/yr |
UI Developer
4
salaries
| ₹1 L/yr - ₹3.5 L/yr |
Cognizant
Teleperformance
Reliance Retail
iEnergizer