Filter interviews by
I applied via Walk-in and was interviewed before Oct 2023. There were 2 interview rounds.
Architectural pattern is a reusable solution to a recurring problem in software architecture design.
Architectural patterns provide guidelines and best practices for structuring software systems.
Examples include Model-View-Controller (MVC), Layered Architecture, and Microservices.
They help in organizing code, improving scalability, and enhancing maintainability.
I applied via Walk-in and was interviewed before Dec 2023. There was 1 interview round.
Top trending discussions
I applied via LinkedIn
Event bubbling is the process of propagating an event from the innermost element to its parent elements in the DOM hierarchy.
Events in JavaScript are triggered on elements and then propagate up the DOM tree.
During event bubbling, an event triggered on a child element will also trigger on its parent elements.
This allows for event delegation, where a single event handler can be used for multiple elements.
Event.stopPropag...
I applied via Company Website and was interviewed in Apr 2023. There were 3 interview rounds.
JavaScript Promise is an object representing the eventual completion or failure of an asynchronous operation.
Promises are used to handle asynchronous operations such as fetching data from an API.
They have three states: pending, fulfilled, or rejected.
Promises can be chained using .then() and .catch() methods.
Promises can also be created using the Promise constructor.
Based on html, Css, Javascript and React-Js
I applied via Recruitment Consultant and was interviewed in Mar 2021. There were 3 interview rounds.
State in functional components can be managed using the useState hook in React.
Use the useState hook to declare state variables in functional components.
useState returns an array with the current state value and a function to update that value.
Example: const [count, setCount] = useState(0);
State variables should be immutable, so always use the setter function to update them.
Event loop in JavaScript is responsible for handling asynchronous operations by executing callback functions in a non-blocking way.
Event loop is a mechanism that allows JavaScript to perform non-blocking operations.
It continuously checks the call stack and the callback queue to see if there are any functions that need to be executed.
If the call stack is empty, it takes the first function from the callback queue and pus...
Hosting in JavaScript refers to the process of declaring a variable or function before it is used in the code.
Hosting allows you to use variables and functions before they are declared in the code.
Variables are hoisted to the top of their scope, while functions are fully hoisted.
Example: console.log(myVar); var myVar = 10; This will not throw an error because 'myVar' is hoisted to the top of the scope.
based on 3 interview experiences
Difficulty level
Duration
based on 2 reviews
Rating in categories
Backend Developer
3
salaries
| ₹5.2 L/yr - ₹7.8 L/yr |
IOS Developer
3
salaries
| ₹2.6 L/yr - ₹4 L/yr |
TCS
Accenture
Wipro
Cognizant