Filter interviews by
Top trending discussions
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 Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.
2 DSA questions and some MCQ on Java and Spring
A palindromic substring is a string that reads the same forwards and backwards.
Use dynamic programming to find the longest palindromic substring.
Start by considering each character as the center of a potential palindrome.
Expand outwards from each center to check for palindromes of odd and even lengths.
Remove duplicates from a 1D array of strings in place
Iterate through the array and use a HashSet to keep track of unique elements
Replace duplicates with null or an empty string to remove them in place
Search for the minimum element in a rotated sorted array with duplicate elements.
Use binary search to find the minimum element in the rotated sorted array.
Handle the case where duplicate elements are present by adjusting the search conditions.
Consider cases where the array is not rotated or contains only one element.
A singleton class is a class that can only have one instance created throughout the application.
Declare a private static instance variable of the class
Create a private constructor to prevent external instantiation
Provide a public static method to access the instance
posted on 5 Jun 2024
Basic questions were aksed and feedback about their product
posted on 12 Feb 2024
System design - ecommers website and project related
Js + react js questions
posted on 1 Apr 2024
Spring Boot is a framework that simplifies the development of Java applications by providing pre-configured settings and tools.
Spring Boot eliminates the need for manual configuration by providing defaults for most settings.
It allows for standalone Spring applications that can be started using a simple 'java -jar' command.
Spring Boot includes embedded servers like Tomcat, Jetty, or Undertow for deploying applications.
I...
I applied via Recruitment Consulltant and was interviewed in Apr 2022. There were 5 interview rounds.
posted on 21 Jun 2022
I applied via Referral and was interviewed in May 2022. There were 4 interview rounds.
I applied via Walk-in and was interviewed in Oct 2024. There were 2 interview rounds.
Product Manager
16
salaries
| ₹22 L/yr - ₹51 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 |
Cashier
8
salaries
| ₹0.6 L/yr - ₹4 L/yr |
Senior Merchandiser
8
salaries
| ₹7 L/yr - ₹11 L/yr |
Walmart
Tesco
Amazon
Reliance Retail