Upload Button Icon Add office photos

Filter interviews by

TuringMinds Data Science Interview Questions and Answers

Updated 14 Mar 2023

TuringMinds Data Science Interview Experiences

1 interview found

Data Science Interview Questions & Answers

user image aarushi verma

posted on 14 Mar 2023

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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 - Aptitude Test 

Maths , profits and loss, logical

Round 3 - Group Discussion 

Child labour is the topic for group discussion conducted

Round 4 - HR 

(2 Questions)

  • Q1. Tell us about your internship period ?
  • Q2. Strength and weakness

Interview Preparation Tips

Interview preparation tips for other job seekers - Candidate should prepare for interview with most of the questions.

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

QA Test Lead Interview Questions & Answers

Cognizant user image Md Aklakh Ahmad

posted on 13 Dec 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

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

Round 1 - Coding Test 

Write java program to reverse each word

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

(3 Questions)

  • Q1. Type of selectors in selenium
  • Ans. 

    Selectors in Selenium are used to identify web elements on a webpage for automation testing.

    • Selectors include ID, class name, name, tag name, link text, partial link text, CSS selector, and XPath.

    • ID selector is the fastest and most reliable, while XPath is the most powerful but slower.

    • CSS selectors are commonly used due to their flexibility and readability.

    • Example: driver.findElement(By.id("elementID"));

  • Answered by AI
  • Q2. Wait statements in selenium
  • Ans. 

    Wait statements in Selenium are used to pause the execution of the test script for a specified amount of time.

    • Wait statements are used to handle synchronization issues in test automation scripts.

    • There are two types of wait statements in Selenium: Implicit Wait and Explicit Wait.

    • Implicit Wait sets a default waiting time for the elements to be available before throwing an exception.

    • Explicit Wait allows the test script to...

  • Answered by AI
  • Q3. Program to write fibonacci series
  • Ans. 

    A program to write the Fibonacci series using iterative or recursive methods.

    • Use a loop to generate Fibonacci series iteratively

    • Use recursion to generate Fibonacci series recursively

    • Start with 0 and 1 as the first two numbers in the series

    • Add the previous two numbers to get the next number in the series

  • Answered by AI
Round 2 - HR 

(1 Question)

  • Q1. Expectation of salary

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. What is collection frame work
  • Ans. 

    Collection framework is a unified architecture for representing and manipulating collections of objects.

    • Provides interfaces (List, Set, Map) and classes (ArrayList, HashSet, HashMap) for storing and manipulating groups of objects

    • Offers algorithms for searching, sorting, and manipulating collections

    • Promotes code reusability and efficiency in handling collections

  • Answered by AI
  • Q2. Write a program to count no of characters in the given string
  • Ans. 

    A program to count the number of characters in a given string.

    • Iterate through each character in the string and increment a counter for each character encountered.

    • Use a hashmap to store the count of each character for efficient counting.

    • Handle edge cases such as empty string or null input.

  • Answered by AI

Skills evaluated in this interview

Round 1 - Technical 

(2 Questions)

  • Q1. What is product backlog and sprint backlog
  • Ans. 

    Product backlog is a prioritized list of features to be developed. Sprint backlog is a subset of product backlog for a specific sprint.

    • Product backlog is a dynamic document that evolves with the product development cycle

    • It contains a list of features, enhancements, bug fixes, and other work items

    • The items in the backlog are prioritized based on business value, risk, and other factors

    • Sprint backlog is a subset of produc...

  • Answered by AI
  • Q2. What is velocity and zero sprint
  • Ans. 

    Velocity is the amount of work a team can complete in a sprint. Zero sprint is a sprint with no completed work.

    • Velocity is a measure of a team's productivity in completing work during a sprint

    • It is calculated by adding up the story points or tasks completed in a sprint

    • Zero sprint is a sprint where no work is completed due to unforeseen circumstances or issues

    • It is important to track velocity to help plan future sprints

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare with all manual testing concepts as well automation.

Skills evaluated in this interview

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

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

Round 1 - HR 

(1 Question)

  • Q1. Tell me about your resume
Round 2 - Technical 

(1 Question)

  • Q1. What would you prioritize in this situation?
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 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 tips
Round 2 - Technical 

(2 Questions)

  • Q1. Oops concepts, java selenium, testing concepts
  • Q2. Testng, maven, jenkins, testing concepts, program

Interview Preparation Tips

Interview preparation tips for other job seekers - Easy to get clear. Basic concepts are enough. Java, selenium

TuringMinds Interview FAQs

How many rounds are there in TuringMinds Data Science interview?
TuringMinds interview process usually has 4 rounds. The most common rounds in the TuringMinds interview process are Resume Shortlist, Aptitude Test and Group Discussion.

Tell us how to improve this page.

TuringMinds Data Science Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k 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
TuringMinds Data Science Salary
based on 4 salaries
₹5 L/yr - ₹6 L/yr
5% more than the average Data Science Salary in India
View more details

TuringMinds Data Science Reviews and Ratings

based on 1 review

1.0/5

Rating in categories

1.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

1.0

Work satisfaction

Explore 1 Review and Rating
Data Scientist
143 salaries
unlock blur

₹3 L/yr - ₹8 L/yr

Data Scientist Trainee
52 salaries
unlock blur

₹1.2 L/yr - ₹7 L/yr

Data Science Trainee
23 salaries
unlock blur

₹4 L/yr - ₹6.3 L/yr

Machine Learning Engineer
12 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Data Analyst
9 salaries
unlock blur

₹4 L/yr - ₹6.5 L/yr

Explore more salaries
Compare TuringMinds with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tredence

3.6
Compare

LatentView Analytics

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