Faster and better experience!
Filter interviews by
Top trending discussions
posted on 3 Mar 2025
I was interviewed in Feb 2025.
posted on 11 Jan 2025
posted on 30 Nov 2024
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
useMemo is used to memoize a value, while useCallback is used to memoize a function.
useMemo is used to memoize a computed value and recompute it only when its dependencies change.
useCallback is used to memoize a callback function and prevent unnecessary re-renders.
Example: useMemo can be used to memoize the result of a complex computation, while useCallback can be used to memoize an event handler function.
Error handling in JavaScript involves using try-catch blocks, throwing errors, and using error objects.
Use try-catch blocks to catch errors and handle them gracefully
Throw errors using the throw keyword to indicate when something goes wrong
Use error objects like Error, SyntaxError, TypeError, etc. to provide more information about the error
Handle asynchronous errors using promises and the .catch() method
Promises are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
Promise.all() takes an array of promises and returns a single promise that resolves when all of the input promises have resolved.
A polyfill for Promise.all() can be implemented using a combination of Promise and Array.prototype.reduce().
Frontend assignment make the CRUD application using of reactj.s
posted on 23 Jul 2024
I applied via Internshala and was interviewed in Jun 2024. There were 2 interview rounds.
Written Test of 1 hour
Full processing of payment involves receiving, verifying, and completing a financial transaction.
Receive payment information from customer
Verify payment details for accuracy
Process payment through appropriate channels
Confirm payment completion with customer
Record payment transaction for documentation
Written Test of one and half hour
I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.
Good interaction with Founder
I applied via Indeed and was interviewed in Jul 2024. There were 2 interview rounds.
I was interviewed in Aug 2024.
I manage my students by setting clear expectations, providing support, giving timely feedback, and fostering a positive learning environment.
Set clear expectations for assignments, deadlines, and behavior
Provide support through office hours, resources, and extra help sessions
Give timely feedback on assignments and assessments to guide student progress
Foster a positive learning environment by encouraging participation a...