Upload Button Icon Add office photos
Engaged Employer

i

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

Hevo Data Verified Tick

Compare button icon Compare button icon Compare
3.6

based on 48 Reviews

Filter interviews by

Hevo Data Data Analyst Interview Questions and Answers

Updated 12 May 2024

Hevo Data Data Analyst Interview Experiences

Interview questions from similar companies

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
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a data analyst with a background in statistics and experience in analyzing large datasets to drive business decisions.

    • Graduated with a degree in Statistics

    • Proficient in data analysis tools such as Python, R, and SQL

    • Experience in creating visualizations to communicate insights

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Skills you have
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 - Coding Test 

They are asking about SQL queries and BI dashboard knowledge

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Tell about yourself? 2. What is your Project? 3. WHat challenges faced in Data Engineering role 4. BI dashboard development experience
  • Ans. 

    I am a data engineer with experience in BI dashboard development and overcoming challenges in the field.

    • I have worked on various data engineering projects, including building data pipelines and optimizing data storage.

    • One of my notable projects involved developing a real-time data processing system for a retail company, which improved their inventory management and sales forecasting.

    • In my previous role, I faced challen...

  • Answered by AI
  • Q2. 1. What is Data models 2. What are the activities used in ADF 3. What is IR?
  • Ans. 

    Answers to questions related to Data Models, ADF activities, and IR.

    • Data models are the representation of data structures and relationships between them.

    • ADF activities include data movement, data transformation, and control activities.

    • IR stands for Integration Runtime, which is a compute infrastructure used to provide data integration capabilities across different network environments.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expecting scenario based questions and challanges. So prepare based on this
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
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a data analyst with a background in statistics and experience in analyzing large datasets to drive business decisions.

    • Graduated with a degree in Statistics

    • Proficient in data analysis tools such as Python, R, and SQL

    • Experience in creating visualizations to communicate insights

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Skills you have
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 - Coding Test 

They are asking about SQL queries and BI dashboard knowledge

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Tell about yourself? 2. What is your Project? 3. WHat challenges faced in Data Engineering role 4. BI dashboard development experience
  • Q2. 1. What is Data models 2. What are the activities used in ADF 3. What is IR?
  • Ans. 

    Answers to questions related to Data Engineer role

    • Data models are the logical representation of data objects and their relationships

    • ADF activities include data movement, data transformation, and control activities

    • IR stands for Integration Runtime, which is a compute infrastructure used to provide data integration capabilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expecting scenario based questions and challanges. So prepare based on this
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
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)
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.

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

Hevo Data Interview FAQs

How many rounds are there in Hevo Data Data Analyst interview?
Hevo Data interview process usually has 3 rounds. The most common rounds in the Hevo Data interview process are HR, Coding Test and Assignment.

Tell us how to improve this page.

Hevo Data Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

Zoho Interview Questions
4.3
 • 512 Interviews
Freshworks Interview Questions
3.5
 • 154 Interviews
BrowserStack Interview Questions
3.7
 • 48 Interviews
Vyapar Interview Questions
3.5
 • 48 Interviews
Zenoti Interview Questions
3.0
 • 40 Interviews
InMobi Interview Questions
3.5
 • 35 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Fleetx.io Interview Questions
3.9
 • 26 Interviews
View all
Hevo Data Data Analyst Salary
based on 4 salaries
₹4 L/yr - ₹13.2 L/yr
40% more than the average Data Analyst Salary in India
View more details
Business Analyst
10 salaries
unlock blur

₹7 L/yr - ₹13 L/yr

Sales Development Representative
9 salaries
unlock blur

₹7.1 L/yr - ₹11 L/yr

Account Executive 1
8 salaries
unlock blur

₹15 L/yr - ₹19 L/yr

Key Accounts Executive
7 salaries
unlock blur

₹9 L/yr - ₹17.9 L/yr

Program Manager
7 salaries
unlock blur

₹20.9 L/yr - ₹36.8 L/yr

Explore more salaries
Compare Hevo Data with

Wingify

4.0
Compare

CleverTap

3.7
Compare

Postman

3.6
Compare

Freshworks

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