"It's mainly an experimentation technique for testing new features while the rest of the users are using the old product version of your product. In our case, we were using it for pre-release or announced release features for a specific group of users. We could at any point revert the experience or stop the feature and render the old product version of the product. Based on the success of the feature, we will then do a full rollout of the feature into production.
How does it work ?
Enable"
Karthik T. - "It's mainly an experimentation technique for testing new features while the rest of the users are using the old product version of your product. In our case, we were using it for pre-release or announced release features for a specific group of users. We could at any point revert the experience or stop the feature and render the old product version of the product. Based on the success of the feature, we will then do a full rollout of the feature into production.
How does it work ?
Enable"See full answer
"CQs:
Uber - which business? → Ride hailing
Business - B2B or B2C? → B2C
Geo - India
Revenue/profit → revenue
Revenue sources
Rides - bike, car, shuttle
Ads
Partnerships
Rides revenue = number of rides x average price
Ads revenue = ad impressions x conversion rate x CPC
Partnerships = number of partnerships x average income
Considering I am a PM, do you want me to focus on tech focused enablement only? No, assume you are a VP of product
*"
Sumit P. - "CQs:
Uber - which business? → Ride hailing
Business - B2B or B2C? → B2C
Geo - India
Revenue/profit → revenue
Revenue sources
Rides - bike, car, shuttle
Ads
Partnerships
Rides revenue = number of rides x average price
Ads revenue = ad impressions x conversion rate x CPC
Partnerships = number of partnerships x average income
Considering I am a PM, do you want me to focus on tech focused enablement only? No, assume you are a VP of product
*"See full answer
"Clarify the problem to ensure you understand what to improve - reactions are used to react to posts or comments. They show the reactors' sentiments, emotions, and opinions in a simple yet clear manner without using words.
Business Objectives
What are the business objectives that we need to consider before digging deeper? Are there specific goals that we're trying to achieve by improving the reactions feature?
We want to increase the number of engagement and want more users to react acro"
Angie B. - "Clarify the problem to ensure you understand what to improve - reactions are used to react to posts or comments. They show the reactors' sentiments, emotions, and opinions in a simple yet clear manner without using words.
Business Objectives
What are the business objectives that we need to consider before digging deeper? Are there specific goals that we're trying to achieve by improving the reactions feature?
We want to increase the number of engagement and want more users to react acro"See full answer
Product Design
App Critique
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"Would like to ask some clarifying questions:
Is it a digital product?
Yes? Application or website?
Geography we are targeting?
Assuming it is an app.
Are we a new company or startup?
Do we have any tie ups with other companies to reach a wider audience?
Assuming I am the product manager of this application – goal of the application is to encourage voting
more questions:
Are we in the election year? Nearing the voting phase?
If yes, then it will be easier for us to get users fo"
Prerak B. - "Would like to ask some clarifying questions:
Is it a digital product?
Yes? Application or website?
Geography we are targeting?
Assuming it is an app.
Are we a new company or startup?
Do we have any tie ups with other companies to reach a wider audience?
Assuming I am the product manager of this application – goal of the application is to encourage voting
more questions:
Are we in the election year? Nearing the voting phase?
If yes, then it will be easier for us to get users fo"See full answer
"Thank you for the question. I'd like to ask some clarifying questions in order to better understand the scenario.
CQs:
How many team members are there? 5
What does "high speed" mean? What's the Mbps required? Up to you to determine.
Are there any constraints, physical or cost-wise? Please think through them. We want to be cost-effective.
What does the current state of the system look like? What are the goals for the project? **We want to enable real-time video chat communicatio"
Milan W. - "Thank you for the question. I'd like to ask some clarifying questions in order to better understand the scenario.
CQs:
How many team members are there? 5
What does "high speed" mean? What's the Mbps required? Up to you to determine.
Are there any constraints, physical or cost-wise? Please think through them. We want to be cost-effective.
What does the current state of the system look like? What are the goals for the project? **We want to enable real-time video chat communicatio"See full answer
"The supply and demand for Uber Eats may be greatly impacted in the near future by the two macroeconomic factors listed here. Each trend links to large alterations in consumer behavior, labor markets, and cost structures that can cascade across the delivery ecosystem.
Changes in Consumer Spending and Inflation Growing Costs and Fees for Food: Customers may order fewer deliveries or choose less expensive goods if food prices, restaurant running costs, or delivery fees increase as a result of"
Asish B. - "The supply and demand for Uber Eats may be greatly impacted in the near future by the two macroeconomic factors listed here. Each trend links to large alterations in consumer behavior, labor markets, and cost structures that can cascade across the delivery ecosystem.
Changes in Consumer Spending and Inflation Growing Costs and Fees for Food: Customers may order fewer deliveries or choose less expensive goods if food prices, restaurant running costs, or delivery fees increase as a result of"See full answer
"BETWEEN and HAVING clauses in SQL serve different purposes:
1. BETWEEN Clause
Used to filter rows based on a range of values.
Works with numeric, date, or text values.
Can be used with WHERE or HAVING clauses.
The range includes both lower and upper bounds.
Example: Filtering employees with salaries between 30,000 and 50,000
`SELECT * FROM Employees
WHERE salary BETWEEN 30000 AND 50000;`
2. HAVING Clause
Used to filter **groups"
Meenakshi D. - "BETWEEN and HAVING clauses in SQL serve different purposes:
1. BETWEEN Clause
Used to filter rows based on a range of values.
Works with numeric, date, or text values.
Can be used with WHERE or HAVING clauses.
The range includes both lower and upper bounds.
Example: Filtering employees with salaries between 30,000 and 50,000
`SELECT * FROM Employees
WHERE salary BETWEEN 30000 AND 50000;`
2. HAVING Clause
Used to filter **groups"See full answer
"In order to answer this question, I am going to do the following:
Ask some clarifying questions
Go through some major external and internal possible causes
Hypothesize and test/valid
Conclusion
1. Ask clarifying questions
Any particular market? Is it a US market or a new market with less than 12-18 months of full operation
US market
What do you mean by a given city? - Metropolitan with plenty of public transportations (subway, bus, etc), a large city with limit"
Christopher K. - "In order to answer this question, I am going to do the following:
Ask some clarifying questions
Go through some major external and internal possible causes
Hypothesize and test/valid
Conclusion
1. Ask clarifying questions
Any particular market? Is it a US market or a new market with less than 12-18 months of full operation
US market
What do you mean by a given city? - Metropolitan with plenty of public transportations (subway, bus, etc), a large city with limit"See full answer
"Questions to ask :
Are there negative values in the input array? Interview : YES
Will the product of two number fit into 32-bit Integer. If not, will it fit 64-bit Integer. If not, then is it safe to use Big Integer? Interview : let's worry only about 32 bit Integer
What should we return if the input array is null or size (size of input array) is less than 2? Return 0
From above Information:
General approach is as follows :
a) Track smallest 2 elements in the array -> p"
Rajendra D. - "Questions to ask :
Are there negative values in the input array? Interview : YES
Will the product of two number fit into 32-bit Integer. If not, will it fit 64-bit Integer. If not, then is it safe to use Big Integer? Interview : let's worry only about 32 bit Integer
What should we return if the input array is null or size (size of input array) is less than 2? Return 0
From above Information:
General approach is as follows :
a) Track smallest 2 elements in the array -> p"See full answer
"First I want to look at how Facebook stories overlaps with Facebook’s mission. I can see pretty instantly that stories stays true to Facebook’s mission with bringing the world together and connecting friends and families.
I want to make sure I understand the product journey. Facebook stories allows users to post videos and photos. While also being able to add filters, music, and stickers. Users are also able to comment on other stories and react to them.
Does that sound correct? Interview: Ye"
Ben L. - "First I want to look at how Facebook stories overlaps with Facebook’s mission. I can see pretty instantly that stories stays true to Facebook’s mission with bringing the world together and connecting friends and families.
I want to make sure I understand the product journey. Facebook stories allows users to post videos and photos. While also being able to add filters, music, and stickers. Users are also able to comment on other stories and react to them.
Does that sound correct? Interview: Ye"See full answer
"Instagram is social media app where you can share photo and video to others. Impressions is an important metrics to track because it shows how many contents that users see.
Clarify Questions:
Is this drop happen suddenly or gradually? - Gradually
How long has it been happening? - Last 3 months
Is it happen globally or in certain region? - Globally
Is the drop happen to all user segments (age, new/existing, active/less active users)? - all user segments
When calculating an impressions,"
Nayla D. - "Instagram is social media app where you can share photo and video to others. Impressions is an important metrics to track because it shows how many contents that users see.
Clarify Questions:
Is this drop happen suddenly or gradually? - Gradually
How long has it been happening? - Last 3 months
Is it happen globally or in certain region? - Globally
Is the drop happen to all user segments (age, new/existing, active/less active users)? - all user segments
When calculating an impressions,"See full answer