i
Groupon
Filter interviews by
Hackerrank coding test
Coding , decoding, numerical
I applied via Company Website and was interviewed in Oct 2021. There were 2 interview rounds.
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 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
I appeared for an interview before Mar 2024.
There were questions from Dsa ,sql ,oops. McQueen and then coding questions were asked .
Myntra stands out for its innovative approach to fashion e-commerce and commitment to customer satisfaction.
Myntra's diverse product range includes over 5,000 brands, catering to various fashion needs.
The platform's personalized shopping experience, powered by AI, enhances user engagement.
Myntra's focus on sustainability, such as eco-friendly packaging, aligns with modern consumer values.
The company fosters a vibrant w...
I appeared for an interview in Dec 2024.
Two medium to hard-level questions and one hard question.
3 medium level problems
Two challenging problems were presented.
Designing a parking lot involves considering factors like size, layout, capacity, accessibility, and efficiency.
Consider the size and layout of the parking lot to maximize space and ease of navigation.
Include designated spaces for different types of vehicles (e.g. compact cars, motorcycles, disabled parking).
Implement efficient traffic flow patterns to reduce congestion and improve overall user experience.
Incorporate f...
Some of the top questions asked at the Groupon Software Development Engineer II interview for freshers -
based on 1 interview
Interview experience
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