Filter interviews by
Top trending discussions
posted on 21 Jun 2022
I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.
posted on 9 Jun 2022
Arrow functions do not have their own 'this' value, which is required in constructors.
Arrow functions do not have a 'this' binding, so 'this' will refer to the parent scope.
Constructors require 'this' to refer to the newly created object.
Using arrow functions in constructors can lead to unexpected behavior and errors.
CORS stands for Cross-Origin Resource Sharing and is a security feature implemented in web browsers.
CORS allows web servers to specify which origins are allowed to access their resources.
It is used to prevent unauthorized access to resources on a different domain.
CORS is implemented using HTTP headers such as Access-Control-Allow-Origin and Access-Control-Allow-Methods.
It is important to properly configure CORS to avoi...
Lexical scoping is a way of defining variable scope based on where they are declared in the code.
Variables declared inside a function have local scope and are not accessible outside the function.
Variables declared outside a function have global scope and can be accessed from anywhere in the code.
Nested functions can access variables declared in their parent function.
Example: function outer() { let x = 10; function inne...
Arrow functions have concise syntax, implicit return, and lexical this binding.
Shorter syntax than traditional function expressions
Implicit return of a single expression
Lexical this binding, avoiding the need for .bind() or self = this
Example: const double = (num) => num * 2;
Example: const names = ['Alice', 'Bob', 'Charlie']; const nameLengths = names.map(name => name.length);
I applied via Other and was interviewed before Nov 2020. There was 1 interview round.
I applied via Referral and was interviewed before Mar 2021. There were 3 interview rounds.
I applied via Walk-in and was interviewed before Jul 2020. There was 1 interview round.
I applied via Campus Placement and was interviewed before Mar 2022. There were 2 interview rounds.
One topic and discussed on the same
I applied via Campus Placement and was interviewed before May 2021. There were 3 interview rounds.
Related to question for the aptitude test
Product Manager
16
salaries
| ₹22 L/yr - ₹54 L/yr |
Software Development Engineer II
9
salaries
| ₹14.5 L/yr - ₹25 L/yr |
Merchandiser
8
salaries
| ₹4.8 L/yr - ₹8.5 L/yr |
Senior Merchandiser
8
salaries
| ₹7 L/yr - ₹11 L/yr |
Supervisor
7
salaries
| ₹2 L/yr - ₹6 L/yr |
Reliance Retail
Walmart
Reliance Trends
Lowe's