Filter interviews by
I applied via LinkedIn and was interviewed before Feb 2022. There were 5 interview rounds.
Questions are from Hacker rank or hacker earth
Top trending discussions
I applied via Job Portal and was interviewed in Oct 2021. There were 3 interview rounds.
Design a class to manage job acknowledgements and determine the next job efficiently.
Use a queue to manage jobs in a FIFO manner, ensuring the next job is always ready.
Implement a hashmap to track job statuses and acknowledgements for O(1) access.
Example: When a job is completed, dequeue it and check the next job in the queue.
Consider edge cases like job failures or retries, and handle them gracefully.
I applied via Approached by Company and was interviewed in Oct 2024. There were 2 interview rounds.
I appeared for an interview in Sep 2024, where I was asked the following questions.
Debounce time is a programming technique to limit the rate at which a function is executed.
Debouncing prevents a function from being called multiple times in quick succession.
Commonly used in event handling, like button clicks or window resizing.
Example: A search input that triggers an API call only after the user stops typing for a specified time.
Implementation can be done using setTimeout in JavaScript.
Debounce time ...
I appeared for an interview before Jun 2024, where I was asked the following questions.
Sorting a list of objects involves defining a key and using sorting algorithms to arrange them based on that key.
Use built-in sorting functions like `sort()` in Python or `Arrays.sort()` in Java.
Define a key function to specify the attribute to sort by, e.g., `list.sort(key=lambda x: x.name)`.
For descending order, use `reverse=True` in Python or `Collections.reverseOrder()` in Java.
Example in Java: `Arrays.sort(objects...
Writing production code involves best practices, testing, and deployment strategies to ensure reliability and maintainability.
Follow coding standards and guidelines to maintain consistency.
Implement thorough unit tests to validate functionality (e.g., using JUnit for Java).
Conduct code reviews with peers to catch potential issues early.
Use version control systems like Git for tracking changes and collaboration.
Automate...
I appeared for an interview in Mar 2025, where I was asked the following questions.
The '==' operator checks reference equality, while 'equals()' checks value equality in Java.
'==' compares memory addresses of objects.
'equals()' compares the actual content of objects.
Example: String s1 = new String('test'); String s2 = new String('test'); s1 == s2 // false, s1.equals(s2) // true
For primitive types, '==' compares values directly.
For objects, '==' checks if both references point to the same object.
I applied via Referral and was interviewed in Jun 2023. There were 2 interview rounds.
OOPs Concepts focus on encapsulation, inheritance, polymorphism, and abstraction. Functions are reusable blocks of code.
OOPs Concepts include encapsulation, inheritance, polymorphism, and abstraction.
Encapsulation involves bundling data and methods that operate on the data into a single unit.
Inheritance allows a class to inherit properties and behavior from another class.
Polymorphism enables objects to be treated as in...
I applied via Naukri.com and was interviewed before Jun 2023. There were 3 interview rounds.
Was asked a React coding question to fetch data using an API and show it on UI, for a frontend developer role.
JavaScript output problems often arise from type coercion, scoping issues, and asynchronous behavior.
Type Coercion: '5' + 5 results in '55' due to string concatenation.
Variable Hoisting: console.log(x); var x = 10; outputs 'undefined'.
Asynchronous Behavior: setTimeout(() => console.log('Hello'), 0); outputs 'Hello' after the current execution context.
based on 1 interview experience
Difficulty level
Duration
based on 5 reviews
Rating in categories
Senior Software Engineer
92
salaries
| ₹17.2 L/yr - ₹31.1 L/yr |
Software Engineer
87
salaries
| ₹6.7 L/yr - ₹17.1 L/yr |
Principal Software Engineer
54
salaries
| ₹28 L/yr - ₹45 L/yr |
QA Engineer
34
salaries
| ₹6.5 L/yr - ₹14 L/yr |
Junior Software Engineer
19
salaries
| ₹6.5 L/yr - ₹8 L/yr |
Franchise India Brands
Echobooom Management & Entrepreneurial Solutions
Cheil India
Adonmo