Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by NITS SOLUTIONS Team. If you also belong to the team, you can get access from here

NITS SOLUTIONS Verified Tick

Compare button icon Compare button icon Compare
3.1

based on 50 Reviews

Filter interviews by

NITS SOLUTIONS Senior Data Scientist Interview Questions and Answers

Updated 5 Apr 2024

NITS SOLUTIONS Senior Data Scientist Interview Experiences

1 interview found

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. SQL Basic questions
  • Q2. Union and Union All Diff?
  • Ans. 

    Union combines and removes duplicates, Union All combines without removing duplicates.

    • Union combines two or more result sets and removes duplicates

    • Union All combines two or more result sets without removing duplicates

    • Example: SELECT column1 FROM table1 UNION SELECT column1 FROM table2

    • Example: SELECT column1 FROM table1 UNION ALL SELECT column1 FROM table2

  • Answered by AI
  • Q3. Rank and Dens rank diff?
  • Ans. 

    Rank is the position of a data point in a list, while dens rank is the average of the ranks of tied values.

    • Rank is the position of a data point when the data is sorted in ascending or descending order.

    • Dens rank is used when there are tied values, it assigns the average rank to each tied value.

    • For example, if we have values 5, 7, 7, 9, the rank of 7 would be (2+3)/2 = 2.5.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Python Basic like dataframe modification , star print

Skills evaluated in this interview

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Assignment 

MCQ, SQL Programming round --> 1 question , Python programming round --> 1 question, Data Science programming round --> 2 questions

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

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

Round 1 - One-on-one 

(3 Questions)

  • Q1. Bias variance trade off
  • Q2. What is AB testing
  • Ans. 

    AB testing is a method used to compare two versions of a webpage or app to determine which one performs better.

    • AB testing involves creating two versions (A and B) of a webpage or app with one differing element

    • Users are randomly assigned to either version A or B to measure performance metrics

    • The version that performs better in terms of the desired outcome is selected for implementation

    • Example: Testing two different call...

  • Answered by AI
  • Q3. Basic traditional ML question about ML metrics, bagging boosting etc.
Round 2 - Assignment 

It was a classification problem

Round 3 - Technical 

(3 Questions)

  • Q1. Questions about assignment
  • Q2. Questions from resume.
  • Q3. Questions based on probability, statistics and loss functions

Interview Preparation Tips

Topics to prepare for Talentica Software Data Scientist interview:
  • NLP
  • Machine Learning
Interview preparation tips for other job seekers - Get clear with the ML, statistics and data science basics. Practice problems based on probability.

I applied via Company Website and was interviewed before May 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Question asked were on the fundamentals of selected Classification and Regression algorithms, Live coding(Basic and Easy) , Basic Knowledge on any cloud service, Deployment of ML projects on cloud .

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare the math and fundamentals behind each ML or DL algorithms. No need to know all State of the Art algorithms , be sure on whatever you know. Deployment using Flask and on any cloud service is required. Strong grip on python like using basic data structures like using Dictionaries, set, lists and other functions like lambda,filter, map etc.

I applied via Company Website and was interviewed in Jul 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Interview involves covering the basic ML
  • Q2. Project Related Statistics ML Basics
Round 2 - Case Study 

Case Study interview
Puzzle
Live Coding

Round 3 - Case Study 

Case study interview

Interview Preparation Tips

Interview preparation tips for other job seekers - Never ever join this organisation.
They will tell that u have completed all the assessments and take your pay slip info.

Then, they will keep another round just for the sake of elimination
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. About CNN architecture and how it is relevant for textual data
  • Q2. Questions related to probability therom
Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Questions based on my work experience, basic level of python coding (return counts for duplicate integers in a list), theory questions on basic DL (activation layers, time series)

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not get upset if you fail interviews, many of these end up hiring internally or are simply following the protocol of interviewing you after already having selected some other candidate. Just keep on trying!
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

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

Round 1 - Assignment 

I was given assigment on a simple problem where task was to analyse and create a working solution for a problem statement

Round 2 - One-on-one 

(2 Questions)

  • Q1. What is bert algorithm? How does it work.
  • Ans. 

    BERT (Bidirectional Encoder Representations from Transformers) is a pre-trained natural language processing model.

    • BERT is a transformer-based machine learning algorithm developed by Google.

    • It is designed to understand the context of words in a sentence by considering both the left and right context simultaneously.

    • BERT has been pre-trained on a large corpus of text data and can be fine-tuned for specific NLP tasks like ...

  • Answered by AI
  • Q2. Can you explain regression in logistic regression?
  • Ans. 

    Logistic regression is a type of regression analysis used to predict the probability of a binary outcome.

    • Logistic regression is used when the dependent variable is binary (e.g. 0 or 1, yes or no).

    • It estimates the probability that a given input belongs to a certain category.

    • The output of logistic regression is transformed using a sigmoid function to ensure it falls between 0 and 1.

    • It uses the logistic function to model ...

  • Answered by AI

Skills evaluated in this interview

Data Scientist Interview Questions & Answers

Affine user image Dheeraj Warudkar

posted on 8 Jul 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Machine learning
Round 2 - Coding Test 

Python , pandas, sql

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I applied via Approached by Company and was interviewed before Jul 2023. There was 1 interview round.

Round 1 - Assignment 

MCQ, SQL Programming round --> 1 question , Python programming round --> 1 question, Data Science programming round --> 2 questions

NITS SOLUTIONS Interview FAQs

How many rounds are there in NITS SOLUTIONS Senior Data Scientist interview?
NITS SOLUTIONS interview process usually has 2 rounds. The most common rounds in the NITS SOLUTIONS interview process are Technical.
What are the top questions asked in NITS SOLUTIONS Senior Data Scientist interview?

Some of the top questions asked at the NITS SOLUTIONS Senior Data Scientist interview -

  1. Union and Union All Di...read more
  2. Rank and Dens rank di...read more
  3. Python Basic like dataframe modification , star pr...read more

Tell us how to improve this page.

NITS SOLUTIONS Senior Data Scientist Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.3k Interviews
Infosys Interview Questions
3.7
 • 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.7k Interviews
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 792 Interviews
Cyient Interview Questions
3.7
 • 281 Interviews
View all
NITS SOLUTIONS Senior Data Scientist Salary
based on 5 salaries
₹10 L/yr - ₹15 L/yr
49% less than the average Senior Data Scientist Salary in India
View more details
Business Analyst
36 salaries
unlock blur

₹3.6 L/yr - ₹12.3 L/yr

Associate Software Engineer
17 salaries
unlock blur

₹3.5 L/yr - ₹8.6 L/yr

Data Analyst
17 salaries
unlock blur

₹3 L/yr - ₹8.3 L/yr

Telecaller
11 salaries
unlock blur

₹1 L/yr - ₹2.2 L/yr

Senior Quality Analyst
9 salaries
unlock blur

₹8.8 L/yr - ₹12 L/yr

Explore more salaries
Compare NITS SOLUTIONS with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

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