Filter interviews by
I applied via Internshala and was interviewed before Apr 2022. There were 2 interview rounds.
Multiple files can be uploaded using AJAX by sending a FormData object containing the files.
Create a FormData object
Append each file to the FormData object
Send the FormData object using AJAX
Promises are a way to handle asynchronous operations in JavaScript.
Promises represent a value that may not be available yet.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained together using .then() and .catch() methods.
They help avoid callback hell and make code more readable.
Example: fetch() returns a promise that resolves with the response object.
Top trending discussions
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.
I applied via Campus Placement and was interviewed before Feb 2023. There were 2 interview rounds.
There was 2 DSA coding questions and 2 SQL query questions. Level of questions were medium
posted on 26 Dec 2024
posted on 12 Jan 2025
On campus aptitude test
I applied via Naukri.com and was interviewed in Oct 2024. There were 2 interview rounds.
Quantitative , figure ,mcq question based on tech stack and 2 coding question which are basic. 90 minute time limit.
I was interviewed in Sep 2023.
posted on 15 Jul 2024
The project architecture follows a microservices design pattern with separate front-end and back-end components.
Utilizes microservices architecture for scalability and flexibility
Separate front-end and back-end components for modularity
May include technologies like Docker for containerization and Kubernetes for orchestration
Async and await are keywords in JavaScript used for handling asynchronous operations.
Async is used to define a function as asynchronous, allowing it to use the await keyword.
Await is used to pause the execution of an async function until a Promise is settled.
Async functions always return a Promise, which resolves with the value returned by the function.
Using async/await makes asynchronous code easier to read and write
Cognizant
Deloitte
BYJU'S
Teleperformance