"We should follow the Measure Success formula for this type of question. Do you remember it from a couple days ago? If not, it's:
Ask clarifying questions
State the goal of the feature
Apply a UX flow to drive analysis of what to measure
Provide criteria to prioritize metrics
Prioritize metrics
Summarize
With that, let's get into it!
Ask clarifying questions
We want to make sure we are 100% sure of the scope of the feature and ask. What does the p"
Exponent - "We should follow the Measure Success formula for this type of question. Do you remember it from a couple days ago? If not, it's:
Ask clarifying questions
State the goal of the feature
Apply a UX flow to drive analysis of what to measure
Provide criteria to prioritize metrics
Prioritize metrics
Summarize
With that, let's get into it!
Ask clarifying questions
We want to make sure we are 100% sure of the scope of the feature and ask. What does the p"See full answer
"This is a pretty straightforward Improve a Product question. Let's first go over the Improve a Product formula:
Ask clarifying questions
Identify users, behaviors, and pain points
State product goal
Brainstorm small improvements
Brainstorm bolder improvements
Measure success
Summarize
Now, let's begin!
Ask clarifying questions
Before we begin listing off recommendations, it's important you ask questions to ensure you and the interviewe"
Exponent - "This is a pretty straightforward Improve a Product question. Let's first go over the Improve a Product formula:
Ask clarifying questions
Identify users, behaviors, and pain points
State product goal
Brainstorm small improvements
Brainstorm bolder improvements
Measure success
Summarize
Now, let's begin!
Ask clarifying questions
Before we begin listing off recommendations, it's important you ask questions to ensure you and the interviewe"See full answer
"Clarifying questions
Target customers: users who want to book flights, hotel etc.
Geo: USA
Form factor: web and mobile app
About the company
Agoda wants its users to 'see the world for less' i.e. they are targeting users who want to travel (for business or pleasure) and their key value proposition is price i.e. lowest cost hotels, flights and other services.
Business model: Agoda is an online market place where vendors like airlines, hotels etc. are displayed and user can search for a"
Rahul J. - "Clarifying questions
Target customers: users who want to book flights, hotel etc.
Geo: USA
Form factor: web and mobile app
About the company
Agoda wants its users to 'see the world for less' i.e. they are targeting users who want to travel (for business or pleasure) and their key value proposition is price i.e. lowest cost hotels, flights and other services.
Business model: Agoda is an online market place where vendors like airlines, hotels etc. are displayed and user can search for a"See full answer
"That is a great product opportunity. I see the vision to drive engagement by building a reward based experience to encourage kids to login to the app and track their books and trigger a visual pleasing experience when the child completes a book. The more complex the book, the bigger the reward."
Christina Z. - "That is a great product opportunity. I see the vision to drive engagement by building a reward based experience to encourage kids to login to the app and track their books and trigger a visual pleasing experience when the child completes a book. The more complex the book, the bigger the reward."See full answer
"Think about 3 types of users -
1) User who only uses Google photos and no other Google product. What is the value that Google gets out of such user?
2) User who uses all the google products including photos but does not spend a penny on google photos (think of storage fee, buying photo albums etc.). How do photos increase the value provided by that user in conjunction with other Google products?
3) Use who spends money on Google photos.
The value provided by the first user is through their pho"
Joohi M. - "Think about 3 types of users -
1) User who only uses Google photos and no other Google product. What is the value that Google gets out of such user?
2) User who uses all the google products including photos but does not spend a penny on google photos (think of storage fee, buying photo albums etc.). How do photos increase the value provided by that user in conjunction with other Google products?
3) Use who spends money on Google photos.
The value provided by the first user is through their pho"See full answer
Product Manager
Execution
+2 more
🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.
"As a direct competitor to my favorite product, our mission is to enhance productivity for creative professionals. Targeting small design agencies, our solution offers a streamlined project management platform tailored to their specific needs. Launch feasibility relies on user feedback, ensuring impact and monetization through subscription-based pricing. Success metrics include user engagement and retention rates."
Devendra B. - "As a direct competitor to my favorite product, our mission is to enhance productivity for creative professionals. Targeting small design agencies, our solution offers a streamlined project management platform tailored to their specific needs. Launch feasibility relies on user feedback, ensuring impact and monetization through subscription-based pricing. Success metrics include user engagement and retention rates."See full answer
"While working as a consultant, I was assigned to a project to design and build a solution for accessing and managing documents on deepwater drilling wells with limited connectivity. I and the developer assigned to the project conducted interviews with various engineers and team members on the rigs. We worked with the client's IT group to analyze options for getting content to and from the rig. Together, we came up with a solution that would leverage their existing SharePoint infrastructure (avai"
John F. - "While working as a consultant, I was assigned to a project to design and build a solution for accessing and managing documents on deepwater drilling wells with limited connectivity. I and the developer assigned to the project conducted interviews with various engineers and team members on the rigs. We worked with the client's IT group to analyze options for getting content to and from the rig. Together, we came up with a solution that would leverage their existing SharePoint infrastructure (avai"See full answer
"First of all, there are different industries with different business in security measures which influence trends in the security industry as information they store and infrastructure they have are not the same. In this exercise, I'll take a look at the security industry in general and talk about the biggest trends from the perspectives of "lines of defense" for software in particular in: identify, data (on client and server side) and infrastructure. There are several topics associated with each"
Shin K. - "First of all, there are different industries with different business in security measures which influence trends in the security industry as information they store and infrastructure they have are not the same. In this exercise, I'll take a look at the security industry in general and talk about the biggest trends from the perspectives of "lines of defense" for software in particular in: identify, data (on client and server side) and infrastructure. There are several topics associated with each"See full answer
"Clarification questions -
Assumption:
Blind person - Generally aware about what an ATM machine is and how it works.
Markets - US market and think about global expansion later
Regulatory, Financial companies approval - We have agreement from the regulators and financial companies about the merits and we don’t see any kind of concerns from these companies
Goal - Part of the company's social initiatives - Positive word of mouth - increase customer base
Users -
**Blind users with no other disabi"
Vijay S. - "Clarification questions -
Assumption:
Blind person - Generally aware about what an ATM machine is and how it works.
Markets - US market and think about global expansion later
Regulatory, Financial companies approval - We have agreement from the regulators and financial companies about the merits and we don’t see any kind of concerns from these companies
Goal - Part of the company's social initiatives - Positive word of mouth - increase customer base
Users -
**Blind users with no other disabi"See full answer
"Clarification questions
What is the purpose of connecting the DB?
Do we expect high-volumes of traffic to hit the DB
Do we have scalability or reliability concerns?
Format
Code -> DB
Code -> Cache -> DB
API -> Cache -> DB - APIs are built for a purpose and have a specified protocol (GET, POST, DELETE) to speak to the DB. APIs can also use a contract to retrieve information from a DB much faster than code.
Load balanced APIs -> Cache -> DB
**Aut"
Aaron W. - "Clarification questions
What is the purpose of connecting the DB?
Do we expect high-volumes of traffic to hit the DB
Do we have scalability or reliability concerns?
Format
Code -> DB
Code -> Cache -> DB
API -> Cache -> DB - APIs are built for a purpose and have a specified protocol (GET, POST, DELETE) to speak to the DB. APIs can also use a contract to retrieve information from a DB much faster than code.
Load balanced APIs -> Cache -> DB
**Aut"See full answer
"Clarifying question - Fb Timeline is essentially my profile wall on FB where I can post content. My friends, friends of friends or other users of FB can come and view my profile and stay connected. Content that I post on my timeline, also gets cross posted on my friends feed. Is that understanding correct? Are there any new goals of change of product strategy that I need to be aware of?
Motivation/Why - FB timeline is a mature product, but it still aligns very well with Meta mission of connec"
M A. - "Clarifying question - Fb Timeline is essentially my profile wall on FB where I can post content. My friends, friends of friends or other users of FB can come and view my profile and stay connected. Content that I post on my timeline, also gets cross posted on my friends feed. Is that understanding correct? Are there any new goals of change of product strategy that I need to be aware of?
Motivation/Why - FB timeline is a mature product, but it still aligns very well with Meta mission of connec"See full answer
"I would very confidently say - Never.
Did I failed with a Product? - Yes.
Did I launch a product that was sub-par? - Yes.
Did I failed to launch a product? - Never.
Also, I don't see it as part of growing up as PM to Fail to launch a Product.
I think it's a tricky quesion, better to be avoided."
Tarun K. - "I would very confidently say - Never.
Did I failed with a Product? - Yes.
Did I launch a product that was sub-par? - Yes.
Did I failed to launch a product? - Never.
Also, I don't see it as part of growing up as PM to Fail to launch a Product.
I think it's a tricky quesion, better to be avoided."See full answer
"We've identified the problem as a Design a Product question. Use the following framework for tackling these types of questions:
Ask Clarifying Questions
Identify users, behaviors, and pain points
State product goal
Identify current solutions
Brainstorm new solutions
Evaluate solutions
Measure success
Summarize
We'll go through each of these step by step.
Ask Clarifying Questions
The PM interview isn't about your ability to come up w"
Exponent - "We've identified the problem as a Design a Product question. Use the following framework for tackling these types of questions:
Ask Clarifying Questions
Identify users, behaviors, and pain points
State product goal
Identify current solutions
Brainstorm new solutions
Evaluate solutions
Measure success
Summarize
We'll go through each of these step by step.
Ask Clarifying Questions
The PM interview isn't about your ability to come up w"See full answer
"SW: Headway (Audio book app)
Goal: Track user engagement with the product. (Analytics)
To Track user engagement with the product I would first define the user actions defined as user engagement, and then define quantitative metrics to track user behaviour.
User actions -> engagement:
Actions:
User Plays an Audio book (following by user's retention)
User uses Next chapter button to continue listening
User marks Audio books as favourites
User shares Audio books
Metrics:
DAU & 2."
Negar H. - "SW: Headway (Audio book app)
Goal: Track user engagement with the product. (Analytics)
To Track user engagement with the product I would first define the user actions defined as user engagement, and then define quantitative metrics to track user behaviour.
User actions -> engagement:
Actions:
User Plays an Audio book (following by user's retention)
User uses Next chapter button to continue listening
User marks Audio books as favourites
User shares Audio books
Metrics:
DAU & 2."See full answer
"Ask Clarifying Questions :
A Podcast app is an app where artists/creators can upload their voice content and users are able to consume it. Is my understanding correct ? Yes
Are we building this specifically for ios or android or web ? Consider ios and Android for now.
Are we building the podcast app for a particular region like India ? Consider it a global launch
What is the timeline that we are looking at? 6 months approximately
Is it going to be an independent app or are we loo"
Ishan M. - "Ask Clarifying Questions :
A Podcast app is an app where artists/creators can upload their voice content and users are able to consume it. Is my understanding correct ? Yes
Are we building this specifically for ios or android or web ? Consider ios and Android for now.
Are we building the podcast app for a particular region like India ? Consider it a global launch
What is the timeline that we are looking at? 6 months approximately
Is it going to be an independent app or are we loo"See full answer
"What is Slack ?
Slack is a basic instant messaging app usually used in the intra office space , allowing teams to communicate .Also , it includes video & voice calls . In a nutshell , it provides an efficient team communications solutions .
2 Goals of Google/ Position in the market ? To create innovative solutions to customer problems .
The focus is on providing accessible information to everyone .
3 Synergy of such a product with google : Slack allows efficient team communication ."
Pragya S. - "What is Slack ?
Slack is a basic instant messaging app usually used in the intra office space , allowing teams to communicate .Also , it includes video & voice calls . In a nutshell , it provides an efficient team communications solutions .
2 Goals of Google/ Position in the market ? To create innovative solutions to customer problems .
The focus is on providing accessible information to everyone .
3 Synergy of such a product with google : Slack allows efficient team communication ."See full answer