i
Porter
Filter interviews by
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...
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...
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...
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...
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...
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
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...
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.
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...
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...
I appeared for an interview in Jan 2025.
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...
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...
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
I appeared for an interview in Dec 2024.
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
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.
Case study based on critical thinking, data analysis, decision making etc
I appeared for an interview in Jan 2025.
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
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...
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.
...
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...
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
Normal medium level coding
I applied via Referral and was interviewed in Jun 2024. There were 2 interview rounds.
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...
I applied via Newspaper Ad and was interviewed in Jul 2024. There was 1 interview round.
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
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
I applied via Campus Placement and was interviewed in Jun 2024. There were 3 interview rounds.
There was 3 coding questions
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
Top trending discussions
Some of the top questions asked at the Porter interview -
The duration of Porter interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 90 interview experiences
Difficulty level
Duration
based on 711 reviews
Rating in categories
5-9 Yrs
Not Disclosed
3-6 Yrs
Not Disclosed
6-10 Yrs
Not Disclosed
Business Associate
286
salaries
| ₹2.2 L/yr - ₹4.5 L/yr |
Business Executive
213
salaries
| ₹1.5 L/yr - ₹3.5 L/yr |
Assistant Manager
108
salaries
| ₹4 L/yr - ₹12 L/yr |
Senior Manager
90
salaries
| ₹15 L/yr - ₹24 L/yr |
Senior Business Associate
83
salaries
| ₹3.1 L/yr - ₹6.3 L/yr |
Dunzo
Udaan
Swiggy
CARS24