Filter interviews by
Clear (1)
I applied via Campus Placement and was interviewed before Feb 2023. There was 1 interview round.
3 questoins, CP based
posted on 18 Jul 2024
I applied via Campus Placement and was interviewed before Jul 2023. There was 1 interview round.
Dsa based questions. On trees and arrays.
posted on 24 Jul 2024
I applied via Referral and was interviewed in Jun 2024. There were 3 interview rounds.
Online coding test of 45 mins
Inverted array problem involves reversing the order of elements in an array of strings.
Iterate through the array from both ends and swap the elements until reaching the middle.
Use a temporary variable to store the element being swapped.
Example: Input array ['apple', 'banana', 'cherry'] should be inverted to ['cherry', 'banana', 'apple'].
LLD design of order collection service involves designing the detailed architecture of the service for collecting orders.
Define the components of the order collection service such as order processing, validation, storage, and retrieval.
Design the data flow between these components and how they interact with each other.
Consider scalability, fault tolerance, and performance optimization in the design.
Use appropriate desi...
Two arrays represented as trees are identical if they have the same structure and values at each node.
Check if the arrays have the same length.
Compare the root nodes of both trees.
Recursively compare the left and right subtrees of both trees.
posted on 28 Sep 2024
I applied via Referral and was interviewed in Aug 2024. There were 2 interview rounds.
Easy to medium level dsa questions
They asked me to create a live working project and sufficient time was provided.
I applied via Referral and was interviewed in Feb 2024. There was 1 interview round.
A movie booking system allows users to browse movies, select showtimes, choose seats, and make payments online.
Users can search for movies by title, genre, or release date.
Users can view showtimes, select seats, and add to cart.
Users can make payments securely using various payment methods.
Admin can manage movie listings, showtimes, and seating arrangements.
System should send confirmation emails and tickets to users.
I applied via Referral and was interviewed before Dec 2023. There were 3 interview rounds.
Machine coding round 90 mins duration. Based on designing Buy Now Pay Later system
2 medium level questions
I applied via Company Website and was interviewed in May 2021. There was 1 interview round.
I was interviewed in Dec 2020.
Round duration - 25 Minutes
Round difficulty - Medium
Very friendly interviewer. Although waiting time was very high
You are given an integer array 'ARR' of size 'N' and an integer 'S'. Your task is to find and return a list of all pairs of elements where each sum of a pair equals 'S'.
Find pairs of elements in an array that sum up to a given value, sorted in a specific order.
Iterate through the array and for each element, check if the complement (S - current element) exists in a hash set.
If the complement exists, add the pair to the result list.
Sort the result list based on the criteria mentioned in the question.
Return the sorted list of pairs.
Tip 1 : be confident about your CV points
Tip 2 : practice consulting cases and how to answer situational questions
Tip 1 : be crisp about achievement
Tip 2 : add data points to support your achievements
based on 1 interview
Interview experience
based on 2 reviews
Rating in categories
Software Engineer III
1.8k
salaries
| ₹0 L/yr - ₹0 L/yr |
Senior Software Engineer
1.3k
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Engineer
801
salaries
| ₹0 L/yr - ₹0 L/yr |
Software Development Engineer 3
260
salaries
| ₹0 L/yr - ₹0 L/yr |
Business Development Associate
243
salaries
| ₹0 L/yr - ₹0 L/yr |
Amazon
Flipkart
Microsoft Corporation