Filter interviews by
Basic node js and sql questions
I appeared for an interview before Mar 2024.
You can make parallel API calls in JavaScript using Promises, async/await, and libraries like Axios.
Use Promise.all() to execute multiple promises concurrently.
Example: Promise.all([fetch(url1), fetch(url2)]).then(responses => { /* handle responses */ });
Utilize async/await for cleaner syntax: const responses = await Promise.all([fetch(url1), fetch(url2)]);
Consider using Axios for easier handling of multiple request...
Promise.all waits for all promises to resolve, while Promise.race resolves as soon as the first promise resolves or rejects.
Promise.all takes an array of promises and returns a single promise that resolves when all of the promises have resolved.
Example: Promise.all([Promise.resolve(1), Promise.resolve(2)]) resolves to [1, 2].
If any promise in Promise.all rejects, the entire promise is rejected with that reason.
Promise....
Top trending discussions
I applied via Recruitment Consultant and was interviewed before Sep 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before May 2020. There were 4 interview rounds.
I applied via Campus Placement and was interviewed before Oct 2020. There were 3 interview rounds.
I applied via Campus Placement and was interviewed before Feb 2021. There were 3 interview rounds.
Problem solving questions
I applied via Naukri.com and was interviewed before Jun 2021. There was 1 interview round.
I applied via Job Portal and was interviewed before May 2020. There was 1 interview round.
based on 2 interviews
Interview experience
Software Engineer
10
salaries
| ₹3.8 L/yr - ₹11.3 L/yr |
Software Developer
6
salaries
| ₹5.5 L/yr - ₹7.2 L/yr |
Senior Software Developer
4
salaries
| ₹8.2 L/yr - ₹9.6 L/yr |
Cognizant
Sutherland Global Services
Optum Global Solutions
Hexaware Technologies