Upload Button Icon Add office photos

Filter interviews by

Yoshops Data Science Interview Questions and Answers

Updated 17 Aug 2023

Yoshops Data Science Interview Experiences

1 interview found

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Feb 2023.

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 - Telephonic Call 

(2 Questions)

  • Q1. What is cluster?
  • Ans. 

    A cluster is a group of data points or objects that are similar to each other within the group and dissimilar to data points in other groups.

    • Clusters are formed based on the similarity of data points within the group.

    • Clustering is an unsupervised learning technique used in data science.

    • Examples of clustering algorithms include K-means, hierarchical clustering, and DBSCAN.

  • Answered by AI
  • Q2. What is data preprocessing
  • Ans. 

    Data preprocessing is the process of cleaning, transforming, and organizing raw data before analysis.

    • Removing irrelevant or duplicate data

    • Handling missing values

    • Normalizing or standardizing data

    • Encoding categorical variables

    • Feature scaling

    • Data transformation (e.g. log transformation)

    • Data reduction (e.g. PCA)

    • Handling outliers

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

Data Science Interview Questions & Answers

Deloitte user image Vijaya Lakshmi Somu

posted on 30 Jun 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Different type of metrics for regression
  • Ans. 

    Different metrics for evaluating regression models

    • Mean Squared Error (MSE)

    • Root Mean Squared Error (RMSE)

    • Mean Absolute Error (MAE)

    • R-squared (Coefficient of Determination)

  • Answered by AI
  • Q2. Explai how neural network works
  • Ans. 

    Neural networks are a type of machine learning algorithm inspired by the human brain, consisting of interconnected nodes that process information.

    • Neural networks consist of layers of interconnected nodes, with each node performing a simple mathematical operation.

    • Information is passed through the network via weighted connections between nodes, with the weights adjusted during training to optimize performance.

    • Neural netw...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Given some python coding

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
4-6 weeks
Result
No response

I applied via LinkedIn and was interviewed before Sep 2023. There were 2 interview rounds.

Round 1 - Coding Test 

3 hour oa - binary search , graph , dp

Round 2 - Technical 

(2 Questions)

  • Q1. What is object orinted programing ?
  • Ans. 

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

    • Objects are instances of classes, which define the structure and behavior of the objects.

    • Encapsulation, inheritance, and polymorphism are key principles of object-oriented programming.

    • Examples include Java, C++, and Python, which are popular object-oriented programming languages.

  • Answered by AI
  • Q2. Write sql query for the bank transaction ?
  • Ans. 

    SQL query to retrieve bank transactions data.

    • Use SELECT statement to retrieve data from transaction table.

    • Filter data based on account number or transaction date.

    • Group data by transaction type or amount for analysis.

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed before May 2023.

Round 1 - Technical 

(1 Question)

  • Q1. Basic sql and data science related
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed in Oct 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

Aptitude Test Online

Round 2 - Case Study 

Case study - Data domain

Round 3 - Technical 

(2 Questions)

  • Q1. General ETL Testing questions
  • Q2. General Testing questions
Round 4 - Technical 

(2 Questions)

  • Q1. Managerial Questions
  • Q2. Agile and Scrum questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare in Testing concepts and coding
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It was online aptitude test. Moderate level.

Round 2 - One-on-one 

(2 Questions)

  • Q1. About project I worked on
  • Q2. Fav programming language and questions based on that

Interview Preparation Tips

Interview preparation tips for other job seekers - I got placement from university so not much difficult
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed in Sep 2024.

Round 1 - Coding Test 

I/p - aaabcb
O/p - 3a2bc

Basic python questions

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(1 Question)

  • Q1. Trigger on contact
  • Ans. 

    A trigger on contact is a mechanism in Salesforce that automatically initiates an action when a contact record is created or updated.

    • Triggers are written in Apex, Salesforce's programming language.

    • Triggers can be used to perform tasks like sending email notifications, updating related records, or enforcing business rules.

    • Example: A trigger on contact can be used to update a custom field on the related account record wh

  • Answered by AI
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 tips
Round 2 - One-on-one 

(1 Question)

  • Q1. Tell about your previous company experience.
Round 3 - HR 

(1 Question)

  • Q1. Tell about yourself.

Interview Preparation Tips

Interview preparation tips for other job seekers - sdfsdfswdfsd
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

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

Round 1 - Technical 

(2 Questions)

  • Q1. Describe SDLC and STLC.
  • Ans. 

    SDLC is the process of developing software from planning to deployment, while STLC is the process of testing software within the SDLC.

    • SDLC stands for Software Development Life Cycle and includes phases like planning, analysis, design, implementation, testing, deployment, and maintenance.

    • STLC stands for Software Testing Life Cycle and includes phases like test planning, test design, test execution, and test closure.

    • SDLC...

  • Answered by AI
  • Q2. How to use parallel execution?
  • Ans. 

    Parallel execution allows running multiple test cases simultaneously to save time and increase efficiency.

    • Use test automation frameworks that support parallel execution, such as TestNG or JUnit.

    • Divide test cases into independent groups that can be executed concurrently.

    • Ensure proper synchronization and resource management to avoid conflicts.

    • Monitor and analyze the results to identify any issues or bottlenecks.

    • Example: ...

  • Answered by AI
Round 2 - One-on-one 

(2 Questions)

  • Q1. Write code to take screenshot.
  • Ans. 

    Code to take screenshot in Java using Selenium WebDriver

    • Import necessary libraries like org.openqa.selenium.OutputType and org.openqa.selenium.TakesScreenshot

    • Create an instance of WebDriver and cast it to TakesScreenshot

    • Use getScreenshotAs method to take the screenshot and save it to a file

  • Answered by AI
  • Q2. Write code to launch browser
  • Ans. 

    Code to launch browser

    • Use Selenium WebDriver to launch browser

    • Specify the browser type (e.g. Chrome, Firefox)

    • Handle any exceptions that may occur during browser launch

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Discussion regarding base location and salary

Skills evaluated in this interview

Yoshops Interview FAQs

How many rounds are there in Yoshops Data Science interview?
Yoshops interview process usually has 2 rounds. The most common rounds in the Yoshops interview process are Resume Shortlist and Telephonic Call.
What are the top questions asked in Yoshops Data Science interview?

Some of the top questions asked at the Yoshops Data Science interview -

  1. What is data preprocess...read more
  2. What is clust...read more

Tell us how to improve this page.

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Accenture Interview Questions
3.9
 • 8.1k Interviews
Infosys Interview Questions
3.7
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Cognizant Interview Questions
3.8
 • 5.5k Interviews
Amazon Interview Questions
4.1
 • 5k Interviews
Capgemini Interview Questions
3.8
 • 4.8k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
Genpact Interview Questions
3.9
 • 3k Interviews
View all
Data Analyst Intern
8 salaries
unlock blur

₹1 L/yr - ₹4 L/yr

Data Analyst
5 salaries
unlock blur

₹1 L/yr - ₹3 L/yr

Data Science Intern
5 salaries
unlock blur

₹1 L/yr - ₹5 L/yr

Intern
3 salaries
unlock blur

₹2.7 L/yr - ₹7 L/yr

Explore more salaries
Compare Yoshops with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare

Paytm Mall

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