"Let me tell you about a time where a website I managed suddenly showed slow performance and the mistake on our side was it was unnoticed until a user reported the issue to management. As a PM for that project, I took full responsibility of the situation and worked with the engineering team to quickly resolve it. This mistake taught me the importance of focusing and monitoring non functional requirements as well in addition to new feature development /adoption where I was mostly spending my time"
Sreenisha S. - "Let me tell you about a time where a website I managed suddenly showed slow performance and the mistake on our side was it was unnoticed until a user reported the issue to management. As a PM for that project, I took full responsibility of the situation and worked with the engineering team to quickly resolve it. This mistake taught me the importance of focusing and monitoring non functional requirements as well in addition to new feature development /adoption where I was mostly spending my time"See full answer
"Situation: Our company was going through tech stack updated and our team tasked to migrate existing code into Typescript(TS) and all future development to be written with TS within our codebase.
TASK: Migrate existing codebase to TS and future integration to be TS compatible.
ACTION: The team deep dived into picking up TS skill and learnt some basics and focused on delivering the migration in phases. I prioritised the files to migrate based on levels of complexity. I created a Fil"
Shashank K. - "Situation: Our company was going through tech stack updated and our team tasked to migrate existing code into Typescript(TS) and all future development to be written with TS within our codebase.
TASK: Migrate existing codebase to TS and future integration to be TS compatible.
ACTION: The team deep dived into picking up TS skill and learnt some basics and focused on delivering the migration in phases. I prioritised the files to migrate based on levels of complexity. I created a Fil"See full answer
"For any project based questions, it is important to structure your response clearly, showcasing your thought process, technical skills, problem-solving abilities, and how your work added value. Besides the STAR method, you can also use this kind of framework:
1. Start by selecting a relevant project (related to the role)
Give the project background and what specific problem it solved.
2. Align the project's objective and your role
Be specific about your role: were you the le"
Malay K. - "For any project based questions, it is important to structure your response clearly, showcasing your thought process, technical skills, problem-solving abilities, and how your work added value. Besides the STAR method, you can also use this kind of framework:
1. Start by selecting a relevant project (related to the role)
Give the project background and what specific problem it solved.
2. Align the project's objective and your role
Be specific about your role: were you the le"See full answer
"I follow a variation of the RICE framework when prioritizing how I ship product features. I start by looking at:
Reach: Because the customer segmentation across our product portfolio is so similar, I tend to hold a lot of weight on product features that will maximize our customer reach with a minimal LOE.
Impact: After establishing which customer segments will benefit from the product feature, I determine the urgency and estimated impact on each customer segment based on customer i"
Ashley C. - "I follow a variation of the RICE framework when prioritizing how I ship product features. I start by looking at:
Reach: Because the customer segmentation across our product portfolio is so similar, I tend to hold a lot of weight on product features that will maximize our customer reach with a minimal LOE.
Impact: After establishing which customer segments will benefit from the product feature, I determine the urgency and estimated impact on each customer segment based on customer i"See full answer
"Clarify the Goal (What Does Success Look Like?) Asked: Why is DoorDash launching bikes for Dashers? Is it to:
Expand Dasher availability in dense urban areas?
Lower delivery times or costs?
Increase access to work for those without cars?
Each possible goal shapes the metrics differently.
Broke Metrics into Categories:
Operational Metrics
Measure how well bikes are functioning as a delivery method.
Average delivery time (bike vs car/walk)
Order completion rate for bike Dashers
On-t"
Logan S. - "Clarify the Goal (What Does Success Look Like?) Asked: Why is DoorDash launching bikes for Dashers? Is it to:
Expand Dasher availability in dense urban areas?
Lower delivery times or costs?
Increase access to work for those without cars?
Each possible goal shapes the metrics differently.
Broke Metrics into Categories:
Operational Metrics
Measure how well bikes are functioning as a delivery method.
Average delivery time (bike vs car/walk)
Order completion rate for bike Dashers
On-t"See full answer
Data Analyst
Data Analysis
+2 more
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"Let's take Google Fitbit as the product and analyze how to identify its competitors.
1. Identify Direct Competitors (Similar Wearables & Smartwatches)
Fitbit is a fitness tracker and smartwatch brand, so direct competitors include:
Apple Watch Series (Apple)
Samsung Galaxy Watch (Samsung)
Garmin Wearables (Garmin)
Amazfit & Zepp (Huami)
Xiaomi Mi Band (Xiaomi)
These brands offer smartwatches or fitness bands with similar health-tracking features.
2. Use Launch Events for Insi"
Rajdeep J. - "Let's take Google Fitbit as the product and analyze how to identify its competitors.
1. Identify Direct Competitors (Similar Wearables & Smartwatches)
Fitbit is a fitness tracker and smartwatch brand, so direct competitors include:
Apple Watch Series (Apple)
Samsung Galaxy Watch (Samsung)
Garmin Wearables (Garmin)
Amazfit & Zepp (Huami)
Xiaomi Mi Band (Xiaomi)
These brands offer smartwatches or fitness bands with similar health-tracking features.
2. Use Launch Events for Insi"See full answer
"Interesting question.
Let's take a step back and focus on the WHAT and WHY of Google Flights.
The narrative for Google Flights as a product or platform imo is:
As a platform, I wish to make flight information available, so that users can make knowledgable decisions based on their travel needs.
So essentially, it helps users by providing information, so that they can make optimized decisions.
In order to determine if Google should introduce ads, we should consider the impact on both val"
Niranjan M. - "Interesting question.
Let's take a step back and focus on the WHAT and WHY of Google Flights.
The narrative for Google Flights as a product or platform imo is:
As a platform, I wish to make flight information available, so that users can make knowledgable decisions based on their travel needs.
So essentially, it helps users by providing information, so that they can make optimized decisions.
In order to determine if Google should introduce ads, we should consider the impact on both val"See full answer
"Understand the business problem: Identify the business problem that the AI data product is intended to solve.
Identify the target audience: Understand who will be using the data and what problem they will be solving for using the data. This will inform the features and functionality that should be included in the product.
Gather and preprocess the data: Collect and preprocess the data that is relevant to the problem that it is being solved for. This will inform the AI algorithm"
M D. - "Understand the business problem: Identify the business problem that the AI data product is intended to solve.
Identify the target audience: Understand who will be using the data and what problem they will be solving for using the data. This will inform the features and functionality that should be included in the product.
Gather and preprocess the data: Collect and preprocess the data that is relevant to the problem that it is being solved for. This will inform the AI algorithm"See full answer
"DFD, data flow diagram or Information flow diagram helps a business user clearly understand technical concepts as it links use cases with technical concepts.
While feature document along with user stories (with acceptance criteria) works best for technical user to understand business concepts."
Bhuvan D. - "DFD, data flow diagram or Information flow diagram helps a business user clearly understand technical concepts as it links use cases with technical concepts.
While feature document along with user stories (with acceptance criteria) works best for technical user to understand business concepts."See full answer
"WITH RECURSIVE fibonacci_series AS (
SELECT
1 AS n,
0 AS fib1,
1 AS fib2
UNION ALL
SELECT
n + 1 AS n,
fib2 AS fib1,
fib1 + fib2 AS fib2
FROM fibonacci_series
WHERE n < 20 -- Limit the series to 20 numbers
)
SELECT
n,
fib1 AS fib
FROM fibonacci_series
ORDER BY n;
`"
Yashasvi V. - "WITH RECURSIVE fibonacci_series AS (
SELECT
1 AS n,
0 AS fib1,
1 AS fib2
UNION ALL
SELECT
n + 1 AS n,
fib2 AS fib1,
fib1 + fib2 AS fib2
FROM fibonacci_series
WHERE n < 20 -- Limit the series to 20 numbers
)
SELECT
n,
fib1 AS fib
FROM fibonacci_series
ORDER BY n;
`"See full answer
"1) select avg(session) from table where session> 180
2) select round(sessiontime/300)*300 as sessionbin, count() as sessioncount from table group by round(sessiontime/300)300 order by session_bin
3) SELECT t1.country AS country_a,
t2.country AS country_b
FROM (
SELECT country, COUNT(*) AS session_count
FROM yourtablename
GROUP BY country
) AS t1
JOIN (
SELECT country, COUNT(*) AS session_count
FROM yourtablename
`GROUP BY countr"
Erjan G. - "1) select avg(session) from table where session> 180
2) select round(sessiontime/300)*300 as sessionbin, count() as sessioncount from table group by round(sessiontime/300)300 order by session_bin
3) SELECT t1.country AS country_a,
t2.country AS country_b
FROM (
SELECT country, COUNT(*) AS session_count
FROM yourtablename
GROUP BY country
) AS t1
JOIN (
SELECT country, COUNT(*) AS session_count
FROM yourtablename
`GROUP BY countr"See full answer
"We want sales to grow, in order to have a growth in revenue. And customer usage as well as it allows to see if our product lead more engagement from our users.
So to be able to see this overall evolution I would make a line chart for both :
Sales : with month on x-axis and sales revenue on y-axis
Customer Usage : with month on x-axis and a KPI allowing to measure customer usage (nblogins or nbsessions or nbgamesplayed, ... depending on the industry) on y-axis
Moreover, after knowing th"
Catherine T. - "We want sales to grow, in order to have a growth in revenue. And customer usage as well as it allows to see if our product lead more engagement from our users.
So to be able to see this overall evolution I would make a line chart for both :
Sales : with month on x-axis and sales revenue on y-axis
Customer Usage : with month on x-axis and a KPI allowing to measure customer usage (nblogins or nbsessions or nbgamesplayed, ... depending on the industry) on y-axis
Moreover, after knowing th"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
"Target Consumers:
corporate clients - for business meetings
students (in school, college)
aspirants who want to take competitive exams/tests
Identify underserved customer needs:
re-application leads to post-it's not being sticky enough
space crunch so user needs to be precise
post-its need to stick from all 4 corners for it to be readable and so it folds less
writing with pen, marker gets imprinted on next page
Define Value Proposition: a small piece of paper with concise list of"
Priyanka D. - "Target Consumers:
corporate clients - for business meetings
students (in school, college)
aspirants who want to take competitive exams/tests
Identify underserved customer needs:
re-application leads to post-it's not being sticky enough
space crunch so user needs to be precise
post-its need to stick from all 4 corners for it to be readable and so it folds less
writing with pen, marker gets imprinted on next page
Define Value Proposition: a small piece of paper with concise list of"See full answer