i
Cloudrevel Innovations
Filter interviews by
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Context API is a feature in React that allows sharing data between components without having to pass props through every level of the component tree.
Context API provides a way to pass data through the component tree without having to pass props down manually at every level.
It is useful for sharing global data such as themes, user authentication, or language preferences.
Context API consists of three main parts: Provider...
Life cycle components in React are methods that are automatically called at specific points in a component's life cycle.
Mounting phase: constructor, render, componentDidMount
Updating phase: render, componentDidUpdate
Unmounting phase: componentWillUnmount
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
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
Pure components, memo, useCallback, and HoC are optimization techniques in React for improving performance.
Pure components are components that only re-render when their props or state change.
memo is a higher order component that memoizes the result of a component rendering, preventing unnecessary re-renders.
useCallback is a hook that memoizes functions, preventing unnecessary re-creations on re-renders.
HoC (Higher Orde...
I applied via Naukri.com and was interviewed in May 2022. There was 1 interview round.
Closure is a feature in JavaScript that allows a function to access variables in its outer scope.
A closure is created when a function is defined inside another function.
The inner function has access to the outer function's variables and parameters.
The outer function's variables and parameters are not accessible from outside the closure.
Closures can be used to create private variables and methods.
Example: function outer...
ES6 features are new additions to JavaScript language syntax and functionality.
Arrow functions
Template literals
Let and const keywords
Destructuring assignment
Spread and rest operators
Classes
Modules
Promises
Default parameters
Object.assign()
Symbol data type
I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.
based on 1 interview
Interview experience
Software Engineer
33
salaries
| ₹2.6 L/yr - ₹6 L/yr |
Business Analyst
9
salaries
| ₹4 L/yr - ₹6.1 L/yr |
HR Recruiter
8
salaries
| ₹1.8 L/yr - ₹3 L/yr |
Software Tester
8
salaries
| ₹2.7 L/yr - ₹6.5 L/yr |
UX and UI Designer
7
salaries
| ₹2.5 L/yr - ₹4 L/yr |
TCS
Accenture
Wipro
Cognizant