Upload Button Icon Add office photos

Filter interviews by

Fractal Analytics Intern Interview Questions and Answers

Updated 29 Feb 2024

Fractal Analytics Intern Interview Experiences

1 interview found

Intern Interview Questions & Answers

user image Anonymous

posted on 29 Feb 2024

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

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

Round 1 - Aptitude Test 

Aptitude, analytical, abstract reasoning, numerical ability, critical thinking, speaking skills

Interview questions from similar companies

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

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

Round 1 - Aptitude Test 

It is quite easy.topics like train speed and time , profit loss and work hour energy problems

Round 2 - Coding Test 

Coding will be based on DSA .In depth graphs and trees would been asked

Round 3 - Technical 

(4 Questions)

  • Q1. Given a question regarding patterns
  • Q2. Explain about os
  • Q3. Some SQL commands
  • Q4. Explain system calls

Interview Preparation Tips

Topics to prepare for Oracle Intern interview:
  • DSA
  • SQL
Interview preparation tips for other job seekers - Study hard from scratch focus on goal

Intern Interview Questions & Answers

Zeta user image Anonymous

posted on 16 Apr 2024

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

I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 DSa questions + cs fundamentals mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. System design e-commerce
  • Q2. SRE fundamentals
Round 3 - HR 

(1 Question)

  • Q1. Managerial round, resume, work experience and stuff

Intern Interview Questions & Answers

MathCo user image Anonymous

posted on 25 Aug 2024

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

Verbal reasoning quewstions

Round 2 - HR 

(2 Questions)

  • Q1. Technical and programming related questions
  • Q2. About the resume

Interview Preparation Tips

Interview preparation tips for other job seekers - good
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Logical,general knowledge

Intern Interview Questions & Answers

Oracle user image Anonymous

posted on 11 Dec 2024

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

A basic dynamic programming question similar to the "pick or not pick" problem.

Round 2 - Technical 

(1 Question)

  • Q1. Dsa questions cs fundamentals resume based questions

Interview Preparation Tips

Interview preparation tips for other job seekers - Create solid projects, and you should be able to explain any aspect of your work.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I was interviewed before Oct 2023.

Round 1 - Technical 

(2 Questions)

  • Q1. Longest Valid Parentheses
  • Ans. 

    Find the length of the longest valid parentheses substring in a given string.

    • Use a stack to keep track of the indices of opening parentheses.

    • Iterate through the string and update the maximum length of valid parentheses.

    • Handle cases where closing parentheses are encountered without a matching opening parentheses.

  • Answered by AI
  • Q2. Find the maximum number in the subarrays of length k.
  • Ans. 

    Find the maximum number in the subarrays of length k.

    • Iterate through the array and keep track of the maximum number in each subarray of length k.

    • Use a sliding window approach to efficiently find the maximum number in each subarray.

    • Time complexity can be optimized to O(n) using a deque data structure.

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Spiral Matrix Question

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 4 interview rounds.

Round 1 - Aptitude Test 

It was having basic aptitude questions

Round 2 - Communication 

(2 Questions)

  • Q1. They asked basic english question
  • Q2. And alos topic was provided so we had to speak on it.
Round 3 - Technical 

(2 Questions)

  • Q1. SQL syntax and difference between having and where clause
  • Ans. 

    HAVING clause is used with GROUP BY to filter grouped rows, WHERE clause is used to filter individual rows.

    • HAVING clause is used with GROUP BY to filter grouped rows based on aggregate functions

    • WHERE clause is used to filter individual rows based on conditions

    • HAVING clause is applied after GROUP BY, WHERE clause is applied before GROUP BY

    • HAVING clause can only be used with SELECT statement that contains a GROUP BY clau

  • Answered by AI
  • Q2. Difference between array and linkedlist,stack and queue
  • Ans. 

    Arrays store elements in contiguous memory, while linked lists use nodes with pointers. Stacks follow LIFO, queues follow FIFO.

    • Arrays store elements in contiguous memory locations, allowing for constant time access to elements using indices.

    • Linked lists use nodes with pointers to the next node, allowing for dynamic memory allocation and insertion/deletion at any position.

    • Stacks follow Last In First Out (LIFO) principle...

  • Answered by AI
Round 4 - HR 

(2 Questions)

  • Q1. Tell me about your self
  • Ans. 

    I am a data science enthusiast with a strong background in statistics and machine learning.

    • Completed coursework in data analysis, statistical modeling, and predictive analytics

    • Proficient in programming languages such as Python, R, and SQL

    • Experience with data visualization tools like Tableau and Power BI

    • Worked on projects involving regression analysis, clustering, and classification algorithms

  • Answered by AI
  • Q2. Why you want to join this role
  • Ans. 

    I am passionate about using data to solve complex problems and make informed decisions.

    • I have a strong background in statistics, mathematics, and programming, which are essential skills for a data science role.

    • I am excited about the opportunity to work with real-world data and apply machine learning algorithms to extract valuable insights.

    • I am eager to learn from experienced data scientists and contribute to innovative

  • Answered by AI

Skills evaluated in this interview

Intern Interview Questions & Answers

Oracle user image Anonymous

posted on 23 Mar 2024

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

I applied via Campus Placement and was interviewed before Mar 2023. There were 5 interview rounds.

Round 1 - Aptitude Test 

Basic math problems and English related questions

Round 2 - Coding Test 

Write a program to give out the final score in a cricket match where number of deliveries will be the input and in a ball a batsman ca score either 1,0 or 2.

Round 3 - Technical 

(2 Questions)

  • Q1. Write a program to separate strong for special characters
  • Ans. 

    Program to separate strong for special characters in an array of strings

    • Iterate through each string in the array

    • For each string, iterate through each character

    • Check if the character is a special character and separate it into a new string if it is

  • Answered by AI
  • Q2. General question about personal projects
Round 4 - Technical 

(2 Questions)

  • Q1. Questions about OOPs concept
  • Q2. What is Function overloading and overriding?
  • Ans. 

    Function overloading is having multiple functions with the same name but different parameters. Function overriding is redefining a function in a subclass.

    • Function overloading allows multiple functions with the same name but different parameters.

    • Function overriding involves redefining a function in a subclass with the same name and parameters as in the superclass.

    • Example of function overloading: int add(int a, int b) an...

  • Answered by AI
Round 5 - HR 

(1 Question)

  • Q1. General question on extra activities in the resume

Skills evaluated in this interview

Intern Interview Questions & Answers

Zeta user image Anonymous

posted on 16 Apr 2024

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

I applied via Company Website and was interviewed in Oct 2023. There were 3 interview rounds.

Round 1 - Coding Test 

2 DSa questions + cs fundamentals mcq

Round 2 - One-on-one 

(2 Questions)

  • Q1. System design e-commerce
  • Q2. SRE fundamentals
Round 3 - HR 

(1 Question)

  • Q1. Managerial round, resume, work experience and stuff

Fractal Analytics Interview FAQs

How many rounds are there in Fractal Analytics Intern interview?
Fractal Analytics interview process usually has 1 rounds. The most common rounds in the Fractal Analytics interview process are Aptitude Test.
How to prepare for Fractal Analytics Intern 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, Auditing, Coding, Company Law and Corporate Law.

Tell us how to improve this page.

People are getting interviews through

based on 1 Fractal Analytics interview
Company Website
100%
Low Confidence
?
Low Confidence means the data is based on a small number of responses received from the candidates.

Interview Questions from Similar Companies

Oracle Interview Questions
3.7
 • 873 Interviews
Mu Sigma Interview Questions
2.7
 • 221 Interviews
Tiger Analytics Interview Questions
3.6
 • 209 Interviews
Axtria Interview Questions
3.0
 • 112 Interviews
MathCo Interview Questions
3.0
 • 107 Interviews
Zeta Interview Questions
3.3
 • 63 Interviews
Kiya.ai Interview Questions
3.5
 • 46 Interviews
C5i Interview Questions
4.1
 • 43 Interviews
View all
Fractal Analytics Intern Salary
based on 6 salaries
₹1 L/yr - ₹6 L/yr
17% less than the average Intern Salary in India
View more details

Fractal Analytics Intern Reviews and Ratings

based on 4 reviews

5.0/5

Rating in categories

4.6

Skill development

4.6

Work-Life balance

4.6

Salary & Benefits

3.5

Job Security

4.0

Company culture

4.6

Promotions/Appraisal

3.7

Work Satisfaction

Explore 4 Reviews and Ratings
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