Upload Button Icon Add office photos

Filter interviews by

Nspira Management Services Data Analyst Interview Questions and Answers

Updated 30 Oct 2023

Nspira Management Services Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Oct 2023

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

I applied via Walk-in and was interviewed before Oct 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. What is index in Excel
  • Ans. 

    An index in Excel is a reference to a specific cell within a spreadsheet, used for quick navigation and data retrieval.

    • Indexes in Excel are used to quickly locate and retrieve data within a spreadsheet.

    • They are typically represented by a combination of letters and numbers, such as A1 or B3.

    • Indexes can be used in formulas and functions to reference specific cells or ranges of cells.

    • They are essential for organizing and

  • Answered by AI
Round 3 - HR 

(1 Question)

  • Q1. Why do you choose Data analysis
  • Ans. 

    I choose data analysis because I enjoy uncovering insights and patterns from data to drive informed decision-making.

    • I have a passion for working with data and finding meaningful insights.

    • I enjoy the challenge of analyzing complex datasets and extracting valuable information.

    • Data analysis allows me to make data-driven decisions and recommendations.

    • I find satisfaction in using data to solve problems and improve processes...

  • Answered by AI

Skills evaluated in this interview

Interview questions from similar companies

I applied via Job Portal and was interviewed before Jan 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - 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

Interview Preparation Tips

Topics to prepare for Deloitte Data Analyst interview:
  • Procurement
  • Marketing
  • Career goal
Interview preparation tips for other job seekers - Location should be Delhi NCR,Monday would be good

I appeared for an interview before Jan 2021.

Round 1 - Coding Test 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

This was an online aptitude round on the Talview platform which we can give from our Home. To attempt this test, we have been given a window of 12-24 hours. It was a proctored online test. The round consisted of 60 aptitude questions in 60 minutes of time without any negative marking. The aptitude test consisted of various questions of Logical Reasoning, Mental Ability, Data Interpretation Questions, Numerical Reasoning.

  • Q1. 

    Matrix Transpose Problem Statement

    Given a matrix MAT, your task is to return the transpose of the matrix. The transpose of a matrix is obtained by converting rows into columns and vice versa. Specificall...

  • Ans. 

    Transpose a given matrix by switching rows and columns.

    • Iterate through the matrix and swap elements at [i][j] with [j][i].

    • Create a new matrix to store the transposed values.

    • Ensure the dimensions of the transposed matrix are reversed from the original matrix.

  • Answered by AI
Round 2 - Video Call 

Round duration - 30 minutes
Round difficulty - Medium

This was a video interview round taken immediately after the Aptitude test, it was a proctored round on Talview platform. This round consisted of 8 questions, we have to answer each question in the span of 3 mins and 10 secs were given for reading the question, our audio and video was being recorded while answering those questions. Our soft skills were being judged in this round. The questions basically consisted of HR questions and Guesstimates

Round 3 - Video Call 

Round duration - 120 minutes
Round difficulty - Hard

This round was the case study round, in this round, we were provided a case study which we had to solve in 1 hour using pen and paper and had to share the answers of the case study questions in a PDF format to the HR, the questions were related to market share, advertisement strategies, and can be easily solved using basic mathematics. After this, there was be a one-to-one interview on Zoom Platform in which the interviewer will ask you to describe your approach for every question you have solved in the case study, they will not ask for the exact answer, all they ask is about your approach that you have used to solve a particular problem and the way you explain it. They may or may not ask some guesstimates or puzzles as well in this round. The interviewer was very friendly and he gave me hints as well if I was stuck somewhere.

Round 4 - Video Call 

(1 Question)

Round duration - 60 minutes
Round difficulty - Hard

The next round was the Behavioral interview round, in this round, the interviewer asked me about my projects and some guesstimates or puzzles. This round was for 1 hour. The interviewer was very friendly and helpful, she helped me if I was stuck somewhere, she kept me calm during the interview process.

  • Q1. How many people do you estimate watched Ramayana/Mahabharat during the first month of the Covid lockdown in 2020?
Round 5 - Video Call 

(1 Question)

Round duration - 40 minutes
Round difficulty - Hard

The fit round was my final interview round, in this, you will meet the manager/Principal from the company. They will basically check whether you are fit for the organization. They ask about the projects I have done in college/internships. Some basic questions like what are your strengths and weaknesses, why do you want to join the company and some guesstimates or puzzles as well.
On-campus, the behavioral and fit interview rounds were combined into one.
This round was of 40 minutes and the interview was taken on Zoom, the interviewer was helpful and sweet.

  • Q1. How many pizzas are sold in one day in Pune?
  • Ans. 

    The number of pizzas sold in Pune in one day varies depending on factors like day of the week, weather, events, etc.

    • The number of pizzas sold in Pune can range from hundreds to thousands in a day.

    • Factors like day of the week (weekend vs weekday), weather (rainy vs sunny), events (festivals, holidays) can impact the sales.

    • Popular pizza outlets in Pune like Domino's, Pizza Hut, etc. contribute to the overall sales.

    • Data f...

  • Answered by AI

Interview Preparation Tips

Professional and academic backgroundI applied for the job as Data Analyst in GurgaonEligibility criteriaAbove 6.5 CGPA in B. TechZS Associates interview preparation:Topics to prepare for the interview - Aptitude, Guesstimates, Puzzles, HR questions, Resume Related QuestionsTime required to prepare for the interview - 2 monthsInterview preparation tips for other job seekers

Tip 1 : Prepare well for guesstimates and puzzles.
Tip 2 : Practice Data Interpretation Questions.
Tip 3 : Be well versed with your projects.

Application resume tips for other job seekers

Tip 1 : The resume should be very precise and concise
Tip 2 : Do not add such skills in your resume in which you're not comfortable.

Final outcome of the interviewSelected

Skills evaluated in this interview

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

Interview Questionnaire 

2 Questions

  • Q1. Write a query where all the customer name start with A
  • Ans. 

    Query to retrieve all customer names starting with A.

    • Use the SELECT statement to retrieve customer names.

    • Use the LIKE operator with the pattern 'A%' to match names starting with A.

    • Specify the table and column name where the customer names are stored.

    • Example: SELECT customer_name FROM customers WHERE customer_name LIKE 'A%';

  • Answered by AI
  • Q2. Write a query where we'll get state wise sales summary report. Actually in this query we have to join multiple table and finding the rank .

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview was extremely easy and smooth.

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Oct 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

Prepare past year ques of different NITs like Nit patna, Nit agartala.

Round 2 - Technical 

(2 Questions)

  • Q1. Prepare basic ques of HR types ques and Technical ques. Be ready for SQL, ques, Excel ques, some basic python coding ques and specially your project.
  • Q2. Tell me about yourself What is the different between where clause and having clause Explain your project Tell me about your strenth and weekness
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(2 Questions)

  • Q1. Python, Guesttimate
  • Q2. Fibonacci Sequence print in python
  • Ans. 

    Print Fibonacci sequence in Python

    • Use a loop to generate Fibonacci numbers

    • Start with 0 and 1 as the first two numbers

    • Add the previous two numbers to get the next number

    • Repeat the process until the desired sequence length is reached

  • Answered by AI

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 Sep 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Tell me about yourself ?
  • Ans. 

    I am a data analyst with a strong background in statistics and data visualization.

    • Experienced in analyzing large datasets to extract valuable insights

    • Proficient in using tools like SQL, Python, and Tableau

    • Strong communication skills to present findings to stakeholders

  • Answered by AI
  • Q2. Explain SQL order of execution
  • Ans. 

    SQL order of execution determines the sequence in which the different clauses in a SQL query are processed.

    • SQL order of execution: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • FROM: Specifies the tables involved in the query.

    • WHERE: Filters the rows based on specified conditions.

    • GROUP BY: Groups the rows based on specified columns.

    • HAVING: Filters the groups based on specified conditions.

    • SELECT: Retrieves the columns ...

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
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 was beginning to medium level

Round 3 - Group Discussion 

It was elimination round.

Round 4 - Technical 

(1 Question)

  • Q1. It was TR+HR round
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 - Aptitude Test 

There were apti verbal communication test sql section in the test

Round 3 - Technical 

(2 Questions)

  • Q1. Technical questions were asked based on resume what skill you have mentioned
  • Q2. On python Code for sum of digit Palindrome or not
  • Ans. 

    Python code for finding sum of digits and checking if a number is palindrome or not.

    • To find sum of digits, convert the number to string and iterate over each character to add them up

    • To check if a number is palindrome, convert the number to string and compare it with its reverse

    • Alternatively, you can also convert the number to a list of digits and check if it is equal to its reverse

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. About your personality
  • Q2. On you personality based on resume

Interview Preparation Tips

Interview preparation tips for other job seekers - It will be easy be prepared show that you are interested and responsibile person you are selected

Skills evaluated in this interview

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

Python and SQL were requested.

Nspira Management Services Interview FAQs

How many rounds are there in Nspira Management Services Data Analyst interview?
Nspira Management Services interview process usually has 3 rounds. The most common rounds in the Nspira Management Services interview process are Resume Shortlist, Technical and HR.
What are the top questions asked in Nspira Management Services Data Analyst interview?

Some of the top questions asked at the Nspira Management Services Data Analyst interview -

  1. Why do you choose Data analy...read more
  2. What is index in Ex...read more

Tell us how to improve this page.

Nspira Management Services Data Analyst Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Nspira Management Services Data Analyst Salary
based on 21 salaries
₹2.5 L/yr - ₹5.7 L/yr
39% less than the average Data Analyst Salary in India
View more details

Nspira Management Services Data Analyst Reviews and Ratings

based on 5 reviews

3.6/5

Rating in categories

3.6

Skill development

4.3

Work-life balance

4.1

Salary

4.5

Job security

4.0

Company culture

3.4

Promotions

4.5

Work satisfaction

Explore 5 Reviews and Ratings
Accountant
120 salaries
unlock blur

₹1.5 L/yr - ₹4.2 L/yr

Executive Accountant
77 salaries
unlock blur

₹1.8 L/yr - ₹4 L/yr

Internal Auditor
53 salaries
unlock blur

₹1.5 L/yr - ₹4 L/yr

Junior Executive
41 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Computer Operator
40 salaries
unlock blur

₹1.4 L/yr - ₹3.5 L/yr

Explore more salaries
Compare Nspira Management Services with

Deloitte

3.8
Compare

Ernst & Young

3.4
Compare

PwC

3.4
Compare

KPMG India

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