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

Porter Interview Questions and Answers

Updated 9 Jun 2025
Popular Designations

21 Interview questions

A Cce Executive was asked 2w ago
Q. What is BPO?
Ans. 

BPO stands for Business Process Outsourcing, where companies delegate specific business tasks to third-party service providers.

  • BPO can include customer service, technical support, and data entry.

  • Examples of BPO companies include Accenture, Infosys, and Teleperformance.

  • BPO helps businesses reduce costs and focus on core activities.

  • It can be categorized into back-office (e.g., payroll) and front-office (e.g., custom...

View all Cce Executive interview questions
A Senior Supervisor was asked 3mo ago
Q. What is your expected salary based on your nearly nine years of experience in the automotive field?
Ans. 

Based on my experience, I expect a salary that reflects my skills and contributions in the automotive industry.

  • Industry standards for a Senior Supervisor in automotive typically range from $80,000 to $100,000 annually.

  • My extensive experience includes managing teams and improving production efficiency, which adds value to my role.

  • I have successfully led projects that resulted in a 15% increase in productivity, show...

View all Senior Supervisor interview questions
An Auditing Intern was asked 3mo ago
Q. Can you work under pressure and manage vendors?
Ans. 

I thrive under pressure, ensuring effective vendor communication and timely deliverables.

  • Prioritize tasks: I use tools like Trello to manage deadlines and ensure all vendor communications are timely.

  • Stay calm: During my last project, I handled a last-minute vendor issue by quickly assessing the situation and proposing solutions.

  • Effective communication: I maintain clear and concise communication with vendors to avo...

View all Auditing Intern interview questions
A SDE2 - Android was asked 4mo ago
Q. How do you synchronize the items displayed in a RecyclerView with the backend using an API call, and how do you optimize this process?
Ans. 

Use a unique identifier for each item in the recycler view and send it to the backend via API calls. Optimize by batching API calls and implementing pagination.

  • Assign a unique identifier to each item in the recycler view, such as an ID or position

  • Send the unique identifier of the currently shown item to the backend through API calls

  • Optimize by batching API calls to reduce network overhead

  • Implement pagination to lo...

A SDE2 - Android was asked 4mo ago
Q. Write clean code for API call, DB update, and UI update using LLD.
Ans. 

Design a clean code structure for API call, DB update, and UI update.

  • Separate concerns by creating separate classes or modules for API call, DB update, and UI update.

  • Use interfaces or abstract classes to define contracts for each component.

  • Implement error handling and data validation at each step.

  • Consider using asynchronous programming to prevent blocking the UI thread.

  • Use dependency injection to manage dependenci...

A Software Developer was asked 5mo ago
Q. Describe the High-Level Design (HLD) for a cab booking service.
Ans. 

High level design for a cab booking service

  • Use a centralized database to store cab availability and user information

  • Implement a matching algorithm to assign cabs to users based on location and availability

  • Include a payment gateway for users to pay for their rides

  • Develop a mobile app and web interface for users to book cabs

  • Integrate GPS tracking for real-time cab location updates

View all Software Developer interview questions
A Software Development Engineer II was asked 8mo ago
Q. What is the difference between MVVM and MVC?
Ans. 

MVVM focuses on separation of concerns between UI, business logic, and data layers, while MVC separates application into model, view, and controller.

  • MVVM stands for Model-View-ViewModel, where ViewModel acts as a mediator between View and Model.

  • MVVM is commonly used in WPF and Xamarin applications.

  • MVC stands for Model-View-Controller, where Controller handles user input, Model manages data, and View displays infor...

View all Software Development Engineer II interview questions
Are these interview questions helpful?
A Front end Developer was asked
Q. Given a binary tree, find the maximum path sum. The path may start and end at any node in the tree.
Ans. 

Find the maximum sum path in a tree from root to leaf node.

  • Start from the root node and traverse down to leaf nodes, keeping track of the sum at each node.

  • At each node, compare the sum of the current path with the maximum sum found so far.

  • Choose the path with the maximum sum as the final result.

View all Front end Developer interview questions
A Front end Developer was asked
Q. Write a JavaScript function to implement the debounce technique.
Ans. 

Debounce is a technique to limit the rate at which a function is executed, improving performance in event handling.

  • Debounce delays the execution of a function until after a specified wait time has elapsed since the last time it was invoked.

  • Commonly used in scenarios like window resizing, scrolling, or keypress events to prevent excessive function calls.

  • Example implementation: function debounce(func, wait) { let ti...

View all Front end Developer interview questions
A Front end Developer was asked
Q. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use ...
Ans. 

The 2 Sum problem involves finding two numbers in an array that add up to a specific target sum.

  • Use a hash map to store the difference between the target and each element as you iterate through the array.

  • Example: For array [2, 7, 11, 15] and target 9, store 7 in the map when you see 2.

  • Check if the current number exists in the map; if yes, you've found the pair.

  • Time complexity is O(n) due to single pass through the...

View all Front end Developer interview questions

Porter Interview Experiences

89 interviews found

Interview Questions & Answers

user image Anonymous

posted on 22 Feb 2025

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

I appeared for an interview in Jan 2025.

Round 1 - Technical 

(2 Questions)

  • Q1. Write clean code for api call and DB update and ui update LLD
  • Ans. 

    Design a clean code structure for API call, DB update, and UI update.

    • Separate concerns by creating separate classes or modules for API call, DB update, and UI update.

    • Use interfaces or abstract classes to define contracts for each component.

    • Implement error handling and data validation at each step.

    • Consider using asynchronous programming to prevent blocking the UI thread.

    • Use dependency injection to manage dependencies be...

  • Answered by AI
  • Q2. Questions on Kotlin
Round 2 - Technical 

(3 Questions)

  • Q1. Machine coding related to multiple view type recycler view
  • Q2. Further discussion on callback lifecycles of adapter methods when & how many times they will be called
  • Q3. How to sync which item is shown to backend in recycler view using api call . How to optimise it
  • Ans. 

    Use a unique identifier for each item in the recycler view and send it to the backend via API calls. Optimize by batching API calls and implementing pagination.

    • Assign a unique identifier to each item in the recycler view, such as an ID or position

    • Send the unique identifier of the currently shown item to the backend through API calls

    • Optimize by batching API calls to reduce network overhead

    • Implement pagination to load da...

  • Answered by AI
Round 3 - Cultural Fit with EM 

(1 Question)

  • Q1. Journey so far what you learned . Reasons for switching company , Incidents of conflicts with. manager
  • Ans. 

    I have learned a lot in my journey so far, leading to my decision to switch companies. I have had conflicts with managers in the past.

    • Learned new technologies and tools in current role

    • Developed strong problem-solving and communication skills

    • Decided to switch companies for career growth opportunities

    • Had conflicts with a manager due to differing opinions on project direction

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Dec 2024.

Round 1 - One-on-one 

(2 Questions)

  • Q1. Walk through your professional journey?
  • Ans. 

    I started my career in marketing, then transitioned to project management, and eventually moved into senior leadership roles.

    • Started in marketing role at XYZ Company

    • Transitioned to project management at ABC Company

    • Promoted to senior leadership roles at DEF Company

    • Led cross-functional teams to successful project completion

  • Answered by AI
  • Q2. Why do you want to change?
  • Ans. 

    Seeking new challenges and opportunities for growth.

    • Looking for a new challenge to further develop my skills and knowledge.

    • Interested in exploring new opportunities for career advancement.

    • Seeking a more dynamic work environment to expand my professional horizons.

  • Answered by AI
Round 2 - Case Study 

Case study based on critical thinking, data analysis, decision making etc

Round 3 - Technical 

(2 Questions)

  • Q1. Explain your approach to solve the case study? And various other case study related question
  • Q2. Problem Solving Question
Round 4 - One-on-one 

(3 Questions)

  • Q1. Problem Solving Questions
  • Q2. Case Based Questions
  • Q3. RCA Questions
Interview experience
3
Average
Difficulty level
Moderate
Process Duration
Less than 2 weeks
Result
Selected Selected

I appeared for an interview in Jan 2025.

Round 1 - One-on-one 

(2 Questions)

  • Q1. What was your experience with your previous company?
  • Ans. 

    I had a diverse experience in my previous company, working on various projects and collaborating with different teams.

    • Managed cross-functional teams to successfully launch a new product

    • Implemented cost-saving measures that resulted in a 10% increase in profit

    • Led a project to streamline communication processes between departments

  • Answered by AI
  • Q2. What actions would you take to improve customer experience?
  • Ans. 

    To improve customer experience, I would focus on personalized interactions, efficient problem resolution, and continuous feedback.

    • Implement personalized customer service to make each interaction feel unique and tailored to the individual

    • Streamline processes to ensure quick and efficient problem resolution for customers

    • Collect and analyze customer feedback regularly to identify areas for improvement and make necessary a...

  • Answered by AI
Interview experience
5
Excellent
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. Tell me about your self
  • Q2. Tell me about your overall experience
  • Ans. 

    I have over five years of experience in business analysis, focusing on process improvement and stakeholder engagement.

    • Led a project that improved operational efficiency by 20% through data analysis and process mapping.

    • Collaborated with cross-functional teams to gather requirements and deliver solutions that met business needs.

    • Utilized tools like SQL and Tableau to analyze data and present insights to senior management.

    • ...

  • Answered by AI
Round 2 - Technical 

(2 Questions)

  • Q1. Do you have excel sheet skills
  • Ans. 

    I possess strong Excel skills, including data analysis, pivot tables, and advanced formulas for efficient data management.

    • Proficient in using formulas like VLOOKUP and INDEX-MATCH for data retrieval.

    • Experienced in creating pivot tables to summarize large datasets for insights.

    • Skilled in data visualization using charts and graphs to present findings clearly.

    • Able to automate tasks using macros to improve efficiency and r...

  • Answered by AI
  • Q2. Send a mail regarding product quotation
  • Ans. 

    I will send you the product quotation via email.

    • Address the recipient by name and company

    • Provide details of the products requested

    • Include pricing and any applicable discounts

    • End with a call to action for further discussion or confirmation

  • Answered by AI
Round 3 - One-on-one 

(2 Questions)

  • Q1. Tell me about your experience in previous Organization and role and responsibility
  • Q2. How you know about porter
Round 4 - HR 

(1 Question)

  • Q1. Salary package discussion and expectation

Interview Preparation Tips

Interview preparation tips for other job seekers - Good company for beginners and Whenever a company needs a candidate then normally there are 2 rounds

Technical Lead Interview Questions & Answers

user image Santosh Kumar

posted on 27 Nov 2024

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

Normal medium level coding

Round 2 - One-on-one 

(2 Questions)

  • Q1. Book my show LLD
  • Q2. Extension of the same
Round 3 - One-on-one 

(1 Question)

  • Q1. Book My show HLD
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
3
Average
Difficulty level
-
Process Duration
-
Result
-
Round 1 - One-on-one 

(2 Questions)

  • Q1. MVVM, Android Related
  • Q2. Diffrence between mvvm/ mvc
  • Ans. 

    MVVM focuses on separation of concerns between UI, business logic, and data layers, while MVC separates application into model, view, and controller.

    • MVVM stands for Model-View-ViewModel, where ViewModel acts as a mediator between View and Model.

    • MVVM is commonly used in WPF and Xamarin applications.

    • MVC stands for Model-View-Controller, where Controller handles user input, Model manages data, and View displays informatio...

  • Answered by AI

Skills evaluated in this interview

Software Developer Interview Questions & Answers

user image Aniket Dhamal

posted on 30 Aug 2024

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

I applied via Newspaper Ad and was interviewed in Jul 2024. There was 1 interview round.

Round 1 - One-on-one 

(2 Questions)

  • Q1. How was your previous organization
  • Ans. 

    My previous organization was a fast-paced tech startup focused on developing cutting-edge software solutions.

    • Highly collaborative work environment

    • Emphasis on innovation and creativity

    • Agile development methodologies were followed

    • Regular team meetings and code reviews

    • Opportunities for professional growth and learning

  • Answered by AI
  • Q2. Please create timer using react
  • Ans. 

    Create a timer using React

    • Use useState hook to store the timer value

    • Use useEffect hook to update the timer every second

    • Display the timer value in the component's render method

  • Answered by AI

Skills evaluated in this interview

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

I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.

Round 1 - Coding Test 

There was 3 coding questions

Round 2 - Technical 

(2 Questions)

  • Q1. A medium level binary search question
  • Q2. A medium level recursion question
Round 3 - HR 

(1 Question)

  • Q1. Questions on resumes and detailed questions on projects and 2 LLD questions

Software Developer Interview Questions & Answers

user image Gurmeet Singh

posted on 7 Jan 2025

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

(1 Question)

  • Q1. Hld for cab booking service
  • Ans. 

    High level design for a cab booking service

    • Use a centralized database to store cab availability and user information

    • Implement a matching algorithm to assign cabs to users based on location and availability

    • Include a payment gateway for users to pay for their rides

    • Develop a mobile app and web interface for users to book cabs

    • Integrate GPS tracking for real-time cab location updates

  • Answered by AI

Top trending discussions

View All
Salary Discussions, Hike & Promotions
2w
a senior executive
GF salary Vs. My salary
Me and my gf have been dating for 5 years. Back in 2020, I started my career with a package of ₹5 LPA. Over the years, I’ve reached ₹22 LPA in 2025. She started her journey with ₹3 LPA(2020) and is now earning ₹8 LPA(2025). We’ve been in a live-in relationship for around 2 years, and the idea was to share expenses equally. But, equal sharing never really happened. If we go to a café she likes, especially with friends, I will pay the entire bill. We only split the house rent and grocery bills. I told her lots of time to cut down these costly cafe expenses or earn more money, increase your package, study and work hard, but.....she is now in her comfort zone. Being from a tech background, I have seen people upgrade their skills and package for a good life in metro cities. I am ready to support her in her studies, but she is like I am earning enough for myself.... No, you are not. I love her, but I don't know how to overcome this issue between us. Please suggest!
Got a question about Porter?
Ask anonymously on communities.

Porter Interview FAQs

How many rounds are there in Porter interview?
Porter interview process usually has 2-3 rounds. The most common rounds in the Porter interview process are One-on-one Round, Resume Shortlist and Technical.
How to prepare for Porter 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 Logistics, Sales, Productivity Improvement, Sales Process and Communication Skills.
What are the top questions asked in Porter interview?

Some of the top questions asked at the Porter interview -

  1. 1. Given an array find a subset that sums to a given sum K 2. Given an array wi...read more
  2. what do you know about the logistics industry and how it is going to be in the ...read more
  3. Further discussion on callback lifecycles of adapter methods when & how many ti...read more
What are the most common questions asked in Porter HR round?

The most common HR questions asked in Porter interview are -

  1. What are your strengths and weakness...read more
  2. Where do you see yourself in 5 yea...read more
  3. What is your family backgrou...read more
How long is the Porter interview process?

The duration of Porter interview process can vary, but typically it takes about less than 2 weeks to complete.

Tell us how to improve this page.

Overall Interview Experience Rating

4.1/5

based on 90 interview experiences

Difficulty level

Easy 20%
Moderate 74%
Hard 7%

Duration

Less than 2 weeks 86%
2-4 weeks 12%
6-8 weeks 2%
View more

Interview Questions from Similar Companies

Swiggy Interview Questions
3.8
 • 464 Interviews
Meesho Interview Questions
3.7
 • 361 Interviews
CARS24 Interview Questions
3.5
 • 359 Interviews
Udaan Interview Questions
3.9
 • 346 Interviews
Zepto Interview Questions
3.5
 • 289 Interviews
BlackBuck Interview Questions
3.7
 • 193 Interviews
Tata 1mg Interview Questions
3.6
 • 180 Interviews
Digit Insurance Interview Questions
3.8
 • 158 Interviews
Paisabazaar.com Interview Questions
3.4
 • 152 Interviews
Urban Company Interview Questions
3.4
 • 143 Interviews
View all

Porter Reviews and Ratings

based on 711 reviews

3.8/5

Rating in categories

3.5

Skill development

3.8

Work-life balance

3.6

Salary

3.6

Job security

3.8

Company culture

3.1

Promotions

3.6

Work satisfaction

Explore 711 Reviews and Ratings
Business Associate
286 salaries
unlock blur

₹2.2 L/yr - ₹4.5 L/yr

Business Executive
213 salaries
unlock blur

₹1.5 L/yr - ₹3.5 L/yr

Assistant Manager
108 salaries
unlock blur

₹4 L/yr - ₹12 L/yr

Senior Manager
90 salaries
unlock blur

₹15 L/yr - ₹24 L/yr

Senior Business Associate
83 salaries
unlock blur

₹3.1 L/yr - ₹6.3 L/yr

Explore more salaries
Compare Porter with

Dunzo

3.4
Compare

Udaan

3.9
Compare

Swiggy

3.8
Compare

CARS24

3.5
Compare
write
Share an Interview