Upload Button Icon Add office photos
Engaged Employer

i

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

Spyne Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Spyne Data Analyst Interview Questions and Answers

Updated 20 Feb 2024

Spyne Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Feb 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-

I applied via Campus Placement

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. They asked based on your resume few excel questions also
  • Ans. 

    Excel is a powerful tool for data analysis, offering functions, pivot tables, and visualization capabilities.

    • Excel functions like VLOOKUP and INDEX-MATCH help in data retrieval and analysis.

    • Pivot tables allow for summarizing large datasets quickly, making it easier to analyze trends.

    • Conditional formatting can highlight important data points, such as sales below a certain threshold.

    • Charts and graphs in Excel can visuall...

  • Answered by AI
  • Q2. They explained about their company
Round 3 - HR 

(1 Question)

  • Q1. About company little bit about project

Interview Preparation Tips

Interview preparation tips for other job seekers - get yourself up with high excel techniques

Top trending discussions

View All
Interview Hub
1w (edited)
anshitanegi
·
ex -
Planet Spark
When HR’s Chinese English made me drop the interview!
So, I talked to the HR yesterday about the interview. I asked Please send me the location But their English… bro I was shocked! It was like talking to someone jisne english nahi kuch ar hi seekh liya ho, if the HR’s English is this I can only imagine the rest of the company I decided to drop the interview with this chinese english😶‍🌫️
FeedCard Image
Got a question about Spyne?
Ask anonymously on communities.

Interview questions from similar companies

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Q2. Skills you have

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write code to calculate the number of people in a room at the end ... 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
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

6 mcqs and 2 sql questions

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between having and where in sql
  • Ans. 

    In SQL, 'HAVING' is used with GROUP BY to filter groups, while 'WHERE' is used to filter rows before grouping.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions

    • WHERE is used to filter rows before grouping

    • HAVING is used after GROUP BY in the query, while WHERE is used before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

    • Example: S...

  • Answered by AI
  • Q2. Sql joins and it types
  • Q3. Window functions and subqueries
  • Q4. Sql scenario question based on joins
  • Q5. Kpi's and metrics
Round 3 - Technical 

(1 Question)

  • Q1. Business problem related to case study

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql, problem solving,puzzles,kpi's and metrics

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Ans. 

    The query selects all columns and calculates the total amount for each customer in table t2.

    • The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.

    • The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.

    • The 'select *' statement selects all columns from the table along with the calculated total amount.

    • The 'sum(amt) over (partiti...

  • Answered by AI
  • Q3. How many Customers has purchased same item on the Same day more than onnce
  • Ans. 

    To find customers who purchased the same item multiple times on the same day.

    • Identify unique customers who purchased the same item multiple times on the same day

    • Check for duplicate transactions by customer and item on the same day

    • Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers

Data Analyst Interview Questions & Answers

Vyapar user image Shekhar Bisht

posted on 24 Mar 2024

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

(1 Question)

  • Q1. Questions on self join
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Consisted of 10 questions, 2 SQL medium level questions and remaining easy aptitude, profit loss, work time etc

Round 2 - Technical 

(2 Questions)

  • Q1. SQL visualisation
  • Q2. SQL Questions theory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared with SQL as the role required it.

Spyne HR Interview Questions

4 questions and answers

Q. Tell me about your resume.
Q. How do you plan to approach your career growth and learning at Spyne?
Q. What makes you a right fit for a high-paced culture like Spyne?
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

HackerEarth based assessment.
1. 8 qs were stats & prob based multiples choices
2. 2 were medium level sql questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Started with basic sql question like diff btw nosql & sql, join etc
  • Q2. Table were given in google sheet & had to write basic level queries on them eg. cte's, agg function, lead & lag func
  • Ans. 

    Basic SQL queries using CTEs, aggregate functions, and window functions like LEAD and LAG in Google Sheets.

    • CTE (Common Table Expression) allows you to define a temporary result set. Example: WITH SalesCTE AS (SELECT * FROM Sales) SELECT * FROM SalesCTE;

    • Aggregate functions like COUNT, SUM, AVG help summarize data. Example: SELECT COUNT(*) FROM Orders WHERE Status = 'Completed';

    • LEAD function retrieves the next row's valu...

  • Answered by AI
Round 3 - Behavioral 

(2 Questions)

  • Q1. The interviewer was not serious at all, asked silly quizzes instead of business case study, KPI & metrics
  • Q2. Prepare for logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Study A/B testing, Hypothesis testing & logical reasoning (quizzes)
Are these interview questions helpful?
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Work experience
  • Q2. Job work details

I applied via Campus Placement and was interviewed in May 2022. There were 3 interview rounds.

Round 1 - Group Discussion 

General topics 20 min about daily life

Round 2 - Assignment 

Research about HR around the world

Round 3 - One-on-one 

(2 Questions)

  • Q1. About yourself jkjjj iiii yyy ooo
  • Q2. About your resume jnj jhk; kl iiii

Interview Preparation Tips

Interview preparation tips for other job seekers - best of luck to ypun,gckh,thgx jyyl u l kkk kkkk kkkk uuuuu iiiii jjjj nnnnn hhhhh
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. How to productinize Data Pipelines
  • Q2. How does big query works

Interview Preparation Tips

Interview preparation tips for other job seekers - Learn how to run a pipeline in production

Skills evaluated in this interview

Spyne Interview FAQs

How many rounds are there in Spyne Data Analyst interview?
Spyne interview process usually has 3 rounds. The most common rounds in the Spyne interview process are Resume Shortlist, Technical and HR.
How to prepare for Spyne 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 Spyne. The most common topics and skills that interviewers at Spyne expect are B2B Sales, Data Analysis, Data Analytics, Data Research and Data Visualization.

Tell us how to improve this page.

Overall Interview Experience Rating

3/5

based on 1 interview experience

Spyne Data Analyst Salary
based on 5 salaries
₹3 L/yr - ₹7 L/yr
42% less than the average Data Analyst Salary in India
View more details

Spyne Data Analyst Reviews and Ratings

based on 2 reviews

2.7/5

Rating in categories

2.7

Skill development

5.0

Work-life balance

3.8

Salary

2.7

Job security

5.0

Company culture

2.7

Promotions

2.7

Work satisfaction

Explore 2 Reviews and Ratings
Account Exeutive
18 salaries
unlock blur

₹18.6 L/yr - ₹30 L/yr

Senior QA Engineer
17 salaries
unlock blur

₹8.5 L/yr - ₹9.1 L/yr

Product Manager
17 salaries
unlock blur

₹22 L/yr - ₹39 L/yr

Data Analyst Intern
13 salaries
unlock blur

₹1.1 L/yr - ₹3.5 L/yr

Software Developer
12 salaries
unlock blur

₹11.3 L/yr - ₹18 L/yr

Explore more salaries
Compare Spyne with

Vyapar

3.4
Compare

Nowfloats Technologies

3.1
Compare

ShopKirana

3.8
Compare

Tata nexarc

3.1
Compare
write
Share an Interview