Getting ready for an Data Analyst interview at Shopee? The Shopee Data Analyst interview span across 10 to 12 different question topics. In preparing for the interview:
Interview Query regularly analyzes interview experience data, and we've used that data to produce this guide, with sample interview questions and an overview of the Shopee Data Analyst interview.
Check your skills...
How prepared are you for working as a Data Analyst at Shopee?
Typically, interviews at Shopee vary by role and team, but commonly Data Analyst interviews follow a fairly standardized process across these question topics.
We've gathered this data from parsing thousands of interview experiences sourced from members.
Practice for the Shopee Data Analyst interview with these recently asked interview questions.
| Question | Topic | Difficulty |
|---|---|---|
Data Structures & Algorithms | Easy | |
Given a list of integers, identify all the duplicate values in the list. Assume that the list can contain both positive and negative numbers, and the order of the list does not matter. A number is considered a duplicate if it appears more than once in the list. Return a list of the duplicate numbers. Example 1: Input:
Output:
The numbers 1, 2, and 3 all appear more than once in the list, so they are considered duplicates. Example 2: Input:
Output:
The numbers -1 and 3 both appear more than once in the list, so they are considered duplicates. Note that the order of the output does not matter. Example 3: Input:
Output:
None of the numbers in the list appear more than once, so there are no duplicates. | ||
Analytics | Hard | |
Behavioral | Easy | |
SQL | Easy | |
Machine Learning | Medium | |
Statistics | Medium | |
SQL | Hard | |
Machine Learning | Medium | |
Python | Easy | |
Deep Learning | Hard | |
SQL | Medium | |
Statistics | Easy | |
Machine Learning | Hard |
Discussion & Interview Experiences