Upload Button Icon Add office photos

Fractal Analytics

Compare button icon Compare button icon Compare

Filter interviews by

Fractal Analytics Data Analyst Interview Questions and Answers

Updated 17 Feb 2025

Fractal Analytics Data Analyst Interview Experiences

5 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Jan 2025

Interview experience
2
Poor
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
No response

I applied via Company Website and was interviewed before Jan 2024. There were 2 interview rounds.

Round 1 - Coding Test 

SQL Test
3 questions for Solution using SQL queries.

Round 2 - One-on-one 

(4 Questions)

  • Q1. SQL queries using window function
  • Q2. Resume questions
  • Q3. Past experience
  • Q4. KPI that you have created

Interview Preparation Tips

Interview preparation tips for other job seekers - Here it all depends on interviewers mood.. he was traveling in mountains. So thats why multiple reschedules (around 4 times).
Then he had bad internet connectivity he didnt hear my responses properly

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 13 Sep 2024

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. What are the SQL commands can you explain it
  • Ans. 

    SQL commands are used to interact with databases to perform various operations like querying, updating, and deleting data.

    • SELECT: Retrieves data from a database

    • INSERT INTO: Adds new records to a table

    • UPDATE: Modifies existing records in a table

    • DELETE: Removes records from a table

    • CREATE TABLE: Creates a new table in the database

    • ALTER TABLE: Modifies an existing table structure

    • DROP TABLE: Deletes a table from the databas

  • Answered by AI

Skills evaluated in this interview

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Suppose there is a room in the office and X people enter room thr ... 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
Q4. Sliding Window Maximum Problem Statement You are given an array/l ... read more
asked in Tredence
Q5. Find First Repeated Character in a String Given a string 'STR' co ... read more

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 26 Jun 2024

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

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

Round 1 - Aptitude Test 

Basic quants test had to attend.

Interview Preparation Tips

Topics to prepare for Fractal Analytics Data Analyst interview:
  • Python
  • SQL
  • powerbi
Interview preparation tips for other job seekers - keep working on quantitative apptitude

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 17 Feb 2025

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

I was interviewed before Feb 2024.

Round 1 - Coding Test 

The platform used was Deselect, which featured questions on Python, SQL, and aptitude.

Round 2 - Technical 

(3 Questions)

  • Q1. Asked some python and sql questions.
  • Q2. Questions regarding sql joins, having where clause.
  • Q3. Some machine learning questions on regression, classification, confusion matrix, assumptions of linear regression, how bagging boosting works.
Round 3 - Behavioral 

(2 Questions)

  • Q1. Asked questions related to projects mentioned in resume
  • Q2. Asked me to explaind the credit card fraud detection project end to end.

Fractal Analytics interview questions for designations

 Consultant Data Analyst

 (1)

 Analyst

 (2)

 Business Analyst

 (6)

 Senior Analyst

 (1)

 Data Engineer

 (22)

 Data Scientist

 (19)

 Senior Business Analyst

 (1)

 Senior Data Scientist

 (4)

Data Analyst interview

user image Placement Interview

posted on 28 Oct 2021

Interview questions from similar companies

Interview experience
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
-

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

Round 1 - Aptitude Test 

First round was aptitude, communication test and a pseudo code question and all are elimination rounds if you passes all the rounds you will get an interview date....

Round 2 - One-on-one 

(2 Questions)

  • Q1. Good Knowledge on dbms, sql
  • Q2. Python basic questions
Round 3 - HR 

(1 Question)

  • Q1. Very liberal questions about yourself, relocation, etc..

Interview Preparation Tips

Interview preparation tips for other job seekers - knowledge on sql, dbms, python , case studies, puzzles
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. SQL, excel, python and power Bi

I applied via Campus Placement and was interviewed in Oct 2022. There were 4 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 - Aptitude Test 

SQL and quant, logical questions were asked.

Round 3 - Technical 

(1 Question)

  • Q1. 1. Tell me about your self 2. Resume based questions 3. Need to write basic SQL queries and also print same output using pandas
Round 4 - Technical 

(1 Question)

  • Q1. 1. Tell me about your self 2. Statistics questions 3. Guestimates 4. Why do you want to join company

Interview Preparation Tips

Interview preparation tips for other job seekers - Have a knowledge on your resume completely and prepare SQL and python libraries very well. Practice guestimates questions as well.
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Aptitude test was very easy

Round 2 - Technical 

(2 Questions)

  • Q1. Based on resume
  • Q2. Some simple hr questions
Round 3 - HR 

(2 Questions)

  • Q1. About family and their occupations
  • Q2. General questions

Data Analyst Interview Questions & Answers

Demandbase user image Syed Afraz Hussain

posted on 24 May 2023

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

I applied via campus placement at Muffakhamjah College of Engineering and Technology, Hyderabad and was interviewed before May 2022. There were 5 interview rounds.

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 - Aptitude Test 

It was a hybrid type of test it consisted of 3 sections
1. Aptitude
2. 2 DSA questions only the algorithm was to be written on the paper
3. 5 SQL queries (Intermediate level)

Round 3 - One-on-one 

(2 Questions)

  • Q1. This was a one-to-one coding round medium-level dsa questions were asked.
  • Q2. Find the minimum element in a stack in O(1) complexity
  • Ans. 

    To find the minimum element in a stack in O(1) complexity, we can use an auxiliary stack.

    • Create an auxiliary stack to keep track of the minimum element.

    • Push the first element of the main stack onto the auxiliary stack.

    • For each subsequent element, compare it with the top element of the auxiliary stack.

    • If it is smaller, push it onto the auxiliary stack.

    • To get the minimum element, simply return the top element of the auxi...

  • Answered by AI
Round 4 - One-on-one 

(2 Questions)

  • Q1. In this round knowledge regarding SQL queries was tested.
  • Q2. Fetch data without using subqueries instead use joins type of questions
Round 5 - One-on-one 

(1 Question)

  • Q1. In this round real world problem was described and I was asked to develop a data analytics solution for the same.

Interview Preparation Tips

Interview preparation tips for other job seekers - Concentrate on DSA and SQL and you will get through it.

Skills evaluated in this interview

Fractal Analytics Interview FAQs

How many rounds are there in Fractal Analytics Data Analyst interview?
Fractal Analytics interview process usually has 1-2 rounds. The most common rounds in the Fractal Analytics interview process are Technical, Coding Test and Aptitude Test.
How to prepare for Fractal Analytics 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 Fractal Analytics. The most common topics and skills that interviewers at Fractal Analytics expect are Analytics, Analytical, SQL, Automation and Business Analysis.
What are the top questions asked in Fractal Analytics Data Analyst interview?

Some of the top questions asked at the Fractal Analytics Data Analyst interview -

  1. What are the SQL commands can you explain...read more
  2. SQL queries using window funct...read more
  3. KPI that you have crea...read more

Tell us how to improve this page.

Fractal Analytics Data Analyst Interview Process

based on 4 interviews

Interview experience

3.5
  
Good
View more
Fractal Analytics Data Analyst Salary
based on 121 salaries
₹4.6 L/yr - ₹17 L/yr
60% more than the average Data Analyst Salary in India
View more details

Fractal Analytics Data Analyst Reviews and Ratings

based on 10 reviews

4.1/5

Rating in categories

3.6

Skill development

3.8

Work-life balance

3.2

Salary

4.1

Job security

4.0

Company culture

3.2

Promotions

3.6

Work satisfaction

Explore 10 Reviews and Ratings
Consultant
1.1k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Data Engineer
712 salaries
unlock blur

₹7.5 L/yr - ₹28 L/yr

Senior Consultant
596 salaries
unlock blur

₹12.4 L/yr - ₹40 L/yr

Data Scientist
451 salaries
unlock blur

₹8.4 L/yr - ₹33 L/yr

Senior Engineer
196 salaries
unlock blur

₹15 L/yr - ₹36 L/yr

Explore more salaries
Compare Fractal Analytics with

Mu Sigma

2.6
Compare

AbsolutData

3.6
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

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