i
Groupon
Filter interviews by
I applied via Naukri.com and was interviewed in Nov 2021. There were 4 interview rounds.
I applied via Company Website and was interviewed before Dec 2023. There were 2 interview rounds.
Attempt aptitude test
I would describe the programming language I use as versatile, efficient, and widely used in various industries.
One of the most popular programming languages in the world
Known for its flexibility and scalability
Utilized in web development, data analysis, artificial intelligence, and more
Examples include Python, Java, C++, and JavaScript
posted on 25 Dec 2024
Level order traversal, buy and sell stock 2
I appeared for an interview in Dec 2021.
Round duration - 45 minutes
Round difficulty - Easy
This was a coding test with 2 DSA questions.
Given two sorted integer arrays ARR1
and ARR2
of size M and N, respectively, merge them into ARR1
as one sorted array. Assume that ARR1
has a size of M + N to hol...
Merge two sorted arrays into one sorted array in place.
Iterate from the end of both arrays and compare elements to merge in place
Use two pointers to keep track of the current position in each array
Handle cases where one array is fully merged before the other
Given a number of stairs, starting from the 0th stair, calculate the number of distinct ways you can reach the Nth stair. You can climb either one step or two steps at a ...
The question is about calculating the number of distinct ways to reach the Nth stair by climbing one or two steps at a time.
Use dynamic programming to solve this problem efficiently.
Define a recursive function to calculate the number of ways to reach each stair.
Consider base cases for 0 and 1 stairs.
Use memoization to store intermediate results and avoid redundant calculations.
Handle large values of N by taking modulo ...
Round duration - 60 minutes
Round difficulty - Medium
This was the first round with questions on DSA and Low Level design.
You are given a long type array/list ARR
of size N
, representing an elevation map. The value ARR[i]
denotes the elevation of the ith
bar. Your task is to determine th...
Calculate the total amount of rainwater that can be trapped between given elevations in an array.
Iterate through the array and calculate the maximum height on the left and right of each bar.
Calculate the amount of water that can be trapped at each bar by taking the minimum of the maximum heights on the left and right.
Sum up the trapped water at each bar to get the total trapped water for the entire array.
A low-level design of a hotel management system involves detailing the system's components and their interactions.
Define classes for entities like Room, Guest, Reservation, and Staff
Implement functions for booking rooms, checking availability, and managing guest information
Include modules for billing, housekeeping, and reporting
Utilize databases for storing information and APIs for external integrations
Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.
Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.
I applied via Referral and was interviewed before Jul 2022. There were 2 interview rounds.
DSA - arrays, hashing, stack, 2hrs , google meet
I applied via Referral and was interviewed before Mar 2023. There was 1 interview round.
The Dutch Flag problem involves sorting an array of strings with three possible values in a specific order.
Create three pointers to keep track of the boundaries of each color group
Iterate through the array and swap elements to group them in the correct order
Time complexity of O(n) can be achieved by a single pass through the array
I applied via Approached by Company and was interviewed in Mar 2024. There was 1 interview round.
The rain water problem involves calculating the amount of rainwater that can be trapped between buildings or structures.
Calculate the maximum height of water that can be trapped at each position
Subtract the height of the building at each position to get the water level
Sum up the water levels at each position to get the total amount of trapped rainwater
I applied via Approached by Company and was interviewed in Jun 2024. There were 3 interview rounds.
A palindrome is a word, phrase, number, or other sequence of characters that reads the same forward and backward.
Use dynamic programming to solve this problem efficiently.
Iterate through the string and expand around each character to find the longest palindrome.
Consider both odd and even length palindromes.
Example: Input 'babad', Output 'aba' or 'bab'.
Generate all possible subsequences of a given string.
Use recursion to generate all possible combinations of characters in the string.
At each step, include or exclude the current character to form subsequences.
Store each subsequence in an array of strings.
Find and print the longest substring with k unique characters in an array of strings.
Iterate through the array of strings and keep track of the longest substring with k unique characters.
Use a sliding window approach to efficiently find the longest substring.
Keep a hashmap to store the frequency of characters in the current window.
Update the window boundaries based on the number of unique characters.
Return the longest
Dsa and alogorithm by third party agency.
Some of the top questions asked at the Groupon Software Development Engineer II interview for experienced candidates -
based on 5 reviews
Rating in categories
Customer Service Representative
233
salaries
| ₹2.5 L/yr - ₹5.6 L/yr |
Customer Service Executive
120
salaries
| ₹2.5 L/yr - ₹4.5 L/yr |
Customer Support Executive
77
salaries
| ₹2.4 L/yr - ₹4.8 L/yr |
Customer Support Representative
73
salaries
| ₹2.6 L/yr - ₹4.5 L/yr |
Senior Customer Service Representative
71
salaries
| ₹3.2 L/yr - ₹6 L/yr |
Amazon
Nearbuy
Rakuten