Upload Button Icon Add office photos

Filter interviews by

Fractal Analytics Interview Questions, Process, and Tips

Updated 7 Jan 2025

Top Fractal Analytics Interview Questions and Answers

View all 105 questions

Fractal Analytics Interview Experiences

Popular Designations

195 interviews found

I applied via Campus Placement and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. In the first round I was given guestimates, questions about my CV, why I want to become an analyst.
  • Q2. For the second round I was given more guestimates, statistics questions, questions like "why fractals?"

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and show a passion to learn.

Business Analyst Interview Questions asked at other Companies

Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with one box with defective balls (each one of the defective balls weigh 9 gm). You are given an electronic weighing machine and only one chance at it. How will you find out which... read more
View answer (8)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 27 Aug 2021

I applied via Naukri.com and was interviewed in Jul 2021. There was 1 interview round.

Interview Questionnaire 

4 Questions

  • Q1. Basic spark questions like optimization techniques
  • Q2. Reparation coalesce joins
  • Q3. Slowly change data handling in spark
  • Ans. 

    Slowly changing data handling in Spark involves updating data over time.

    • Slowly changing dimensions (SCD) are used to track changes in data over time.

    • SCD Type 1 updates the data in place, overwriting the old values.

    • SCD Type 2 creates a new record for each change, with a start and end date.

    • SCD Type 3 adds a new column to the existing record to track changes.

    • Spark provides functions like `from_unixtime` and `unix_timestam

  • Answered by AI
  • Q4. Cumulative sum and rank functions in spark
  • Ans. 

    Explanation of cumulative sum and rank functions in Spark

    • Cumulative sum function calculates the running total of a column

    • Rank function assigns a rank to each row based on the order of values in a column

    • Both functions can be used with window functions in Spark

    • Example: df.withColumn('cumulative_sum', F.sum('column').over(Window.orderBy('order_column').rowsBetween(Window.unboundedPreceding, Window.currentRow)))

    • Example: df...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't waste time. Think twice before attending. Keep as backup offer

Skills evaluated in this interview

Top Fractal Analytics Data Engineer Interview Questions and Answers

Q1. In a word count spark program which command will run on driver and which will run on executor
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

I applied via Naukri.com and was interviewed in Sep 2021. There were 4 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. There is online test is totally on SQL please prepare for SQL. There are 3 rounds in which first online test based on sql then 2nd is technical round and 3rd Manager round. Technical round on sql and machi...

Interview Preparation Tips

Interview preparation tips for other job seekers - Mainly Please prepare for SQL, Machine Learning and case study.

Top Fractal Analytics Data Scientist Interview Questions and Answers

Q1. 1. Describe one of your projects in detail. 2. Explain Random Forest and other ML models 3. Statistics
View answer (1)

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

I applied via Company Website and was interviewed in Feb 2022. There were 2 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 

There were 13 questions
2 was coding and other multiple choice questions
one coding question was wine quality test

Interview Preparation Tips

Interview preparation tips for other job seekers - Advanced ML questions will be there

Top Fractal Analytics Data Scientist Interview Questions and Answers

Q1. 1. Describe one of your projects in detail. 2. Explain Random Forest and other ML models 3. Statistics
View answer (1)

Data Scientist Interview Questions asked at other Companies

Q1. Special Sum of ArrayYou have been given an array/list ‘arr’ of length ‘N’, which contains single digit elements at every index. Your task is to return the sum of all elements of the array. But the final sum should also be a single digit. To... read more
View answer (2)

Fractal Analytics interview questions for popular designations

 Consultant

 (24)

 Data Engineer

 (20)

 Data Scientist

 (18)

 Software Engineer

 (9)

 Decision Scientist

 (8)

 Business Analyst

 (6)

 Senior Consultant

 (6)

 Summer Intern

 (5)

Data Engineer Interview Questions & Answers

user image Anonymous

posted on 19 Feb 2023

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

I applied via Naukri.com and was interviewed before Feb 2022. There were 4 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 

MCQ SQL round coding easy questions

Round 3 - Technical 

(1 Question)

  • Q1. Resume based questions mostly on SQL, Python, Cloud basic to medium level
Round 4 - Technical 

(1 Question)

  • Q1. It was both mangerial and technical round similar to round 1 but more deep

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare your resume well because questions are mostly from resume

Top Fractal Analytics Data Engineer Interview Questions and Answers

Q1. In a word count spark program which command will run on driver and which will run on executor
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Get interview-ready with Top Fractal Analytics Interview Questions

Interview Questionnaire 

1 Question

  • Q1. Round 1: Coding round, Round 2: Basic and conceptual from Spark and Hive, Round 3: In Depth question from Spark and Hive, Write code in Spark and Hive.

Interview Preparation Tips

Interview preparation tips for other job seekers - They will grill you on whatever knowledge you have in Big data. Be very thorough and confident with your concepts. Also, Practice SQL and Spark codes. They will ask you to write an application in Spark.

Top Fractal Analytics Data Engineer Interview Questions and Answers

Q1. In a word count spark program which command will run on driver and which will run on executor
View answer (1)

Data Engineer Interview Questions asked at other Companies

Q1. Optimal Strategy for a GameYou and your friend Ninjax are playing a game of coins. Ninjax place the 'N' number of coins in a straight line. The rule of the game is as follows: 1. Each coin has a value associated with it. 2. It’s a two-playe... read more
View answer (6)

Jobs at Fractal Analytics

View all

Decision Scientist Interview Questions & Answers

user image MEHUL KUMAR DAS

posted on 17 Feb 2023

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

I applied via Indeed and was interviewed before Feb 2022. There were 3 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Properly align and format text in your resume. A recruiter will have to spend more time reading poorly aligned text, leading to high chances of rejection.
View all tips
Round 2 - Technical 

(1 Question)

  • Q1. Questions on SQL and Tableau
Round 3 - One-on-one 

(1 Question)

  • Q1. Salary negotiation took place with the HR

Interview Preparation Tips

Interview preparation tips for other job seekers - Keep your basic SQL and Tableau skills handy and it should work in your favour.

Decision Scientist Interview Questions asked at other Companies

Q1. Stats- Significance of Mean and Standard Deviation. Normal distribution, percentage distribution for every SD in Normal distribution
View answer (1)

I applied via Job Portal and was interviewed in Mar 2021. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. What do you know what sales cycle.
  • Ans. 

    Sales cycle refers to the process of selling a product or service from initial contact with a potential customer to closing the deal.

    • Sales cycle involves identifying potential customers

    • Qualifying leads to determine if they are a good fit for the product or service

    • Presenting the product or service to the potential customer

    • Handling objections and negotiating terms

    • Closing the deal and following up with the customer

    • Sales c...

  • Answered by AI
  • Q2. How is the RFP process setup in your current org.
  • Ans. 

    The RFP process in my current org involves a cross-functional team approach.

    • The RFP is received by the sales team and then assigned to a cross-functional team.

    • The team includes representatives from sales, product, engineering, legal, and finance.

    • The team reviews the RFP and determines if the company can meet the requirements.

    • If the decision is made to respond, the team works together to create a proposal.

    • The proposal i...

  • Answered by AI
  • Q3. What are the important documents to be submitted during the RFP.
  • Ans. 

    The important documents to be submitted during the RFP include proposal, pricing information, technical specifications, and references.

    • Proposal: A detailed document outlining the solution being offered, including the approach, methodology, and deliverables.

    • Pricing Information: A breakdown of the costs associated with the proposed solution, including any licensing fees, implementation costs, and ongoing maintenance fees...

  • Answered by AI
  • Q4. Have you worked on Data Analytics RFPs in the past?
  • Ans. 

    Yes, I have worked on several Data Analytics RFPs in the past.

    • I have experience in analyzing large datasets and providing insights to clients

    • I have worked on RFPs for clients in various industries such as finance, healthcare, and retail

    • I have collaborated with cross-functional teams to develop proposals that meet client requirements

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Be sure of your CV. Knowledge of Data Analytics and CRM tools is a plus.

Skills evaluated in this interview

Presales Consultant Interview Questions asked at other Companies

Q1. What are the important documents to be submitted during the RFP.
View answer (2)

Consultant - Tableau Developer Interview Questions & Answers

user image Anonymous

posted on 11 Aug 2022

I applied via LinkedIn and was interviewed before Aug 2021. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. Advance SQL and Tableau along with one probability question were asked.
Round 2 - HR 

(1 Question)

  • Q1. Why u left your previous company.

Interview Preparation Tips

Topics to prepare for Fractal Analytics Consultant - Tableau Developer interview:
  • Tableau
  • SQL
Interview preparation tips for other job seekers - Strong technical with UI experience is required. No specific question need to practice just go for the generally asked Tableau and SQL question.

I applied via Naukri.com and was interviewed in May 2021. There were 3 interview rounds.

Interview Questionnaire 

3 Questions

  • Q1. Why Analytics?
  • Ans. 

    Analytics helps in making data-driven decisions and improving business outcomes.

    • Analytics provides insights into customer behavior and preferences.

    • It helps in identifying trends and patterns in data.

    • Analytics can optimize business processes and improve efficiency.

    • It enables businesses to make informed decisions based on data.

    • Analytics can help in predicting future outcomes and trends.

    • Examples: Predictive maintenance in...

  • Answered by AI
  • Q2. SQL queries
  • Q3. Business Case

Interview Preparation Tips

Interview preparation tips for other job seekers - There are total 4 rounds. First was test, one SQL test by Doselect, which had some MCQs based on SQL and some queries, mainly of group by and joins. One was aptitude test.
Second round was technical round. It was based on CV and interviewer asked some questions of Excel, some of SQL and few from Tableau as I have written it in my CV.
Third round was Managerial + Technical, The person asked few questions like Why Analytics, One business related scenario and 2 SQL queries. I answered everything well but could not solve one query of SQL. I wasn't able to clear this round. I got rejection mail next day.
If I were able to clear this round, there was another round(last) HR round.

Consultant-I (Analytics Profile) Interview Questions asked at other Companies

Q1. Guesstimate - How many pen stands can you fit in a Boeing 747?
View answer (1)

Fractal Analytics Interview FAQs

How many rounds are there in Fractal Analytics interview?
Fractal Analytics interview process usually has 2-3 rounds. The most common rounds in the Fractal Analytics interview process are Technical, HR and Coding Test.
How to prepare for Fractal Analytics 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 Python, Analytics, SQL, Machine Learning and Consulting.
What are the top questions asked in Fractal Analytics interview?

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

  1. What is truth? Like the one you have been taught or the one you learn yourself ...read more
  2. What are the important documents to be submitted during the R...read more
  3. Okay. How many people attended StanChart Mumbai Marath...read more
How long is the Fractal Analytics interview process?

The duration of Fractal Analytics interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Fractal Analytics Interview Process

based on 101 interviews in last 1 year

Interview experience

4.3
  
Good
View more

People are getting interviews through

based on 136 Fractal Analytics interviews
Job Portal
Campus Placement
Referral
Company Website
Recruitment Consultant
44%
18%
10%
7%
3%
18% candidates got the interview through other sources.
High Confidence
?
High Confidence means the data is based on a large number of responses received from the candidates.

Interview Questions from Similar Companies

Mu Sigma Interview Questions
2.7
 • 221 Interviews
Tiger Analytics Interview Questions
3.6
 • 209 Interviews
Axtria Interview Questions
3.0
 • 112 Interviews
C5i Interview Questions
4.1
 • 43 Interviews
AbsolutData Interview Questions
3.6
 • 9 Interviews
Algonomy Interview Questions
3.9
 • 9 Interviews
Crayon Data Interview Questions
3.6
 • 4 Interviews
View all

Fractal Analytics Reviews and Ratings

based on 755 reviews

4.0/5

Rating in categories

4.0

Skill development

4.0

Work-Life balance

3.7

Salary & Benefits

4.2

Job Security

4.2

Company culture

3.3

Promotions/Appraisal

3.7

Work Satisfaction

Explore 755 Reviews and Ratings
GCP Data Engineer

Hyderabad / Secunderabad,

Bangalore / Bengaluru

+1

4-9 Yrs

Not Disclosed

Opportunity For Azure Data Engineers || Fractal

Pune,

Gurgaon / Gurugram

+1

3-7 Yrs

Not Disclosed

Sap Bods Consultant

Chennai,

Bangalore / Bengaluru

+1

5-10 Yrs

Not Disclosed

Explore more jobs
Consultant
1.1k salaries
unlock blur

₹6 L/yr - ₹24 L/yr

Data Engineer
663 salaries
unlock blur

₹7.4 L/yr - ₹28 L/yr

Senior Consultant
563 salaries
unlock blur

₹12.3 L/yr - ₹38 L/yr

Data Scientist
436 salaries
unlock blur

₹8.3 L/yr - ₹33 L/yr

Senior Engineer
190 salaries
unlock blur

₹11.6 L/yr - ₹36 L/yr

Explore more salaries
Compare Fractal Analytics with

Mu Sigma

2.7
Compare

AbsolutData

3.6
Compare

LatentView Analytics

3.7
Compare

Tiger Analytics

3.6
Compare

Calculate your in-hand salary

Confused about how your in-hand salary is calculated? Enter your annual salary (CTC) and get your in-hand salary
Did you find this page helpful?
Yes No
write
Share an Interview