Upload Button Icon Add office photos

Fractal Analytics

Compare button icon Compare button icon Compare

Filter interviews by

Fractal Analytics Data Scientist Interview Questions and Answers for Freshers

Updated 9 Jan 2025

Fractal Analytics Data Scientist Interview Experiences for Freshers

1 interview found

Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

General aptitude basics

Round 2 - Coding Test 

Mcq and basic ml model building

Interview Preparation Tips

Interview preparation tips for other job seekers - Stay calm and enjoy the process

Data Scientist Jobs at Fractal Analytics

View all

Interview questions from similar companies

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

I applied via Referral and was interviewed before Oct 2023. There was 1 interview round.

Round 1 - Coding Test 

Python sql basic questions

Interview experience
3
Average
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Not Selected

I appeared for an interview before Mar 2024, where I was asked the following questions.

  • Q1. Explain Overfitting
  • Q2. More values in training set than test set
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Hirect and was interviewed in May 2022. There were 5 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 

Basic python sql questions, mcq based and coding questions.

Round 3 - Technical 

(1 Question)

  • Q1. They asked the projects which I am working on and had discussion on the same. Asked few statistical questions like boxplots and normal distribution. Also asked basic questions on advance SQL
Round 4 - Behavioral 

(1 Question)

  • Q1. Problem solving questions. Gave a case study to check presence of mind
Round 5 - HR 

(1 Question)

  • Q1. Basic salary discussion

Interview Preparation Tips

Topics to prepare for MathCo Data Scientist interview:
  • SQL
  • python
Interview preparation tips for other job seekers - Just be appropriate in tech round and managerial round
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Coding Test 

Python coding and sql coding

Round 2 - Technical 

(2 Questions)

  • Q1. List all the string which start with 'a'
  • Ans. 

    List of strings starting with 'a'

    • Use a loop to iterate through each string

    • Check if each string starts with 'a'

    • Add the string to the list if it starts with 'a'

  • Answered by AI
  • Q2. Find out max value from the given table
  • Ans. 

    Use SQL query to find max value from a table

    • Use SQL query SELECT MAX(column_name) FROM table_name;

    • For example, SELECT MAX(salary) FROM employees;

    • Ensure proper column name and table name are used in the query

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - great experience

Skills evaluated in this interview

Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
Selected Selected
Round 1 - One-on-one 

(3 Questions)

  • Q1. What is Overfitting in decision tree
  • Ans. 

    Overfitting in decision trees occurs when the model learns noise in the training data rather than the underlying pattern.

    • Overfitting happens when the decision tree is too complex and captures noise in the training data.

    • It leads to poor generalization on unseen data, as the model is too specific to the training set.

    • To prevent overfitting, techniques like pruning, setting a minimum number of samples per leaf, or using en

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

    Bagging is a machine learning ensemble technique where multiple models are trained on different subsets of the training data and their predictions are combined.

    • Bagging stands for Bootstrap Aggregating.

    • It helps reduce overfitting by combining the predictions of multiple models.

    • Random Forest is a popular algorithm that uses bagging by training multiple decision trees on random subsets of the data.

  • Answered by AI
  • Q3. What is neuron How its used in DL
  • Ans. 

    A neuron is a basic unit of a neural network that receives input, processes it, and produces an output.

    • Neurons are inspired by biological neurons in the human brain.

    • They receive input signals, apply weights to them, sum them up, and pass the result through an activation function.

    • Neurons are organized in layers in a neural network, with each layer performing specific tasks.

    • In deep learning, multiple layers of neurons ar...

  • Answered by AI

Skills evaluated in this interview

I applied via Campus Placement and was interviewed before Apr 2021. There were 5 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 

Time and work, time and distance, percentages, data interpretation

Round 3 - Case Study 

Business case study - increase revenue for museum

Round 4 - Technical 

(1 Question)

  • Q1. Common machine learning algorithms, statistical concepts, projects mentioned in resume
Round 5 - One-on-one 

(2 Questions)

  • Q1. Management round, behavioral questions were asked.
  • Q2. Why Mathcompany?, what if your current company offers more pay?

Interview Preparation Tips

Interview preparation tips for other job seekers - All the best for your interview

I applied via Campus Placement and was interviewed before Dec 2021. There were 5 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 

The questions asked were very easy and easy to solve.

Round 3 - Technical 

(1 Question)

  • Q1. The questions asked from the project itself. My project was on NLP so they asked lemmatizing, tokenization etc., and some of the basic SQL questions.
Round 4 - Case Study 

This was a fitment round they ask questions from the project if you have done any otherwise the case studies.

Round 5 - HR 

(1 Question)

  • Q1. As i was a freshwr so they asked questions about the interviews have done so far.

Interview Preparation Tips

Topics to prepare for MathCo Data Analyst interview:
  • Try to done some project
  • SQL
  • Excel
Interview preparation tips for other job seekers - There was a one more round in which they judge your communication skills this round has happened simultaneously with aptitude test round. You have to speak for 1 min on each topic they assigned to you and there were 10 -15 such questions along with that there is a grammatical test in which they asked you to put verbs, articles etc.

I applied via Company Website and was interviewed before Jun 2021. There were 2 interview rounds.

Round 1 - Aptitude Test 
Round 2 - Technical 

(2 Questions)

  • Q1. 1 case study, mine was if a new resstraunt is opened how would i bring in the customers 2 pyhton,list,tuple and datafram related 5 to 10 question simple name changing lambada and all 3 sql oral question dd...
  • Q2. Interview 3 - case study similar to the one above but here i had to associate it with a ml algo to explain the answer

Interview Preparation Tips

Interview preparation tips for other job seekers - take a chill pill,and the interview will go wasy

I applied via Campus Placement and was interviewed in Jun 2021. There were 3 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. Technical round - basics about statistics, machine learning models, python and SQL Managerial round- Personality check, try to know you personally

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with SQL, Machine learning algorithms and basics of Python programming language. You can surely make it

Fractal Analytics Interview FAQs

How many rounds are there in Fractal Analytics Data Scientist interview for freshers?
Fractal Analytics interview process for freshers usually has 2 rounds. The most common rounds in the Fractal Analytics interview process for freshers are Aptitude Test and Coding Test.
How to prepare for Fractal Analytics Data Scientist interview for freshers?
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, Machine Learning, Data Science, Artificial Intelligence and Deep Learning.
What are the top questions asked in Fractal Analytics Data Scientist interview for freshers?

Some of the top questions asked at the Fractal Analytics Data Scientist interview for freshers -

  1. There is online test is totally on SQL please prepare for SQL. There are 3 roun...read more
  2. 1. Describe one of your projects in detail. 2. Explain Random Forest and other ...read more
  3. Project discussion 2 case studies Questions on sensitivity analysis Precision...read more
How long is the Fractal Analytics Data Scientist interview process?

The duration of Fractal Analytics Data Scientist interview process can vary, but typically it takes about 2-4 weeks to complete.

Tell us how to improve this page.

Fractal Analytics Data Scientist Interview Process for Freshers

based on 1 interview

Interview experience

5
  
Excellent
View more

Interview Questions from Similar Companies

MathCo Interview Questions
2.9
 • 114 Interviews
Zeta Interview Questions
3.4
 • 71 Interviews
Kiya.ai Interview Questions
3.3
 • 49 Interviews
Subex Interview Questions
3.5
 • 35 Interviews
CoinDCX Interview Questions
3.7
 • 29 Interviews
Seclore Interview Questions
4.1
 • 26 Interviews
MoEngage Interview Questions
4.0
 • 26 Interviews
View all
Fractal Analytics Data Scientist Salary
based on 494 salaries
₹8.5 L/yr - ₹31 L/yr
37% more than the average Data Scientist Salary in India
View more details

Fractal Analytics Data Scientist Reviews and Ratings

based on 55 reviews

4.1/5

Rating in categories

4.1

Skill development

3.9

Work-life balance

3.5

Salary

4.3

Job security

4.1

Company culture

3.1

Promotions

3.7

Work satisfaction

Explore 55 Reviews and Ratings
Consultant
1.1k salaries
unlock blur

₹7 L/yr - ₹24.2 L/yr

Data Engineer
786 salaries
unlock blur

₹7.5 L/yr - ₹25.9 L/yr

Senior Consultant
613 salaries
unlock blur

₹12.3 L/yr - ₹38 L/yr

Data Scientist
494 salaries
unlock blur

₹8.5 L/yr - ₹31 L/yr

Engineer
236 salaries
unlock blur

₹7.5 L/yr - ₹24.9 L/yr

Explore more salaries
Compare Fractal Analytics with

Subex

3.5
Compare

Kiya.ai

3.2
Compare

MathCo

2.9
Compare

Innovatiview India Ltd

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