Filter interviews by
I applied via LinkedIn and was interviewed in Aug 2024. There was 1 interview round.
Event Loop is a mechanism in JavaScript that allows asynchronous operations to be executed in a non-blocking way.
Event Loop is responsible for handling the execution of code, callbacks, and I/O operations in JavaScript.
It continuously checks the call stack for any pending tasks and executes them in a sequential manner.
Event Loop ensures that the JavaScript engine is not blocked by long-running tasks, allowing for a smo...
Promises in JavaScript are objects representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations in JavaScript.
They can be in one of three states: pending, fulfilled, or rejected.
Promises can be chained using .then() to handle success and .catch() to handle errors.
Example: const myPromise = new Promise((resolve, reject) => { ... });
I applied via Approached by Company and was interviewed in Apr 2022. There was 1 interview round.
I applied via Naukri.com and was interviewed in Apr 2022. There was 1 interview round.
I applied via Company Website and was interviewed in Apr 2021. There were 3 interview rounds.
I applied via Naukri.com and was interviewed in Aug 2021. There were 4 interview rounds.
To make a page responsive, use Bootstrap layouts and alerts.
Use Bootstrap's grid system to create responsive layouts
Use media queries to adjust the layout based on screen size
Use Bootstrap's responsive utility classes to hide/show elements on different devices
Use Bootstrap's responsive navigation components for mobile-friendly menus
Use Bootstrap's responsive images to ensure they scale properly
Use Bootstrap's responsiv...
I applied via Naukri.com and was interviewed in Oct 2024. There was 1 interview round.
I applied via Job Portal and was interviewed in Jan 2024. There was 1 interview round.
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.
Using let allows you to declare variables that are limited to the scope of a block statement.
var variables are hoisted to the top of their function scope.
const variables must be initialized with a value and ca
I applied via Approached by Company and was interviewed before Jun 2023. There were 3 interview rounds.
React is a JavaScript library for building user interfaces.
Component-based architecture for reusability
Virtual DOM for efficient updates
One-way data binding for predictable data flow
Supports server-side rendering for SEO optimization
Callback function is a function passed as an argument to another function to be executed later. Hooks are functions that let you use state and other React features without writing a class.
Callback function is used to handle asynchronous operations or events in JavaScript.
Example: setTimeout function takes a callback function as an argument to execute after a specified time.
Hooks are introduced in React 16.8 to allow fu...
Box model is a fundamental concept in CSS which defines the spacing and dimensions of an element.
The box model consists of content, padding, border, and margin.
Content area is where the actual content of the element is displayed.
Padding is the space between the content and the border.
Border surrounds the padding and content.
Margin is the space outside the border, separating the element from other elements.
Example: div ...
based on 1 interview
Interview experience
Senior Software Engineer
3.1k
salaries
| ₹15 L/yr - ₹42 L/yr |
Software Engineer
1.9k
salaries
| ₹5.1 L/yr - ₹25 L/yr |
Lead Software Engineer
963
salaries
| ₹16.5 L/yr - ₹53 L/yr |
Senior Systems Engineer
320
salaries
| ₹12 L/yr - ₹36 L/yr |
Software Developer
270
salaries
| ₹8.5 L/yr - ₹30 L/yr |
TCS
Accenture
DXC Technology
Optum Global Solutions