Premium Employer

i

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

Nineleaps Technology Solutions Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 134 Reviews

Filter interviews by

Nineleaps Technology Solutions Data Analyst Interview Questions, Process, and Tips

Updated 17 Dec 2024

Top Nineleaps Technology Solutions Data Analyst Interview Questions and Answers

  • Q1. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Q2. Name few of the commonly used python libraries used by DA
  • Q3. How to manage large datasets in python

Nineleaps Technology Solutions Data Analyst Interview Experiences

10 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Dec 2024

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

I applied via Instahyre and was interviewed in Nov 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Coalesce, SQL Order of Execution
  • Q2. Given a table with fields(id, name, salary, managerId) find out the managers who have atleast 5 reportees under him/her.
  • Ans. 

    Use SQL query to count number of reportees for each manager and filter out those with atleast 5 reportees.

    • Write a SQL query to count number of reportees for each manager using GROUP BY clause

    • Add HAVING clause to filter out managers with atleast 5 reportees

    • Example: SELECT managerId, COUNT(id) AS num_reportees FROM table_name GROUP BY managerId HAVING num_reportees >= 5

  • Answered by AI
  • Q3. How to manage large datasets in python
  • Ans. 

    Use libraries like pandas and dask to efficiently manage large datasets in Python.

    • Use pandas library for data manipulation and analysis.

    • Use dask library for parallel computing and out-of-core processing.

    • Optimize memory usage by loading data in chunks or using data types efficiently.

    • Consider using cloud services like AWS S3 or Google BigQuery for storing and processing large datasets.

  • Answered by AI
  • Q4. Name few of the commonly used python libraries used by DA
  • Ans. 

    Some commonly used Python libraries for Data Analysts are Pandas, NumPy, Matplotlib, and Scikit-learn.

    • Pandas - used for data manipulation and analysis

    • NumPy - used for numerical computing and working with arrays

    • Matplotlib - used for data visualization

    • Scikit-learn - used for machine learning and data mining

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Focus on basics of SQL, Python and practice tricky SQL interview questions.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 10 Aug 2024

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

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

Round 1 - Technical 

(3 Questions)

  • Q1. Difference Between Union and Union All
  • Ans. 

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

    • Union combines result sets and removes duplicates

    • Union All combines result sets without removing duplicates

    • Union is slower than Union All as it involves 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
  • Q2. SQL Execution order
  • Q3. Coalesce function in SQL
  • Ans. 

    Coalesce function in SQL is used to return the first non-null value in a list of expressions.

    • Coalesce function takes multiple parameters and returns the first non-null value.

    • It is commonly used to handle null values in SQL queries.

    • Example: SELECT COALESCE(column_name, 'N/A') FROM table_name;

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... read more
asked in Wipro
Q2. Chocolate ProblemGiven an array/list of integer numbers 'CHOCOLAT ... read more
asked in Wipro
Q3. Ninja and substringsNinja has been given a string 'STR' containin ... read more
Q4. Maximum In Sliding Windows Of Size KGiven an array/list of intege ... read more
asked in Tredence
Q5. First Repeated CharacterYou are given a string 'STR' of lowercase ... read more

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 29 Jul 2024

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

(2 Questions)

  • Q1. Basic 10-15btheorotical question
  • Q2. Join + window funct question

Interview Preparation Tips

Interview preparation tips for other job seekers - prep your advance sql very well

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 21 May 2024

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

I applied via Company Website and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - Coding Test 

Basics of SQL was asked, having good foundation will really help in clearing this round

Nineleaps Technology Solutions interview questions for designations

 Senior Data Analyst

 (1)

 Data Engineer

 (2)

 Senior Business Analyst

 (1)

 Senior Data Engineer

 (1)

 Intern

 (2)

 Sales

 (1)

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 6 Jun 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Sql concepts and scenarios

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 5 Feb 2024

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Technical 

(1 Question)

  • Q1. Advance level sql questions

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 May 2024

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

I applied via Referral and was interviewed in Nov 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Intermediate and Advanced SQL Questions, for best, try leetcode sql practice.

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 25 Oct 2023

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
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 

(2 Questions)

  • Q1. SQL Based advanced question
  • Q2. Advanced SQL questions with Joins, Window Functions, etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare SQL, Python, Excel and any one dashboarding tool

Data Analyst Interview Questions & Answers

user image vasavi vajrapu

posted on 30 Apr 2023

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
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 - Aptitude Test 

It's easy to crack basic questions are there

Round 3 - Coding Test 

Prepare Basic codes to clear the round

Round 4 - Technical 

(1 Question)

  • Q1. He asked some codes and syntaxes
Round 5 - HR 

(1 Question)

  • Q1. About projects and all but they rejected in hr round

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well and improve communication skills

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Jun 2022

I applied via Recruitment Consulltant and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic questions on Sql
  • Q2. Few queries on CTE, JOINS, WINDOW functions
Round 2 - Technical 

(1 Question)

  • Q1. Similar as first row but some critical questions on sql
Round 3 - HR 

(1 Question)

  • Q1. General questions about shifts and role

Interview Preparation Tips

Topics to prepare for Nineleaps Technology Solutions Data Analyst interview:
  • SQL
Interview preparation tips for other job seekers - Prepare basics well and your projects

Nineleaps Technology Solutions Interview FAQs

How many rounds are there in Nineleaps Technology Solutions Data Analyst interview?
Nineleaps Technology Solutions interview process usually has 1-2 rounds. The most common rounds in the Nineleaps Technology Solutions interview process are Technical, Coding Test and HR.
How to prepare for Nineleaps Technology Solutions Data Analyst 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 Nineleaps Technology Solutions. The most common topics and skills that interviewers at Nineleaps Technology Solutions expect are Analytical, Business Intelligence, Data Mining, Database Design and Healthcare.
What are the top questions asked in Nineleaps Technology Solutions Data Analyst interview?

Some of the top questions asked at the Nineleaps Technology Solutions Data Analyst interview -

  1. Given a table with fields(id, name, salary, managerId) find out the managers wh...read more
  2. Name few of the commonly used python libraries used by...read more
  3. How to manage large datasets in pyt...read more

Tell us how to improve this page.

Nineleaps Technology Solutions Data Analyst Interview Process

based on 7 interviews in last 1 year

1 Interview rounds

  • Technical Round
View more

People are getting interviews through

based on 6 Nineleaps Technology Solutions interviews
Job Portal
Company Website
Referral
50%
17%
17%
16% candidates got the interview through other sources.
Moderate Confidence
?
Moderate Confidence means the data is based on a sufficient number of responses received from the candidates
Join Nineleaps Technology Solutions Transforming your digital journey with technology
Nineleaps Technology Solutions Data Analyst Salary
based on 86 salaries
₹3 L/yr - ₹11.6 L/yr
17% more than the average Data Analyst Salary in India
View more details

Nineleaps Technology Solutions Data Analyst Reviews and Ratings

based on 14 reviews

3.7/5

Rating in categories

3.5

Skill development

3.5

Work-Life balance

3.1

Salary & Benefits

3.4

Job Security

3.3

Company culture

3.2

Promotions/Appraisal

3.6

Work Satisfaction

Explore 14 Reviews and Ratings
Data Analyst
86 salaries
unlock blur

₹3 L/yr - ₹11.6 L/yr

Software Development Engineer II
85 salaries
unlock blur

₹9 L/yr - ₹24 L/yr

Software Developer
56 salaries
unlock blur

₹4 L/yr - ₹15 L/yr

Software Development Engineer 1
53 salaries
unlock blur

₹6.5 L/yr - ₹13.5 L/yr

Software Development Engineer
39 salaries
unlock blur

₹6.5 L/yr - ₹18.5 L/yr

Explore more salaries
Compare Nineleaps Technology Solutions with

TCS

3.7
Compare

Infosys

3.7
Compare

Wipro

3.7
Compare

HCLTech

3.5
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview