Upload Button Icon Add office photos
Engaged Employer

i

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

AXIS MY INDIA Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 266 Reviews

Filter interviews by

AXIS MY INDIA Data Analyst Interview Questions and Answers

Updated 20 Aug 2023

AXIS MY INDIA Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 20 Aug 2023

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

I applied via Referral and was interviewed before Aug 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 - Group Discussion 

Normal Group discussion

Round 3 - Technical 

(1 Question)

  • Q1. Cosing, project management etc

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't join this org

Interview questions from similar companies

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Regarding salary
Round 2 - One-on-one 

(3 Questions)

  • Q1. About tableau scenario
  • Q2. Top 10 emp and bottom 10as per rank
  • Ans. 

    The top 10 and bottom 10 employees based on their rank need to be identified.

    • Sort the employees based on their rank in ascending order.

    • Select the top 10 employees from the sorted list.

    • Select the bottom 10 employees from the sorted list.

  • Answered by AI
  • Q3. High light avg line

Interview Preparation Tips

Interview preparation tips for other job seekers - Job security is less it is one type of consultancy
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
-

I applied via Referral and was interviewed in Sep 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. What is coalesce
  • Ans. 

    Coalesce is a function used to return the first non-null value in a list of expressions.

    • Coalesce function is commonly used in SQL to handle null values.

    • It takes multiple arguments and returns the first non-null value.

    • Example: COALESCE(column1, column2, 'default') will return the value of column1 if not null, else column2, and if both are null, it will return 'default'.

  • Answered by AI
  • Q2. What is repartition
  • Ans. 

    Repartition is the process of redistributing data across partitions in a distributed system.

    • Repartitioning helps in balancing the workload and improving performance in distributed computing environments.

    • It involves moving data between partitions based on certain criteria such as key values or hash functions.

    • Repartitioning can be done in Spark using operations like repartition() or coalesce().

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Non repeatable character
  • Ans. 

    A non repeatable character is a character that appears only once in a given string.

    • Iterate through the string and count the frequency of each character

    • Identify the characters that have a frequency of 1

    • Return the first non repeatable character found

  • Answered by AI
  • Q2. Sort list without sort method
  • Ans. 

    Sort list without using sort method

    • Create a custom sorting function using loops

    • Compare each element with every other element to determine the correct order

    • Swap elements based on the comparison results

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tableau difference between blend &join
  • Ans. 

    Blend combines data from different data sources in a single view, while join combines data from the same data source.

    • Blend is used when data comes from different data sources, join is used when data comes from the same data source

    • Blend creates a relationship between data sources without actually merging the data, join merges the data based on a common field

    • Blend can be used to combine data from different databases like...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL-related questions working of self join and what will be used in case of 2nd max

Interview Preparation Tips

Topics to prepare for ScatterPie Analytics Data Analyst interview:
  • SQL
  • Tableau
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details as to why looking for a change
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate questions for tableau, SQL
Round 3 - Technical 

(1 Question)

  • Q1. Managerial interview
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about tableau architecture
  • Ans. 

    Tableau architecture is a visual analytics platform that helps users to understand data through interactive visualizations.

    • Tableau consists of three main components: Data Connection, Data Engine, and VizQL Server.

    • Data Connection allows users to connect to various data sources such as databases, spreadsheets, and cloud services.

    • Data Engine processes and optimizes data queries for faster performance.

    • VizQL Server translat...

  • Answered by AI

Skills evaluated in this interview

Interview experience
1
Bad
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(1 Question)

  • Q1. Regarding salary
Round 2 - One-on-one 

(3 Questions)

  • Q1. About tableau scenario
  • Q2. Top 10 emp and bottom 10as per rank
  • Ans. 

    The top 10 and bottom 10 employees based on their rank need to be identified.

    • Sort the employees based on their rank in ascending order.

    • Select the top 10 employees from the sorted list.

    • Select the bottom 10 employees from the sorted list.

  • Answered by AI
  • Q3. High light avg line

Interview Preparation Tips

Interview preparation tips for other job seekers - Job security is less it is one type of consultancy
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
4-6 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed in Sep 2023. There were 2 interview rounds.

Round 1 - One-on-one 

(1 Question)

  • Q1. Tableau difference between blend &join
  • Ans. 

    Blend combines data from different data sources in a single view, while join combines data from the same data source.

    • Blend is used when data comes from different data sources, join is used when data comes from the same data source

    • Blend creates a relationship between data sources without actually merging the data, join merges the data based on a common field

    • Blend can be used to combine data from different databases like...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. SQL-related questions working of self join and what will be used in case of 2nd max

Interview Preparation Tips

Topics to prepare for ScatterPie Analytics Data Analyst interview:
  • SQL
  • Tableau
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed before Mar 2023. There were 4 interview rounds.

Round 1 - HR 

(1 Question)

  • Q1. Basic details as to why looking for a change
Round 2 - Technical 

(1 Question)

  • Q1. Intermediate questions for tableau, SQL
Round 3 - Technical 

(1 Question)

  • Q1. Managerial interview
Round 4 - HR 

(1 Question)

  • Q1. Salary negotiation
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. Tell me about tableau architecture
  • Ans. 

    Tableau architecture is a visual analytics platform that helps users to understand data through interactive visualizations.

    • Tableau consists of three main components: Data Connection, Data Engine, and VizQL Server.

    • Data Connection allows users to connect to various data sources such as databases, spreadsheets, and cloud services.

    • Data Engine processes and optimizes data queries for faster performance.

    • VizQL Server translat...

  • Answered by AI

Skills evaluated in this interview

AXIS MY INDIA Interview FAQs

How many rounds are there in AXIS MY INDIA Data Analyst interview?
AXIS MY INDIA interview process usually has 3 rounds. The most common rounds in the AXIS MY INDIA interview process are Group Discussion, Technical and Resume Shortlist.
How to prepare for AXIS MY INDIA 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 AXIS MY INDIA. The most common topics and skills that interviewers at AXIS MY INDIA expect are Data Analysis, Data Analytics, Data Collection, SQL and Business Intelligence.

Tell us how to improve this page.

AXIS MY INDIA Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Data Analyst Interview Questions from Similar Companies

View all
AXIS MY INDIA Data Analyst Salary
based on 16 salaries
₹4 L/yr - ₹8.5 L/yr
9% more than the average Data Analyst Salary in India
View more details

AXIS MY INDIA Data Analyst Reviews and Ratings

based on 10 reviews

3.2/5

Rating in categories

3.3

Skill development

3.5

Work-life balance

3.5

Salary

3.4

Job security

3.3

Company culture

3.3

Promotions

3.3

Work satisfaction

Explore 10 Reviews and Ratings
MIS Executive
26 salaries
unlock blur

₹2 L/yr - ₹3.8 L/yr

Data Analyst
16 salaries
unlock blur

₹4 L/yr - ₹8.5 L/yr

Regional Coordinator
12 salaries
unlock blur

₹2.8 L/yr - ₹5.4 L/yr

Operations Manager
7 salaries
unlock blur

₹6 L/yr - ₹7.5 L/yr

Executive Accountant
6 salaries
unlock blur

₹3 L/yr - ₹4.4 L/yr

Explore more salaries
Compare AXIS MY INDIA with

Nielsen

3.7
Compare

Kantar

3.5
Compare

Telecom Network Solutions

4.0
Compare

Millward Brown

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