Filter interviews by
I applied via LinkedIn and was interviewed in May 2024. There were 3 interview rounds.
Hacker Rank Test Provided Take Home
My expected CTC is based on my experience, skills, and the market rate for the position.
Research the market rate for the position in the industry
Consider my experience, skills, and value I bring to the company
Be prepared to negotiate based on the company's offer and benefits package
I appeared for an interview before Sep 2020.
Round duration - 60 Minutes
Round difficulty - Easy
A thief is planning to rob a store and can carry a maximum weight of 'W' in his knapsack. The store contains 'N' items where the ith item has a weight of 'wi' and a value of...
Yes, the 0/1 Knapsack problem can be solved using dynamic programming with a space complexity of not more than O(W).
Use a 1D array to store the maximum value that can be stolen for each weight capacity from 0 to W.
Iterate through each item and update the array based on whether including the item would increase the total value.
The final value in the array at index W will be the maximum value that can be stolen.
Given an array or list of integers 'ARR', identify the second largest element in 'ARR'.
If a second largest element does not exist, return -1.
ARR = [2,...
Find the second largest element in an array of integers.
Iterate through the array to find the largest and second largest elements.
Handle cases where all elements are identical.
Return -1 if a second largest element does not exist.
Round duration - 60 Minutes
Round difficulty - Easy
System Design Round
Design a scalable system for Twitter with key components and architecture.
Use microservices architecture for scalability and fault isolation.
Key components include user service, tweet service, timeline service, and notification service.
Use a distributed database like Cassandra for storing tweets and user data.
Implement a message queue like Kafka for handling real-time updates and notifications.
Use a caching layer like ...
Round duration - 30 Minutes
Round difficulty - Easy
It is just a formality
Tip 1 : System Design
Tip 2 : Practice questions from leetcode
Tip 3 : Have some projects.
Tip 1 : Mention what you know
Tip 2 : Good previous work to showcase
I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.
Given some ant ui design to reacreate from scretch
I appeared for an interview in Feb 2025.
Data Structures, Coding MCQs
Data structures are organized formats for storing, managing, and accessing data efficiently.
1. Types: Common data structures include arrays, linked lists, stacks, queues, trees, and graphs.
2. Arrays: Fixed-size collections of elements, e.g., [1, 2, 3, 4].
3. Linked Lists: Collections of nodes where each node points to the next, e.g., 1 -> 2 -> 3.
4. Stacks: Last-in, first-out (LIFO) structures, e.g., function call ...
Depth-First Search (DFS) is a graph traversal algorithm that explores as far as possible along each branch before backtracking.
DFS uses a stack data structure, either explicitly or via recursion.
It starts from a selected node and explores each branch before backtracking.
Example: In a binary tree, DFS can be implemented using pre-order, in-order, or post-order traversal.
DFS can be used to find connected components in a ...
I applied via LinkedIn and was interviewed in Nov 2023. There was 1 interview round.
Easy and medium level questions on array linked list
posted on 10 Jun 2024
General coding questions
Machine coding round have to develop some working project
Questions were crayon box ,the bot and the game and happy neighbourhood for 90 mins
Implement a solution to find the maximum profit from buying and selling stocks with at most 2 transactions.
Use dynamic programming to keep track of maximum profit at each day with 0, 1, or 2 transactions.
Consider the possibility of splitting the transactions into two separate parts.
Calculate the maximum profit by iterating through the prices array and updating the maximum profit accordingly.
Binary search is a divide and conquer algorithm that efficiently finds a target value in a sorted array.
Divide the array in half and compare the target value with the middle element
If the target is less than the middle element, search the left half. If greater, search the right half
Repeat the process until the target is found or the subarray is empty
Design a digital wallet system similar to Paytm.
Allow users to add money to their wallet using various payment methods like credit/debit cards, net banking, UPI, etc.
Enable users to make payments for various services like mobile recharge, bill payments, online shopping, etc.
Implement security measures like two-factor authentication, encryption of sensitive data, and regular security audits.
Provide features like transac...
A thread is a lightweight process that can run concurrently with other threads within the same process.
Threads allow for parallel execution of tasks within a single process.
Threads share the same memory space and resources of the process they belong to.
Threads can communicate with each other through shared memory or message passing.
Examples: Java threads, POSIX threads (pthreads) in C/C++.
I applied via Referral and was interviewed in Aug 2024. There was 1 interview round.
I was asked question on sliding window on finding the largest subarray with all distinct numbers. The interviewer was very helpful.
based on 2 interviews
Interview experience
based on 1 review
Rating in categories
Agriculture Expert
68
salaries
| ₹1.8 L/yr - ₹4 L/yr |
Agriculture Advisor
57
salaries
| ₹2.4 L/yr - ₹3.4 L/yr |
Senior Associate
50
salaries
| ₹3 L/yr - ₹6 L/yr |
Assistant Manager
47
salaries
| ₹4 L/yr - ₹9 L/yr |
Team Lead
24
salaries
| ₹4.5 L/yr - ₹6.2 L/yr |
Udaan
Swiggy
BlackBuck
Ninjacart