Upload Button Icon Add office photos
Engaged Employer

i

This company page is being actively managed by Fleetx.io Team. If you also belong to the team, you can get access from here

Fleetx.io Verified Tick

Compare button icon Compare button icon Compare
3.9

based on 217 Reviews

Filter interviews by

Fleetx.io Data Analyst Interview Questions and Answers

Updated 8 Nov 2024

Fleetx.io Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 8 Nov 2024

Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Introduce Yourself
  • Ans. 

    I am a data analyst with a background in statistics and experience in analyzing large datasets to drive business decisions.

    • Graduated with a degree in Statistics

    • Proficient in data analysis tools such as Python, R, and SQL

    • Experience in creating visualizations to communicate insights

    • Strong problem-solving skills

  • Answered by AI
  • Q2. Skills you have

Interview questions from similar companies

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

I applied via LinkedIn and was interviewed in Dec 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Basic Hacker Rank SQL Questions 2 . and 10 MCQ based

Round 2 - Technical 

(3 Questions)

  • Q1. Select customer, sum(amt ) as total_amt from t1 group by customer how many no. of rows it will return and explain this table t1 column name-> dept customer item amt
  • Q2. Select * , sum(amt) over (partition by customer) as total_amt from t2
  • Ans. 

    The query selects all columns and calculates the total amount for each customer in table t2.

    • The query uses a window function to calculate the sum of 'amt' for each customer in the 't2' table.

    • The 'partition by customer' clause divides the result set into partitions based on the 'customer' column.

    • The 'select *' statement selects all columns from the table along with the calculated total amount.

    • The 'sum(amt) over (partiti...

  • Answered by AI
  • Q3. How many Customers has purchased same item on the Same day more than onnce
  • Ans. 

    To find customers who purchased the same item multiple times on the same day.

    • Identify unique customers who purchased the same item multiple times on the same day

    • Check for duplicate transactions by customer and item on the same day

    • Aggregate the data to count the number of customers who made multiple purchases of the same item on the same day

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare basic sql and solve questiosn without seeing answers

Data Analyst Interview Questions & Answers

Hevo Data user image 592 _UTKARSH SINGH

posted on 12 May 2024

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

It was basically Arrays and String

Round 2 - Assignment 

It was given based on Docker

Round 3 - HR 

(1 Question)

  • Q1. Asked about myself
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 - Coding Test 

They are asking about SQL queries and BI dashboard knowledge

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Tell about yourself? 2. What is your Project? 3. WHat challenges faced in Data Engineering role 4. BI dashboard development experience
  • Ans. 

    I am a data engineer with experience in BI dashboard development and overcoming challenges in the field.

    • I have worked on various data engineering projects, including building data pipelines and optimizing data storage.

    • One of my notable projects involved developing a real-time data processing system for a retail company, which improved their inventory management and sales forecasting.

    • In my previous role, I faced challen...

  • Answered by AI
  • Q2. 1. What is Data models 2. What are the activities used in ADF 3. What is IR?
  • Ans. 

    Answers to questions related to Data Models, ADF activities, and IR.

    • Data models are the representation of data structures and relationships between them.

    • ADF activities include data movement, data transformation, and control activities.

    • IR stands for Integration Runtime, which is a compute infrastructure used to provide data integration capabilities across different network environments.

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expecting scenario based questions and challanges. So prepare based on this
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Naukri.com and was interviewed in Oct 2024. There were 3 interview rounds.

Round 1 - Aptitude Test 

6 mcqs and 2 sql questions

Round 2 - Technical 

(5 Questions)

  • Q1. Difference between having and where in sql
  • Ans. 

    In SQL, 'HAVING' is used with GROUP BY to filter groups, while 'WHERE' is used to filter rows before grouping.

    • HAVING is used with GROUP BY to filter groups based on aggregate functions

    • WHERE is used to filter rows before grouping

    • HAVING is used after GROUP BY in the query, while WHERE is used before GROUP BY

    • Example: SELECT department, AVG(salary) FROM employees GROUP BY department HAVING AVG(salary) > 50000;

    • Example: S

  • Answered by AI
  • Q2. Sql joins and it types
  • Q3. Window functions and subqueries
  • Q4. Sql scenario question based on joins
  • Q5. Kpi's and metrics
Round 3 - Technical 

(1 Question)

  • Q1. Business problem related to case study

Interview Preparation Tips

Interview preparation tips for other job seekers - learn sql, problem solving,puzzles,kpi's and metrics

Skills evaluated in this interview

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

(1 Question)

  • Q1. Basic to medium level questions on SQL
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 - Coding Test 

They are asking about SQL queries and BI dashboard knowledge

Round 3 - One-on-one 

(2 Questions)

  • Q1. 1. Tell about yourself? 2. What is your Project? 3. WHat challenges faced in Data Engineering role 4. BI dashboard development experience
  • Q2. 1. What is Data models 2. What are the activities used in ADF 3. What is IR?
  • Ans. 

    Answers to questions related to Data Engineer role

    • Data models are the logical representation of data objects and their relationships

    • ADF activities include data movement, data transformation, and control activities

    • IR stands for Integration Runtime, which is a compute infrastructure used to provide data integration capabilities

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Expecting scenario based questions and challanges. So prepare based on this
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Instahyre and was interviewed in Jul 2024. There were 3 interview rounds.

Round 1 - Assignment 

HackerEarth based assessment.
1. 8 qs were stats & prob based multiples choices
2. 2 were medium level sql questions.

Round 2 - Technical 

(2 Questions)

  • Q1. Started with basic sql question like diff btw nosql & sql, join etc
  • Q2. Table were given in google sheet & had to write basic level queries on them eg. cte's, agg function, lead & lag func
Round 3 - Behavioral 

(2 Questions)

  • Q1. The interviewer was not serious at all, asked silly quizzes instead of business case study, KPI & metrics
  • Q2. Prepare for logical reasoning

Interview Preparation Tips

Interview preparation tips for other job seekers - Study A/B testing, Hypothesis testing & logical reasoning (quizzes)

Data Analyst Interview Questions & Answers

Hevo Data user image 592 _UTKARSH SINGH

posted on 12 May 2024

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

It was basically Arrays and String

Round 2 - Assignment 

It was given based on Docker

Round 3 - HR 

(1 Question)

  • Q1. Asked about myself
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Not Selected

I applied via Company Website and was interviewed in Apr 2024. There were 2 interview rounds.

Round 1 - Aptitude Test 

Consisted of 10 questions, 2 SQL medium level questions and remaining easy aptitude, profit loss, work time etc

Round 2 - Technical 

(2 Questions)

  • Q1. SQL visualisation
  • Q2. SQL Questions theory

Interview Preparation Tips

Interview preparation tips for other job seekers - Please be well prepared with SQL as the role required it.

Fleetx.io Interview FAQs

How many rounds are there in Fleetx.io Data Analyst interview?
Fleetx.io interview process usually has 1 rounds. The most common rounds in the Fleetx.io interview process are One-on-one Round.
How to prepare for Fleetx.io 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 Fleetx.io. The most common topics and skills that interviewers at Fleetx.io expect are Data Analysis, Data Analytics, Data Entry, Data Mining and Data Science.

Tell us how to improve this page.

Fleetx.io Data Analyst Interview Process

based on 1 interview

Interview experience

3
  
Average
View more

Interview Questions from Similar Companies

Vyapar Interview Questions
3.5
 • 48 Interviews
BrowserStack Interview Questions
3.7
 • 48 Interviews
Classplus Interview Questions
3.4
 • 27 Interviews
Springworks Interview Questions
4.6
 • 23 Interviews
Twilio Interview Questions
4.0
 • 23 Interviews
Fourkites Interview Questions
3.8
 • 17 Interviews
View all
Fleetx.io Data Analyst Salary
based on 10 salaries
₹3 L/yr - ₹9.2 L/yr
15% less than the average Data Analyst Salary in India
View more details

Fleetx.io Data Analyst Reviews and Ratings

based on 2 reviews

5.0/5

Rating in categories

4.1

Skill development

4.1

Work-life balance

3.0

Salary

4.9

Job security

4.9

Company culture

4.0

Promotions

4.0

Work satisfaction

Explore 2 Reviews and Ratings
Area Sales Manager
95 salaries
unlock blur

₹5 L/yr - ₹10.2 L/yr

Assistant Manager
36 salaries
unlock blur

₹3.5 L/yr - ₹9.7 L/yr

Customer Success Manager
31 salaries
unlock blur

₹3.8 L/yr - ₹8 L/yr

Business Development Manager
30 salaries
unlock blur

₹3.5 L/yr - ₹6.7 L/yr

Operations Executive
21 salaries
unlock blur

₹2.2 L/yr - ₹4 L/yr

Explore more salaries
Compare Fleetx.io with

Aurigo

4.7
Compare

Peel-works

4.0
Compare

Prime Focus Technologies

3.3
Compare

Vyapar

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