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 Interview Questions and Answers

Updated 11 Jul 2024

NITS SOLUTIONS Interview Experiences

Popular Designations

3 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 11 Jul 2024

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What projects have you worked on?
  • Q2. SQL questions given in chat and told you tell the output rows

Interview Preparation Tips

Topics to prepare for NITS SOLUTIONS Data Analyst interview:
  • SQL
  • Python
  • Power Bi

Data Analyst Interview Questions asked at other Companies

Q1. Suppose there is a room in the office and X people enter room throughout the day, Y people leave throughout the day [continuously people are entering the room, some are staying there, and rest are going out] .. so tell me the code to calcul... read more
View answer (11)
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

Senior Data Scientist Interview Questions asked at other Companies

Q1. What is the difference between logistic and linear regression?
View answer (4)

Interviewer Interview Questions & Answers

user image Anonymous

posted on 4 May 2022

Round 1 - Technical 

(3 Questions)

  • Q1. Some basic to the related programming language
  • Q2. Basic questions in the related programming language
  • Q3. Basic coding in the related language

Interview Preparation Tips

Interview preparation tips for other job seekers - brush up your skills what you mentioned in your cv

Interviewer Interview Questions asked at other Companies

Q1. Which programming languages do you use regularly in your work?
View answer (1)

Jobs at NITS SOLUTIONS

View all

Interview questions from similar companies

I applied via Walk-in and was interviewed before Dec 2020. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Basic Programming questions.
  • Q2. Fibonacci program
  • Q3. OOPS concepts.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic OOPS concepts and basic programs.

I applied via Naukri.com and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Oops Concepts and Data Structure Questions.

Interview Preparation Tips

Interview preparation tips for other job seekers - Oops And Data Structure, Collection.

I applied via Campus Placement and was interviewed before Feb 2020. There were 6 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Was interviewed as fresher?
  • Q2. Written test conducted? with verbal ability test ? GD
  • Q3. How would u deal with a problematic situation when you are working in a team?
  • Q4. What are your plans about higher studies?

Interview Preparation Tips

Interview preparation tips for other job seekers - it was basic with apptiude test and attitiude test.

I applied via Company Website and was interviewed before Feb 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. They asked about dbms questions in the form of table formate
  • Q2. They asked code for some python program

Interview Preparation Tips

Interview preparation tips for other job seekers - Firstly they conducted computer based technical exam and then after qualifying that then we will go for face face interview and then lastly HR round will be held.

I applied via Walk-in and was interviewed before Sep 2019. There were 5 interview rounds.

Interview Questionnaire 

6 Questions

  • Q1. Where do you want to see yourself after 5 years?
  • Q2. What are your preferences?
  • Q3. If given a chance on what do you want to make changes on the project if you've been assigned to achieve positive results with fewer efforts?
  • Q4. What are your expectations?
  • Q5. How do you want a corporate structure to be?
  • Q6. Why did you leave your last company?

Interview Preparation Tips

Interview preparation tips for other job seekers - Questions asked to a fresher I would expect those to be a friendly manner and allow him to speak what he can and not just the questions you ask.

I applied via Company Website and was interviewed in Oct 2020. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. What is recursion ? what is inheritance? what is heap? write a code to find the largest element in an array?
  • Ans. 

    Recursion is a process in which a function calls itself. Inheritance is a mechanism in OOP where a class inherits properties of another class. Heap is a region of memory used for dynamic memory allocation.

    • Recursion can be used to solve problems that can be broken down into smaller sub-problems.

    • Inheritance allows for code reuse and helps in creating a hierarchy of classes.

    • Heap is used for dynamic memory allocation in la...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Do not loose your confidence till the end of the interview and be clear with your voice .

Skills evaluated in this interview

Interview Questionnaire 

1 Question

  • Q1. How to use visio
  • Ans. 

    Visio is a diagramming tool used to create flowcharts, diagrams, and other visual representations of data.

    • Start by selecting a template or creating a new document

    • Drag and drop shapes onto the canvas and connect them with lines or arrows

    • Add text, images, and other elements to enhance the diagram

    • Use the formatting tools to customize the appearance of the diagram

    • Save and export the diagram in various formats such as PDF o

  • Answered by AI

NITS SOLUTIONS Interview FAQs

How many rounds are there in NITS SOLUTIONS interview?
NITS SOLUTIONS interview process usually has 1-2 rounds. The most common rounds in the NITS SOLUTIONS interview process are Technical.
How to prepare for NITS SOLUTIONS interview?
Go through your CV in detail and study all the technologies mentioned in your CV. Prepare at least two technologies or languages in depth if you are appearing for a technical interview at NITS SOLUTIONS. The most common topics and skills that interviewers at NITS SOLUTIONS expect are SQL, Python, PLSQL, Performance Tuning and Business Analysis.
What are the top questions asked in NITS SOLUTIONS interview?

Some of the top questions asked at the NITS SOLUTIONS interview -

  1. Union and Union All Di...read more
  2. Rank and Dens rank di...read more
  3. SQL questions given in chat and told you tell the output r...read more

Tell us how to improve this page.

NITS SOLUTIONS Interview Process

based on 4 interviews

Interview experience

4.3
  
Good
View more

Interview Questions from Similar Companies

TCS Interview Questions
3.7
 • 10.5k 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
LTIMindtree Interview Questions
3.8
 • 2.9k Interviews
Mphasis Interview Questions
3.4
 • 796 Interviews
Cyient Interview Questions
3.6
 • 286 Interviews
View all

NITS SOLUTIONS Reviews and Ratings

based on 52 reviews

3.1/5

Rating in categories

3.1

Skill development

3.1

Work-life balance

2.9

Salary

3.3

Job security

3.2

Company culture

3.0

Promotions

3.0

Work satisfaction

Explore 52 Reviews and Ratings
Data Scientist

Noida,

New Delhi

+2

3-8 Yrs

Not Disclosed

Business Analyst

Gurgaon / Gurugram

3-8 Yrs

Not Disclosed

Data Analyst

New Delhi,

Gurgaon / Gurugram

+1

3-7 Yrs

Not Disclosed

Explore more jobs
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 - ₹11 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

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