"Is it bad to get the answer a different way? Will they mark that as not knowing Bayes Theorem or just correct as it is an easier way to get the answer?
The way I went is to look at what happens when the factory makes 100 light bulbs. Machine A makes 60 of which 3 are faulty, Machine B makes 40 of which 1.2 are faulty. Therefore the pool of faulty lightbulbs is 3/4.2 = 5/7 from machine A and 1.2/4.2 = 3/7 from Machine B."
Will I. - "Is it bad to get the answer a different way? Will they mark that as not knowing Bayes Theorem or just correct as it is an easier way to get the answer?
The way I went is to look at what happens when the factory makes 100 light bulbs. Machine A makes 60 of which 3 are faulty, Machine B makes 40 of which 1.2 are faulty. Therefore the pool of faulty lightbulbs is 3/4.2 = 5/7 from machine A and 1.2/4.2 = 3/7 from Machine B."See full answer
"Trying to decide on if they should include a step to upload a profile picture in the onboarding flow or not?
Why does facebook have a profile picture? What value does it add?
User value - Connections: having a picture on your profile, help drive friending and follows. Because users can put a face with the name. And they cna also recongize people they may not immediately know from a name (or a common name) and want to friend them.
Business value -
Integrity: maki"
Marie E. - "Trying to decide on if they should include a step to upload a profile picture in the onboarding flow or not?
Why does facebook have a profile picture? What value does it add?
User value - Connections: having a picture on your profile, help drive friending and follows. Because users can put a face with the name. And they cna also recongize people they may not immediately know from a name (or a common name) and want to friend them.
Business value -
Integrity: maki"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
"Great question, I’ll take a moment to organize my thoughts before answering - Sure
I have a few clarification questions and some assumptions - Go ahead
5 years and infinite resources, I have no constraints in terms of making technology advancements - Yes, no constraint
I’ll focus on improving the lives of people and changing the ways people use Google Translate and may expand the use to different products.. not just existing interface - Cool
Let's take a step back and think why people nee"
Vaibhav B. - "Great question, I’ll take a moment to organize my thoughts before answering - Sure
I have a few clarification questions and some assumptions - Go ahead
5 years and infinite resources, I have no constraints in terms of making technology advancements - Yes, no constraint
I’ll focus on improving the lives of people and changing the ways people use Google Translate and may expand the use to different products.. not just existing interface - Cool
Let's take a step back and think why people nee"See full answer
"Comprehend the situation:
“When we say video streaming, do we mean watching videos such as movies and TV shows from devices using the internet?”
Yes
“Is it a fair assumption calling 65+ as seniors?”
Yes
“Any specific goal in mind?”
Up to you
“Timeline? constraints? “
None
“Is this an extension of one of the existing streaming apps or a brand new one?”
Brand new
“Is there hardware needed for this app or will we be using the existing hardware and only developing the app?”
You decide
I’l"
Nagi E. - "Comprehend the situation:
“When we say video streaming, do we mean watching videos such as movies and TV shows from devices using the internet?”
Yes
“Is it a fair assumption calling 65+ as seniors?”
Yes
“Any specific goal in mind?”
Up to you
“Timeline? constraints? “
None
“Is this an extension of one of the existing streaming apps or a brand new one?”
Brand new
“Is there hardware needed for this app or will we be using the existing hardware and only developing the app?”
You decide
I’l"See full answer
Product Manager
Product Design
🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.
"def mostefficientseqscore(parentheses, efficiencyratings):
mes = []
for i in range(len(parentheses)):
mes.append((parentheses[i], max(efficiency_ratings[i]))
return sum([m[1] for m in mes])
`"
Nathan C. - "def mostefficientseqscore(parentheses, efficiencyratings):
mes = []
for i in range(len(parentheses)):
mes.append((parentheses[i], max(efficiency_ratings[i]))
return sum([m[1] for m in mes])
`"See full answer
"One Accomplishment I'm most proud of is that I graduated from Schaumburg High School In May of 2021 and I was able to get up the stage and collect my diploma. This was a HUGE Impact in regards of passing all of my classes and earning all of my credits in order to be apart of the NOW Arena graduation."
Amparo L. - "One Accomplishment I'm most proud of is that I graduated from Schaumburg High School In May of 2021 and I was able to get up the stage and collect my diploma. This was a HUGE Impact in regards of passing all of my classes and earning all of my credits in order to be apart of the NOW Arena graduation."See full answer
"Clarify: IG shops is the marketplace on IG, where users can view items listed for sale by creators/businesses and also search for specific items or categories. Users can actually buy through shops instead of getting navigated to the original business website. Correct?
Clarify: Can only sellers/businesses which own their inventory have a "shop"? Or can a social media influencer (different IG account) sell on behalf of a business?
Structure: In order to figure out what success looks like, I'd fi"
Anonymous Crab - "Clarify: IG shops is the marketplace on IG, where users can view items listed for sale by creators/businesses and also search for specific items or categories. Users can actually buy through shops instead of getting navigated to the original business website. Correct?
Clarify: Can only sellers/businesses which own their inventory have a "shop"? Or can a social media influencer (different IG account) sell on behalf of a business?
Structure: In order to figure out what success looks like, I'd fi"See full answer
"Clarifying questions
Key value proposition of the product: targeted search engine for kids to search the internet
Target users: kids below 18 years of age
Target geography: USA
Form factor: web app
Target market
Kids (largely school students) are now increasingly using the internet for educational purposes to perform assignments, collaborate on projects etc.
A search engine is a core need to access the internet for this audience and is needed quite frequently - almost every time a"
Rahul J. - "Clarifying questions
Key value proposition of the product: targeted search engine for kids to search the internet
Target users: kids below 18 years of age
Target geography: USA
Form factor: web app
Target market
Kids (largely school students) are now increasingly using the internet for educational purposes to perform assignments, collaborate on projects etc.
A search engine is a core need to access the internet for this audience and is needed quite frequently - almost every time a"See full answer
"During the course of my career, I have had the opportunity to fill a variety of roles. I’ve been a business analyst, a consultant, a project manager, a scrum master, a product owner, and a product manager. Each of these has had aspects that I have enjoyed. There are a few that standout though over everything else.
First is that I have a passion for working with people. In each of these roles, my favorite part was always working with a diverse range of individuals from various levels of the orga"
John F. - "During the course of my career, I have had the opportunity to fill a variety of roles. I’ve been a business analyst, a consultant, a project manager, a scrum master, a product owner, and a product manager. Each of these has had aspects that I have enjoyed. There are a few that standout though over everything else.
First is that I have a passion for working with people. In each of these roles, my favorite part was always working with a diverse range of individuals from various levels of the orga"See full answer
"Clarify → Mission / Landscape / Why → Users → Pain Points → Solutions → Evaluate
Clarifying Questions / Assumptions:
What kind of art are we focused on (Photography, digital art, physical art, sculpture, etc)? Assume we’re focused on physical paintings or sketches
Is the goal of the product to allow users to view and interact with others art or create their own art? Enjoying art can come through both experiencing it and creating it so I want to clarify. **Let’s focus on experiencing a"
Nikitha G. - "Clarify → Mission / Landscape / Why → Users → Pain Points → Solutions → Evaluate
Clarifying Questions / Assumptions:
What kind of art are we focused on (Photography, digital art, physical art, sculpture, etc)? Assume we’re focused on physical paintings or sketches
Is the goal of the product to allow users to view and interact with others art or create their own art? Enjoying art can come through both experiencing it and creating it so I want to clarify. **Let’s focus on experiencing a"See full answer
"Sharing the approach for functional requirements we tool to solve this question.
Functional Requirements
This is only for the Registered users
What is a "For You" page ?
Home page where you get suggestions based on
people you follow.
Interactions
like/share/comments (done by user)
Interests (shared by the user during registration or onboarding)
sports choices/ region choices/
Video sharing platform.
So how many videos should we s"
Anonymous Hare - "Sharing the approach for functional requirements we tool to solve this question.
Functional Requirements
This is only for the Registered users
What is a "For You" page ?
Home page where you get suggestions based on
people you follow.
Interactions
like/share/comments (done by user)
Interests (shared by the user during registration or onboarding)
sports choices/ region choices/
Video sharing platform.
So how many videos should we s"See full answer
"Clarifying Questions:
Will this feature be rolled out to the Facebook App or will it be a stand-alone app like Messenger? -- Assume it will be another feature like Marketplace embedded in the Facebook App
What is the goal of this feature?
How will it be used? Similar to Marketplace where you might see job listings and employer's company pages linked for reviews
Will this be rolled out to a specific geographic region or a specific industry? - Lets assume all industries in US
**Assump"
Avi G. - "Clarifying Questions:
Will this feature be rolled out to the Facebook App or will it be a stand-alone app like Messenger? -- Assume it will be another feature like Marketplace embedded in the Facebook App
What is the goal of this feature?
How will it be used? Similar to Marketplace where you might see job listings and employer's company pages linked for reviews
Will this be rolled out to a specific geographic region or a specific industry? - Lets assume all industries in US
**Assump"See full answer
"what is a task rabbit?
marketplace connecting users with freelance labor with local demand, allowing consumers to find help with everyday tasks, including furniture assembly, moving, delivery, and handy person work
Explain the User Flow in short:
User logs in, searches for the services, sorts, picks and books the service
the gig worker gets 24 hours to pick the request, accepted or declined
In case it is accepted then it is considered a "BOOKed"gig
what is the post booking experience?
-"
Anu S. - "what is a task rabbit?
marketplace connecting users with freelance labor with local demand, allowing consumers to find help with everyday tasks, including furniture assembly, moving, delivery, and handy person work
Explain the User Flow in short:
User logs in, searches for the services, sorts, picks and books the service
the gig worker gets 24 hours to pick the request, accepted or declined
In case it is accepted then it is considered a "BOOKed"gig
what is the post booking experience?
-"See full answer
"Before I jump in, will this product be part of the FB ecosystem? If it's up to me, although I think wine has a great social element and is shared when people are connecting...I would hesitate to create a product that promotes alcohol consumption on FB. So I would choose to have it live outside of FB.
With that, let me start by making sure I understand the product correctly, talk about some metrics we can target. Then we can think through who our users are and outline some of their needs. Final"
Anonymous Sparrow - "Before I jump in, will this product be part of the FB ecosystem? If it's up to me, although I think wine has a great social element and is shared when people are connecting...I would hesitate to create a product that promotes alcohol consumption on FB. So I would choose to have it live outside of FB.
With that, let me start by making sure I understand the product correctly, talk about some metrics we can target. Then we can think through who our users are and outline some of their needs. Final"See full answer