Upload Button Icon Add office photos

Filter interviews by

Clear (1)

Mindshare Data Scientist Interview Questions, Process, and Tips

Updated 5 Oct 2023

Mindshare Data Scientist Interview Experiences

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 - Assignment 

Web scraping of movie reviews and NLP sentiment analysis on those reviews.

Round 3 - Technical 

(4 Questions)

  • Q1. 1) Explain the purpose and approach of solved assignment.
  • Ans. 

    Solved assignments are designed to test understanding and application of concepts learned in a course.

    • Solved assignments help students practice and apply theoretical knowledge in practical scenarios.

    • They assess the student's understanding of the subject matter and their ability to solve problems independently.

    • Assignments often include real-world examples or case studies to enhance learning outcomes.

    • Feedback provided on...

  • Answered by AI
  • Q2. 2) What is the difference between list, tuple and dictionary.
  • Ans. 

    List is mutable, tuple is immutable, and dictionary is key-value pair data structure.

    • List: Mutable, ordered collection of items. Example: [1, 2, 3]

    • Tuple: Immutable, ordered collection of items. Example: (1, 2, 3)

    • Dictionary: Key-value pairs, unordered collection. Example: {'key1': 'value1', 'key2': 'value2'}

  • Answered by AI
  • Q3. 3) What is the difference between inner join, outer join, left outer join, right outer join.
  • Ans. 

    Inner join returns only the rows that have matching values in both tables, while outer join returns all rows from both tables.

    • Inner join: returns rows with matching values in both tables

    • Outer join: returns all rows from both tables, filling in missing values with NULL

    • Left outer join: returns all rows from the left table and the matched rows from the right table

    • Right outer join: returns all rows from the right table and

  • Answered by AI
  • Q4. 4) Write python function to print prime numbers in a given range.
  • Ans. 

    Python function to print prime numbers in a given range.

    • Create a function that takes a start and end range as input

    • Iterate through each number in the range and check if it is prime

    • Use a nested loop to check if the number is divisible by any number other than 1 and itself

    • Print the prime numbers found in the given range

  • Answered by AI
Round 4 - HR 

(1 Question)

  • Q1. Scenario based questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare for Python coding and focus more on SQL.

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before May 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Explain the projects worked on previous companies and questions related to it
  • Q2. Questions bases on time series algorithms

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare all the regression algorithms and forecasting methods
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Build a MMX Model for the dataset given and share the insights
  • Ans. 

    Build a MMX Model for a given dataset and share insights

    • Preprocess the data by handling missing values and encoding categorical variables

    • Split the data into training and testing sets

    • Build the MMX model using appropriate algorithms like decision trees or random forests

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

    • Interpret the model results to gain insights and make data-driven decisions

  • Answered by AI
  • Q2. How to evaluate Time series analysis
  • Ans. 

    Time series analysis can be evaluated by examining the accuracy of forecasts, the model's ability to capture trends and patterns, and the overall performance metrics.

    • Evaluate forecast accuracy using metrics like Mean Absolute Error (MAE) or Root Mean Squared Error (RMSE)

    • Assess the model's ability to capture trends and patterns by visualizing the data and comparing it to the model's predictions

    • Analyze the overall perfor...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - The final round was taken by onsite technical head and he will ask all the basics

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your projects
  • Q2. Tell me yourself
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. What are SQL Joins?
  • Ans. 

    SQL Joins are used to combine rows from two or more tables based on a related column between them.

    • SQL Joins are used to retrieve data from multiple tables based on a related column between them.

    • Common types of SQL Joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN.

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

  • Answered by AI
  • Q2. Different functions in Python numpy
  • Ans. 

    Python numpy provides various functions for numerical operations on arrays.

    • numpy.sum() - calculates the sum of array elements

    • numpy.mean() - calculates the mean of array elements

    • numpy.max() - returns the maximum value in an array

    • numpy.min() - returns the minimum value in an array

    • numpy.std() - calculates the standard deviation of array elements

  • Answered by AI

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
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 

(1 Question)

  • Q1. Details on the projects you have worked
  • Ans. 

    I have worked on various projects including web development, data analysis, and software testing.

    • Web development: Created a responsive website using HTML, CSS, and JavaScript.

    • Data analysis: Analyzed customer data to identify trends and make recommendations for marketing strategies.

    • Software testing: Conducted thorough testing of a mobile application to ensure functionality and usability.

    • Project management: Led a team of...

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. How to handle the project, explain stepwise
  • Ans. 

    To handle a project, follow these steps

    • Define project goals and objectives

    • Create a project plan with tasks, timelines, and resources

    • Assign tasks to team members and set deadlines

    • Monitor progress and make necessary adjustments

    • Communicate regularly with stakeholders

    • Manage risks and resolve issues

    • Test and evaluate project deliverables

    • Complete the project and conduct a post-project review

  • Answered by AI
Interview experience
4
Good
Difficulty level
Easy
Process Duration
6-8 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Jun 2022. There were 3 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 - Case Study 

They gave me case study in interview based on that I had provide the solution.

Round 3 - Technical 

(1 Question)

  • Q1. They asked question regarding SQL, statistics and some project related questions
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Jun 2023. There were 2 interview rounds.

Round 1 - HR 

(2 Questions)

  • Q1. Talk about yourself
  • Q2. What is your professional experience
Round 2 - Aptitude Test 

Simple SQL questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Be honest if you don't know!
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Apr 2023. There were 2 interview rounds.

Round 1 - Case Study 

Create charts, Excel formulas

Round 2 - One-on-one 

(2 Questions)

  • Q1. Background and communication
  • Q2. Tell me about youe self

Interview Preparation Tips

Topics to prepare for Abbott Associate interview:
  • Advanced Excel
Interview preparation tips for other job seekers - Prepare pharma background
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - HR 

(1 Question)

  • Q1. About myself & my work experience
Round 2 - Technical 

(1 Question)

  • Q1. SQL & Python related Qs
Contribute & help others!
anonymous
You can choose to be anonymous

Mindshare Interview FAQs

How many rounds are there in Mindshare Data Scientist interview?
Mindshare interview process usually has 4 rounds. The most common rounds in the Mindshare interview process are Resume Shortlist, Assignment and Technical.
What are the top questions asked in Mindshare Data Scientist interview?

Some of the top questions asked at the Mindshare Data Scientist interview -

  1. 3) What is the difference between inner join, outer join, left outer join, righ...read more
  2. 2) What is the difference between list, tuple and dictiona...read more
  3. 4) Write python function to print prime numbers in a given ran...read more

Recently Viewed

INTERVIEWS

HT Media

No Interviews

LIST OF COMPANIES

Adglobal360

Locations

JOBS

Adglobal360

No Jobs

SALARIES

Social Panga

INTERVIEWS

Adglobal360

No Interviews

SALARIES

Mindshare

SALARIES

Mindshare

REVIEWS

Social Panga

No Reviews

SALARIES

Social Panga

JOBS

Adglobal360

No Jobs

Tell us how to improve this page.

Mindshare Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Abbott Interview Questions
4.1
 • 146 Interviews
Kantar Interview Questions
3.5
 • 96 Interviews
Times Internet Interview Questions
3.6
 • 63 Interviews
Aptara Interview Questions
3.3
 • 62 Interviews
Cinépolis Interview Questions
3.9
 • 58 Interviews
Groupm Media Interview Questions
3.9
 • 35 Interviews
View all
Mindshare Data Scientist Salary
based on 6 salaries
₹5.3 L/yr - ₹18 L/yr
11% less than the average Data Scientist Salary in India
View more details
Senior Director
50 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Director
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Consultant
17 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Manager
15 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Executive
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Mindshare with

Groupm Media

3.9
Compare

Madison World

3.8
Compare

Dentsu Aegis Network

3.4
Compare

IPG Mediabrands

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