Upload Button Icon Add office photos
Engaged Employer

i

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

Eloelo Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Eloelo Data Analyst Interview Questions and Answers for Freshers

Updated 30 Jul 2022

Eloelo Data Analyst Interview Experiences for Freshers

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 30 Jul 2022

I applied via Internshala and was interviewed before Jul 2021. There were 3 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 - Assignment 

Excel Assignment - A sample data set will be provided, you have to explore the data and pull out insights from it.

Round 3 - One-on-one 

(1 Question)

  • Q1. Final Interview with the CEO, discussing how will you do certain analysis to give meaningful insights.

Interview Preparation Tips

Interview preparation tips for other job seekers - The interview is short and sweet. You will probably have fun too while answering the questions.

Interview questions from similar companies

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

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Coding Test 

SQL -- LeetCode style questions Medium lvl

Round 2 - Behavioral 

(2 Questions)

  • Q1. Past experiences
  • Q2. How one can help with eshopbox
  • Ans. 

    One can help with eshopbox by analyzing data to improve customer experience and optimize sales.

    • Conduct data analysis to identify trends and patterns in customer behavior

    • Use data to personalize marketing strategies and recommend products to customers

    • Optimize website layout and user experience based on data insights

    • Implement data-driven pricing strategies to maximize sales and profits

  • Answered by AI
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
No response

I applied via Naukri.com and was interviewed in Nov 2024. There were 2 interview rounds.

Round 1 - Assignment 

SQL, excel, tableau , looker studio

Round 2 - HR 

(1 Question)

  • Q1. What is your notice period.
Interview experience
5
Excellent
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Feb 2024. There were 2 interview rounds.

Round 1 - Technical 

(2 Questions)

  • Q1. Difference between Drop and Truncate ?
  • Ans. 

    Drop deletes the table structure and data, while truncate only deletes the data.

    • Drop is a DDL (Data Definition Language) command, while truncate is a DML (Data Manipulation Language) command.

    • Drop removes the table from the database, while truncate only removes the rows from the table.

    • Drop is slower and requires more permissions than truncate.

    • Example: DROP TABLE table_name; TRUNCATE TABLE table_name;

  • Answered by AI
  • Q2. To write SQL queries
Round 2 - HR 

(2 Questions)

  • Q1. Why you are switching to non-core?
  • Ans. 

    I am switching to non-core because I want to explore new opportunities and challenges outside of my current field.

    • Seeking new challenges and opportunities

    • Exploring different industries and roles

    • Developing new skills and gaining diverse experience

  • Answered by AI
  • Q2. What are your expected salary?
  • Ans. 

    I am looking for a competitive salary that reflects my skills and experience in the data analysis field.

    • Research the average salary for Data Analysts in your area to have a realistic expectation

    • Consider your level of experience, education, and any specialized skills you bring to the table

    • Be prepared to negotiate based on the company's budget and benefits package

  • Answered by AI

Skills evaluated in this interview

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

I applied via LinkedIn and was interviewed before Sep 2022. There were 3 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 - Case Study 

Was asked about a case study regarding cost and profit, interviewer was observing my logical thinking and approach towards the problem.
Basically they'll check if you are covering all aspects or not.

Round 3 - Coding Test 

SQL easy to medium level

Interview Preparation Tips

Interview preparation tips for other job seekers - Be confident and open to discuss various scenarios.
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed in Mar 2024. 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 - Technical 

(2 Questions)

  • Q1. Medium level SQL question
  • Q2. Case study on Bigbasket/Instagram
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 Jun 2023. There were 3 interview rounds.

Round 1 - Coding Test 

Prepare basics such as group by, case functions, aggregation and some theoretical part such as sequence of sql query execution, basic concepts of dbms

Round 2 - Case Study 

Case study on analytics side like think like a product analyst and define metrics for a feature for example feature that count your daily steps.

Round 3 - HR 

(2 Questions)

  • Q1. Culture related Queries
  • Q2. Salary expectations and negotiation deal

Interview Preparation Tips

Interview preparation tips for other job seekers - be confident
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Campus Placement and was interviewed in Mar 2023. 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 

A Google Form-based Aptitude Test with Basic Questions

Round 3 - Technical 

(1 Question)

  • Q1. Asked Basic Time Complexity and DSA Questions like Time Complexity Of quick sort use of stack Data Structure etc
Round 4 - Coding Test 

It was the final round asked to do a medium-level coding Question to convert a number such as 244 to word i.e Two Hundred and Forty four

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

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

Round 1 - Technical 

(2 Questions)

  • Q1. What is lazyloading
  • Ans. 

    Lazy loading is a design pattern commonly used in software development to defer the loading of non-essential resources until they are actually needed.

    • Lazy loading helps improve performance by only loading resources when they are required.

    • It is commonly used in web development to load images, videos, or other content as the user scrolls down a page.

    • Lazy loading can also be used in database queries to fetch data only whe

  • Answered by AI
  • Q2. What is difference between angularJS and angular 2
  • Ans. 

    AngularJS is the first version of Angular, while Angular 2 is a complete rewrite with improved performance and features.

    • AngularJS is based on JavaScript, while Angular 2 is based on TypeScript.

    • AngularJS uses controllers and $scope for data binding, while Angular 2 uses components and directives.

    • AngularJS has two-way data binding, while Angular 2 has one-way data binding.

    • AngularJS has a digest cycle for change detection...

  • Answered by AI
Round 2 - Technical 

(1 Question)

  • Q1. Puzzle asked from CEO

Skills evaluated in this interview

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

I appeared for an interview before Feb 2022.

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 - One-on-one 

(2 Questions)

  • Q1. Why would you like to join us
  • Q2. Why would u like to join us

Interview Preparation Tips

Interview preparation tips for other job seekers - If your looking for your carrier and future then a company to work for

Eloelo Interview FAQs

How many rounds are there in Eloelo Data Analyst interview for freshers?
Eloelo interview process for freshers usually has 3 rounds. The most common rounds in the Eloelo interview process for freshers are Resume Shortlist, Assignment and One-on-one Round.

Tell us how to improve this page.

Product Designer
8 salaries
unlock blur

₹12 L/yr - ₹20 L/yr

QA Engineer
5 salaries
unlock blur

₹5 L/yr - ₹7 L/yr

Video Editor
5 salaries
unlock blur

₹4 L/yr - ₹5 L/yr

Senior Product Manager
4 salaries
unlock blur

₹43 L/yr - ₹55 L/yr

SDE-2
4 salaries
unlock blur

₹21 L/yr - ₹25 L/yr

Explore more salaries
Compare Eloelo with

Cogoport

2.9
Compare

KrazyBee

3.7
Compare

Treebo Hotels

3.2
Compare

Woodenstreet.com

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