Filter interviews by
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 Referral and was interviewed in May 2022. There were 4 interview rounds.
Top trending discussions
I applied via Other and was interviewed before Nov 2020. There was 1 interview round.
I applied via Walk-in and was interviewed before Oct 2021. There were 3 interview rounds.
The type of XYZ is a software platform that utilizes machine learning algorithms to analyze data and provide insights.
XYZ is a software platform
It uses machine learning algorithms to analyze data
It provides insights based on the analyzed data
Examples of use cases include fraud detection, predictive maintenance, and customer segmentation
I applied via Company Website and was interviewed in Mar 2021. There were 4 interview rounds.
Hash map is a data structure that stores key-value pairs and uses a hash function to map keys to indices in an array.
Hash function is used to convert the key into an index in the array
Collisions occur when two keys map to the same index, which can be resolved using separate chaining or open addressing
Load factor is the ratio of number of elements to the size of the array, and affects the performance of hash map
Operatio...
SQL query to get 2nd highest salary
Use ORDER BY and LIMIT to get the highest salary
Use subquery to exclude the highest salary and get the 2nd highest
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT 1,1
I applied via Approached by Company and was interviewed before Oct 2023. There were 2 interview rounds.
I have worked on multiple projects involving containerization and developing APIs.
Developed microservices using Docker containers for easy deployment and scalability
Created RESTful APIs using Node.js and Express framework
Integrated third-party APIs for data retrieval and processing
Utilized Kubernetes for container orchestration and management
I applied via Approached by Company and was interviewed in Sep 2024. There was 1 interview round.
I am a passionate software engineer with experience in developing web applications and a strong background in computer science.
Experienced in developing web applications using technologies like HTML, CSS, JavaScript, and React
Strong background in computer science with knowledge of data structures and algorithms
Passionate about learning new technologies and solving complex problems
Use quicksort algorithm to sort array in one loop
Use quicksort algorithm to partition array and sort elements
Choose a pivot element and rearrange elements around pivot in one loop
Repeat process for subarrays until entire array is sorted
I applied via Referral and was interviewed in May 2024. There were 2 interview rounds.
I applied via Naukri.com and was interviewed before Jan 2022. There were 4 interview rounds.
based on 5 reviews
Rating in categories
Software Engineer III
1.9k
salaries
| ₹14.5 L/yr - ₹47 L/yr |
Senior Software Engineer
1.4k
salaries
| ₹19 L/yr - ₹70 L/yr |
Software Engineer
800
salaries
| ₹10.2 L/yr - ₹43 L/yr |
Software Development Engineer 3
307
salaries
| ₹15.6 L/yr - ₹46 L/yr |
Software Developer
298
salaries
| ₹12 L/yr - ₹46 L/yr |
Amazon
Reliance Retail
DMart
Future Group