i
Park
Plus
Filter interviews by
An E-commerce app architecture includes client-side, server-side, and database components for seamless shopping experiences.
Client-side: Android app using Kotlin/Java for UI and user interactions.
Server-side: RESTful API built with Node.js or Django to handle requests.
Database: NoSQL (e.g., MongoDB) for product data and user profiles.
Payment Gateway: Integration with services like Stripe or PayPal for transactions...
Introduce WhatsApp for Business Solutions, focusing on subscription-based services for SMEs to enhance customer engagement.
Launch a subscription model for SMEs to access advanced features like analytics, chatbots, and customer support tools.
Create industry-specific solutions, such as a healthcare package for telemedicine consultations and appointment scheduling.
Partner with e-commerce platforms to enable seamless ...
Estimating Facebook's daily ad revenue involves user engagement, ad rates, and total users.
Facebook has over 2.9 billion monthly active users.
Assume 60% of users are active daily, which is about 1.74 billion users.
If each user sees 5 ads per day, that totals 8.7 billion ad impressions.
Assuming an average CPM (cost per thousand impressions) of $10, the daily revenue would be approximately $87 million.
To revitalize YouTube's stagnant user base, we can enhance content diversity, improve user engagement, and leverage partnerships.
Introduce new content formats like live streaming events or interactive videos to attract diverse audiences.
Enhance community features, such as better comment moderation and user-generated content showcases, to foster engagement.
Collaborate with emerging creators and niche influencers to...
Instagram Reels viewership decline may stem from content saturation, algorithm changes, and user engagement shifts.
Content Saturation: Users may feel overwhelmed by the volume of Reels, leading to decreased engagement.
Algorithm Changes: Recent updates to the Instagram algorithm could affect visibility of Reels in user feeds.
User Engagement: A shift in user interests towards other platforms like TikTok or YouTube S...
Perform RCA on sudden dip in number of orders from a restaurant
Check for any technical issues on the restaurant's online ordering platform
Investigate if there have been any changes in menu offerings or pricing
Look into any marketing campaigns that may have impacted customer behavior
Analyze customer reviews and feedback for any issues or complaints
Consider external factors such as competition or economic conditions...
There are approximately 1.5 million cabs in India.
Consider the population of India (around 1.3 billion) and the ratio of cabs to population.
Take into account the number of registered taxis in major cities like Mumbai, Delhi, Bangalore, etc.
Factor in the number of ride-sharing services like Ola and Uber operating in the country.
Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Closures in JavaScript allow functions to access variables from their outer scope even after the outer function has finished executing.
Closures are created when a function is defined within another function and the inner function has access to the outer function's variables.
Closures can be used to create private variables and functions in JavaScript.
Closures can also be used to maintain state in asynchronous opera...
I am a seasoned HR professional with 10+ years of experience in talent acquisition, employee relations, and training & development.
10+ years of experience in HR
Specialize in talent acquisition, employee relations, and training & development
Strong communication and interpersonal skills
Proven track record of implementing successful HR strategies
Experience working in diverse industries such as tech and healthcare
I applied via Referral and was interviewed in Oct 2024. There was 1 interview round.
SOLID principles are a set of five design principles in object-oriented programming to make software designs more understandable, flexible, and maintainable.
S - Single Responsibility Principle: A class should have only one reason to change.
O - Open/Closed Principle: Software entities should be open for extension but closed for modification.
L - Liskov Substitution Principle: Objects of a superclass should be replaceable...
I applied via Approached by Company and was interviewed in Jul 2024. There were 3 interview rounds.
CSR vs SSR in system design of Blinkit
CSR (Client-Side Rendering) involves rendering web pages on the client side using JavaScript, while SSR (Server-Side Rendering) involves rendering web pages on the server side before sending them to the client.
CSR can provide faster initial page load times and better interactivity, but may result in slower subsequent page loads and SEO challenges.
SSR can improve SEO and initial pag...
I applied via Referral and was interviewed in May 2024. There were 3 interview rounds.
Connected components of a graph are groups of vertices that are connected to each other through edges.
Connected components are disjoint subgraphs within a graph.
Each vertex in a connected component is reachable from every other vertex in the same component.
Examples: In a graph with vertices {A, B, C, D} and edges {(A, B), (B, C)}, the connected components are {A, B, C} and {D}.
I appeared for an interview in Apr 2025, where I was asked the following questions.
Hoisting in JavaScript is the behavior where variable and function declarations are moved to the top of their containing scope during the compilation phase.
Variable declarations are hoisted to the top of their scope, but not their assignments.
Function declarations are fully hoisted, meaning they can be called before they are declared.
Hoisting can lead to unexpected behavior if not understood properly.
Closures in JavaScript allow functions to access variables from their outer scope even after the outer function has finished executing.
Closures are created when a function is defined within another function and the inner function has access to the outer function's variables.
Closures can be used to create private variables and functions in JavaScript.
Closures can also be used to maintain state in asynchronous operations...
I applied via Referral and was interviewed in Mar 2024. There were 3 interview rounds.
To add a new monetisation channel on Instagram, consider implementing features like in-app purchases, sponsored posts, affiliate marketing, and subscription services.
Implement in-app purchases for users to buy virtual goods or premium features within the app.
Introduce sponsored posts where businesses pay to have their content promoted to a larger audience.
Explore affiliate marketing by partnering with brands to earn co...
Engage users with interactive content, collaborate with influencers, utilize hashtags and trends.
Create engaging and interactive content to attract users organically.
Collaborate with influencers or industry experts to reach a wider audience.
Utilize popular hashtags and trends to increase visibility and attract new users.
Host Twitter chats or Q&A sessions to engage with potential users and showcase the value of your pro...
Perform RCA on sudden dip in number of orders from a restaurant
Check for any technical issues on the restaurant's online ordering platform
Investigate if there have been any changes in menu offerings or pricing
Look into any marketing campaigns that may have impacted customer behavior
Analyze customer reviews and feedback for any issues or complaints
Consider external factors such as competition or economic conditions affe...
There are approximately 1.5 million cabs in India.
Consider the population of India (around 1.3 billion) and the ratio of cabs to population.
Take into account the number of registered taxis in major cities like Mumbai, Delhi, Bangalore, etc.
Factor in the number of ride-sharing services like Ola and Uber operating in the country.
The box model is a concept in CSS that describes how elements are rendered on a web page.
The box model consists of four components: content, padding, border, and margin.
The content refers to the actual content of the element, such as text or images.
The padding is the space between the content and the border.
The border is a line that surrounds the content and padding.
The margin is the space outside the border, separatin...
let and var are both used to declare variables in JavaScript, but they have some key differences.
let is block-scoped, while var is function-scoped
let variables are not hoisted, while var variables are hoisted
let variables can be reassigned, while var variables can be redeclared
let variables have temporal dead zone, while var variables do not
map, reduce, and filter are higher-order functions in JavaScript used to manipulate arrays.
map: creates a new array by applying a function to each element of the original array
reduce: applies a function to an accumulator and each element in the array, reducing it to a single value
filter: creates a new array with all elements that pass a test implemented by a provided function
Top trending discussions
The duration of Park Plus interview process can vary, but typically it takes about less than 2 weeks to complete.
based on 47 interview experiences
Difficulty level
Duration
based on 290 reviews
Rating in categories
Sales Manager
91
salaries
| ₹6 L/yr - ₹12.3 L/yr |
Assistant Manager
76
salaries
| ₹4 L/yr - ₹11.5 L/yr |
Zonal Manager
30
salaries
| ₹11 L/yr - ₹19.5 L/yr |
Software Developer
23
salaries
| ₹8 L/yr - ₹18 L/yr |
Program Manager
23
salaries
| ₹7.5 L/yr - ₹21.3 L/yr |
MagicPin
Awign Enterprises
Nestaway
Ketto