Filter interviews by
The Buy and Sell stock problem involves finding the maximum profit that can be made by buying and selling stocks in an array.
Iterate through the array and keep track of the minimum price to buy and maximum profit to sell.
Calculate the difference between each element and the minimum price, update maximum profit if a higher profit is found.
Return the maximum profit at the end.
posted on 30 Apr 2024
DFS and Recursion, Leetcode hard questions
Given [rock, rockstar, star, ar], return an array where the words are composites of the other words in the array.
Experiences in system design include designing scalable and efficient software architectures.
Experience in designing software architectures to meet scalability and performance requirements
Understanding of system components and their interactions
Ability to optimize system design for efficiency and maintainability
Experience with tools and techniques for system design such as UML diagrams and design patterns
posted on 15 Mar 2024
Design a car cleaning service with various packages and add-on services for customers to choose from.
Offer different packages such as basic wash, interior cleaning, waxing, etc.
Provide add-on services like carpet shampooing, leather conditioning, headlight restoration, etc.
Allow customers to customize their service by selecting specific options they need.
Implement a loyalty program to reward repeat customers with disco...
Design a movie booking system for users to book tickets for movies at various theaters.
Users can search for movies by title, genre, or theater location.
Users can select seats and showtimes for the movie they want to watch.
System should handle payment processing and seat reservations.
Admins can manage movie listings, theater information, and user bookings.
posted on 6 Feb 2024
Duration: 2hrs
Platform: Hackerrank/Hackerearth
Type:DS/Algo (Graph, LinkedList, Array)
posted on 6 Feb 2024
posted on 22 Mar 2024
I applied via Approached by Company and was interviewed in Sep 2023. There were 2 interview rounds.
Online assessment. two LC medium questions. 90 minutes.
The interview consists of four back-to-back 1 hour sessions with 1 hour lunch break, including system design with the manager and LC medium-hard questions with the rest of the interviewers.
Prepare for system design questions with the manager by understanding scalability, reliability, and performance considerations.
Practice solving LC medium-hard questions to showcase problem-solving skills and algorithmic knowledge.
Tak...
posted on 20 Jan 2024
I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.
Gas station problem
The gas station problem involves finding the minimum starting point from where a circular route can be completed without running out of gas.
The solution can be obtained using the concept of cumulative sum and tracking the minimum sum encountered.
If the total sum of gas is greater than or equal to the total sum of cost, a solution exists.
If there are multiple valid starting points, return the one with
Find the maximum area in a histogram.
Iterate through the histogram and calculate the area for each bar.
Keep track of the maximum area encountered so far.
The area of a bar is calculated by multiplying its height with the width (number of consecutive bars) it can extend to.
Consider using a stack to efficiently calculate the area for each bar.
The Simplify path problem involves simplifying a given absolute path to its canonical form.
Use a stack to keep track of the directories in the path.
Split the path by '/' and process each directory.
Ignore empty directories and '.'.
If encountering '..', pop the top directory from the stack.
Join the remaining directories in the stack to form the simplified path.
The question is about solving a problem related to N-ary tree using Depth First Search (DFS).
Understand the concept of N-ary tree and Depth First Search (DFS)
Implement the DFS algorithm to traverse the N-ary tree
Handle the tree nodes and perform necessary operations during traversal
posted on 7 Feb 2024
posted on 19 Apr 2023
I applied via Approached by Company and was interviewed in Oct 2022. There were 5 interview rounds.
Designing classes and database for a product
Identify the entities and relationships in the system
Create a class diagram with attributes and methods
Design the database schema with tables and relationships
Consider performance, scalability, and security
Use appropriate design patterns and principles
Medium level DSA problems related to tree and arrays.
High level design for 3 products
Identify user needs and requirements
Create a conceptual design for each product
Define the architecture and components
Consider scalability, security, and performance
Document the design and review with stakeholders
Medium level DSA problem and leadership principles situational questions.
posted on 24 Nov 2021
I applied via Company Website and was interviewed in Oct 2021. There were 4 interview rounds.
Design SkipTracker() for Amazon Prime Music
SkipTracker() should keep track of skipped songs in Amazon Prime Music
It should maintain a list of skipped songs as an array of strings
The list should be updated whenever a song is skipped
SkipTracker() should provide methods to add, remove, and retrieve skipped songs
Design a multiplayer game similar to PUBG.
Create a large map with various terrains and buildings
Allow players to form teams and communicate with each other
Include a variety of weapons and equipment for players to find and use
Implement a shrinking play area to force players into closer combat
Include a ranking system to encourage competition and skill improvement
Find a missing number in an unsorted array with elements in the range [1,n].
Use a hash set to store the elements and check for missing numbers.
Calculate the sum of all elements and subtract it from the sum of the range [1,n].
Use XOR operation to find the missing number.
Customer Success Specialist
5
salaries
| ₹7 L/yr - ₹7.5 L/yr |
Software Developer
4
salaries
| ₹13 L/yr - ₹15 L/yr |
Business Development Manager
4
salaries
| ₹4.8 L/yr - ₹6.4 L/yr |
Quality Analyst
3
salaries
| ₹10 L/yr - ₹25 L/yr |
Risk Analyst
3
salaries
| ₹6 L/yr - ₹11.4 L/yr |
Uber
Ola Cabs
Lyft
Grab (India)