Upload Button Icon Add office photos
Engaged Employer

i

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

Cuemath Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Cuemath Data Analyst Interview Questions and Answers

Updated 27 Jul 2024

Cuemath Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Jul 2024

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

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

Round 1 - Assignment 

Gave a case study to solve where I was provided an ER Diagram

Interview questions from similar companies

I applied via Naukri.com and was interviewed before Sep 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 

Question was moderate.based on logical reasoning and math.

Round 2 - Coding Test 

Coding test question based on sql and python.

Interview Preparation Tips

Interview preparation tips for other job seekers - if u have good knowledge on python ,machine learning and sql, then u can easily crack the exam.
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Apr 2024. There were 4 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. What is List comprehension? Print Fibonacci series in python.
  • Ans. 

    List comprehension is a concise way to create lists in Python. Fibonacci series can be printed using list comprehension.

    • List comprehension is a compact way to create lists in Python by iterating over an iterable object.

    • Fibonacci series can be generated using list comprehension by defining the series logic within the comprehension.

    • Example: fibonacci = [0, 1] + [fibonacci[i-1] + fibonacci[i-2] for i in range(2, 10)]

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. You have two table. Employee and salary. Join the table and fetch the 3rd highest salary
Round 3 - Case Study 

Customer segmentation on Sales Data

Round 4 - One-on-one 

(1 Question)

  • Q1. Psychological questions

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Dec 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Asked about the Statistics concepts hypothesis,pvalue,mean,meadian.mode,normaldistrubution?
  • Q2. Sql joins questions based on three tables, complex joins

Interview Preparation Tips

Topics to prepare for Simplilearn Data Analyst interview:
  • Statistics
  • SQL
  • joins
Interview preparation tips for other job seekers - brush up all skills be polite while answering
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
No response

I applied via Recruitment Consulltant and was interviewed in Jan 2024. There were 3 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Technical questions mostly around sql, project based and few theoretical questions on python
Round 2 - Technical 

(1 Question)

  • Q1. This was one of the most grilled interview i have given, require moderate level of sql understanding, was asked to share screen and solve it , also i had show how it is working then basic questions of py...
Round 3 - HR 

(1 Question)

  • Q1. Was asked basic HR questions

Interview Preparation Tips

Topics to prepare for Simplilearn Data Analyst interview:
  • SQL
  • Python
  • Excel
  • Case Studies
Interview experience
4
Good
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Not Selected

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

Round 1 - HR 

(1 Question)

  • Q1. The first round was a basic telephonic interview. Then simple basic SQL questions and some question based on Normalisation and DBMS were asked.
Round 2 - Technical 

(1 Question)

  • Q1. This was the toughest Data Analyst Interview I have faced till now. Interview was of 1 hr. Required higher level of SQL understanding. Asked to share screen and then solve SQL queries. Question based on jo...
Interview experience
5
Excellent
Difficulty level
Hard
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in May 2024. There were 5 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Question based on Window Functions in sql
  • Q2. Order of execution
  • Ans. 

    Order of execution refers to the sequence in which operations are carried out in a program or system.

    • Execution starts from the top of the program and moves downwards.

    • Operations within parentheses are executed first.

    • Multiplication and division are executed before addition and subtraction.

    • Functions are executed when they are called.

    • Control structures like loops and conditionals affect the order of execution.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Write a sql query to find out different routes for a airline. Table has two columns which are destination and source
  • Ans. 

    Use a SQL query to find different routes for an airline based on source and destination columns in a table.

    • Use a SELECT statement to retrieve the distinct combinations of source and destination.

    • Use the DISTINCT keyword to ensure only unique routes are returned.

    • Order the results by source and destination for easier analysis.

  • Answered by AI
  • Q2. Situational questions based on Business KPI
Round 3 - Behavioral 

(1 Question)

  • Q1. Simple discussion on the role and company culture
Round 4 - Head Of Analytics round 

(1 Question)

  • Q1. Case study question
Round 5 - HR 

(1 Question)

  • Q1. Basic Discussion on relocation and interest in joining the company.

Interview Preparation Tips

Interview preparation tips for other job seekers - Interviewers were friendly but the level of interview for technical round was above moderate. SQL proficiency is must.

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
2-4 weeks
Result
-

I applied via LinkedIn and was interviewed in Feb 2023. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What's your experience?
  • Q2. Don't you have Data Science experience?
  • Ans. 

    No, I don't have direct Data Science experience.

    • However, I have worked with data extensively in my previous roles as a Data Analyst.

    • I have experience in data cleaning, data visualization, and statistical analysis.

    • I am also familiar with programming languages such as Python and R, which are commonly used in Data Science.

    • I am willing to learn and expand my skills in Data Science if given the opportunity.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - No pre screening process. Directly recruiter asked for suitable time for an interview and it was scheduled and JD has not given. No proper response from the recruiting team.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Mar 2023. There were 3 interview rounds.

Round 1 - Aptitude Test 

Average question where asked

Round 2 - Assignment 

Normal sql based assignment was there

Round 3 - One-on-one 

(1 Question)

  • Q1. Normal question where asked to me

Interview Preparation Tips

Interview preparation tips for other job seekers - Clear all the basics
Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. About goal and achievements

Cuemath Interview FAQs

How many rounds are there in Cuemath Data Analyst interview?
Cuemath interview process usually has 1 rounds. The most common rounds in the Cuemath interview process are Assignment.
How to prepare for Cuemath 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 Cuemath. The most common topics and skills that interviewers at Cuemath expect are Analytics, Data Analytics, Python, SQL and Data Modeling.

Tell us how to improve this page.

Cuemath Data Analyst Interview Process

based on 1 interview

Interview experience

4
  
Good
View more
Cuemath Data Analyst Salary
based on 26 salaries
₹4 L/yr - ₹11 L/yr
10% more than the average Data Analyst Salary in India
View more details

Cuemath Data Analyst Reviews and Ratings

based on 6 reviews

4.2/5

Rating in categories

3.6

Skill development

3.9

Work-life balance

3.4

Salary

3.5

Job security

3.7

Company culture

3.5

Promotions

4.0

Work satisfaction

Explore 6 Reviews and Ratings
Sales Manager
126 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Associate
54 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
46 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Teacher
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Maths Teacher
43 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Cuemath with

Whitehat jr

3.4
Compare

BYJU'S

3.1
Compare

Vedantu

3.3
Compare

Unacademy

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