Filter interviews by
I applied via Approached by Company and was interviewed in Jun 2024. There was 1 interview round.
I applied via campus placement at Punjab Engineering College (PEC) and was interviewed before Feb 2023. There were 2 interview rounds.
2 coding problem of array and another of stack
Callback hell is a situation in asynchronous programming where multiple nested callbacks make the code difficult to read and maintain.
Callback hell occurs when there are multiple levels of nested callbacks in asynchronous code.
It makes the code difficult to understand, debug, and maintain.
Promises and async/await are solutions to avoid callback hell.
Example: nested callbacks in JavaScript AJAX requests.
Props are used to pass data from a parent component to a child component, while state is used to manage data within a component.
Props are read-only and cannot be modified by the child component
State is mutable and can be updated using setState()
Props are passed down from parent to child components
State is managed within a component and can be changed based on user interactions or other events
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
Promises 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) => { ... });
Box model in CSS refers to the way elements are rendered in a web page. CSS preprocessors like SASS or LESS help streamline CSS development.
Box model in CSS includes content, padding, border, and margin.
CSS preprocessors like SASS or LESS allow for variables, nesting, and mixins to be used in CSS.
Example: box-sizing: border-box; in CSS changes the box model to include padding and border in the element's total width and
I applied via Naukri.com and was interviewed in Apr 2024. There was 1 interview round.
Micro Frontend architecture is an approach to building front-end applications by breaking them down into smaller, independently deployable units.
Allows different teams to work on separate parts of the application
Each micro frontend can be developed using different technologies
Enables incremental upgrades and updates without affecting the entire application
Can improve performance by loading only the necessary components
...
Pure pipes in Angular are stateless and do not change the input data, while impure pipes can have side effects and change the input data.
Pure pipes are used for simple transformations like formatting dates or numbers.
Impure pipes are used for more complex transformations that require state or side effects.
Pure pipes are faster and more efficient as they only run when a pure change to the input data is detected.
Impure p...
Singleton services can be made multiton by maintaining a map of instances with unique keys.
Create a map to store instances with unique keys
Use a factory method to retrieve instances based on keys
Ensure that only one instance is created per key
Dependency injection is a design pattern where components are given their dependencies rather than creating them internally.
Allows for easier testing by injecting mock dependencies
Promotes loose coupling between components
Improves code reusability and maintainability
Examples: AngularJS, Spring Framework
Find reverse string using array
Routing guards are used in Angular to control access to certain routes based on certain conditions.
Routing guards are used to protect routes in Angular applications.
They can be used to control access based on authentication status, user roles, etc.
There are different types of routing guards like CanActivate, CanActivateChild, CanDeactivate, CanLoad.
Example: CanActivate guard can be used to check if a user is authentica
I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.
CSS Box-model defines how elements are rendered in a webpage, including padding, border, and margin.
Box-model consists of content, padding, border, and margin
Content area is where text or images are displayed
Padding is the space between content and border
Border is the line around the content and padding
Margin is the space outside the border
Flexbox is for one-dimensional layouts, grid is for two-dimensional layouts.
Flexbox is best for arranging items in a single row or column.
Grid is best for creating complex layouts with rows and columns.
Flexbox is more suitable for smaller scale layouts, while grid is better for larger scale layouts.
Flexbox is more flexible in terms of item order and sizing, while grid provides more control over the overall layout.
Both
2 question 1 easy 2 medium dsa
2 codes of dsa and mcq.
I applied via Job Portal and was interviewed in Apr 2024. There were 2 interview rounds.
All the basic topics
Normal JS, And CSS and HTML
I applied via Naukri.com and was interviewed in Jul 2023. There were 2 interview rounds.
Design Specialist
2.1k
salaries
| ₹1 L/yr - ₹7.2 L/yr |
Design Engineer
1.7k
salaries
| ₹2 L/yr - ₹10.5 L/yr |
Software Engineer
1.2k
salaries
| ₹3 L/yr - ₹12.3 L/yr |
GIS Engineer
1.1k
salaries
| ₹1 L/yr - ₹6 L/yr |
Senior Design Engineer
918
salaries
| ₹4.2 L/yr - ₹15 L/yr |
TCS
Infosys
Wipro
HCLTech