Filter interviews by
Clear (1)
A simple Todo app to manage tasks and deadlines
Create a form to add new tasks
Display a list of tasks with checkboxes to mark as complete
Include options to edit or delete tasks
Implement functionality to mark tasks as complete or incomplete
Add a feature to filter tasks by status (completed/incomplete)
Top trending discussions
posted on 2 Jun 2022
I applied via LinkedIn and was interviewed in May 2022. There were 2 interview rounds.
Closure in JavaScript is the combination of a function and the lexical environment within which that function was declared.
A closure allows a function to access variables from an outer function even after the outer function has finished executing.
Closures are created every time a function is created, at function declaration time.
Example: function outerFunction() { let outerVar = 'I am outer'; return function innerFunct...
I applied via Naukri.com and was interviewed before Oct 2023. There was 1 interview round.
Positions in CSS refer to the different ways elements can be placed on a webpage.
Static: default positioning, elements flow in the order they appear in the HTML
Relative: positioned relative to its normal position
Absolute: positioned relative to its nearest positioned ancestor
Fixed: positioned relative to the viewport and does not move when scrolled
Event loop in JavaScript manages asynchronous operations by executing callback functions in a queue.
Event loop is responsible for handling asynchronous operations in JavaScript.
It allows non-blocking I/O operations by executing callback functions in a queue.
Event loop continuously checks the call stack and the callback queue to prioritize tasks.
posted on 18 Feb 2024
I applied via LinkedIn and was interviewed before Feb 2023. There were 3 interview rounds.
It was easy not that hard
Coding question were on medium level
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 Job Portal and was interviewed in Aug 2024. There was 1 interview round.
foreach is used to iterate over an array without returning a new array, while map creates a new array by applying a function to each element.
foreach does not return a new array, while map does
foreach does not modify the original array, while map creates a new array
foreach is used for iterating over elements, while map is used for transforming elements
Example: foreach - array.forEach(item => console.log(item)), map - ar
RxJS operators are functions that enable complex asynchronous operations and data manipulation in reactive programming.
RxJS operators are used to transform, filter, combine, and create observables.
Operators can be categorized into creation operators, transformation operators, filtering operators, combination operators, and utility operators.
Examples of operators include map, filter, mergeMap, switchMap, debounceTime, a
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
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
based on 1 interview
Interview experience
based on 1 review
Rating in categories
Software Engineer
212
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
119
salaries
| ₹0 L/yr - ₹0 L/yr |
QA Engineer
71
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Developer
67
salaries
| ₹0 L/yr - ₹0 L/yr |
Softwaretest Engineer
46
salaries
| ₹0 L/yr - ₹0 L/yr |
Persistent Systems
ThoughtWorks
LTIMindtree
Mphasis