i
BYJU'S
Filter interviews by
posted on 21 Oct 2024
I applied via Recruitment Consulltant
A library is a collection of functions or classes that can be called by an external program, while a framework is a set of rules and guidelines that help in creating an application.
Library is used for specific functionalities, while framework provides overall structure
In libraries, the flow of control is determined by the caller, while in frameworks, the flow of control is determined by the framework itself
Examples of ...
I applied via Recruitment Consulltant and was interviewed in May 2024. There was 1 interview round.
Yes, by using AJAX or Fetch API to make a request to the API endpoint and handle the response data.
Use AJAX or Fetch API to make a request to the API endpoint
Handle the response data by parsing it in JSON format
Display the fetched data on the front end as needed
I appeared for an interview in Feb 2024.
Memoization is a technique used to optimize performance by storing the results of expensive function calls and returning the cached result when the same inputs occur again.
Memoization helps to avoid redundant calculations by storing the results of function calls.
It can be implemented using libraries like 'memo' in React or manually by storing results in a cache.
Memoization is commonly used in React to optimize renderin...
Promise is used for asynchronous operations with a single result, while Promise.all is used for handling multiple promises simultaneously.
Promise is used for handling asynchronous operations with a single result
Promise.all is used for handling multiple promises simultaneously
Promise.all waits for all promises to resolve or any one to reject
React is a lightweight library for building user interfaces, while Angular is a full-fledged framework with more features and conventions.
React is more flexible and allows for more control over the code structure.
Angular provides more out-of-the-box features like routing, forms, and HTTP client.
React is easier to learn for beginners due to its simplicity.
Angular has a steeper learning curve but offers more built-in too...
Promise.all is used to handle multiple promises concurrently and wait for all of them to resolve.
Use Promise.all when you need to make multiple asynchronous calls and wait for all of them to complete before proceeding.
It is useful for scenarios like fetching data from multiple APIs and processing them together.
Example: Promise.all([fetch('url1'), fetch('url2')]).then(responses => { // handle responses })
posted on 18 Jun 2024
I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.
I applied via Instahyre and was interviewed in Jul 2024. There were 2 interview rounds.
Api Call with pagination support, Card with button.
Same , Just changed the difficulties
I applied via Job Fair and was interviewed before Nov 2023. There were 3 interview rounds.
3 coding question around prime number arrays and strings
posted on 20 Mar 2025
I appeared for an interview before Mar 2024, where I was asked the following questions.
I applied via Recruitment Consulltant and was interviewed in Jun 2024. There were 2 interview rounds.
Number system,30 min duration
Promises are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used in JavaScript to handle asynchronous operations.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained together using .then() to handle success or failure.
They help avoid callback hell and make asynchronous code more readable.
Example: const myPromise = new Promise((res
HTML and CSS are languages used for creating and styling web pages.
HTML (Hypertext Markup Language) is used for structuring content on a web page.
CSS (Cascading Style Sheets) is used for styling the appearance of the content.
HTML uses tags to define elements like headings, paragraphs, images, and links.
CSS allows for customization of colors, fonts, layouts, and more.
Both HTML and CSS are essential for creating visually
based on 4 reviews
Rating in categories
Business Development Associate
11.4k
salaries
| ₹3 L/yr - ₹10 L/yr |
Business Development Manager
3.9k
salaries
| ₹6 L/yr - ₹16.8 L/yr |
Business Development Executive
3.2k
salaries
| ₹0.9 L/yr - ₹8 L/yr |
Senior Business Development Associate
2.9k
salaries
| ₹4.2 L/yr - ₹13.5 L/yr |
BDA
2.3k
salaries
| ₹1 L/yr - ₹10 L/yr |
Unacademy
Vedantu
Toppr
Whitehat jr