Upload Button Icon Add office photos

Spinny

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Spinny Data Analyst Interview Questions and Answers

Updated 22 Oct 2024

Spinny Data Analyst Interview Experiences

3 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 14 Aug 2024

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

I applied via Naukri.com and was interviewed in Jul 2024. There were 2 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details about work ex, reason to switch, salary expectations
Round 2 - Coding Test 

2 SQL questions asked

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Aug 2024

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

I applied via Job Portal and was interviewed in Feb 2024. There was 1 interview round.

Round 1 - One-on-one 

(3 Questions)

  • Q1. Excel based questions in , vlookup, xlookup, index , match
  • Q2. SQL questions using queries based on concepts like subqueries, CTE & windows functions
  • Q3. Scenerio-based question, table 1 & table 2 with 5 & 3 liter if water, assuming the flow of water is unlimited & we need to get 4 liter of it

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 Distribution Problem You are given an array/list CHOCOL ... read more
asked in Wipro
Q3. Ninja and Substrings Problem Statement Ninja has to determine all ... read more
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 22 Oct 2024

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

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Basic Excel, Regression, Anova model, CHAID model etc
  • Q2. Previous experience
Round 2 - Technical 

(2 Questions)

  • Q1. SQL joins , previous experience
  • Q2. Guesstimate, probability questions

Interview questions from similar companies

Interview Questionnaire 

1 Question

  • Q1. More of a business questions rather than technical

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join if you want to excel your career in analytics.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2023. There were 2 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 Resume tips
Round 2 - HR 

(2 Questions)

  • Q1. What’s your previous experience
  • Ans. 

    I have 3 years of experience as a data analyst in the finance industry.

    • Worked with large datasets to extract meaningful insights

    • Performed data cleaning, transformation, and visualization

    • Created and maintained dashboards and reports for stakeholders

    • Conducted statistical analysis and built predictive models

    • Collaborated with cross-functional teams to identify business opportunities

  • Answered by AI
  • Q2. What’s your skills for the current role
  • Ans. 

    I have strong skills in data analysis, including proficiency in statistical analysis, data visualization, and programming languages such as Python and SQL.

    • Proficient in statistical analysis techniques

    • Skilled in data visualization using tools like Tableau

    • Strong programming skills in Python and SQL

    • Experience with data cleaning and preprocessing

    • Ability to interpret and communicate insights from data

    • Familiarity with machin...

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Udaan Data Analyst interview:
  • SQL
  • Python
Interview preparation tips for other job seekers - Good to have python and sql skills and for data analyst these skills are must plus one visualisation tool

I applied via Naukri.com and was interviewed before Apr 2021. There were 4 interview rounds.

Round 1 - Aptitude Test 

Technica questions related to sql

Round 2 - Technical 

(1 Question)

  • Q1. Some technical questions related to sql and advance excel .
Round 3 - One-on-one 

(1 Question)

  • Q1. Some questions related to cars insurance and second cars
Round 4 - HR 

(1 Question)

  • Q1. Salary discussion and some hr questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Focus on sql join where clause having clause etc and advance excel
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed in Jul 2023. There were 4 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 Resume tips
Round 2 - Aptitude Test 

Number sires, clock, logic, arithmetic, geometry

Round 3 - Coding Test 

Code test basic, ans the basic knowledge, write code

Round 4 - Technical 

(5 Questions)

  • Q1. What is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is widely used for web development, data analysis, artificial intelligence, and scientific computing.

    • It emphasizes code readability and uses indentation to define code blocks.

    • Python has a large standard library and a vibrant community of developers.

    • Example: print('Hello, World!')

    • Example: import pandas as pd

  • Answered by AI
  • Q2. What is python used for?
  • Ans. 

    Python is a versatile programming language used for data analysis, web development, artificial intelligence, automation, and more.

    • Data analysis and visualization

    • Web development (Django, Flask)

    • Artificial intelligence and machine learning (TensorFlow, PyTorch)

    • Automation and scripting

    • Scientific computing (NumPy, SciPy)

  • Answered by AI
  • Q3. What type of language is python?
  • Ans. 

    Python is a high-level programming language known for its simplicity and readability.

    • Python is an interpreted language, meaning it does not need to be compiled before running.

    • It supports multiple programming paradigms, including object-oriented, imperative, and functional programming.

    • Python has a large standard library and a thriving community, making it versatile and widely used.

    • Example: Python is used for web develop...

  • Answered by AI
  • Q4. What is oops in python?
  • Ans. 

    Object-oriented programming (OOP) is a programming paradigm based on the concept of 'objects', which can contain data and code.

    • OOP allows for the organization of code into reusable components called classes.

    • Classes can have attributes (variables) and methods (functions) associated with them.

    • In Python, everything is an object, and classes can be defined using the 'class' keyword.

    • Encapsulation, inheritance, and polymorph

  • Answered by AI
  • Q5. What is array in python?
  • Ans. 

    An array in Python is a data structure that stores a collection of elements of the same type.

    • Arrays can store elements such as integers, floats, or strings.

    • Arrays are indexed starting from 0, with elements accessed using their index.

    • Example: arr = ['apple', 'banana', 'cherry']

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Swiggy Data Analyst interview:
  • Advanced Excel
  • SQL Server
  • Python
Interview preparation tips for other job seekers - online interview

Skills evaluated in this interview

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

I applied via Referral and was interviewed in Aug 2023. There were 2 interview rounds.

Round 1 - Coding Test 

SQL query optimisation

Round 2 - HR 

(1 Question)

  • Q1. Regular discussion, about job role, why swiggy

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare excel, and sql
Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Referral and was interviewed before Jul 2023. There were 2 interview rounds.

Round 1 - Aptitude Test 

It was about common analytics concepts

Round 2 - One-on-one 

(2 Questions)

  • Q1. How many red cars estimate in bangalore
  • Ans. 

    It is impossible to accurately estimate the number of red cars in Bangalore without specific data.

    • Estimating the number of red cars in Bangalore would require access to vehicle registration data, which is not readily available.

    • Factors such as the total number of cars in Bangalore, the percentage of red cars among them, and the distribution of red cars across the city would need to be considered.

    • One could potentially co...

  • Answered by AI
  • Q2. What will be approach to estimate next year revenue
  • Ans. 

    To estimate next year revenue, I would analyze historical data, market trends, and potential growth opportunities.

    • Analyze historical revenue data to identify patterns and trends

    • Consider market trends and economic indicators that may impact revenue

    • Evaluate potential growth opportunities such as new product launches or market expansions

    • Use forecasting techniques such as regression analysis or time series analysis

    • Consult ...

  • Answered by AI
Round 1 - One-on-one 

(1 Question)

  • Q1. Exploratory discussion
Round 2 - Technical 

(1 Question)

  • Q1. SQL Excel and Tableau
Round 3 - HR 

(4 Questions)

  • Q1. Why are you looking for a change?
  • Q2. Tell me about yourself.
  • Q3. What are your salary expectations?
  • Q4. Share details of your previous job.

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare well for asking questions to the panel
Contribute & help others!
anonymous
You can choose to be anonymous

Spinny Interview FAQs

How many rounds are there in Spinny Data Analyst interview?
Spinny interview process usually has 1-2 rounds. The most common rounds in the Spinny interview process are Technical, HR and Coding Test.
How to prepare for Spinny 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 Spinny. The most common topics and skills that interviewers at Spinny expect are Data Analysis, Data Analytics, Data Collection, Excel and MongoDB.
What are the top questions asked in Spinny Data Analyst interview?

Some of the top questions asked at the Spinny Data Analyst interview -

  1. Scenerio-based question, table 1 & table 2 with 5 & 3 liter if water, assuming ...read more
  2. SQL questions using queries based on concepts like subqueries, CTE & windows fu...read more
  3. Excel based questions in , vlookup, xlookup, index , ma...read more

Recently Viewed

SALARIES

iLink Digital

COMPANY BENEFITS

TVS Sundram Fasteners

No Benefits

SALARIES

HTC Global Services

SALARIES

iLink Digital

SALARIES

Sundaram Clayton

SALARIES

iLink Digital

JOBS

Aspire Systems

No Jobs

SALARIES

iLink Digital

REVIEWS

PharmEasy

No Reviews

JOBS

Myntra

No Jobs

Tell us how to improve this page.

Spinny Data Analyst Interview Process

based on 3 interviews

Interview experience

4.7
  
Excellent
View more
Spinny Data Analyst Salary
based on 36 salaries
₹3 L/yr - ₹10.9 L/yr
5% less than the average Data Analyst Salary in India
View more details

Spinny Data Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

5.0

Skill development

1.0

Work-life balance

1.0

Salary

1.0

Job security

1.0

Company culture

1.0

Promotions

2.0

Work satisfaction

Explore 1 Review and Rating
Operations Analyst
500 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Relationship Manager
252 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Team Lead
206 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

CAR Consultant
161 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
133 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Spinny with

Truebil

3.8
Compare

CarDekho Group

3.7
Compare

Carwale

3.4
Compare

Cartrade.com

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