Practice for the Groupon interview with these recently asked interview questions.
| Question | Topic | Difficulty |
|---|---|---|
Data Structures & Algorithms | Medium | |
Write a Python function called An anagram is a word or phrase formed by rearranging the letters of a different word or phrase, using all the original letters exactly once. Note: Each of the inner lists should be ordered alphabetically and contain no duplicate values Example:Input:
Output:
Explanation: In the example, the words “eat”, “tea”, and “ate” are anagrams of each other, as are the words “tan” and “nat”. The word “bat” does not have any anagrams in the input list, and therefore is listed on its own. The function then groups the anagrams together and returns a list of lists representing these groups. Each of the lists representing a group of anagrams is sorted in alphabetical order. | ||
Statistics | Easy | |
Statistics | Medium | |
SQL | Easy | |
Machine Learning | Medium | |
Statistics | Medium | |
SQL | Hard | |
Machine Learning | Medium | |
Python | Easy | |
Deep Learning | Hard | |
SQL | Medium | |
Statistics | Easy | |
Machine Learning | Hard |
Check your skills...
How prepared are you for working at Groupon?
Most data science positions fall under different position titles depending on the actual role.
From the graph we can see that on average the AI Research Scientist role pays the most with a $156,500 base salary while the Data Analyst role on average pays the least with a $82,514 base salary.
Discussion & Interview Experiences