Filter interviews by
I applied via LinkedIn and was interviewed before Oct 2022. There were 5 interview rounds.
Data Structures-based coding question for 45 mins.
Case study on what was your most interesting project?
I applied via Company Website and was interviewed in Oct 2024. There were 2 interview rounds.
1 hour duration. Sliding window problem. On hacker rank platform. Expected to write a working code and solve it optimally/scalable solution.
I appeared for an interview in Feb 2025, where I was asked the following questions.
Implement a search algorithm to find variant patterns in a list of documents efficiently.
Use regular expressions to identify patterns, e.g., searching for 'cat' in 'caterpillar' or 'catalog'.
Consider using a trie data structure for efficient prefix searching.
Implement fuzzy matching to account for typos or variations, e.g., 'color' vs. 'colour'.
Leverage natural language processing (NLP) techniques for semantic search.
O...
Enhancing search variants involves improving search algorithms for better accuracy and relevance in results.
Implement advanced algorithms like TF-IDF or BM25 for better ranking of search results.
Utilize machine learning models to understand user intent and improve result relevance.
Incorporate synonyms and related terms to broaden search queries, e.g., searching 'car' also shows results for 'automobile'.
Use natural lang...
Time complexity measures the amount of time an algorithm takes to complete as a function of the input size.
Big O notation is commonly used to express time complexity (e.g., O(n), O(log n)).
Linear search has a time complexity of O(n) because it checks each element in the array.
Binary search has a time complexity of O(log n) as it divides the search space in half each time.
Nested loops typically result in O(n^2) complexi...
Space complexity measures the amount of memory an algorithm uses relative to the input size.
Space complexity is expressed as a function of the input size, e.g., O(n) or O(1).
It includes both the auxiliary space and the space used by the input.
Example: A function that creates an array of size n has O(n) space complexity.
In-place algorithms, like bubble sort, have O(1) space complexity since they require no additional st
Ensure thread safety by using synchronization mechanisms to prevent concurrent access issues.
Use synchronized blocks or methods to control access to shared resources.
Example: synchronized void increment() { count++; }
Utilize locks (e.g., ReentrantLock) for more granular control over synchronization.
Example: ReentrantLock lock = new ReentrantLock(); lock.lock(); try { count++; } finally { lock.unlock(); }
Consider using ...
I applied via Approached by Company and was interviewed in Jul 2024. There was 1 interview round.
It was a 1 hour Technical screening round, coding question in java (you cna choose your own language). They asked a difficult version of regex matching question (Leetcode medium-hard).
Confluent interview questions for popular designations
Asked to write a email for a case study given to persuade customers to use the product and services
Role play Demo interview given to persuade the customers by conducting qualification session
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
1 hour machine coding round
Tail . How to use circular buffer to avoid storm huge file?
I applied via Ripplematch and was interviewed in Jan 2024. There was 1 interview round.
70 Minutes
8 Questions
2 Coding problems - 1 API Question
6 MCQ
Leetcode - easy to medium
I applied via Campus Placement and was interviewed in Dec 2022. There were 3 interview rounds.
4 Coding questions, I solved 3 and shortlisted for interview
Top trending discussions
based on 11 interviews
Interview experience
based on 20 reviews
Rating in categories
Senior Software Engineer
26
salaries
| ₹34 L/yr - ₹126 L/yr |
Solution Engineer
20
salaries
| ₹15 L/yr - ₹30 L/yr |
Software Engineer
18
salaries
| ₹23 L/yr - ₹50 L/yr |
Senior Data Engineer
9
salaries
| ₹17 L/yr - ₹56 L/yr |
Program Manager
8
salaries
| ₹14 L/yr - ₹38.3 L/yr |
Udaan
Swiggy
CARS24
BlackBuck