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

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

I applied via Recruitment Consultant and was interviewed in Apr 2020. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Object Oriented Concepts and basic list/tuple/dictionary/ datetime conversion
  • Q2. Project done in last company and how will you help Saama?

Interview Preparation Tips

Interview preparation tips for other job seekers - Try to frame answers end to end and stick to what you have done. Don't try to exaggerate.

Interview Questionnaire 

1 Question

  • Q1. SOLID principles examples in depth,given to design user management database in sql(just flow diagram,and in which table which value is used),some basic c# questions related to how you log in c#

I applied via Recruitment Consultant and was interviewed in Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. API testing methods
  • Ans. 

    API testing methods involve functional, performance, security, and exploratory testing.

    • Functional testing ensures that the API meets the requirements and specifications.

    • Performance testing checks the API's response time, throughput, and resource utilization.

    • Security testing verifies the API's authentication, authorization, and encryption mechanisms.

    • Exploratory testing involves ad-hoc testing to discover defects and usa...

  • Answered by AI
  • Q2. Difference between sanity and smoke
  • Ans. 

    Sanity and Smoke are types of software testing. Sanity tests a specific functionality while Smoke tests the entire system.

    • Sanity testing is a narrow and deep testing approach while Smoke testing is a broad and shallow testing approach.

    • Sanity testing is performed after a small change in code while Smoke testing is performed after a major change in code.

    • Sanity testing is used to check if the critical functionalities are ...

  • Answered by AI
  • Q3. Difference between retesting and regression
  • Ans. 

    Retesting is testing the same functionality again after fixing the defects. Regression is testing the unchanged functionality after making changes.

    • Retesting is done to ensure that the defects have been fixed and the functionality is working as expected.

    • Regression is done to ensure that the changes made to the software have not affected the existing functionality.

    • Retesting is a subset of regression testing.

    • Retesting is ...

  • Answered by AI
  • Q4. Bug life cycle

Interview Preparation Tips

Interview preparation tips for other job seekers - It was technical based interview round.

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Feb 2024. There were 3 interview rounds.

Round 1 - Coding Test 

The first round was a combination of MCQs and SQL Coding test. It consisted of 23 MCQs on SQL, 10 MCQs on Power BI and 5 SQL Coding questions.

Round 2 - Technical 

(1 Question)

  • Q1. Simple questions on SQL were asked.
Round 3 - One-on-one 

(5 Questions)

  • Q1. What is pivot table in Excel?
  • Ans. 

    A pivot table in Excel is a data summarization tool that allows you to reorganize and summarize selected columns and rows of data.

    • Pivot tables allow you to analyze and summarize large amounts of data in a spreadsheet.

    • You can easily rearrange the layout of the data to view it from different perspectives.

    • Pivot tables can perform functions like sum, average, count, and more on the data.

    • They are useful for creating reports...

  • Answered by AI
  • Q2. What is 'Data Validation' in Excel?
  • Ans. 

    Data Validation in Excel ensures that data entered in a cell meets certain criteria or conditions.

    • Data Validation allows you to set rules for what can be entered in a cell, such as a range of values, a list of items, or a custom formula.

    • Examples of Data Validation include setting a drop-down list of options for a cell, restricting input to a certain number range, or ensuring dates are entered in a specific format.

    • Data ...

  • Answered by AI
  • Q3. What is the order of execution of an SQL query?
  • Ans. 

    The order of execution of an SQL query involves multiple steps to retrieve data from a database.

    • 1. Parsing: The SQL query is first parsed to check for syntax errors.

    • 2. Optimization: The query optimizer creates an execution plan to determine the most efficient way to retrieve data.

    • 3. Compilation: The optimized query is compiled into an executable form.

    • 4. Execution: The compiled query is executed by the database engine t...

  • Answered by AI
  • Q4. What is the difference between Tree Map and Heatmap in Tableau?
  • Ans. 

    Tree Map visualizes hierarchical data using nested rectangles, while Heatmap displays data values using color gradients.

    • Tree Map displays data hierarchically with nested rectangles, where the size and color represent different measures.

    • Heatmap visualizes data values using color gradients, with darker colors indicating higher values.

    • Tree Map is useful for showing hierarchical data structures, while Heatmap is effective ...

  • Answered by AI
  • Q5. What is the difference between 'Extract Data' and 'Live Connection' in Tableau?
  • Ans. 

    Extract Data saves a snapshot of data in Tableau workbook, while Live Connection directly connects to data source.

    • Extract Data creates a static copy of data in Tableau workbook, while Live Connection directly queries data source in real-time.

    • Extract Data is useful for working offline or with small datasets, while Live Connection is ideal for large datasets or when data is frequently updated.

    • Extract Data can improve per...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Affine Data Analyst interview:
  • SQL
  • Power Bi
  • Tableau
  • Excel

Skills evaluated in this interview

I applied via Naukri.com and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. SQL window functions
  • Q2. Basic SQL queries
  • Q3. Basic Power BI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be kind and humble and don't cheat. The interview will be a cup of cake if you even have some decent experience. Just get your basic right. There won't be much scenarios and coding questions

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

Data Analyst Interview Questions & Answers

Affine user image Vikranth Ravikanthi

posted on 16 Aug 2024

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

(1 Question)

  • Q1. SQL Questions on Aggregations

Data Analyst Interview Questions & Answers

Affine user image Sai Shreyas B.K

posted on 28 Sep 2024

Interview experience
4
Good
Difficulty level
Hard
Process Duration
-
Result
Not Selected

I appeared for an interview in Aug 2024.

Round 1 - Coding Test 

The sql questions were hard

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

(1 Question)

  • Q1. SQL and excel questions intermediate

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

Affine Interview Questions
3.3
 • 49 Interviews
IT By Design Interview Questions
3.5
 • 40 Interviews
Argusoft Interview Questions
4.6
 • 38 Interviews
DotPe Interview Questions
3.1
 • 38 Interviews
View all
NITS SOLUTIONS Senior Data Scientist Salary
based on 5 salaries
₹10 L/yr - ₹15 L/yr
50% less than the average Senior Data Scientist Salary in India
View more details
Business Analyst
36 salaries
unlock blur

₹4.3 L/yr - ₹12.3 L/yr

Associate Software Engineer
16 salaries
unlock blur

₹3.8 L/yr - ₹8.5 L/yr

Data Analyst
16 salaries
unlock blur

₹3 L/yr - ₹10 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

Maxgen Technologies

4.6
Compare

Value Point Systems

3.6
Compare

JoulestoWatts Business Solutions

2.9
Compare

F1 Info Solutions and Services

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