Filter interviews by
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.
Top trending discussions
I applied via Campus Placement 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 Jun 2024. There was 1 interview round.
I applied via Naukri.com and was interviewed before Mar 2023. There was 1 interview round.
I applied via LinkedIn and was interviewed in Mar 2023. There were 4 interview rounds.
Scrum and Agile are project management methodologies that prioritize flexibility, collaboration, and iterative development.
Agile is a broad approach to project management that emphasizes flexibility, customer satisfaction, and continuous improvement.
Scrum is a specific Agile methodology that focuses on iterative development cycles called sprints, daily stand-up meetings, and a product backlog.
Both methodologies priorit...
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 Approached by Company and was interviewed in Oct 2022. There were 2 interview rounds.
JavaScript function to check if parentheses are balanced
Create an empty stack
Loop through each character in the string
If the character is an opening parenthesis, push it onto the stack
If the character is a closing parenthesis, pop the top element from the stack and check if it matches the closing parenthesis
If the stack is empty at the end of the loop, the parentheses are balanced
based on 2 interviews
Interview experience
based on 3 reviews
Rating in categories
Software Engineer
3.4k
salaries
| ₹2.7 L/yr - ₹12.7 L/yr |
Senior Software Engineer
2k
salaries
| ₹6 L/yr - ₹19.8 L/yr |
QA Engineer
1.1k
salaries
| ₹3.6 L/yr - ₹11 L/yr |
Senior QA Engineer
777
salaries
| ₹6.2 L/yr - ₹15 L/yr |
System Analyst
745
salaries
| ₹10 L/yr - ₹25 L/yr |
Mphasis
eClerx
L&T Technology Services
Coforge