"to clarify, there is nothing specific about FB email. you expect all functionalities of typical email program like msft/google etc
assume there are no restrictions. i.e. not restricted to use within FB only
As always, fb has great suite of tools to bring people together and build community. its only natural that if i have fb account why not i have FB email address....
assume its a new product, they we need to acquire and engage users and then think about retention this case.....
for any produ"
Praveen V. - "to clarify, there is nothing specific about FB email. you expect all functionalities of typical email program like msft/google etc
assume there are no restrictions. i.e. not restricted to use within FB only
As always, fb has great suite of tools to bring people together and build community. its only natural that if i have fb account why not i have FB email address....
assume its a new product, they we need to acquire and engage users and then think about retention this case.....
for any produ"See full answer
"Honestly, I was a bit all over the place with this one. My structure was:
Meta Mission
Audiences
Thinking about journeys and pain points (TAM + Unmet Needs)
Brainstorm solutions
Prioritize solutions
MVP - Measure of success
Risks and tradeoffs
The interviewer kept trying to derail the conversation. I chose Group Volunteers (a group of people who want to volunteer together) as the audience, and in hindsight it was a poor choice. Because I chose that over individuals, I couldn't narrow down"
Brody C. - "Honestly, I was a bit all over the place with this one. My structure was:
Meta Mission
Audiences
Thinking about journeys and pain points (TAM + Unmet Needs)
Brainstorm solutions
Prioritize solutions
MVP - Measure of success
Risks and tradeoffs
The interviewer kept trying to derail the conversation. I chose Group Volunteers (a group of people who want to volunteer together) as the audience, and in hindsight it was a poor choice. Because I chose that over individuals, I couldn't narrow down"See full answer
"Clarifying questions
Scope this down to borrowing and lending within US
Scope this down to just money and not other assets (crypto, gold etc.)
Scope this down to Facebook/Instagram app and not website etc.
Is this peer to peer lending? Or lending from financial institutions etc.? (Scope to peer to peer lending as that connects more with the mission). Lending for small business needs, etc. are scoped out for simplicity
**Mission Statement and how it is connected to this product ide"
Bhargava Y. - "Clarifying questions
Scope this down to borrowing and lending within US
Scope this down to just money and not other assets (crypto, gold etc.)
Scope this down to Facebook/Instagram app and not website etc.
Is this peer to peer lending? Or lending from financial institutions etc.? (Scope to peer to peer lending as that connects more with the mission). Lending for small business needs, etc. are scoped out for simplicity
**Mission Statement and how it is connected to this product ide"See full answer
"At Facebook, you notice a sudden spark in DAUs in Indonesia — how would you determine the cause of this?
I'd like to clarify a few things before starting to brainstorm root causes to hopefully narrow down the number of possibilities if you don't mind? - Not at all, please go ahead...
Over what time frame has this spark occurred? - DAU's have sparked over the past 3 weeks.
Thank you! Next, what are we qualifying DAU as? Is it simply just a user opening the app at least once during the"
Ivan B. - "At Facebook, you notice a sudden spark in DAUs in Indonesia — how would you determine the cause of this?
I'd like to clarify a few things before starting to brainstorm root causes to hopefully narrow down the number of possibilities if you don't mind? - Not at all, please go ahead...
Over what time frame has this spark occurred? - DAU's have sparked over the past 3 weeks.
Thank you! Next, what are we qualifying DAU as? Is it simply just a user opening the app at least once during the"See full answer
"from typing import List
def traprainwater(height: List[int]) -> int:
if not height:
return 0
l, r = 0, len(height) - 1
leftMax, rightMax = height[l], height[r]
res = 0
while l < r:
if leftMax < rightMax:
l += 1
leftMax = max(leftMax, height[l])
res += leftMax - height[l]
else:
r -= 1
rightMax = max(rightMax, height[r])
"
Anonymous Roadrunner - "from typing import List
def traprainwater(height: List[int]) -> int:
if not height:
return 0
l, r = 0, len(height) - 1
leftMax, rightMax = height[l], height[r]
res = 0
while l < r:
if leftMax < rightMax:
l += 1
leftMax = max(leftMax, height[l])
res += leftMax - height[l]
else:
r -= 1
rightMax = max(rightMax, height[r])
"See full answer
"As I understand it, you’d like me to design a mobile native application (for iOS or Android) that helps people manipulate data similar to that of Microsoft Excel or Google Sheets. You can add and import data, edit it, run calculations, regressions, and generate charts and graphs.
If it’s ok with you, I’d like to confine the design to iOS, and based on my knowledge of how a product manager uses a spreadsheet.
I’d like to approach this problem by first identifying the goal of the app. Since we’r"
David I. - "As I understand it, you’d like me to design a mobile native application (for iOS or Android) that helps people manipulate data similar to that of Microsoft Excel or Google Sheets. You can add and import data, edit it, run calculations, regressions, and generate charts and graphs.
If it’s ok with you, I’d like to confine the design to iOS, and based on my knowledge of how a product manager uses a spreadsheet.
I’d like to approach this problem by first identifying the goal of the app. Since we’r"See full answer
"Facebook is now more safe app it designed for all purposes advertise your collection and doctor's advise there clients also and more amazing things we do. I don't understand this questions"
Shaheen B. - "Facebook is now more safe app it designed for all purposes advertise your collection and doctor's advise there clients also and more amazing things we do. I don't understand this questions"See full answer
"This is a Diagnosis Question. The goal of Diagnosis questions is to test whether the interviewee is organized and logical in their product approach. It also tests whether the PM is exhaustive in causes for decreases and whether they provides realistic solutions to the problem.
Let's follow the Diagnosis Question formula:
Ask clarifying questions
Propose high level reasons for a drop
Gather context (TROPIC)
Establish a theory of probable cause
Test theories
"
Exponent - "This is a Diagnosis Question. The goal of Diagnosis questions is to test whether the interviewee is organized and logical in their product approach. It also tests whether the PM is exhaustive in causes for decreases and whether they provides realistic solutions to the problem.
Let's follow the Diagnosis Question formula:
Ask clarifying questions
Propose high level reasons for a drop
Gather context (TROPIC)
Establish a theory of probable cause
Test theories
"See full answer