Upload Button Icon Add office photos
Engaged Employer

i

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

Porter Verified Tick

Compare button icon Compare button icon Compare

Filter interviews by

Clear (1)

Porter Data Analyst Interview Questions and Answers

Updated 1 Feb 2024

Porter Data Analyst Interview Experiences

2 interviews found

Data Analyst Interview Questions & Answers

user image Anonymous

posted on 1 Feb 2024

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

(1 Question)

  • Q1. SQl questions what is rank in sql
Round 2 - Case Study 

Case study on fuel and diesel consumption

Round 3 - HR 

(1 Question)

  • Q1. Why porter and how
Interview experience
4
Good
Difficulty level
Easy
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via AngelList and was interviewed in Nov 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 Resume tips
Round 2 - Aptitude Test 

It was about mathematical aptitude like weighted average, percentile, quantitative aptitude, basic you learnt before

Round 3 - HR 

(2 Questions)

  • Q1. 1. Tell me about yourself? 2. What skills you possess? 3. Any other questions you want to ask any doubt? 4. Where do you live. Can you come to work everyday? The interview was overall easy.
  • Q2. What skills do you possess that can help us improvise?

Interview Preparation Tips

Topics to prepare for Porter Data Analyst interview:
  • MySQL
  • SQL Server
  • Advanced Excel
  • Python
  • Programming
  • C++
Interview preparation tips for other job seekers - Be affirmative in your words while talking to HR. Keep smiling all along the interview.

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
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

Interview questions from similar companies

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

I applied via Instahyre and was interviewed in May 2024. There were 2 interview rounds.

Round 1 - Coding Test 

Asked to write different SQL queries.
1. Moving average of lf previous 10 days
2. For a data which records in and out time of an employee. How many employees were present in the office at a given time
3. A/B testing vs pre-post testing

Round 2 - Case Study 

1. Had to come up with a method to give a score to each user based on FRM(frequency, recency, monetory)
2. Guesstimate: how many burgers does McD sells in a day

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 Resume 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

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
4
Good
Difficulty level
Moderate
Process Duration
2-4 weeks
Result
Selected Selected

I applied via Naukri.com and was interviewed before Mar 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 Resume tips
Round 2 - One-on-one 

(2 Questions)

  • Q1. Output resukt number of rows basis the joins
  • Ans. 

    The output result number of rows depends on the type of join used.

    • Inner join returns only the matching rows from both tables

    • Left join returns all rows from the left table and matching rows from the right table

    • Right join returns all rows from the right table and matching rows from the left table

    • Full outer join returns all rows from both tables

    • Cross join returns the Cartesian product of both tables

  • Answered by AI
  • Q2. Output result number of rows basis the joins
  • Ans. 

    The question asks to output the number of rows based on joins.

    • The number of rows in the output depends on the type of join used.

    • Inner join only returns rows that have matching values in both tables.

    • Left join returns all rows from the left table and matching rows from the right table.

    • Right join returns all rows from the right table and matching rows from the left table.

    • Full outer join returns all rows from both tables.

    • U...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Prepare on the commonly asked SQL questions. Brush up on the basics of SQL. Python is good to know and would make you stand out.

Skills evaluated in this interview

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
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I applied via Job Portal and was interviewed in Apr 2024. There was 1 interview round.

Round 1 - One-on-one 

(1 Question)

  • Q1. Basic SQL questions

Data Analyst Interview Questions & Answers

Myntra user image Sumit Chougule

posted on 7 Jun 2024

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

I applied via Approached by Company and was interviewed in May 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Guestimates question: How many women's drive red car in the Bangalore
  • Ans. 

    It is impossible to accurately estimate the number of women driving red cars in Bangalore without specific data.

    • There is no specific data available on the number of women driving red cars in Bangalore.

    • Estimating the number of women driving red cars in Bangalore would require access to vehicle registration data or a survey of car owners.

    • Factors such as car ownership trends among women and the popularity of red cars woul

  • Answered by AI
  • Q2. How will achieve GMV if your budget is over
  • Ans. 

    Achieve GMV by optimizing marketing channels, improving product offerings, and enhancing user experience.

    • Optimize marketing channels to reach a larger audience

    • Improve product offerings to increase customer interest and sales

    • Enhance user experience to encourage repeat purchases and higher order values

  • Answered by AI
Interview experience
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Aptitude Test 

Questions were on sql , python and java

Round 2 - Coding Test 

Duration was 10 minutes

Contribute & help others!
anonymous
You can choose to be anonymous

Porter Interview FAQs

How many rounds are there in Porter Data Analyst interview?
Porter interview process usually has 3 rounds. The most common rounds in the Porter interview process are HR, Resume Shortlist and Aptitude Test.
How to prepare for Porter 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 Porter. The most common topics and skills that interviewers at Porter expect are SQL, Advanced Excel, Analytical, Analytics and Automation.

Recently Viewed

PHOTOS

InsuranceDekho

3 office photos

LIST OF COMPANIES

Credit Bajaar

Overview

JOBS

HSBC Group

No Jobs

SALARIES

Einfochips

INTERVIEWS

Greet Technologies

No Interviews

DESIGNATION

DESIGNATION

SALARIES

Oracle

JOBS

Ericsson

No Jobs

SALARIES

Digit Insurance

Tell us how to improve this page.

Porter Data Analyst Interview Process

based on 2 interviews

Interview experience

4
  
Good
View more
Porter Data Analyst Salary
based on 20 salaries
₹6.5 L/yr - ₹10 L/yr
36% more than the average Data Analyst Salary in India
View more details

Porter Data Analyst Reviews and Ratings

based on 1 review

5.0/5

Rating in categories

4.0

Skill development

5.0

Work-life balance

5.0

Salary

4.0

Job security

5.0

Company culture

4.0

Promotions

5.0

Work satisfaction

Explore 1 Review and Rating
Business Associate
260 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Business Executive
223 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Assistant Manager
96 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Business Associate
78 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Senior Manager
73 salaries
unlock blur

₹0 L/yr - ₹0 L/yr

Explore more salaries
Compare Porter with

Dunzo

3.4
Compare

Flipkart

4.0
Compare

Amazon

4.1
Compare

Snapdeal

3.8
Compare
Did you find this page helpful?
Yes No
write
Share an Interview
Rate your experience using AmbitionBox
Terrible
Terrible
Poor
Poor
Average
Average
Good
Good
Excellent
Excellent