Upload Button Icon Add office photos

Filter interviews by

DecisionTree Analytics Data Analyst Interview Questions, Process, and Tips

Updated 28 Jun 2024

Top DecisionTree Analytics Data Analyst Interview Questions and Answers

  • Q1. a men fell in 50m well he climbs 4m up and slips 3 m down in a day.how many days would it take him to come out of the well?
  • Q2. write a query to retrive all the employee names who have joined in last 30 days
  • Q3. what are joins expalin different joins

DecisionTree Analytics Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 18 Jun 2024

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

I applied via Approached by Company and was interviewed in May 2024. There were 4 interview rounds.

Round 1 - Aptitude Test 

The frist round was aptitude test where u needed 20+marks to qualify to the next level

Round 2 - Technical 

(4 Questions)

  • Q1. What is SQL ?
  • Ans. 

    SQL is a programming language used for managing and manipulating relational databases.

    • SQL stands for Structured Query Language

    • It is used to communicate with databases to perform tasks such as querying data, updating records, and creating tables

    • Common SQL commands include SELECT, INSERT, UPDATE, DELETE

    • Example: SELECT * FROM customers WHERE city = 'New York';

  • Answered by AI
  • Q2. What are joins expalin different joins
  • Ans. 

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

    • Inner Join: Returns rows when there is a 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.

    • Full Outer Join: Returns all rows when there is a match in either table.

    • Self Join: Jo...

  • Answered by AI
  • Q3. Write a query to retrive all the employee names who have joined in last 30 days
  • Ans. 

    Query to retrieve employee names who joined in last 30 days

    • Use the current date and subtract 30 days to get the date 30 days ago

    • Join the employee table with the date joined column to filter employees who joined in the last 30 days

  • Answered by AI
  • Q4. A men fell in 50m well he climbs 4m up and slips 3 m down in a day.how many days would it take him to come out of the well?
Round 3 - One-on-one 

(2 Questions)

  • Q1. Questions about joins
  • Q2. Few aptitude questions
Round 4 - HR 

(1 Question)

  • Q1. Why do you wanna join data analytics team

Interview Preparation Tips

Interview preparation tips for other job seekers - Don't keep your hopes high my interview went well yet I didn't get the offer.

Skills evaluated in this interview

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 28 Jun 2024

Interview experience
3
Average
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in May 2024. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Puzzles were asked
  • Q2. Basic sql qtns and definitions

Interview Preparation Tips

Topics to prepare for DecisionTree Analytics Data Analyst interview:
  • SQL
  • puzzles
Interview preparation tips for other job seekers - ninterview was more of a puzzle type rather based on technical

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

Interview questions from similar companies

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
Hard
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

Critical question in maths

Round 2 - Group Discussion 

General topic about current situation

Round 3 - HR 

(1 Question)

  • Q1. About ourselves and resume
Interview experience
4
Good
Difficulty level
-
Process Duration
-
Result
-
Round 1 - HR 

(2 Questions)

  • Q1. Self introduction
  • Q2. Knowledge of data handling

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AmbitionBox and was interviewed in May 2023. 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 

Mathametics and statistics besed on the subject .

Round 3 - Group Discussion 

This test also i interested.

Round 4 - Technical 

(2 Questions)

  • Q1. I knlw the statistical technical skill.
  • Q2. Data analysis with statistical tools
  • Ans. 

    Data analysis involves using statistical tools to analyze and interpret data.

    • Statistical tools help in summarizing and visualizing data

    • They can be used to identify patterns, trends, and relationships in the data

    • Common statistical tools include regression analysis, hypothesis testing, and clustering

    • Statistical tools help in making data-driven decisions and predictions

  • Answered by AI

Skills evaluated in this interview

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

I applied via Company Website and was interviewed in Dec 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 - One-on-one 

(1 Question)

  • Q1. Capital budgeting & cash flow statement
Round 3 - One-on-one 

(2 Questions)

  • Q1. Fundamentals, financial statements
  • Q2. Project details, intrests
Round 4 - One-on-one 

(2 Questions)

  • Q1. Introduction . project
  • Q2. General information , Finance knowledge

Interview Preparation Tips

Interview preparation tips for other job seekers - Basic fundamentals, confident, good finance knowledge
Interview experience
1
Bad
Difficulty level
Hard
Process Duration
More than 8 weeks
Result
No response

I applied via Referral and was interviewed in Jan 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. What is difference between Link list and arrays 😁
  • Ans. 

    Arrays are fixed in size and store data in contiguous memory locations, while linked lists are dynamic and store data in nodes with pointers to the next node.

    • Arrays have random access to elements, while linked lists require traversal to access elements.

    • Insertion and deletion are faster in linked lists as compared to arrays.

    • Arrays are better suited for small datasets with fixed size, while linked lists are better for la...

  • Answered by AI
  • Q2. They give suggestions to prepare more and apply after 6 months

Interview Preparation Tips

Topics to prepare for SG Analytics Data Analyst interview:
  • Python
Interview preparation tips for other job seekers - If we have strong knowledge and experience then why should we go with such small type of organisation, can't we go to big organisation of course yes.

Skills evaluated in this interview

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 May 2023. There was 1 interview round.

Round 1 - Technical 

(1 Question)

  • Q1. SQL questions mostly around CTE

Interview Preparation Tips

Interview preparation tips for other job seekers - carry a good attitude
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Recruitment Consulltant and was interviewed before May 2022. There were 4 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 - One-on-one 

(4 Questions)

  • Q1. About data science basics
  • Q2. About sql and basic question like 2nd highest salary
  • Ans. Use sub query to get only two records and then reverse it and limit to 1 record output
  • Answered Anonymously
  • Q3. Python code for factorial
  • Ans. 

    Python code to calculate factorial of a number.

    • Use a loop to iterate from 1 to the given number.

    • Multiply each number with the previous result.

    • Return the final result.

  • Answered by AI
  • Q4. What is recursion, list, and few more basic questions
Round 3 - Case Study 

Some random case study related to fraud analytics , like how to prevent fraud in bank. If u know certain places show high fraud numbers getting reported, wht will you do to prevent.
Answer: confirm if there is really fraud going on or some tech glitch. If yes report . Do deep dive analysis.
Find areas where high fraud frequency is found. Find its located to certain machines or shops ( if its localized ) or distributed over various shops or channels like atm, bank ,shop card swiping etc.
Once analysed either out these sources on hold until further investigation is complete.

Round 4 - HR 

(1 Question)

  • Q1. This was basically salary Negotiation

Interview Preparation Tips

Topics to prepare for EXL Service Data Analyst interview:
  • Python
  • Sql
  • Data science
Interview preparation tips for other job seekers - Be thorough in your resume
Be true
Be confident

Skills evaluated in this interview

DecisionTree Analytics Interview FAQs

How many rounds are there in DecisionTree Analytics Data Analyst interview?
DecisionTree Analytics interview process usually has 2-3 rounds. The most common rounds in the DecisionTree Analytics interview process are Technical, HR and Aptitude Test.
What are the top questions asked in DecisionTree Analytics Data Analyst interview?

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

  1. a men fell in 50m well he climbs 4m up and slips 3 m down in a day.how many day...read more
  2. write a query to retrive all the employee names who have joined in last 30 d...read more
  3. what are joins expalin different jo...read more

Tell us how to improve this page.

DecisionTree Analytics Data Analyst Interview Process

based on 2 interviews

Interview experience

3.5
  
Good
View more
DecisionTree Analytics Data Analyst Salary
based on 31 salaries
₹6 L/yr - ₹12.5 L/yr
52% more than the average Data Analyst Salary in India
View more details

DecisionTree Analytics Data Analyst Reviews and Ratings

based on 6 reviews

4.5/5

Rating in categories

4.0

Skill development

4.0

Work-life balance

3.7

Salary

4.0

Job security

4.3

Company culture

4.0

Promotions

3.7

Work satisfaction

Explore 6 Reviews and Ratings
Data Analyst
31 salaries
unlock blur

₹6 L/yr - ₹12.5 L/yr

Senior Data Analyst
12 salaries
unlock blur

₹10.5 L/yr - ₹26.5 L/yr

Data Engineer
7 salaries
unlock blur

₹7.5 L/yr - ₹10 L/yr

Lead Data Analyst
4 salaries
unlock blur

₹27 L/yr - ₹33 L/yr

Explore more salaries
Compare DecisionTree Analytics with

Fractal Analytics

4.0
Compare

Mu Sigma

2.6
Compare

Tiger Analytics

3.7
Compare

LatentView Analytics

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