Upload Button Icon Add office photos

Filter interviews by

Tokopedia Big Data Engineer Interview Questions and Answers

Updated 13 Feb 2024

Tokopedia Big Data Engineer Interview Experiences

1 interview found

Big Data Engineer Interview Questions & Answers

user image narayana gadamsetti

posted on 13 Feb 2024

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

I applied via Referral and was interviewed in Aug 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is coalesce and reparation in Apache spark
  • Ans. 

    Coalesce is used to reduce the number of partitions in a DataFrame or RDD, while repartition is used to increase the number of partitions.

    • Coalesce is a narrow transformation that can only decrease the number of partitions.

    • Repartition is a wide transformation that can increase or decrease the number of partitions.

    • Coalesce is preferred over repartition when reducing the number of partitions.

    • Repartition shuffles the data ...

  • Answered by AI
  • Q2. For repartition the data fram

Skills evaluated in this interview

Interview questions from similar companies

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

(2 Questions)

  • Q1. Tell me about your projects?
  • Q2. How do you approach the project if you are using logistic regression model?
  • Ans. 

    Approach involves data preprocessing, model training, evaluation, and interpretation.

    • Perform data preprocessing such as handling missing values, encoding categorical variables, and scaling features.

    • Split the data into training and testing sets.

    • Train the logistic regression model on the training data.

    • Evaluate the model using metrics like accuracy, precision, recall, and F1 score.

    • Interpret the model coefficients to under...

  • Answered by AI
Round 2 - HR 

(2 Questions)

  • Q1. What are you future goals?
  • Q2. What would you do if your interested field doesnt have any work in the company?
  • Ans. 

    I would seek opportunities to apply my skills in related fields within the company.

    • Explore other departments or teams within the company that may have projects related to my field of interest

    • Offer to collaborate with colleagues in different departments to bring a new perspective to their projects

    • Seek out professional development opportunities to expand my skills and knowledge in related areas

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
Not Selected
Round 1 - Technical 

(2 Questions)

  • Q1. Basic Recommendation System Questions
  • Q2. A B Testing Questions
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.

Round 1 - Coding Test 

The assessment consists of a dataset for which we are required to build a machine learning model and submit the results along with code and detailed documentation

Round 2 - Technical 

(3 Questions)

  • Q1. What are ensemble models
  • Ans. 

    Ensemble models are machine learning models that combine multiple individual models to improve predictive performance.

    • Ensemble models work by aggregating predictions from multiple models to make a final prediction.

    • Common types of ensemble models include Random Forest, Gradient Boosting, and AdaBoost.

    • Ensemble models are often more accurate and robust than individual models.

    • They can reduce overfitting and increase genera...

  • Answered by AI
  • Q2. Difference between bagging and boosting
  • Ans. 

    Bagging and boosting are ensemble learning techniques used to improve the performance of machine learning models by combining multiple weak learners.

    • Bagging (Bootstrap Aggregating) involves training multiple models independently on different subsets of the training data and then combining their predictions through averaging or voting.

    • Boosting involves training multiple models sequentially, where each subsequent model c...

  • Answered by AI
  • Q3. A lot of tree based questions

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
-
Result
Selected Selected

I applied via LinkedIn

Round 1 - Coding Test 

SQL, Python, like case about window function

Round 2 - Technical 

(1 Question)

  • Q1. All about past project
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Coding Test 

1.Basic SQL
2. Python based question
3.Data modelling
4. Spark
5. Cloud based questions

Round 2 - Coding Test 

Sql,Python,Data Modeling and Project based questions

Round 3 - HR 

(2 Questions)

  • Q1. Salary discussion and cultural fit.
  • Q2. Basic cultural fit.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. 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 tips
Round 2 - HR 

(2 Questions)

  • Q1. What’s your previous experience
  • Ans. 

    I have 3 years of experience as a data analyst in the finance industry.

    • Worked with large datasets to extract meaningful insights

    • Performed data cleaning, transformation, and visualization

    • Created and maintained dashboards and reports for stakeholders

    • Conducted statistical analysis and built predictive models

    • Collaborated with cross-functional teams to identify business opportunities

  • Answered by AI
  • Q2. What’s your skills for the current role
  • Ans. 

    I have strong skills in data analysis, including proficiency in statistical analysis, data visualization, and programming languages such as Python and SQL.

    • Proficient in statistical analysis techniques

    • Skilled in data visualization using tools like Tableau

    • Strong programming skills in Python and SQL

    • Experience with data cleaning and preprocessing

    • Ability to interpret and communicate insights from data

    • Familiarity with machin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Udaan Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Good to have python and sql skills and for data analyst these skills are must plus one visualisation tool
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Don’t add your photo or details such as gender, age, and address in your resume. These details do not add any value.
View all tips
Round 2 - Aptitude Test 

Number sires, clock, logic, arithmetic, geometry

Round 3 - Coding Test 

Code test basic, ans the basic knowledge, write code

Round 4 - Technical 

(5 Questions)

  • Q1. What is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.

    • It emphasizes code readability and uses indentation to define code blocks.

    • Python has a large standard library and a vibrant community of developers.

    • Example: print('Hello, World!')

    • Example: import pandas as pd

  • Answered by AI
  • Q2. What is python used for?
  • Ans. 

    Python is a versatile programming language used for data analysis, web development, artificial intelligence, automation, and more.

    • Data analysis and visualization

    • Web development (Django, Flask)

    • Artificial intelligence and machine learning (TensorFlow, PyTorch)

    • Automation and scripting

    • Scientific computing (NumPy, SciPy)

  • Answered by AI
  • Q3. What type of language is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is an interpreted language, meaning it does not need to be compiled before running.

    • It supports multiple programming paradigms, including object-oriented, imperative, and functional programming.

    • Python has a large standard library and a thriving community, making it versatile and widely used.

    • Example: Python is used for web develop...

  • Answered by AI
  • Q4. What is oops in python?
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of 'objects', which can contain data and code.

    • OOP allows for the organization of code into reusable components called classes.

    • Classes can have attributes (variables) and methods (functions) associated with them.

    • In Python, everything is an object, and classes can be defined using the 'class' keyword.

    • Encapsulation, inheritance, and polymorph

  • Answered by AI
  • Q5. What is array in python?
  • Ans. 

    An array in Python is a data structure that stores a collection of elements of the same type.

    • Arrays can store elements such as integers, floats, or strings.

    • Arrays are indexed starting from 0, with elements accessed using their index.

    • Example: arr = ['apple', 'banana', 'cherry']

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Swiggy Data Analyst interview:
  • Advanced Excel
  • SQL Server
  • Python
Interview preparation tips for other job seekers - online interview

Skills evaluated in this interview

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

45 mins: AWS,Data warehouse,Python

Round 2 - Technical 

(2 Questions)

  • Q1. Explain OOPS concepts
  • Ans. 

    OOPS concepts refer to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

    • Inheritance: Allows a class to inherit properties and behavior from another class.

    • Encapsulation: Bundling data and methods that operate on the data into a single unit.

    • Polymorphism: Ability to present the same interface for different data types.

    • Abstraction: Hiding the complex implementation detail

  • Answered by AI
  • Q2. Explain BigQuery
  • Ans. 

    BigQuery is a fully managed, serverless data warehouse by Google Cloud for analyzing large datasets using SQL.

    • Fully managed and serverless data warehouse

    • Allows for analyzing large datasets using SQL

    • Integrates with other Google Cloud services like Data Studio and AI Platform

  • Answered by AI

I applied via Recruitment Consulltant and was interviewed in Feb 2022. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. All about the past projects. Few basic data visualization concepts like what charts to use, what will be the best fit for a particular scenerio

Interview Preparation Tips

Interview preparation tips for other job seekers - Projects details and sql +tableau questions

Tokopedia Interview FAQs

How many rounds are there in Tokopedia Big Data Engineer interview?
Tokopedia interview process usually has 1 rounds. The most common rounds in the Tokopedia interview process are Technical.
What are the top questions asked in Tokopedia Big Data Engineer interview?

Some of the top questions asked at the Tokopedia Big Data Engineer interview -

  1. What is coalesce and reparation in Apache sp...read more
  2. For repartition the data f...read more

Tell us how to improve this page.

Tokopedia Big Data Engineer Interview Process

based on 1 interview

Interview experience

4
  
Good
View more

Interview Questions from Similar Companies

Flipkart Interview Questions
4.0
 • 1.3k Interviews
Swiggy Interview Questions
3.8
 • 424 Interviews
BigBasket Interview Questions
3.9
 • 357 Interviews
Udaan Interview Questions
3.9
 • 333 Interviews
CARS24 Interview Questions
3.6
 • 329 Interviews
Meesho Interview Questions
3.7
 • 328 Interviews
Myntra Interview Questions
4.0
 • 214 Interviews
Blinkit Interview Questions
3.7
 • 178 Interviews
BlackBuck Interview Questions
3.8
 • 175 Interviews
Nykaa Interview Questions
3.5
 • 114 Interviews
View all
Software Engineer
138 salaries
unlock blur

₹6.2 L/yr - ₹26 L/yr

Senior Software Engineer
53 salaries
unlock blur

₹16 L/yr - ₹35 L/yr

Technical Architect
21 salaries
unlock blur

₹50 L/yr - ₹73 L/yr

Senior Data Scientist
18 salaries
unlock blur

₹18 L/yr - ₹40 L/yr

Software Developer
16 salaries
unlock blur

₹7.8 L/yr - ₹18 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