Upload Button Icon Add office photos

FreshToHome

Compare button icon Compare button icon Compare

Filter interviews by

FreshToHome Data Analyst Interview Questions and Answers

Updated 22 May 2024

FreshToHome Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 22 May 2024

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

(2 Questions)

  • Q1. Basic questions on our previous work experince
  • Q2. What are the charters you have worked on
Round 2 - One-on-one 

(1 Question)

  • Q1. Some technical questions on excel and sql

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview is pretty easy

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 27 Nov 2023

Interview experience
1
Bad
Difficulty level
Moderate
Process Duration
4-6 weeks
Result
Selected Selected

I applied via Instahyre and was interviewed before Nov 2022. There were 5 interview rounds.

Round 1 - Resume Shortlist 
Pro Tip by AmbitionBox:
Be truthful in your resume. It is very easy to catch false or lies during the interview by asking basic questions.
View all tips
Round 2 - Coding Test 

Sql Coding round questions were asked

Round 3 - Technical 

(1 Question)

  • Q1. SQL coding round
Round 4 - Technical 

(1 Question)

  • Q1. Sql Coding round
Round 5 - HR 

(1 Question)

  • Q1. Basic questions salary expectations

Interview Preparation Tips

Interview preparation tips for other job seekers - Pls don’t join this company until it’s a last option

Data Analyst Interview Questions Asked at Other Companies

asked in Deloitte
Q1. Write code to calculate the number of people in a room at the end ... 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
asked in Capgemini
Q4. Ninja and His Secret Information Encoding Problem Ninja, a new me ... read more
Q5. Sliding Window Maximum Problem Statement You are given an array/l ... read more

Top trending discussions

View All
Interview Tips & Stories
1w
toobluntforu
·
works at
Cvent
Can speak English, can’t deliver in interviews
I feel like I can't speak fluently during interviews. I do know english well and use it daily to communicate, but the moment I'm in an interview, I just get stuck. since it's not my first language, I struggle to express what I actually feel. I know the answer in my head, but I just can’t deliver it properly at that moment. Please guide me
Got a question about FreshToHome?
Ask anonymously on communities.

Interview questions from similar companies

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

I applied via Recruitment Consulltant and was interviewed before Jul 2023. There were 3 interview rounds.

Round 1 - Coding Test 

SQL questions
Window functions
Joins
Self joins

Round 2 - Technical 

(2 Questions)

  • Q1. P value explanation
  • Ans. 

    P value is a statistical measure that helps determine the significance of results in hypothesis testing.

    • P value is the probability of obtaining results as extreme as the observed results, assuming the null hypothesis is true.

    • A small P value (typically ≤ 0.05) indicates strong evidence against the null hypothesis, leading to its rejection.

    • A large P value (> 0.05) suggests weak evidence against the null hypothesis, leadi...

  • Answered by AI
  • Q2. Statistical modeling questions
Round 3 - HR 

(1 Question)

  • Q1. Salary discussion
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

10 sql and 10 python questions

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

I applied via Job Portal

Round 1 - Technical 

(1 Question)

  • Q1. Round 1: This is an initial screening round. You will be tested on the foundation of multiple technologies. SQL (Majority), Python, Visualization skillset and some basic statistics. Round 2 : Advance t...

Interview Preparation Tips

Topics to prepare for Target Data Analyst interview:
  • SQL
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Company Website and was interviewed before Oct 2023. There were 2 interview rounds.

Round 1 - Technical 

(1 Question)

  • Q1. SQL basic questions
Round 2 - Case Study 

Business Thinking Case studies

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

(1 Question)

  • Q1. Prepare from the job description
Are these interview questions helpful?
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 Jun 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Average totals for last 3 months
  • Q2. Running totals in a year using dax

Interview Preparation Tips

Topics to prepare for Walmart Data Analyst interview:
  • Powerbi
  • SQL
  • Dax
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 Jul 2022. 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 - Technical 

(8 Questions)

  • Q1. Limitations of Vlookup
  • Ans. 

    Vlookup limitations include limited search range, case sensitivity, and inability to handle multiple matches.

    • Vlookup only searches for values in the leftmost column of the table array

    • It is case sensitive and cannot handle spelling errors

    • It only returns the first match and cannot handle multiple matches

    • It cannot search for values to the left of the lookup column

    • It can be slow and inefficient for large datasets

  • Answered by AI
  • Q2. Vlookup vs Index-Match
  • Ans. 

    Vlookup and Index-Match are both Excel functions used for lookup and retrieval of data.

    • Vlookup is simpler and faster but has limitations in terms of flexibility and handling of large datasets.

    • Index-Match is more versatile and can handle complex data structures but is slower and requires more effort to set up.

    • Vlookup is best suited for simple lookups with small datasets while Index-Match is better for more complex looku...

  • Answered by AI
  • Q3. Define Excel Functions Sum , Sum if , Count , CountA , Count Blanks
  • Ans. 

    Excel functions are pre-built formulas that perform calculations or manipulate data in a spreadsheet.

    • Sum: adds up a range of numbers

    • Sum if: adds up a range of numbers based on a specified condition

    • Count: counts the number of cells in a range that contain numbers

    • CountA: counts the number of cells in a range that are not empty

    • Count Blanks: counts the number of empty cells in a range

  • Answered by AI
  • Q4. Limitations of Structural Query Language
  • Ans. 

    SQL limitations include lack of scalability, security vulnerabilities, and difficulty in handling unstructured data.

    • SQL is not suitable for handling unstructured data like images, videos, and audio files.

    • It can be difficult to scale SQL databases to handle large amounts of data.

    • SQL databases can be vulnerable to security threats like SQL injection attacks.

    • SQL is not always the best choice for real-time data processing ...

  • Answered by AI
  • Q5. Write code to find duplicate Records.
  • Ans. 

    Code to find duplicate records

    • Identify the key columns to check for duplicates

    • Use GROUP BY and HAVING clauses to filter out duplicates

    • Consider using window functions like ROW_NUMBER() to identify and remove duplicates

    • Use programming languages like SQL, Python, or R to write the code

  • Answered by AI
  • Q6. Write code to describe database and Columns from a particular table
  • Ans. 

    Code to describe database and columns from a table

    • Use SQL SELECT statement to retrieve column names and data types

    • Use DESC command to get table structure

    • Use INFORMATION_SCHEMA.COLUMNS to get detailed information about columns

    • Use SHOW CREATE TABLE to get table creation statement

  • Answered by AI
  • Q7. What is trigger in SQL?
  • Q8. What is the use if store procedure ?
  • Ans. 

    Stored procedures are precompiled SQL statements that can be reused and executed multiple times.

    • Stored procedures improve performance by reducing network traffic and improving security.

    • They can be used to encapsulate business logic and provide a consistent interface to the database.

    • Stored procedures can also be used to simplify complex queries and transactions.

    • Examples include procedures for inserting, updating, and de...

  • Answered by AI
Round 3 - Behavioral 

(7 Questions)

  • Q1. How you get your data in your organization
  • Q2. What type of challenges you face in your day today work
  • Ans. 

    As a data analyst, I face challenges such as data quality issues, incomplete or inconsistent data, and time constraints.

    • Data quality issues: Dealing with missing or inaccurate data that can affect the analysis.

    • Incomplete or inconsistent data: Working with datasets that are not complete or have inconsistencies, requiring data cleaning and manipulation.

    • Time constraints: Balancing multiple projects and deadlines, often ne...

  • Answered by AI
  • Q3. Sequence of Execution of SQL codes. Select - Where-from-Having- order by etc
  • Ans. 

    The sequence of execution of SQL codes is Select-From-Where-Group By-Having-Order By.

    • Select: choose the columns to display

    • From: specify the table(s) to retrieve data from

    • Where: filter the data based on conditions

    • Group By: group the data based on a column

    • Having: filter the grouped data based on conditions

    • Order By: sort the data based on a column

  • Answered by AI
  • Q4. Difference between having and where clause
  • Q5. Difference between CSV file and Excel file
  • Ans. 

    CSV files are plain text files that store tabular data, while Excel files are binary files that can contain multiple sheets and complex formatting.

    • CSV files are simpler and more lightweight compared to Excel files.

    • CSV files can be easily opened and edited using a text editor, while Excel files require specific software like Microsoft Excel.

    • CSV files do not support formulas, macros, or formatting options like colors and...

  • Answered by AI
  • Q6. How much amount of data you Handel till now.
  • Ans. 

    I have handled large amounts of data in my previous roles.

    • I have experience handling terabytes of data in my previous role as a data analyst at XYZ company.

    • I have worked with data from various sources such as databases, spreadsheets, and APIs.

    • I have also used tools like SQL, Python, and Excel to manipulate and analyze data.

    • I am comfortable working with both structured and unstructured data.

    • I have experience cleaning an...

  • Answered by AI
  • Q7. What are the different approach you use for data cleaning.
  • Ans. 

    Different approaches for data cleaning include removing duplicates, handling missing values, correcting inconsistent data, and standardizing formats.

    • Remove duplicates

    • Handle missing values

    • Correct inconsistent data

    • Standardize formats

    • Use statistical methods to identify outliers

    • Check for data accuracy and completeness

    • Normalize data

    • Transform data types

    • Apply data validation rules

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Walmart Data Analyst interview:
  • Excel
  • SQL
  • MS PowerPoint
Interview preparation tips for other job seekers - Good Communication
Presence of mind is required to clear interview

Skills evaluated in this interview

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

Practice data structures and algorithms questions in general.

Round 2 - Aptitude Test 

General aptitude questions were asked practice them

FreshToHome Interview FAQs

How many rounds are there in FreshToHome Data Analyst interview?
FreshToHome interview process usually has 3-4 rounds. The most common rounds in the FreshToHome interview process are Technical, One-on-one Round and Resume Shortlist.
How to prepare for FreshToHome 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 FreshToHome. The most common topics and skills that interviewers at FreshToHome expect are Data Analysis, Python, SQL, Data Analytics and Analytical.

Tell us how to improve this page.

Overall Interview Experience Rating

2/5

based on 3 interview experiences

Difficulty level

Moderate 100%

Duration

4-6 weeks 100%
View more
FreshToHome Data Analyst Salary
based on 6 salaries
₹4.6 L/yr - ₹17 L/yr
60% more than the average Data Analyst Salary in India
View more details
Customer Support Executive
20 salaries
unlock blur

₹1.7 L/yr - ₹3.2 L/yr

Hub Lead
19 salaries
unlock blur

₹2.2 L/yr - ₹4.2 L/yr

Cluster Manager
19 salaries
unlock blur

₹2.5 L/yr - ₹6.1 L/yr

HUB Manager
18 salaries
unlock blur

₹2 L/yr - ₹5 L/yr

Store Manager
18 salaries
unlock blur

₹2.5 L/yr - ₹3.5 L/yr

Explore more salaries
Compare FreshToHome with

Reliance Retail

3.9
Compare

DMart

3.9
Compare

Reliance Digital

4.1
Compare

Future Group

4.2
Compare
write
Share an Interview