Upload Button Icon Add office photos

Filter interviews by

Madurai Kamaraj University Data Scientist Interview Questions and Answers

Updated 13 May 2024

Madurai Kamaraj University Data Scientist Interview Experiences

1 interview found

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

I applied via Walk-in and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Python well knowledge python and machine learning

Interview Preparation Tips

Interview preparation tips for other job seekers - I have knowledge datascientist python machine learning deeplearning generative model nlp
Computer vision

Interview questions from similar companies

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

Interview Questionnaire 

2 Questions

  • Q1. What is data science
  • Ans. 

    Data science is the field of extracting insights and knowledge from data using various techniques and tools.

    • Data science involves collecting, cleaning, and analyzing data to extract insights.

    • It uses various techniques such as machine learning, statistical modeling, and data visualization.

    • Data science is used in various fields such as finance, healthcare, and marketing.

    • Examples of data science applications include fraud...

  • Answered by AI
  • Q2. What is phyton and R
  • Ans. 

    Python and R are programming languages commonly used in data science and statistical analysis.

    • Python is a general-purpose language with a large community and many libraries for data manipulation and machine learning.

    • R is a language specifically designed for statistical computing and graphics, with a wide range of packages for data analysis and visualization.

    • Both languages are popular choices for data scientists and hav...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Provide the tips how to face the interview

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. Please tell me something about yourself.What is your experience? What are your goals and ambitions?Why We should hire you? Strengths and weaknesses etc.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2023. 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 tips
Round 2 - Technical 

(1 Question)

  • Q1. About your project and experience
Round 3 - Coding Test 

Core Python questions were asked

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

(1 Question)

  • Q1. Firstly discuss with HR about the job role and confirmed of technical round interview schedule then I did receive the date and time
Round 3 - Technical 

(1 Question)

  • Q1. In the technical round will meet with the technical person of the data scientist and I gave the interview starting was very good going but I have stuck in some questions then I didn't select in Infosys

Interview Preparation Tips

Topics to prepare for Infosys Data Scientist interview:
  • Data Scientist
  • Java Developer
  • Python
Interview preparation tips for other job seekers - You can apply to Infosys company because this is an Indian multinational company and if your goal is to get a job in the multination company
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Regularization ,when to select l1 and l2
  • Ans. 

    L1 regularization is used for feature selection and L2 regularization is used for preventing overfitting.

    • Use L1 regularization when you want to perform feature selection as it tends to produce sparse feature vectors.

    • Use L2 regularization when you want to prevent overfitting by penalizing large weights.

    • A combination of L1 and L2 regularization (Elastic Net) can be used for a balance between feature selection and prevent

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
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 was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Identify geometric alorithm pattern
  • Ans. 

    Geometric algorithm patterns involve solving problems related to geometric shapes and structures.

    • Identifying and solving problems related to points, lines, angles, and shapes

    • Utilizing geometric formulas and theorems to find solutions

    • Examples include calculating area, perimeter, angles, and distances in geometric figures

  • Answered by AI
  • Q2. If minimal data, which would you train for categorical prediction model?
  • Ans. 

    I would train a decision tree model as it can handle categorical data well with minimal data.

    • Decision tree models are suitable for categorical prediction with minimal data

    • They can handle both numerical and categorical data

    • Decision trees are easy to interpret and visualize

    • Examples: predicting customer churn, classifying spam emails

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Study fundamentals of ml algorithms and how the process geometrically

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I was interviewed in Feb 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Deployment of RAG
  • Ans. 

    RAG (Retrieval-Augmented Generation) deployment enhances AI models by integrating external data sources for improved responses.

    • Integrate RAG with existing NLP models to enhance context understanding.

    • Utilize APIs to fetch real-time data, improving response accuracy.

    • Example: Using RAG in customer support to pull relevant FAQs from a database.

    • Implement caching mechanisms to optimize retrieval speed.

    • Monitor and evaluate mo...

  • Answered by AI
  • Q2. Building of RAG
  • Ans. 

    RAG (Red, Amber, Green) is a visual tool for assessing project status and risk levels.

    • RAG status indicates project health: Red = critical issues, Amber = potential risks, Green = on track.

    • Example: A project with budget overruns may be marked Red.

    • RAG can be used in dashboards for quick visual assessments.

    • Regular updates to RAG status help in proactive risk management.

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
6-8 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. What is L1 and L2 Regularization?
  • Ans. 

    L1 and L2 regularization are techniques used in machine learning to prevent overfitting by adding penalty terms to the cost function.

    • L1 regularization adds the absolute values of the coefficients as penalty term to the cost function.

    • L2 regularization adds the squared values of the coefficients as penalty term to the cost function.

    • L1 regularization can lead to sparse models by forcing some coefficients to be exactly zer...

  • Answered by AI

Skills evaluated in this interview

Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
-

I was interviewed before Mar 2023.

Round 1 - Technical 

(1 Question)

  • Q1. What's the difference between k means and knn
  • Ans. 

    K-means is a clustering algorithm while KNN is a classification algorithm.

    • K-means is unsupervised learning, KNN is supervised learning

    • K-means partitions data into K clusters based on distance, KNN classifies data points based on similarity to K neighbors

    • K-means requires specifying the number of clusters (K), KNN requires specifying the number of neighbors (K)

    • Example: K-means can be used to group customers based on purc...

  • Answered by AI

Skills evaluated in this interview

Madurai Kamaraj University Interview FAQs

How many rounds are there in Madurai Kamaraj University Data Scientist interview?
Madurai Kamaraj University interview process usually has 1 rounds. The most common rounds in the Madurai Kamaraj University interview process are Coding Test.

Tell us how to improve this page.

Madurai Kamaraj University Data Scientist Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.4k Interviews
Infosys Interview Questions
3.6
 • 7.6k Interviews
Wipro Interview Questions
3.7
 • 5.6k Interviews
Tech Mahindra Interview Questions
3.5
 • 3.8k Interviews
HCLTech Interview Questions
3.5
 • 3.8k Interviews
NIIT Interview Questions
3.6
 • 84 Interviews
IIT Bombay Interview Questions
4.5
 • 28 Interviews
View all
Guest Faculty
6 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Research Associate
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Professor
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Project Assistant
5 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Research Fellow
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Madurai Kamaraj University with

Anna University

4.0
Compare

Jawaharlal Nehru Technological University

3.8
Compare

University of Mumbai

3.9
Compare

IIT Bombay

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