Upload Button Icon Add office photos

Nucleus Software Exports

Compare button icon Compare button icon Compare

Filter interviews by

Nucleus Software Exports Data Scientist Interview Questions and Answers

Updated 4 Jan 2025

Nucleus Software Exports Data Scientist Interview Experiences

1 interview found

Data Scientist Interview Questions & Answers

user image alankrit nirjhar

posted on 4 Jan 2025

Interview experience
2
Poor
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Find Count of even-odd pairs in array.

Interview questions from similar companies

Data Scientist Interview Questions & Answers

Chetu user image Abhilasha Dimble

posted on 22 Feb 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked about projects. What is classification? Is knn used for regression?how? decision tree working for regression and classification Is naive Bayes used for regression?how? LLM Docker Aws GenAI Code for ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, interviewer is really wierd...very rude...
Starts interview with lots of questions..
He interrupts me in every question's answer.. doesn't even ready listen my answers ...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic pandas questions on dataframes
  • Q2. Some quiz questions
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Machine Learning, Difference among AI, ML and DL
  • Ans. 

    Machine Learning is a subset of Artificial Intelligence that uses algorithms to learn from data and make predictions.

    • AI (Artificial Intelligence) is the broader concept of machines being able to carry out tasks in a way that we would consider 'smart'.

    • ML (Machine Learning) is a subset of AI that focuses on the development of computer programs that can access data and use it to learn for themselves.

    • DL (Deep Learning) is ...

  • Answered by AI
  • Q2. Evaluation Metrics for Classification
  • Ans. 

    Evaluation metrics are used to assess the performance of classification models.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the overall correctness of the model's predictions.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive predictions out of all actual positives.

    • F1 sco...

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

(2 Questions)

  • Q1. Window Function of SQL
  • Ans. 

    Window functions in SQL allow you to perform calculations across a set of table rows related to the current row.

    • Window functions are used to perform calculations on a set of rows related to the current row.

    • They do not reduce the number of rows returned by the query.

    • Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().

  • Answered by AI
  • Q2. Index and Procedure in SQL
  • Ans. 

    Indexes are used to improve the performance of SQL queries by allowing faster data retrieval. Procedures are reusable SQL code blocks.

    • Indexes are used to quickly locate data without having to scan the entire table.

    • Procedures are stored SQL code blocks that can be executed multiple times.

    • Indexes can be created on columns to speed up search queries.

    • Procedures can accept input parameters and return results.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Location Preferemce

Interview Preparation Tips

Topics to prepare for BUSINESSNEXT Data Scientist interview:
  • Python
  • Machine Learning
  • SQL

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

Chetu user image Abhilasha Dimble

posted on 22 Feb 2024

Interview experience
1
Bad
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - Technical 

(1 Question)

  • Q1. Asked about projects. What is classification? Is knn used for regression?how? decision tree working for regression and classification Is naive Bayes used for regression?how? LLM Docker Aws GenAI Code for ...

Interview Preparation Tips

Interview preparation tips for other job seekers - Guys, interviewer is really wierd...very rude...
Starts interview with lots of questions..
He interrupts me in every question's answer.. doesn't even ready listen my answers ...
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Basic pandas questions on dataframes
  • Q2. Some quiz questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before 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 - Technical 

(1 Question)

  • Q1. Difference between Precision and Recall? How to select features? What’s p-value?
  • Ans. 

    Precision and Recall are evaluation metrics for classification models. Feature selection is important for model performance. P-value is a statistical measure.

    • Precision is the ratio of true positives to the total predicted positives. Recall is the ratio of true positives to the total actual positives.

    • Precision is important when false positives are costly, while recall is important when false negatives are costly.

    • Feature...

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

(1 Question)

  • Q1. Questions on project life cycle: Challenges faced during Data Cleaning and Feature Engineering?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD Carefully and prepare accordingly. Technical part must be strong.

Skills evaluated in this interview

I applied via Approached by Company and was interviewed before Sep 2021. 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 - One-on-one 

(1 Question)

  • Q1. Technical questions about machine learning and data science
Round 3 - Technical 

(1 Question)

  • Q1. Machine learning and data science and about past industry projects
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and about joining. Roles explained by HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Technical knowledge is important and about your past roles and responsibilities
Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 3 interview rounds.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What is Machine Learning, Difference among AI, ML and DL
  • Ans. 

    Machine Learning is a subset of Artificial Intelligence that uses algorithms to learn from data and make predictions.

    • AI (Artificial Intelligence) is the broader concept of machines being able to carry out tasks in a way that we would consider 'smart'.

    • ML (Machine Learning) is a subset of AI that focuses on the development of computer programs that can access data and use it to learn for themselves.

    • DL (Deep Learning) is ...

  • Answered by AI
  • Q2. Evaluation Metrics for Classification
  • Ans. 

    Evaluation metrics are used to assess the performance of classification models.

    • Common evaluation metrics include accuracy, precision, recall, F1 score, and ROC-AUC.

    • Accuracy measures the overall correctness of the model's predictions.

    • Precision measures the proportion of true positive predictions out of all positive predictions.

    • Recall measures the proportion of true positive predictions out of all actual positives.

    • F1 sco...

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

(2 Questions)

  • Q1. Window Function of SQL
  • Ans. 

    Window functions in SQL allow you to perform calculations across a set of table rows related to the current row.

    • Window functions are used to perform calculations on a set of rows related to the current row.

    • They do not reduce the number of rows returned by the query.

    • Common window functions include ROW_NUMBER(), RANK(), DENSE_RANK(), and NTILE().

  • Answered by AI
  • Q2. Index and Procedure in SQL
  • Ans. 

    Indexes are used to improve the performance of SQL queries by allowing faster data retrieval. Procedures are reusable SQL code blocks.

    • Indexes are used to quickly locate data without having to scan the entire table.

    • Procedures are stored SQL code blocks that can be executed multiple times.

    • Indexes can be created on columns to speed up search queries.

    • Procedures can accept input parameters and return results.

  • Answered by AI
Round 3 - HR 

(2 Questions)

  • Q1. Salary Expectation
  • Q2. Location Preferemce

Interview Preparation Tips

Topics to prepare for BUSINESSNEXT Data Scientist interview:
  • Python
  • Machine Learning
  • SQL

Skills evaluated in this interview

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

I applied via Naukri.com and was interviewed before Mar 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Difference between Precision and Recall? How to select features? What’s p-value?
  • Ans. 

    Precision and Recall are evaluation metrics for classification models. Feature selection is important for model performance. P-value is a statistical measure.

    • Precision is the ratio of true positives to the total predicted positives. Recall is the ratio of true positives to the total actual positives.

    • Precision is important when false positives are costly, while recall is important when false negatives are costly.

    • Feature...

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

(1 Question)

  • Q1. Questions on project life cycle: Challenges faced during Data Cleaning and Feature Engineering?

Interview Preparation Tips

Interview preparation tips for other job seekers - Read JD Carefully and prepare accordingly. Technical part must be strong.

Skills evaluated in this interview

Nucleus Software Exports Interview FAQs

How many rounds are there in Nucleus Software Exports Data Scientist interview?
Nucleus Software Exports interview process usually has 1 rounds. The most common rounds in the Nucleus Software Exports interview process are Coding Test.

Tell us how to improve this page.

Nucleus Software Exports Data Scientist Interview Process

based on 1 interview

Interview experience

2
  
Poor
View more
Software Engineer
908 salaries
unlock blur

₹3.5 L/yr - ₹11.2 L/yr

Senior Software Engineer
483 salaries
unlock blur

₹7 L/yr - ₹26.5 L/yr

Technical Lead
208 salaries
unlock blur

₹10.6 L/yr - ₹34.4 L/yr

Assistant Software Engineer
182 salaries
unlock blur

₹3 L/yr - ₹5.5 L/yr

Software Developer
113 salaries
unlock blur

₹3.5 L/yr - ₹13.2 L/yr

Explore more salaries
Compare Nucleus Software Exports with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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