Upload Button Icon Add office photos
Engaged Employer

i

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

InFynd Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

InFynd Data Analyst Interview Questions and Answers

Updated 15 Apr 2024

InFynd Data Analyst Interview Experiences

1 interview found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 15 Apr 2024

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

I applied via Job Fair and was interviewed in Mar 2024. There was 1 interview round.

Round 1 - HR 

(2 Questions)

  • Q1. About myself, where Im from , which college I studied
  • Q2. Why do you want to work with us

Interview questions from similar companies

Data Engineer Interview Questions & Answers

Amazon user image Rohit Kulkarni

posted on 21 Sep 2015

Interview Preparation Tips

Round: Resume Shortlist
Experience: Relevant experience matters, a lot!

Round: HR Interview
Experience: Nothing specific. Just resume based.

Round: Technical Interview
Experience: 7 rounds. Across SQL, Python, Shell Script (bash), platform architectures and Amazon web services (AWS).
Tips: Prepare well - SQL and data architectures for various use cases.

Round: Behavioural Interview
Experience: On Amazons leadersh

I applied via LinkedIn and was interviewed in Aug 2020. There were 3 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Questions on SQL involving Joins, ranker over() partition by, Group by, Coalesce.
  • Q2. Python basic questions for rank and group by and the same to do in excel.
  • Q3. Some logical thinking ability questions.
  • Q4. Any project related to online customer data.
  • Ans. 

    I have worked on a project related to online customer data for a retail company.

    • Analyzed customer behavior on the company's website using Google Analytics

    • Identified popular products and pages visited by customers

    • Created customer segments based on demographics and behavior

    • Provided recommendations to improve website navigation and product offerings

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - It was overall an easy interview.

I applied via Referral and was interviewed in Feb 2021. There were 4 interview rounds.

Interview Questionnaire 

2 Questions

  • Q1. Technical Questions (SQL and Python)
  • Q2. Business case studies

Interview Preparation Tips

Interview preparation tips for other job seekers - Brush up SQL skills, learn different methods of solving the same problem, learn basics of python, especially Pandas and Numpy
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 Jan 2024. There was 1 interview round.

Round 1 - Coding Test 

Simple sql and python basic questions was asked.

Interview Preparation Tips

Interview preparation tips for other job seekers - prepare for basic sql and python interview questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via LinkedIn and was interviewed before Apr 2023. There was 1 interview round.

Round 1 - Technical 

(2 Questions)

  • Q1. Normal SQL hands on questions , like order of commands in sql and joins
  • Q2. A guesstimate related question

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself and look for simple approach to answer a guesstimate problem by asking correct follow-up questions
Round 1 - Technical 

(2 Questions)

  • Q1. Create the pivot table, sort the data in ascending order
  • Ans. 

    Create a pivot table and sort the data in ascending order.

    • To create a pivot table, select the data range and go to the 'Insert' tab in Excel.

    • Choose 'PivotTable' and select the location for the pivot table.

    • Drag the desired fields to the 'Rows' and 'Values' areas.

    • To sort the data in ascending order, click on the drop-down arrow next to the field name in the pivot table and select 'Sort A to Z'.

  • Answered by AI
  • Q2. Use lookup with the product based given data and find the needed data
  • Ans. 

    Using lookup with product-based data to find the needed data.

    • Use a lookup function like VLOOKUP or INDEX/MATCH to search for the needed data

    • Identify the key or unique identifier to match the data

    • Specify the range or table where the data is located

    • Retrieve the desired data based on the lookup value

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - please be ready with your resume, and work on each and every line.
Interview experience
4
Good
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Referral and was interviewed before Aug 2022. 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 - One-on-one 

(4 Questions)

  • Q1. How do you setup a Dark Store?
  • Ans. 

    Setting up a Dark Store involves converting a retail store into a fulfillment center for online orders.

    • Select a suitable location for the Dark Store, preferably in a centralized area with good access to transportation.

    • Optimize the layout of the store for efficient picking, packing, and shipping of orders.

    • Implement inventory management systems to track stock levels accurately and prevent stockouts.

    • Train staff on order f...

  • Answered by AI
  • Q2. How do joins work in the simplest manner?
  • Ans. 

    Joins combine data from two or more tables based on a related column.

    • Joins are used to retrieve data from multiple tables based on a related column

    • Common types of joins include INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL JOIN

    • Example: SELECT * FROM table1 INNER JOIN table2 ON table1.id = table2.id

  • Answered by AI
  • Q3. Write a basic query explaining the order of execution?
  • Ans. 

    The order of execution in a query determines the sequence in which operations are performed.

    • 1. The order of execution in a query typically follows the sequence: FROM, WHERE, GROUP BY, HAVING, SELECT, ORDER BY.

    • 2. The FROM clause specifies the tables involved in the query.

    • 3. The WHERE clause filters the rows based on specified conditions.

    • 4. The GROUP BY clause groups the rows that have the same values into summary rows.

    • 5...

  • Answered by AI
  • Q4. Difference between Group By and Distinct?
  • Ans. 

    Group By is used to aggregate data based on a specific column, while Distinct is used to remove duplicate rows from a result set.

    • Group By is used with aggregate functions like COUNT, SUM, AVG, etc.

    • Distinct is used to retrieve unique values from a column or set of columns.

    • Group By can be used to group data based on multiple columns, while Distinct operates on individual columns only.

  • Answered by AI

Interview Preparation Tips

Topics to prepare for Blinkit Data Analyst interview:
  • SQL
  • joins
  • window functions

Skills evaluated in this interview

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

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

(2 Questions)

  • Q1. Intermediate SQL questions
  • Q2. Pivot and Vlookup questions
Round 3 - Case Study 

How many cars are sold in your city in a month and questions on the projects I have done in my previous organisation

Interview Preparation Tips

Topics to prepare for Myntra Data Analyst interview:
  • Advanced Excel
  • SQL
Interview preparation tips for other job seekers - Be very well prepared with Excel and SQL. Even though the questions are intermediate level questions, they can confuse you by asking simple tricky questions
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Technical 

(1 Question)

  • Q1. Basic SQL and Python
Round 2 - HR 

(1 Question)

  • Q1. Behavioral Questions
Round 3 - One-on-one 

(1 Question)

  • Q1. Company fit questions

InFynd Interview FAQs

How many rounds are there in InFynd Data Analyst interview?
InFynd interview process usually has 1 rounds. The most common rounds in the InFynd interview process are HR.

Tell us how to improve this page.

InFynd Data Analyst Interview Process

based on 1 interview

Interview experience

5
  
Excellent
View more

Data Analyst Interview Questions from Similar Companies

View all
InFynd Data Analyst Salary
based on 9 salaries
₹1.2 L/yr - ₹2 L/yr
73% less than the average Data Analyst Salary in India
View more details

InFynd Data Analyst Reviews and Ratings

based on 2 reviews

4.0/5

Rating in categories

4.2

Skill development

3.8

Work-life balance

3.8

Salary

5.0

Job security

5.0

Company culture

4.0

Promotions

4.7

Work satisfaction

Explore 2 Reviews and Ratings
Data Analyst
9 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Junior Software Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Market Research Analyst
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Data Engineer
4 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Software Engineer
3 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare InFynd with

Flipkart

4.0
Compare

Amazon

4.1
Compare

Paytm

3.3
Compare

Snapdeal

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