"Clarifications:
Netflix is a streaming service and homepage serves the first entry point after a user has been logged in to their respective profile. Homepage helps users find a relevant content for them to watch, among other features like "Continue watching" or games.
Mission: Netflix's mission is to entertain the world.
Goal: As a PM of homepage, the goal of the feature is to let the users find relevant content of their interest. This feature ties to the mission in a way that lets the user"
Simran M. - "Clarifications:
Netflix is a streaming service and homepage serves the first entry point after a user has been logged in to their respective profile. Homepage helps users find a relevant content for them to watch, among other features like "Continue watching" or games.
Mission: Netflix's mission is to entertain the world.
Goal: As a PM of homepage, the goal of the feature is to let the users find relevant content of their interest. This feature ties to the mission in a way that lets the user"See full answer
"Hey team, the title says a "GTM campaign" whereas the video is about "favorite marketing campaign" example. Are they supposed to be the same? If not, can you please fix it?"
Vivek S. - "Hey team, the title says a "GTM campaign" whereas the video is about "favorite marketing campaign" example. Are they supposed to be the same? If not, can you please fix it?"See full answer
"Followed
Clarifying questions - why this product - competition - Meta's mission - product vision - user segments - prioritize and Why - pain points for prioritized segment - prioritize pain points - list solutions - tradeoff - North star - summerize
"
A B. - "Followed
Clarifying questions - why this product - competition - Meta's mission - product vision - user segments - prioritize and Why - pain points for prioritized segment - prioritize pain points - list solutions - tradeoff - North star - summerize
"See full answer
"SQL databases are relational, NoSQL databases are non-relational. SQL databases use structured query language and have a predefined schema. NoSQL databases have dynamic schemas for unstructured data. SQL databases are vertically scalable, while NoSQL databases are horizontally scalable."
Ali H. - "SQL databases are relational, NoSQL databases are non-relational. SQL databases use structured query language and have a predefined schema. NoSQL databases have dynamic schemas for unstructured data. SQL databases are vertically scalable, while NoSQL databases are horizontally scalable."See full answer
Software Engineer
Concept
+7 more
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"You should be able to easily identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch.
Recall the strategy for tackling them methodically and thoroughly:
Ask clarifying questions
State the goal of the feature / product
Behavior Mapping / UX Flow Mapping
Provide criteria to prioritize metrics
Prioritize metrics
Summarize
Let's begin!
"
Exponent - "You should be able to easily identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch.
Recall the strategy for tackling them methodically and thoroughly:
Ask clarifying questions
State the goal of the feature / product
Behavior Mapping / UX Flow Mapping
Provide criteria to prioritize metrics
Prioritize metrics
Summarize
Let's begin!
"See full answer
"I assume here that the elderly person does not have much knowledge about technology and the internet.
I would like to structure my answer in this way:
Concepts of twitter I want the elderly to know.
Take an analogy to explain the concepts.
Connect the dots between the analogy back to the app.
Twitter concepts :
A common feed to look at the tweets created by the people in your network.
Concept of retweeting.
Chatting.
Comments/likes.
Analogy :
Imagine there is an office wi"
Samiksha D. - "I assume here that the elderly person does not have much knowledge about technology and the internet.
I would like to structure my answer in this way:
Concepts of twitter I want the elderly to know.
Take an analogy to explain the concepts.
Connect the dots between the analogy back to the app.
Twitter concepts :
A common feed to look at the tweets created by the people in your network.
Concept of retweeting.
Chatting.
Comments/likes.
Analogy :
Imagine there is an office wi"See full answer
"The first step is to clarify what the interviewer means by a sales decline. Questions I would ask here include:
Did sales drop suddenly or gradually?
What is the magnitude of the sales drop?
Are sales down for a specific product?
Are sales down for a specific channel (drive-thru, walk-in, etc.)?
This series of questions is to make sure we are on the same page when we say 'sales are down.' We may not know the why yet, but the what should be easy to align on. Otherwise, how would"
Will P. - "The first step is to clarify what the interviewer means by a sales decline. Questions I would ask here include:
Did sales drop suddenly or gradually?
What is the magnitude of the sales drop?
Are sales down for a specific product?
Are sales down for a specific channel (drive-thru, walk-in, etc.)?
This series of questions is to make sure we are on the same page when we say 'sales are down.' We may not know the why yet, but the what should be easy to align on. Otherwise, how would"See full answer
"Clarify:
First, is there a budget or timeline I should be aware of? This will allow me to understand if we should build an MVP version of X product, or if we have the freedom to make it a bit more layered/complex.
No budget/timeline
Next, I want to define child care: we can be talking about after-school day care many private and public schools provide. We can also be talking about child care businesses that will look after children during business hours. There are some education"
Anand K. - "Clarify:
First, is there a budget or timeline I should be aware of? This will allow me to understand if we should build an MVP version of X product, or if we have the freedom to make it a bit more layered/complex.
No budget/timeline
Next, I want to define child care: we can be talking about after-school day care many private and public schools provide. We can also be talking about child care businesses that will look after children during business hours. There are some education"See full answer
"Since success metrics is a very broad term, to dive deep into WCS - What constitutes success.
What is the objective of the company/product, north star/mission of the organization or product?
Dependent on the company, market, the industry they play in.
As an example: Facebook's mission is now empowerment, bringing the people together and giving them the power to build communities. Every part of its product aligns in one way or other with this goal. Be it, its Web/Mobile platform, Instagram,"
Pm P. - "Since success metrics is a very broad term, to dive deep into WCS - What constitutes success.
What is the objective of the company/product, north star/mission of the organization or product?
Dependent on the company, market, the industry they play in.
As an example: Facebook's mission is now empowerment, bringing the people together and giving them the power to build communities. Every part of its product aligns in one way or other with this goal. Be it, its Web/Mobile platform, Instagram,"See full answer
"SELECT order_amount
FROM
(SELECT
o.order_amount,
DENSERANK() OVER (ORDER BY o.orderamount DESC) as rnk
FROM orders o
JOIN departments d ON d.departmentid = o.departmentid
WHERE d.department_name = 'Fashion'
)
WHERE rnk = 2"
Ankit P. - "SELECT order_amount
FROM
(SELECT
o.order_amount,
DENSERANK() OVER (ORDER BY o.orderamount DESC) as rnk
FROM orders o
JOIN departments d ON d.departmentid = o.departmentid
WHERE d.department_name = 'Fashion'
)
WHERE rnk = 2"See full answer
"The Critical Rendering Path (CRP) refers to the sequence of steps that a web browser takes to convert HTML, CSS, and JavaScript into a fully rendered webpage. CRP highlights the processes that can slow down the time it takes for a webpage to become interactive for users."
Shivam B. - "The Critical Rendering Path (CRP) refers to the sequence of steps that a web browser takes to convert HTML, CSS, and JavaScript into a fully rendered webpage. CRP highlights the processes that can slow down the time it takes for a webpage to become interactive for users."See full answer
"This may seem tricky at first, but this is actually an Expansion problem, since we're expanding to a new market. The only difference is this is specifically for small businesses within that market. This is the formula you should use when tackling these types of interview questions:
Ask clarifying questions
Perform user analysis
Market risk analysis
State goals
Perform channel analysis
Prioritize growth channels
Strategy
Summarize
Witho"
Exponent - "This may seem tricky at first, but this is actually an Expansion problem, since we're expanding to a new market. The only difference is this is specifically for small businesses within that market. This is the formula you should use when tackling these types of interview questions:
Ask clarifying questions
Perform user analysis
Market risk analysis
State goals
Perform channel analysis
Prioritize growth channels
Strategy
Summarize
Witho"See full answer
"Snapchat's mission is to re-create how people use camera to capture their life moments. Snapchat's user base is comprised of Gen Z and Millenials, capturing the ~ 12-35 year old age group. Snapchat's goal is to keep these users engaged so they don't leave for enticing competitors like Tic Toc and Quibi.
Tic Toc and Quibi are major competitors to Snapchat and they seem to compete on original content. They've partnered with celebrities and media brands to produce really engaging, high quality co"
Rika S. - "Snapchat's mission is to re-create how people use camera to capture their life moments. Snapchat's user base is comprised of Gen Z and Millenials, capturing the ~ 12-35 year old age group. Snapchat's goal is to keep these users engaged so they don't leave for enticing competitors like Tic Toc and Quibi.
Tic Toc and Quibi are major competitors to Snapchat and they seem to compete on original content. They've partnered with celebrities and media brands to produce really engaging, high quality co"See full answer