Upload Button Icon Add office photos

Filter interviews by

Acuity Data Analyst Interview Questions and Answers

Updated 21 May 2024

Interview questions from similar companies

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

I applied via Campus Placement and was interviewed in Dec 2024. There were 4 interview rounds.

Round 1 - Coding Test 

Two coding questions related to matrices and heaps.

Round 2 - Technical 

(1 Question)

  • Q1. Python and SQL coding
Round 3 - Technical 

(1 Question)

  • Q1. Same questions like tech 1
Round 4 - HR 

(2 Questions)

  • Q1. Self intro , why tiger
  • Q2. Relocation

Interview Preparation Tips

Topics to prepare for Tiger Analytics Data Analyst interview:
  • Python
  • SQL
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

It is nice to do work

Round 2 - Aptitude Test 

It helps in understanding the 5

Round 3 - Coding Test 

It helps a lot in company

Round 4 - Technical 

(5 Questions)

  • Q1. How to do job in company?
  • Q2. What I should do?
  • Q3. How to do work?
  • Q4. What should I do
  • Q5. What is the goal?
  • Ans. 

    The goal of a Data Analyst is to analyze data to extract valuable insights and make data-driven decisions.

    • Identify trends and patterns in data

    • Create visualizations to communicate findings

    • Provide actionable recommendations based on data analysis

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

They will ask aptitude, reasoning and other questions as an online test to know your problem solving skills.

Round 2 - Group Discussion 

They will give a topic where either we have to speak or write on that topic

Round 3 - Technical 

(2 Questions)

  • Q1. Intro, questions related to python, guesstimate questions
  • Q2. Behavorial questions and other hr questions included
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed in Aug 2024. There was 1 interview round.

Round 1 - Technical 

(4 Questions)

  • Q1. Difference between Sum and Sumx
  • Ans. 

    Sum calculates the total of a column, while Sumx calculates the total of an expression evaluated for each row.

    • Sum is used to calculate the total of a column in a table.

    • Sumx is used to calculate the total of an expression evaluated for each row in a table.

    • Sum: SUM('Table'[Column])

    • Sumx: SUMX('Table', 'Table'[Column] * 2)

  • Answered by AI
  • Q2. How do u make groups and how bins are different from groups
  • Ans. 

    Groups are created by categorizing data based on certain criteria, while bins are specific ranges used to group continuous data.

    • Groups are created by categorizing data based on certain criteria, such as age groups or product categories.

    • Bins are specific ranges used to group continuous data, such as age ranges or income brackets.

    • Groups can be created based on qualitative data, while bins are used for quantitative data.

    • E...

  • Answered by AI
  • Q3. Why do you prefer power bi over tableau
  • Ans. 

    Power BI is preferred over Tableau for its seamless integration with Microsoft products and user-friendly interface.

    • Seamless integration with Microsoft products like Excel, SharePoint, and Teams

    • User-friendly interface with drag-and-drop functionality for easy data visualization

    • Cost-effective solution for organizations already using Microsoft products

    • Faster data processing and refreshing capabilities compared to Tableau

    • ...

  • Answered by AI
  • Q4. Tell me about your roles and responsibilities
  • Ans. 

    I have experience in data collection, analysis, and visualization to support decision-making.

    • Collecting and cleaning data from various sources

    • Analyzing data to identify trends and patterns

    • Creating visualizations and reports to communicate findings

    • Collaborating with stakeholders to understand business needs

    • Using statistical tools and techniques to draw insights

    • Presenting findings to non-technical audiences

  • Answered by AI

Skills evaluated in this interview

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What is joins and types?
  • Ans. 

    Joins are used to combine rows from two or more tables based on a related column between them.

    • Types of joins include inner join, left join, right join, and full outer join

    • Inner join returns rows when there is at least one match in both tables

    • Left join returns all rows from the left table and the matched rows from the right table

    • Right join returns all rows from the right table and the matched rows from the left table

    • Ful...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

First round will be aptitude test

Round 2 - HR 

(2 Questions)

  • Q1. Why should I hire you
  • Ans. 

    I have a strong analytical background, excellent problem-solving skills, and a proven track record of delivering actionable insights.

    • I have a degree in data analytics and relevant work experience

    • I am proficient in statistical analysis and data visualization tools such as Python, R, and Tableau

    • I have successfully completed projects where I identified trends and patterns in data to drive business decisions

  • Answered by AI
  • Q2. Tell me about your self
Round 3 - Behavioral 

(2 Questions)

  • Q1. Salary expectation
  • Q2. Position of the candidate
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(2 Questions)

  • Q1. Power BI Difference between ALL() and ALLSELECTED()
  • Ans. 

    ALL() ignores all filters in the query context, while ALLSELECTED() ignores only filters on columns in the visual.

    • ALL() removes all filters from the specified column or table.

    • ALLSELECTED() removes filters from the specified column or table, but keeps filters on other columns in the visual.

    • Example: ALL('Table') would remove all filters on the 'Table' in the query context.

    • Example: ALLSELECTED('Column') would remove filte...

  • Answered by AI
  • Q2. Excel Difference between COUNT() and COUNTA()
  • Ans. 

    COUNT() counts only numeric values, while COUNTA() counts all non-empty cells.

    • COUNT() counts only cells with numerical values.

    • COUNTA() counts all non-empty cells, including text and errors.

    • Example: COUNT(A1:A5) will count only cells with numbers, while COUNTA(A1:A5) will count all non-empty cells.

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Resume based questions like explain the projects that you have done.
  • Q2. Sample dataset questions

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Aug 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

The test was simple basic aptitude

Round 2 - Technical 

(2 Questions)

  • Q1. Desribe your project
  • Ans. 

    Developed a predictive model to forecast customer churn for a telecom company

    • Used machine learning algorithms such as logistic regression and random forest

    • Performed data preprocessing and feature engineering to improve model accuracy

    • Evaluated model performance using metrics like accuracy, precision, and recall

  • Answered by AI
  • Q2. Skills and related questions

Data Analyst Interview Questions & Answers

Atos user image Pranita Wagh

posted on 27 Jan 2025

Interview experience
1
Bad
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I was interviewed in Dec 2024.

Round 1 - HR 

(2 Questions)

  • Q1. Can you tell me about yourself? Why do you want to work as a data analyst? What do you know about our company?
  • Q2. What are your short-term and long-term career goals in the field of data analysis? Why do you wish to pursue a career in data analysis? What factors motivate you to work in a data-driven environment?

Acuity Interview FAQs

How many rounds are there in Acuity Data Analyst interview?
Acuity interview process usually has 2 rounds. The most common rounds in the Acuity interview process are Resume Shortlist and Coding Test.

Tell us how to improve this page.

Acuity Data Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Data Analyst Interview Questions from Similar Companies

View all
Senior Associate
33 salaries
unlock blur

₹5.3 L/yr - ₹14.1 L/yr

Delivery Lead
17 salaries
unlock blur

₹12.1 L/yr - ₹19.5 L/yr

Delivery Manager
13 salaries
unlock blur

₹12.5 L/yr - ₹23.4 L/yr

Associate
11 salaries
unlock blur

₹5.2 L/yr - ₹9.5 L/yr

Analyst
8 salaries
unlock blur

₹3.8 L/yr - ₹6.5 L/yr

Explore more salaries
Compare Acuity with

TCS

3.7
Compare

Infosys

3.6
Compare

Wipro

3.7
Compare

HCLTech

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