"Approach:
1) Clarify question with interviewer
When we say "app", I'd like to confirm the app for which user. For example, in Rides, we have an app for the rider and an app for the driver. For Eats, we have an experience for a customer purchasing food but I don't know of the experience for the restaurant. Could you confirm which users' experience you're describing when saying "app"?
Let's say rider/customer purchasing food.
Also is this a situation prior to launch of Uber Eats, wh"
Michelle D. - "Approach:
1) Clarify question with interviewer
When we say "app", I'd like to confirm the app for which user. For example, in Rides, we have an app for the rider and an app for the driver. For Eats, we have an experience for a customer purchasing food but I don't know of the experience for the restaurant. Could you confirm which users' experience you're describing when saying "app"?
Let's say rider/customer purchasing food.
Also is this a situation prior to launch of Uber Eats, wh"See full answer
"I have 2 product feedbacks. I think it has been mentioned by many users of the platform.
Provide a text summary of the videos so that we do not have to watch through the whole interview practice
Actually comment if the interview was good or not, currently we do not really know if the answer given is of high quality
"
Kai H. - "I have 2 product feedbacks. I think it has been mentioned by many users of the platform.
Provide a text summary of the videos so that we do not have to watch through the whole interview practice
Actually comment if the interview was good or not, currently we do not really know if the answer given is of high quality
"See full answer
"from collections import deque
def updateword(words, startword, end_word):
if end_word not in words:
return None # Early exit if end_word is not in the dictionary
queue = deque([(start_word, 0)]) # (word, steps)
visited = set([start_word]) # Keep track of visited words
while queue:
word, steps = queue.popleft()
if word == end_word:
return steps # Found the target word, return steps
for i in range(len(word)):
"
叶 路. - "from collections import deque
def updateword(words, startword, end_word):
if end_word not in words:
return None # Early exit if end_word is not in the dictionary
queue = deque([(start_word, 0)]) # (word, steps)
visited = set([start_word]) # Keep track of visited words
while queue:
word, steps = queue.popleft()
if word == end_word:
return steps # Found the target word, return steps
for i in range(len(word)):
"See full answer
"Some follow-up questions to correctly understand what "improve" means here?
Is it to have:
more riders,
better user experience,
monetization,
more/new market penetration.
Let's assume interviewer requested to choose whatever I prefer.
I choose better user experience which might trigger other areas of improvement as well.
Some more probing questions:
To I need to consider USA only or any other country/region or global?
Can I consider only popular on demand taxi service for this question?
One wa"
Manohar A. - "Some follow-up questions to correctly understand what "improve" means here?
Is it to have:
more riders,
better user experience,
monetization,
more/new market penetration.
Let's assume interviewer requested to choose whatever I prefer.
I choose better user experience which might trigger other areas of improvement as well.
Some more probing questions:
To I need to consider USA only or any other country/region or global?
Can I consider only popular on demand taxi service for this question?
One wa"See full answer
BizOps & Strategy
Product Design
+1 more
🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.
"As a PM i received a feedback from my program manager on my style of verbal communication. It is about me speaking faster when i wanted to get away with a topic that i wasn't confident (may be not backed up with data, or still in process of getting detailed insight of a problem etc.). Whereas when I'm confident I tend to speak slowly or more assertively that made people to follow easily.
I welcomed that feedback so from then on when I'm not confident in a topic I became more assertive to let pe"
Rajesh V. - "As a PM i received a feedback from my program manager on my style of verbal communication. It is about me speaking faster when i wanted to get away with a topic that i wasn't confident (may be not backed up with data, or still in process of getting detailed insight of a problem etc.). Whereas when I'm confident I tend to speak slowly or more assertively that made people to follow easily.
I welcomed that feedback so from then on when I'm not confident in a topic I became more assertive to let pe"See full answer
"Clarifications:
Which aspect of birthday are we thinking about designing a product for? Birthday reminder, birthday planning, event management or birthday wishing?-
People are generally reminded of their birthdays by their friends/family, social media, their own self awareness, so its not a critical problem to solve
Social apps like FB have birthday wishing features for the larger audience & for wishing friends/family, people would generally call or wish in person
Manag"
Debajyoti B. - "Clarifications:
Which aspect of birthday are we thinking about designing a product for? Birthday reminder, birthday planning, event management or birthday wishing?-
People are generally reminded of their birthdays by their friends/family, social media, their own self awareness, so its not a critical problem to solve
Social apps like FB have birthday wishing features for the larger audience & for wishing friends/family, people would generally call or wish in person
Manag"See full answer
"In my organization, I was given a initiative to improve the time spent by users on web application so that we can improve the quality of engagement on the website.
Overview of a business model:
We are a research organization that delivers where users (B2B clients) consume research content in form of research reports. Clients has specifically subscription for a year and if clients engage continuously and they spend more time on research they will retain.
Success metrics:
Improve time spe"
Harshit J. - "In my organization, I was given a initiative to improve the time spent by users on web application so that we can improve the quality of engagement on the website.
Overview of a business model:
We are a research organization that delivers where users (B2B clients) consume research content in form of research reports. Clients has specifically subscription for a year and if clients engage continuously and they spend more time on research they will retain.
Success metrics:
Improve time spe"See full answer
"Clarifying questions:
Will this be within the facebook blue app or will this interface/app sit separately?
Volunteering can be of a few types- say for social causes or volunteering in college fest/ music fest etc. Is there a specific type of volunteering we need to consider?
Let's start by revisiting company's mission statement and see if this gels with the mission-
Meta's mission- To give power to build community and bring the world closer together.
Volunteering is basically a way for hu"
Jagriti C. - "Clarifying questions:
Will this be within the facebook blue app or will this interface/app sit separately?
Volunteering can be of a few types- say for social causes or volunteering in college fest/ music fest etc. Is there a specific type of volunteering we need to consider?
Let's start by revisiting company's mission statement and see if this gels with the mission-
Meta's mission- To give power to build community and bring the world closer together.
Volunteering is basically a way for hu"See full answer
"First I will set up the formula, second I will calculate each of the components then adding them up. Finally, I will talk about corner cases if any.
1, To begin with, I want to think broadly what could go into the equation. Bandwidth depends on number of devices at a time, so if a student use both laptop and phone at the same time then we have 2. Beside, grad students need internet for various reasons, such as checking email, searching on Google for information, watching lectures... Different a"
Darren L. - "First I will set up the formula, second I will calculate each of the components then adding them up. Finally, I will talk about corner cases if any.
1, To begin with, I want to think broadly what could go into the equation. Bandwidth depends on number of devices at a time, so if a student use both laptop and phone at the same time then we have 2. Beside, grad students need internet for various reasons, such as checking email, searching on Google for information, watching lectures... Different a"See full answer
"I use a data driven approach by ensuring there is a deep-dive on all alternatives. My approach to tradeoffs is around how to achieve the customer experience needed. I ensure there is an immediate path to green for a solution and a follow-up solution addressing the problem rightly."
Syed I. - "I use a data driven approach by ensuring there is a deep-dive on all alternatives. My approach to tradeoffs is around how to achieve the customer experience needed. I ensure there is an immediate path to green for a solution and a follow-up solution addressing the problem rightly."See full answer
"Clarify:
I will assume that misinformation includes posts, videos and pictures and that sources could be Groups/ Pages and Individuals.
High level structure: Mission, Information funnel and drop-off points, Metrics & Trade-offs, Mitigations
Mission/ Strategy: Facebook's mission is to bring the world closer together and empower people to build community. Reliable information is key to fostering a healthy community. In light of recent world events and public sentiment, it is important f"
Ash J. - "Clarify:
I will assume that misinformation includes posts, videos and pictures and that sources could be Groups/ Pages and Individuals.
High level structure: Mission, Information funnel and drop-off points, Metrics & Trade-offs, Mitigations
Mission/ Strategy: Facebook's mission is to bring the world closer together and empower people to build community. Reliable information is key to fostering a healthy community. In light of recent world events and public sentiment, it is important f"See full answer
"Clarifying Questions/Statements:
Clarify understanding of Fundraisers:
My answer: product that lets users create fundraisers for a particular cause, and invite/share it with other users to donate to that cause. Usually set for a certain target donation amount to be met, and a timeframe for which a user can donate to the cause
Are we assuming the lifecycle of the Fundraisers product today? If so, then I’d focus on engagement, since we have a meaningful amount of users on FB ap"
Arthur Y. - "Clarifying Questions/Statements:
Clarify understanding of Fundraisers:
My answer: product that lets users create fundraisers for a particular cause, and invite/share it with other users to donate to that cause. Usually set for a certain target donation amount to be met, and a timeframe for which a user can donate to the cause
Are we assuming the lifecycle of the Fundraisers product today? If so, then I’d focus on engagement, since we have a meaningful amount of users on FB ap"See full answer
"One of the most challenging situations was joining a new startup to realize that they did not figure out their core product and that customers were dissatisfied and leaving in droves.
I worked together with the leaders to understand the core issue and the reasons that the customers were leaving. Then together with the team, we set out to map out those core issues and the gaps that we had in our product.
We then worked towards designing a new solution to address those gaps and build an MVP. W"
WaterBuffalo - "One of the most challenging situations was joining a new startup to realize that they did not figure out their core product and that customers were dissatisfied and leaving in droves.
I worked together with the leaders to understand the core issue and the reasons that the customers were leaving. Then together with the team, we set out to map out those core issues and the gaps that we had in our product.
We then worked towards designing a new solution to address those gaps and build an MVP. W"See full answer
"Two clarification questions first! When we say quarters, are we assuming the quarters are stacked on top of each other, or are we measuring across the diameter? let's say they are stacked. And second question, is the height of the building just from the ground floor to the top of the building? yes.
Okay, the key numbers we need to find then are the height of the building in feet, and the # of quarters that fit into a foot.
First for the height of the building, the key numbers are heigh"
Helen Z. - "Two clarification questions first! When we say quarters, are we assuming the quarters are stacked on top of each other, or are we measuring across the diameter? let's say they are stacked. And second question, is the height of the building just from the ground floor to the top of the building? yes.
Okay, the key numbers we need to find then are the height of the building in feet, and the # of quarters that fit into a foot.
First for the height of the building, the key numbers are heigh"See full answer
"Product manager is someone who drives a product with customer-first approach while doing what is right for the business. They absorb chaos from all directions(customers, internal stakeholders, leadership) and bring clarity and direction to the whole team, marching them towards a common goal."
Phani C. - "Product manager is someone who drives a product with customer-first approach while doing what is right for the business. They absorb chaos from all directions(customers, internal stakeholders, leadership) and bring clarity and direction to the whole team, marching them towards a common goal."See full answer
"I will start with making sure that I have a clear understanding of Medium and how it works. I will ask the interviewer to fill in any gaps in my knowledge of Medium.
Medium is a platform for
novice, and professional writers to express/share their opinions
readers to read about subjects that matter to them
the platform has been running for some time (6-7 years), so it is relatively mature (this confirms that Medium has found a product-market fit)
Here is my high-level structure for answeri"
Rachita D. - "I will start with making sure that I have a clear understanding of Medium and how it works. I will ask the interviewer to fill in any gaps in my knowledge of Medium.
Medium is a platform for
novice, and professional writers to express/share their opinions
readers to read about subjects that matter to them
the platform has been running for some time (6-7 years), so it is relatively mature (this confirms that Medium has found a product-market fit)
Here is my high-level structure for answeri"See full answer
"I'd approach this first with a clarifying questions geared towards fraud prevention as these are going to be important to actually finding a root solution. I'd want to take cues from the interviewer in order to then identify potential hypotheses.
Clarifying questions:
How is fraud calculated? It's important to clarify the metric used to know that fraud is increasing. For example, is this a percent of all customers or transactions?
Is the fraud that the merchant reported confirmed fraud"
Michelle D. - "I'd approach this first with a clarifying questions geared towards fraud prevention as these are going to be important to actually finding a root solution. I'd want to take cues from the interviewer in order to then identify potential hypotheses.
Clarifying questions:
How is fraud calculated? It's important to clarify the metric used to know that fraud is increasing. For example, is this a percent of all customers or transactions?
Is the fraud that the merchant reported confirmed fraud"See full answer