Filter interviews by
I applied via Campus Placement and was interviewed in Nov 2024. There were 3 interview rounds.
Coding questions that should be solved within give span of time
Technical assignment that should be completed in Golang with in 3 hours
Web request methods are used to specify the desired action to be performed on a resource.
GET: Retrieve data from the server
POST: Submit data to the server
PUT: Update an existing resource on the server
DELETE: Remove a resource from the server
PATCH: Partially update a resource on the server
posted on 27 Mar 2024
Review the processes the company
I applied via Instahyre and was interviewed before Apr 2022. There were 3 interview rounds.
Separate assignment for BE and FE.
BE - DB design
FE - Nesting problem
I applied via Referral and was interviewed in Nov 2019. There were 5 interview rounds.
Implemented a machine learning model to predict customer churn using advanced algorithms
Developed a predictive model using logistic regression, random forest, and gradient boosting
Utilized feature engineering techniques to improve model performance
Integrated the model into the company's CRM system for real-time predictions
I applied via LinkedIn and was interviewed in Jan 2021. There was 1 interview round.
Calculate the number of children and grandchildren
Count the number of direct children of a person
Count the number of grandchildren of a person
Use recursion to count all descendants
Consider only living descendants
Exclude step-children and adopted children
I applied via Referral
I appeared for an interview before Mar 2021.
Round duration - 60 Minutes
Round difficulty - Easy
Given a binary tree of integers, return the level order traversal of the binary tree.
The first line contains an integer 'T', representing the number of te...
Return the level order traversal of a binary tree given in level order with null nodes represented by -1.
Create a queue to store nodes for level order traversal
Start with the root node and add it to the queue
While the queue is not empty, dequeue a node, print its value, and enqueue its children
Repeat until all nodes are traversed in level order
Round duration - 45 minutes
Round difficulty - Easy
A deadlock in DBMS occurs when two or more transactions are waiting for each other to release locks, causing them to be stuck indefinitely.
Deadlock is a situation where two or more transactions are unable to proceed because each is waiting for the other to release locks.
To prevent deadlocks, DBMS uses techniques like deadlock detection and prevention algorithms.
Joins in DBMS are used to combine rows from two or more ta...
Round duration - 60 Minutes
Round difficulty - Medium
Design a system for Twitter
Key components: user profiles, tweets, hashtags, timelines
Architecture: microservices, load balancers, databases, caching
Scalability: sharding, replication, CDN
Real-time processing: streaming APIs, push notifications
Round duration - 60 Minutes
Round difficulty - Medium
You are provided with an array of ‘N’ integers and ‘Q’ queries. Each query requires calculating the maximum subarray sum in a specified range of the array.
The first ...
Implement a function to calculate maximum subarray sum queries in a given range of an array.
Iterate through each query and calculate the maximum subarray sum within the specified range using Kadane's algorithm.
Keep track of the maximum sum found so far and update it as needed.
Return the maximum subarray sum for each query in the test case.
Given an integer array arr
of size 'N' containing only 0s, 1s, and 2s, write an algorithm to sort the array.
The first line contains an integer 'T' representing the n...
Sort an integer array containing only 0s, 1s, and 2s in linear time complexity.
Use a single scan over the array to sort it in-place.
Maintain three pointers for 0s, 1s, and 2s and swap elements accordingly.
Example: Input: [0, 2, 1, 2, 0], Output: [0, 0, 1, 2, 2]
Round duration - 20 Minutes
Round difficulty - Medium
Tip 1 : Prepare DS and Algo
Tip 2 : Prepare Dynamic programming
Tip 1 : Good in DS and algo that will be help in the interview that is very neccassry
Tip 2 : Prepare DBMS
based on 2 interviews
Interview experience
Software Developer
4
salaries
| ₹18 L/yr - ₹23 L/yr |
Associate Product Manager
4
salaries
| ₹14 L/yr - ₹18 L/yr |
Senior Technical Support Engineer
4
salaries
| ₹12 L/yr - ₹16 L/yr |
Customer Success Manager
4
salaries
| ₹10 L/yr - ₹20 L/yr |
SDE
3
salaries
| ₹16 L/yr - ₹44 L/yr |
Freshworks
Zoho
MindTickle
Postman