"Clarifying questions:
What's Airbnb goal in making this requirement?
Are we talking about the listing for Airbnb's core business - lodging?
Approach:
Before we dive in, it would be beneficial for us to first discuss our base understanding of Airbnb's business, who are the user segments that this feature can impact, and some hypothesis on what Airbnb's goal should be
Once we define the goal of this feature, we can go over our approach on how we will evaluate whether we should make"
Mark - "Clarifying questions:
What's Airbnb goal in making this requirement?
Are we talking about the listing for Airbnb's core business - lodging?
Approach:
Before we dive in, it would be beneficial for us to first discuss our base understanding of Airbnb's business, who are the user segments that this feature can impact, and some hypothesis on what Airbnb's goal should be
Once we define the goal of this feature, we can go over our approach on how we will evaluate whether we should make"See full answer
"Google Home is an app that is used by consumers to configure the smart devices for automating their home and making their home more reliable and easy to use.
Clarifying questions :
Do we have any time constraints by when we need to achieve this?
IF we have to increase sales by 10x, it needs to focus on number of factors like increasing the partner base, improving user experience, and shift in thinking.
What metrics we focus on
Monetization - Making revenue 10x
Number of"
Tanu M. - "Google Home is an app that is used by consumers to configure the smart devices for automating their home and making their home more reliable and easy to use.
Clarifying questions :
Do we have any time constraints by when we need to achieve this?
IF we have to increase sales by 10x, it needs to focus on number of factors like increasing the partner base, improving user experience, and shift in thinking.
What metrics we focus on
Monetization - Making revenue 10x
Number of"See full answer
"Conduct a competitive analysis: Research the competitive landscape to identify gaps and opportunities that your product can capitalize on.
Develop a business case: Document the value of your product, including projected growth, expected return on investment, and potential risk factors.
Establish partnerships: Develop relationships with key stakeholders and partners who can help provide resources and funding for your product.
Secure executive support: Present yo"
Shivam S. - "Conduct a competitive analysis: Research the competitive landscape to identify gaps and opportunities that your product can capitalize on.
Develop a business case: Document the value of your product, including projected growth, expected return on investment, and potential risk factors.
Establish partnerships: Develop relationships with key stakeholders and partners who can help provide resources and funding for your product.
Secure executive support: Present yo"See full answer
"AirBnB Mission: to create a world where anyone can belong anywhere.
In my view the Airbnb achieves the above goal by accomodating travellers in locals houses. Thus the traveller not only gets a place at a cheaper price to live in but also can interact and understand the local culture than in a professional setting like a hotel.
Purpose or need for the product and how it can tie back to the goal: The best way to belong anywhere and have a best experience of a particular place depends on several"
Raghuveer K. - "AirBnB Mission: to create a world where anyone can belong anywhere.
In my view the Airbnb achieves the above goal by accomodating travellers in locals houses. Thus the traveller not only gets a place at a cheaper price to live in but also can interact and understand the local culture than in a professional setting like a hotel.
Purpose or need for the product and how it can tie back to the goal: The best way to belong anywhere and have a best experience of a particular place depends on several"See full answer
Product Design
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"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
"Clarify
can we limit traffic to normal commute time for people going to work in their city? Not include business travel? (Recognize traffic can mean: pick up drop off kids; errands, grocery, shopping, social, people who drive for their job etc.)
limit to US?
pre-covid time?
Equation
\# of working people in US x # of hours commute per year per person
\# of working people in US
320M total population, 40M per age group of 10 years
working age = 20 to 70, 5 groups of 1"
Anonymous Cricket - "Clarify
can we limit traffic to normal commute time for people going to work in their city? Not include business travel? (Recognize traffic can mean: pick up drop off kids; errands, grocery, shopping, social, people who drive for their job etc.)
limit to US?
pre-covid time?
Equation
\# of working people in US x # of hours commute per year per person
\# of working people in US
320M total population, 40M per age group of 10 years
working age = 20 to 70, 5 groups of 1"See full answer
"Clarifying question: By high-tech, we mean internet enabled refrigerator which uses technology and assists us in our decision making or takes decisions for us
Users:
Working women
Homemakers
Bachelors and Spinsters living alone
Other family members (Elderly, Kids etc)
Prioritized users: Working women, Bachelors and Spinsters living alone
Problems:
Food left in the refrigerator gets rotten as it goes out of notice
I am at the supermarket and I dont know the inven"
Sahil A. - "Clarifying question: By high-tech, we mean internet enabled refrigerator which uses technology and assists us in our decision making or takes decisions for us
Users:
Working women
Homemakers
Bachelors and Spinsters living alone
Other family members (Elderly, Kids etc)
Prioritized users: Working women, Bachelors and Spinsters living alone
Problems:
Food left in the refrigerator gets rotten as it goes out of notice
I am at the supermarket and I dont know the inven"See full answer