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 Business Analyst Interview Questions and Answers

Updated 10 Dec 2024

Porter Business Analyst Interview Experiences

3 interviews found

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

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

Round 1 - One-on-one 

(2 Questions)

  • Q1. Case study questions based on Logistics & Porter business.
  • Q2. More Case study & porter business questions
Round 2 - Technical 

(2 Questions)

  • Q1. Some medium SQL Queries
  • Q2. Some medium python codes
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - Coding Test 

Sql, python, stats, dashboarding

Round 2 - Case Study 

Guesstimates, Optimisation, RCA

Interview Preparation Tips

Interview preparation tips for other job seekers - Just be yourself

Business Analyst Interview Questions Asked at Other Companies

asked in Evalueserve
Q1. You have 10 boxes of balls (each ball weighing exactly10 gm) with ... read more
asked in Infosys
Q2. What is your strong point in terms of technical knowledge? Like J ... read more
Q3. There are 100 people standing in a circle, the first person has a ... read more
asked in Paytm
Q4. Sum of Squares of First N Natural Numbers Problem Statement You a ... read more
asked in EXL Service
Q5. If I have 333 digits to number pages of a book, How many pages ca ... read more

I applied via Instahyre and was interviewed before Dec 2020. There were 4 interview rounds.

Interview Questionnaire 

4 Questions

  • Q1. Write SQL queries
  • Ans. 

    SQL queries for Business Analyst role

    • SELECT * FROM table_name;

    • SELECT column_name FROM table_name WHERE condition;

    • SELECT COUNT(*) FROM table_name;

    • SELECT AVG(column_name) FROM table_name;

    • SELECT MAX(column_name) FROM table_name;

    • SELECT MIN(column_name) FROM table_name;

    • SELECT column_name1, column_name2 FROM table_name1 JOIN table_name2 ON table_name1.column_name = table_name2.column_name;

    • SELECT column_name1, COUNT(column_na

  • Answered by AI
  • Q2. Data manipulation
  • Q3. Coding round
  • Q4. Problem solving round

Interview Preparation Tips

Interview preparation tips for other job seekers - Be strong with SQL basics and possibly advanced SQL as well. Having expertise in Python/R helps

Skills evaluated in this interview

Interview questions from similar companies

I was interviewed before Apr 2021.

Round 1 - Face to Face 

(1 Question)

Round duration - 60 minutes
Round difficulty - Easy

In the interview I was asked few puzzles and few coding problems.
In the coding questions the interviewers did not ask me to write down the complete codes of the problems, they only asked me to suggest some suitable algorithms.

  • Q1. 

    Count Set Bits Problem Statement

    Given a positive integer N, find the total number of '1's in the binary representation of all the numbers from 1 to N.

    You should return the result modulo 109+7 as the co...

  • Ans. 

    Count the total number of set bits in the binary representation of numbers from 1 to N, modulo 10^9+7.

    • Iterate through numbers from 1 to N and count the set bits in their binary representation

    • Use bitwise operations to count set bits efficiently

    • Return the total count modulo 10^9+7 as the result

  • Answered by AI
Round 2 - Face to Face 

(1 Question)

Round duration - 45 minutes
Round difficulty - Easy

In second round of interview I was asked some hardcore programming questions on data structures since I wrote it as my area of interest. 
I was asked some puzzles as well.

  • Q1. 

    Merge Two Sorted Arrays Problem Statement

    Given two sorted integer arrays ARR1 and ARR2 of size M and N, respectively, merge them into ARR1 as one sorted array. Assume that ARR1 has a size of M + N to hol...

  • Ans. 

    Merge two sorted arrays into one sorted array in place.

    • Iterate from the end of both arrays and compare elements to merge in place

    • Use two pointers to keep track of the current position in both arrays

    • Handle cases where one array is fully merged before the other

  • Answered by AI

Interview Preparation Tips

Eligibility criteriaAbove 7 CGPASnapdeal interview preparation:Topics to prepare for the interview - SQL, Database, Aptitude, Data Structures, Algorithms, OOPSTime required to prepare for the interview - 4 monthsInterview preparation tips for other job seekers

Tip 1 : Must do Previously asked Interview as well as Online Test Questions.
Tip 2 : Go through all the previous interview experiences from Codestudio and Leetcode.
Tip 3 : Do at-least 2 good projects and you must know every bit of them.

Application resume tips for other job seekers

Tip 1 : Have at-least 2 good projects explained in short with all important points covered.
Tip 2 : Every skill must be mentioned.
Tip 3 : Focus on skills, projects and experiences more.

Final outcome of the interviewRejected

Skills evaluated in this interview

Interview Preparation Tips

Round: Resume Shortlist
Experience: I had a standard resume for this company as per our institute placement cell norms.

I prepared resume keeping in mind the areas of interest that would suit the company’s requirements. The companies that recruit students from all departments usually tend to recruit students seeking interests in subjects related to management. I knew about this and while applying to non-core companies I specified my areas of interest as these subjects.

Round: Test
Experience: The first round was the written test. The paper was composed of general aptitude and basic programming questions. For programming questions we were told that in case we did not know the desired syntaxes we could write the algorithm for the problems. Since I was not a proficient coder I preferred writing only the algorithm for the coding questions. There were also some logical reasoning questions (mainly puzzle types). For example in one of the questions we were given a multi coloured cube with each side having a different colour. Initially the cube was kept with the blue colour appearing on the top surface; then the cube was rotated along various axes, we had to specify which colour would appear on the top surface. I qualified the first round.

Round: HR Interview
Experience: The second round was an aptitude interview round. In this interview I was asked about the preference with respect to the profiles ordered (programming or analytics). I replied that I would like to join the company as an analyst, however if given an option I would be open to learning programming as well. The interviewers were delighted to know about my interests in learning newer things.

The interview further asked me puzzle based logical reasoning questions like ‘How to find the odd coin out of 8 coins of which 7 are similar in all senses in two weighing steps by use of a balance?’ He asked me few more of these types; I successfully managed to answer all these questions.

Round: HR Interview
Experience: The final round was again a personal interview. This was actually supposed to be a profile specific interview; however since I had earlier said that I was open to getting recruited in both the profiles they asked me questions from programming as well as analytical questions. I informed them again that I was interested in learning programming but did not have much clue about it at that time. They did not pay any heed whatsoever to my plea and kept asking me questions related to programming. They asked me some questions and told me to suggest some algorithm for those questions since I did not know coding. I framed some algorithms but they did not seem very convinced with my answers. Eventually I was not recruited.
Tips: As per my experience I would say that knowledge about C++ is necessary to get into the software section of Snapdeal. They want people who are well versed with puzzle solving questions and who can solve analytical questions easily.

College Name: IIT ROORKEE
Motivation: I got to know about the company and the profile through the pre-placement talk by the company. The company is one of the leading e-commerce website today and is quite famous among the youth. Hence I had knowledge about its existence and field of work beforehand.

Interview Questionnaire 

5 Questions

  • Q1. Why Snapdeal. Why reject Flipkart PPO
  • Ans. 

    I chose Snapdeal over Flipkart because of its unique business model and growth potential.

    • Snapdeal offers a unique marketplace model that allows sellers to directly connect with customers, giving them more control over their business.

    • Snapdeal has shown consistent growth and has a strong presence in tier 2 and tier 3 cities, which presents a huge untapped market.

    • Snapdeal's focus on customer satisfaction and providing a p...

  • Answered by AI
  • Q2. Short term & Long term aims in Life
  • Ans. 

    Short term aim is to excel in my role as a business analyst and contribute to the success of the company. Long term aim is to become a senior business analyst and eventually a business consultant.

    • Short term aim: Excel in my role as a business analyst

    • Short term aim: Contribute to the success of the company

    • Long term aim: Become a senior business analyst

    • Long term aim: Transition into a business consultant role

  • Answered by AI
  • Q3. What are you seeking from this Job
  • Q4. Number of sparrows in IIT KGP
  • Ans. 

    The number of sparrows in IIT KGP is unknown.

    • The exact number of sparrows in IIT KGP is not available.

    • There is no specific data on the population of sparrows in IIT KGP.

    • The number of sparrows in IIT KGP is not documented.

    • No information is available regarding the count of sparrows in IIT KGP.

  • Answered by AI
  • Q5. Road length of Ahmedabad
  • Ans. 

    The road length of Ahmedabad is approximately 2,500 kilometers.

    • Ahmedabad has a well-developed road network.

    • The road length includes both national highways and city roads.

    • The road length is constantly expanding due to urban development and infrastructure projects.

    • Major roads in Ahmedabad include the SG Highway, Ashram Road, and C.G. Road.

  • Answered by AI

Interview Preparation Tips

Round: Test
Experience: Simple questions. Accuracy and speed were determining factors.
Tips: Practice Quant/Give online Quant & LR tests.
Duration: 12 minutes
Total Questions: 50

Round: Resume Shortlist
Experience: CV Should carry proper format, action verbs . Impacts created (preferably numerical ) should be exclusively mentioned for each project under internships.
Tips: An E-Commerce internship background are an add-on. SQL , Google analytics , R Software knowledge are an advantage.

Round: Group Activity
Experience: Topic for GD : Impact of Coal-Gate scam on Indian economy.
Tips: Be updated about current affairs. Subscribe economic times or business standard. Don't create a fish market in the GD. put your points clearly and conclude what the entire group has agreed with

Round: Guesstimate Interview
Experience: Was able to do them. Prior consulting internships helped.
Tips: Practice Case in point. Have a well structured and calculative approach.

Round: HR Interview
Experience: Normal HR type questions. They see your attitude towards life and your work style.
Tips: Prepare well for them. These questions are not new or different for any interview,

College Name: IIT KHARAGPUR

Interview Questionnaire 

2 Questions

  • Q1. What are tree traversals?
  • Ans. 

    Tree traversals are methods of visiting all nodes in a tree data structure.

    • There are three types of tree traversals: in-order, pre-order, and post-order.

    • In-order traversal visits the left subtree, then the root, then the right subtree.

    • Pre-order traversal visits the root, then the left subtree, then the right subtree.

    • Post-order traversal visits the left subtree, then the right subtree, then the root.

    • Tree traversals are ...

  • Answered by AI
  • Q2. What is pre-order and post-order?
  • Ans. 

    Pre-order and post-order are traversal methods used in binary trees.

    • Pre-order: visit root, left subtree, right subtree

    • Post-order: visit left subtree, right subtree, root

    • Used to traverse binary trees and perform operations on nodes

    • Example: Pre-order traversal of binary tree: A, B, D, E, C, F, G

    • Example: Post-order traversal of binary tree: D, E, B, F, G, C, A

  • Answered by AI

Interview Preparation Tips

Round: Resume Shortlist
Experience: I consulted my seniors for preparation of my resume. I believe that seniors provide the best provide you with the best possible insights in this regards.

Round: Test
Experience: The first round was the written test. There were 8 theoretical questions asked in the paper. The questions were either in the form of puzzles or probability based questions. The first three questions in the paper were compulsory questions and needed to be answered correctly for the rest of your paper to be evaluated; if a particular candidate answered any one of these questions incorrectly then he was rejected then and there. Apart from these 3 questions solving 2 more questions would have assured a candidate’s chance of getting selected for the next round. The duration of the test was of around 40 minutes.
For the written test nearly 300 people appeared out of which 30-40 were shortlisted for the interviews.

Round: Puzzle Interview
Experience: In the interview I was asked few puzzles and few coding problems.

Some puzzles asked were:

1) There are 3 couples (each couple consists of a man and a woman: husband and wife pair) who want to cross a particular river with only one boat available for the voyage. At a time the boat can carry a maximum of 2 people and a woman cannot stay in presence of other male in absence of her husband. All three couples want to cross the river, what are the ways in which this could be done?
2) There are 2 ropes which burn in 60 minutes. How to measure 45 minutes without cutting any of the ropes?

In the coding questions the interviewers did not ask me to write down the complete codes of the problems, they only asked me to suggest some suitable algorithms. In one of the questions they gave me a binary number and asked me to write down the algorithm to calculate the number of one’s in the binary number.

Round: Technical Interview
Experience: In second round of interview I was asked some hardcore programming questions on data structures since I wrote it as my area of interest. Some of the questions asked were:
If you have an array of ‘n+m’ elements and have these ‘n’ elements separately and you have to transfer these n elements in the n+m element slot which already contains the m elements. The transfer has to be done in such a way that all the m+n elements are sorted.
I was asked some puzzles as well. For instance in one of the puzzles, I was given a square consisting of 9 dots on its periphery. I was asked to join those 9 dots using 4 lines without lifting the pencil.

College Name: IIT ROORKEE

Skills evaluated in this interview

I applied via Naukri.com and was interviewed before Aug 2020. There was 1 interview round.

Interview Questionnaire 

2 Questions

  • Q1. Tell about yourself
  • Q2. What is your salary expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Interview wa easy and can crack it

I applied via Referral and was interviewed before May 2020. There was 1 interview round.

Interview Questionnaire 

1 Question

  • Q1. How can you understand the supply of restaurant in a particular area of a city ?
  • Ans. 

    To understand the supply of restaurants in a particular area of a city, we can use various methods.

    • Collect data from online directories like Yelp, Zomato, etc.

    • Conduct surveys to gather information about the number of restaurants in the area.

    • Analyze the population density and demographics of the area to estimate the demand for restaurants.

    • Check the number of restaurant permits issued by the local government.

    • Use GIS mapp...

  • Answered by AI

Interview Preparation Tips

Interview preparation tips for other job seekers - Understand any city's demographics for instance. Take most busy road and assume that 70% supply will be on food -tech (MArket Standard). Open Sw / Zo and see the supply available in that area in peak time. There can be more than one way to solve for these question

I applied via Company Website and was interviewed in May 2019. There were 5 interview rounds.

Interview Questionnaire 

1 Question

  • Q1. SQL, Business cases

Interview Preparation Tips

Interview preparation tips for other job seekers - Be thorough with examples for each of the 14 principles
Contribute & help others!
anonymous
You can choose to be anonymous

Porter Interview FAQs

How many rounds are there in Porter Business Analyst interview?
Porter interview process usually has 2 rounds. The most common rounds in the Porter interview process are Coding Test, Case Study and One-on-one Round.
How to prepare for Porter Business 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 Account Management, Analytics, Business Intelligence, Financial Services and Logistics.
What are the top questions asked in Porter Business Analyst interview?

Some of the top questions asked at the Porter Business Analyst interview -

  1. Write SQL quer...read more
  2. Case study questions based on Logistics & Porter busine...read more
  3. more Case study & porter business questi...read more

Recently Viewed

JOBS

Browse jobs

Discover jobs you love

COMPANY BENEFITS

KNR Constructions

20 benefits

COMPANY BENEFITS

IRB Infrastructure

60 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

COMPANY BENEFITS

Dilip Buildcon

304 benefits

INTERVIEWS

ProcDNA

No Interviews

INTERVIEWS

RapiPay

No Interviews

INTERVIEWS

CES

No Interviews

INTERVIEWS

Milton Industries

No Interviews

SALARIES

RapiPay

Tell us how to improve this page.

Porter Business Analyst Interview Process

based on 2 interviews

Interview experience

5
  
Excellent
View more
Porter Business Analyst Salary
based on 51 salaries
₹9 L/yr - ₹15 L/yr
25% more than the average Business Analyst Salary in India
View more details

Porter Business Analyst Reviews and Ratings

based on 4 reviews

4.2/5

Rating in categories

4.2

Skill development

4.3

Work-life balance

3.4

Salary

4.3

Job security

4.2

Company culture

4.2

Promotions

4.2

Work satisfaction

Explore 4 Reviews and Ratings
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