Filter interviews by
I applied via Approached by Company and was interviewed in Oct 2022. There were 3 interview rounds.
posted on 28 Aug 2024
I applied via Referral and was interviewed in Jul 2024. There was 1 interview round.
ES6 introduces new features like arrow functions, classes, template literals, let and const declarations, and more.
Arrow functions provide a more concise syntax for writing functions.
Classes allow for easier object-oriented programming in JavaScript.
Template literals enable easier string interpolation and multiline strings.
let and const declarations provide block-scoped variables.
ES6 also introduces features like destr...
Lazy loading is a technique used to defer loading of non-essential resources until they are actually needed, while Redux is a state management library for React applications.
Lazy loading in React involves dynamically importing components or modules only when they are required, improving performance by reducing initial load times.
Redux is used in React applications to manage the state of the application in a predictable...
Optimizing API and rendering in React involves reducing unnecessary API calls, using memoization, lazy loading, and code splitting.
Reduce unnecessary API calls by batching requests or using GraphQL to fetch only required data.
Use memoization techniques like useMemo and useCallback to prevent unnecessary re-renders.
Implement lazy loading for components that are not immediately needed, improving initial load time.
Utilize...
I was interviewed in Sep 2023.
posted on 20 May 2022
I applied via Approached by Company and was interviewed in Apr 2022. There were 3 interview rounds.
Coding problem and code structure
posted on 11 Oct 2024
I applied via Naukri.com and was interviewed in Sep 2024. There was 1 interview round.
posted on 15 Oct 2024
I applied via Recruitment Consulltant and was interviewed in Apr 2024. There was 1 interview round.
posted on 20 Apr 2024
I applied via Recruitment Consulltant and was interviewed in Mar 2024. There were 2 interview rounds.
posted on 25 Jul 2024
let, var and const are all used for variable declaration in JavaScript, but they have different scopes and behaviors.
let has block scope, var has function scope, and const is a constant that cannot be reassigned.
let and const are hoisted but not initialized, while var is hoisted and initialized with undefined.
Using const for objects and arrays does not make them immutable, only the reference is constant.
Interview experience
Senior Associate
14.9k
salaries
| ₹8 L/yr - ₹30 L/yr |
Associate
12.8k
salaries
| ₹4.8 L/yr - ₹17.1 L/yr |
Manager
6.7k
salaries
| ₹14 L/yr - ₹44.3 L/yr |
Senior Consultant
4.4k
salaries
| ₹9 L/yr - ₹32.5 L/yr |
Associate2
4.2k
salaries
| ₹4.6 L/yr - ₹16.6 L/yr |
Deloitte
Ernst & Young
Accenture
TCS