Filter interviews by
posted on 17 Jan 2025
I applied via Referral and was interviewed in Dec 2024. There was 1 interview round.
Implement Kmeans algorithm from scratch
Initialize k centroids randomly
Assign each data point to the nearest centroid
Update centroids based on the mean of data points assigned to them
Repeat until convergence criteria is met
I applied via Job Fair and was interviewed in Dec 2023. There were 2 interview rounds.
Hackerrank test - String manipulation and Array related
posted on 20 Jun 2021
I applied via Naukri.com and was interviewed before Jun 2020. There were 4 interview rounds.
posted on 20 Apr 2021
I applied via Naukri.com and was interviewed before Apr 2020. There was 1 interview round.
posted on 9 Jul 2021
posted on 13 Oct 2022
I applied via Company Website and was interviewed in Sep 2022. There were 4 interview rounds.
posted on 29 Jun 2022
I appeared for an interview before Jun 2021.
Implementing stack using queues involves using two queues to simulate the behavior of a stack.
Create two queues, q1 and q2
Push operation: Enqueue the element to q1
Pop operation: Dequeue all elements from q1 to q2 except the last one, which is returned as the popped element
Swap the names of q1 and q2 after each pop operation
Top operation: Return the last element of q1
Find second largest in o(n) complexity
Use two variables to keep track of largest and second largest
Traverse the array once and update variables accordingly
posted on 22 Jul 2022
I applied via Naukri.com and was interviewed in Jan 2022. There was 1 interview round.
posted on 30 Sep 2022
posted on 27 Feb 2022
I applied via Approached by Company and was interviewed in Aug 2021. There were 4 interview rounds.
Wiggle sort
System design for Dropbox
Use distributed file system for storing files
Implement client-server architecture
Use encryption for data security
Implement version control for files
Use load balancing for handling traffic
Implement caching for faster access to frequently accessed files
based on 2 interviews
Interview experience
based on 17 reviews
Rating in categories
Technical Support Engineer
976
salaries
| ₹8.5 L/yr - ₹25 L/yr |
Technical Consultant
344
salaries
| ₹13.8 L/yr - ₹32 L/yr |
Member Technical Staff
288
salaries
| ₹18.8 L/yr - ₹60 L/yr |
Senior Member of Technical Staff
256
salaries
| ₹30 L/yr - ₹95 L/yr |
Senior Technical Consultant
251
salaries
| ₹18 L/yr - ₹45 L/yr |
SAP
Zoho
Oracle
Adobe