Filter interviews by
I applied via Referral and was interviewed before Feb 2019. There were 4 interview rounds.
Top trending discussions
posted on 13 Dec 2024
I faced a technical challenge while implementing a complex algorithm for real-time data processing.
Identified the bottleneck in the algorithm by profiling the code
Optimized the algorithm by implementing data structures and algorithms with lower time complexity
Tested the optimized solution thoroughly to ensure correctness and performance
Collaborated with team members to brainstorm alternative approaches
JavaScript frameworks provide pre-written code to simplify and speed up web development.
Helps in organizing code and improving code quality
Provides reusable components for faster development
Offers built-in features like routing, state management, and data binding
Examples: React, Angular, Vue
Design an ad-click aggregation service for tracking and analyzing ad clicks.
Use a distributed system to handle high volume of ad click data
Implement real-time processing for immediate insights on ad performance
Utilize a database to store aggregated ad click data for reporting and analysis
posted on 2 Feb 2024
I applied via Naukri.com and was interviewed in Jan 2024. There were 3 interview rounds.
Two simple coding questions were asked.
One multithreading questions was asked and few theoretical questions.
Trees, Arrays, DP, Graphs, Leetcode Questions
posted on 29 Feb 2024
Find duplicates in an array of strings.
Iterate through the array and store each element in a hash set.
If an element is already in the hash set, it is a duplicate.
Return a list of all duplicates found.
To delete a node from a Linked List, update the pointers of the previous node to skip the node to be deleted.
Set the next pointer of the previous node to skip the node to be deleted
Update the next pointer of the node before deletion to point to the node after deletion
Free the memory of the node to be deleted
posted on 20 Mar 2024
CompletableFuture is a class introduced in Java 8 to represent a future result of an asynchronous computation.
CompletableFuture can be used to perform tasks asynchronously and then combine their results.
It supports chaining of multiple asynchronous operations.
It provides methods like thenApply, thenCompose, thenCombine, etc. for combining results.
Example: CompletableFuture
posted on 28 Sep 2023
I applied via Company Website and was interviewed in Mar 2023. There were 3 interview rounds.
The question asks about using .every() and .includes() methods to check if each character of a string is present in another string.
Loop through each element of the string
Split the string into an array to access each character
Use .every() method to check if each character is present in the user string
Use .includes() method to check if the character is present
based on 3 reviews
Rating in categories
Senior Software Engineer
29
salaries
| ₹16.8 L/yr - ₹27.3 L/yr |
Software Engineer
27
salaries
| ₹9 L/yr - ₹25.3 L/yr |
Associate Software Engineer
13
salaries
| ₹5.8 L/yr - ₹10 L/yr |
Senior Quality Analyst
13
salaries
| ₹11 L/yr - ₹17.4 L/yr |
Principal Software Engineer
11
salaries
| ₹26 L/yr - ₹36.5 L/yr |
IBM
Oracle
SAP
Microsoft Corporation