Filter interviews by
JavaScript does not have built-in support for traditional OOP concepts like classes and inheritance, but it can still implement OOP principles using prototypes and functions.
JavaScript uses prototypal inheritance instead of classical inheritance.
Objects can be created using constructor functions or object literals.
Encapsulation can be achieved through closures and private variables.
Inheritance can be implemented using ...
Top trending discussions
I applied via Recruitment Consultant and was interviewed in Apr 2021. There were 3 interview rounds.
Event loop is a mechanism in JavaScript that allows for asynchronous operations to be executed in a non-blocking way.
Event loop is responsible for handling asynchronous operations in JavaScript.
It allows for non-blocking execution of code by moving asynchronous tasks to the event queue.
Event loop continuously checks the call stack and the event queue, moving tasks from the queue to the stack when the stack is empty.
Exa...
Closures are functions that have access to their own scope, as well as the scope in which they were defined.
Closures allow functions to access variables from their outer scope even after the outer function has finished executing.
They are commonly used to create private variables in JavaScript.
Closures are created whenever a function is defined within another function.
I applied via Naukri.com and was interviewed in Aug 2023. There was 1 interview round.
I applied via Naukri.com and was interviewed in Jun 2024. There was 1 interview round.
Promises are objects representing the eventual completion or failure of an asynchronous operation, while async/await is a syntactic sugar built on top of promises to write asynchronous code in a synchronous manner.
Promises are used to handle asynchronous operations and provide a way to chain multiple asynchronous operations together.
Async/await allows you to write asynchronous code that looks synchronous, making it eas...
useMemo is used for memoizing expensive calculations, while useCallback is used for memoizing functions.
useMemo is used to memoize expensive calculations and only recompute the value when the dependencies change.
useCallback is used to memoize functions and only re-create the function when the dependencies change.
Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used t...
throw is used to throw an exception, new throw is used to throw an exception with a new object
throw is used to throw an exception in JavaScript
new throw is used to throw an exception with a new object
Example: throw new Error('Something went wrong')
Validation in React can be added using form validation libraries, custom validation functions, or built-in HTML5 validation attributes.
Use form validation libraries like Formik or Yup for easy validation setup
Create custom validation functions to validate input fields based on specific requirements
Utilize built-in HTML5 validation attributes like required, pattern, and min/max for basic validation
Display error messages...
I applied via Recruitment Consulltant and was interviewed in May 2024. There were 2 interview rounds.
They asked hacker rank test
I applied via Recruitment Consultant
Create a custom React Progress Bar component from scratch without using third-party libraries.
Use functional components and hooks for state management.
Create a div for the progress bar container and another for the filled portion.
Style the components using CSS for visual representation.
Use props to pass the progress value (0-100) and update the filled portion accordingly.
Implement a simple animation for the progress fi...
I applied via Naukri.com and was interviewed in Nov 2024. There was 1 interview round.
get props is used to retrieve the value of a property in React components, while set props is used to update the value of a property.
get props is used to access the value of a property passed down from a parent component
set props is used to update the value of a property in the current component
Example: get props - accessing the 'name' prop in a child component: this.props.name
Example: set props - updating the 'count' ...
get forEach is used to iterate over elements in an array without returning a new array, while map creates a new array by applying a function to each element.
forEach does not return a new array, while map returns a new array with the results of applying a function to each element
forEach is used for side effects, while map is used for transforming data
forEach does not return anything, while map returns a new array
Example...
PUT is used to update or replace an entire resource, while PATCH is used to update or modify part of a resource.
PUT is idempotent, meaning multiple identical requests will have the same effect as a single request.
PATCH is not necessarily idempotent, as multiple identical requests may have different effects.
PUT requires the client to send the entire updated resource, while PATCH only requires the client to send the spec...
Local storage is persistent and stays until manually cleared, while session storage is temporary and cleared when the browser is closed.
Local storage data persists even after closing the browser
Session storage data is cleared when the browser is closed
Both store data as key-value pairs similar to cookies
based on 1 interview experience
based on 1 review
Rating in categories
Process Associate
452
salaries
| ₹1.7 L/yr - ₹3.6 L/yr |
Senior Process Associate
85
salaries
| ₹2 L/yr - ₹4.2 L/yr |
Digital Marketing Executive
48
salaries
| ₹2 L/yr - ₹3.7 L/yr |
Content Writer
46
salaries
| ₹2.4 L/yr - ₹5.5 L/yr |
Data Analyst
32
salaries
| ₹1.5 L/yr - ₹4.1 L/yr |
ITC Infotech
CMS IT Services
KocharTech
Xoriant