Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Tokopedia Data Analyst Interview Questions and Answers

Updated 5 Apr 2024

Tokopedia Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Apr 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Why data? Why Tokopedia? Talk about bachelor's thesis?
  • Ans. 

    Data analysis is crucial for making informed decisions. Tokopedia's vast data provides a great opportunity for analysis. My bachelor's thesis focused on data-driven insights.

    • Data allows for informed decision-making and insights.

    • Tokopedia's extensive data provides a valuable opportunity for analysis.

    • My bachelor's thesis delved into data-driven insights and analysis.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Walkthrough bachelor's thesis

Interview Preparation Tips

Topics to prepare for Tokopedia Data Analyst interview:
  • SQL
  • Python
  • Data Analysis
Interview preparation tips for other job seekers - Good place to start your career, office politics is tricky tho.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 24 Feb 2024

Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Feb 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL: left join, right join and inner join questions find out the latest entry for an user when they log in to a app Python: few basic questions on python like count the characters in a word. Linux: what co...

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more

Interview questions from similar companies

I applied via LinkedIn and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions on SQL involving Joins, ranker over() partition by, Group by, Coalesce.
  • Q2. Python basic questions for rank and group by and the same to do in excel.
  • Q3. Some logical thinking ability questions.
  • Q4. Any project related to online customer data.
  • Ans. 

    I have worked on a project related to online customer data for a retail company.

    • Analyzed customer behavior on the company's website using Google Analytics

    • Identified popular products and pages visited by customers

    • Created customer segments based on demographics and behavior

    • Provided recommendations to improve website navigation and product offerings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was overall an easy interview.

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical Questions (SQL and Python)
  • Q2. Business case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up SQL skills, learn different methods of solving the same problem, learn basics of python, especially Pandas and Numpy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(4 Questions)

  • Q1. How do you setup a Dark Store?
  • Ans. 

    Setting up a Dark Store involves converting a retail store into a fulfillment center for online orders.

    • Select a suitable location for the Dark Store, preferably in a centralized area with good access to transportation.

    • Optimize the layout of the store for efficient picking, packing, and shipping of orders.

    • Implement inventory management systems to track stock levels accurately and prevent stockouts.

    • Train staff on order f...

  • Answered by AI
  • Q2. How do joins work in the simplest manner?
  • Ans. 

    Joins combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI
  • Q3. Write a basic query explaining the order of execution?
  • Ans. 

    The order of execution in a query determines the sequence in which operations are performed.

    • 1. The order of execution in a query typically follows the sequence: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • 2. The FROM clause specifies the tables involved in the query.

    • 3. The WHERE clause filters the rows based on specified conditions.

    • 4. The GROUP BY clause groups the rows that have the same values into summary rows.

    • 5...

  • Answered by AI
  • Q4. Difference between Group By and Distinct?
  • Ans. 

    Group By is used to aggregate data based on a specific column, while Distinct is used to remove duplicate rows from a result set.

    • Group By is used with aggregate functions like COUNT, SUM, AVG, etc.

    • Distinct is used to retrieve unique values from a column or set of columns.

    • Group By can be used to group data based on multiple columns, while Distinct operates on individual columns only.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Blinkit Data Analyst interview:
  • SQL
  • joins
  • window functions

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked to write different SQL queries.
1. Moving average of lf previous 10 days
2. For a data which records in and out time of an employee. How many employees were present in the office at a given time
3. A/B testing vs pre-post testing

Round 2 - Case Study 

1. Had to come up with a method to give a score to each user based on FRM(frequency, recency, monetory)
2. Guesstimate: how many burgers does McD sells in a day

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 2022. There were 2 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Keep your resume crisp and to the point. A recruiter looks at your resume for an average of 6 seconds, make sure to leave the best impression.
View all Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Output resukt number of rows basis the joins
  • Ans. 

    The output result number of rows depends on the type of join used.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both tables

  • Answered by AI
  • Q2. Output result number of rows basis the joins
  • Ans. 

    The question asks to output the number of rows based on joins.

    • The number of rows in the output depends on the type of join used.

    • Inner join only returns rows that have matching values in both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns all rows from both tables.

    • U...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on the commonly asked SQL questions. Brush up on the basics of SQL. Python is good to know and would make you stand out.

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

All and all it was a wholesome interview with a mix of sql, python questions

Round 2 - Case Study 

Good the case study was fairly doable

Round 3 - HR 

(2 Questions)

  • Q1. Why you want 2 join Myntra
  • Ans. 

    I want to join Myntra because of its innovative approach to e-commerce and its strong focus on customer satisfaction.

    • I am impressed by Myntra's use of data analytics to personalize the shopping experience for customers.

    • I admire Myntra's commitment to staying ahead of trends in the fashion industry.

    • I believe Myntra offers a dynamic and challenging work environment that will allow me to grow as a data analyst.

  • Answered by AI
  • Q2. Salary expectations

Data Analyst Interview Questions & Answers

Myntra user image Sumit Chougule

posted on 7 Jun 2024

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Guestimates question: How many women's drive red car in the Bangalore
  • Ans. 

    It is impossible to accurately estimate the number of women driving red cars in Bangalore without specific data.

    • There is no specific data available on the number of women driving red cars in Bangalore.

    • Estimating the number of women driving red cars in Bangalore would require access to vehicle registration data or a survey of car owners.

    • Factors such as car ownership trends among women and the popularity of red cars woul

  • Answered by AI
  • Q2. How will achieve GMV if your budget is over
  • Ans. 

    Achieve GMV by optimizing marketing channels, improving product offerings, and enhancing user experience.

    • Optimize marketing channels to reach a larger audience

    • Improve product offerings to increase customer interest and sales

    • Enhance user experience to encourage repeat purchases and higher order values

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions were on sql , python and java

Round 2 - Coding Test 

Duration was 10 minutes

Contribute & help others!
anonymous
You can choose to be anonymous

Tokopedia Interview FAQs

How many rounds are there in Tokopedia Data Analyst interview?
Tokopedia interview process usually has 1-2 rounds. The most common rounds in the Tokopedia interview process are Technical and HR.
What are the top questions asked in Tokopedia Data Analyst interview?

Some of the top questions asked at the Tokopedia Data Analyst interview -

  1. Why data? Why Tokopedia? Talk about bachelor's thes...read more
  2. SQL: left join, right join and inner join questions find out the latest entry f...read more

Recently Viewed

LIST OF COMPANIES

Navyug Infosolutions

Overview

SALARIES

ZF India Technology Center

SALARIES

Gwynnie Bee

SALARIES

Navyug Infosolutions

SALARIES

Gwynnie Bee

SALARIES

Tokopedia

SALARIES

Tokopedia

SALARIES

Tokopedia

SALARIES

Tokopedia

SALARIES

Gwynnie Bee

Tell us how to improve this page.

Tokopedia Data Analyst Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more

Data Analyst Interview Questions from Similar Companies

View all
Software Engineer
138 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Technical Architect
21 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Data Scientist
18 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Developer
16 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Tokopedia with

OLX

3.8
Compare

Flipkart

4.0
Compare

Snapdeal

3.8
Compare

Paytm Mall

3.6
Compare
Did you find this page helpful?
Yes No
write
Share an Interview