"Clarifying questions:
Q: So FB locals is a standalone app that has reviews of local businesses? What is the current state of the product?
A: Yes. It recently relaunched and branded.
Facebooks mission is to connect people and help them build community, FB local fits into this by using the power of the large social network to surface businesses and events and uses signals such as reviews to build trust and provide value. So its of the utmost importance that the reviews are authentic.
Goal: I"
Anonymous Hummingbird - "Clarifying questions:
Q: So FB locals is a standalone app that has reviews of local businesses? What is the current state of the product?
A: Yes. It recently relaunched and branded.
Facebooks mission is to connect people and help them build community, FB local fits into this by using the power of the large social network to surface businesses and events and uses signals such as reviews to build trust and provide value. So its of the utmost importance that the reviews are authentic.
Goal: I"See full answer
"
I would ask some clarifying questions to refine my objective and know about our users?
What do you mean by experience? Travel, food, short stay, long stay, dating, event, work, airport, registration? - Improve Food, Travel, Event experience, which can be a short or long stay.
What do you mean by the movement to a new city? International travel/ within a specific country (designing solution for any country?) or any geography? - within a country suppose India
What is our business objecti"
Ajinkya P. - "
I would ask some clarifying questions to refine my objective and know about our users?
What do you mean by experience? Travel, food, short stay, long stay, dating, event, work, airport, registration? - Improve Food, Travel, Event experience, which can be a short or long stay.
What do you mean by the movement to a new city? International travel/ within a specific country (designing solution for any country?) or any geography? - within a country suppose India
What is our business objecti"See full answer
"Understand Wikipedia
Wikipedia is an online encyclopedia that gives everyone access to unbiased and accurate knowledge and information.
Current products:
Website - people use Wikipedia to search and pull up articles written around a specific topic
Integration with other products such as browsers and kindles - people highlight a word/subject and they can pull up the relevant wikipedia if it's available.
Business model: It's a non-profit organization t"
SweetTaco - "Understand Wikipedia
Wikipedia is an online encyclopedia that gives everyone access to unbiased and accurate knowledge and information.
Current products:
Website - people use Wikipedia to search and pull up articles written around a specific topic
Integration with other products such as browsers and kindles - people highlight a word/subject and they can pull up the relevant wikipedia if it's available.
Business model: It's a non-profit organization t"See full answer
Product Manager
Product Design
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"Here's some thought on what I'll be doing in this situation:
Identify the root cause (I'll try to assess WHY the engineers don't action these tickets). In order to identify the potential reasons, I'd have 1:1s with team members, observe participation and engagement in backlog grooming sessions and check in with leads and my peers.
Lack of clarity on requirements or acceptance criteria.
Skill gaps.
Dependency on other teams or missing prerequisites.
Team capaci"
Anonymous Dingo - "Here's some thought on what I'll be doing in this situation:
Identify the root cause (I'll try to assess WHY the engineers don't action these tickets). In order to identify the potential reasons, I'd have 1:1s with team members, observe participation and engagement in backlog grooming sessions and check in with leads and my peers.
Lack of clarity on requirements or acceptance criteria.
Skill gaps.
Dependency on other teams or missing prerequisites.
Team capaci"See full answer
"Achieving your metric of success (Daily Active Users, Engagement etc.)
Improving user sentiment in their experience of using the product
Attention given to accessibility, visual design and content hierarchy
The product design aligns with goals and branding of company
Product clearly communicates value to our users and helps them achieve their goals"
Ben G. - "Achieving your metric of success (Daily Active Users, Engagement etc.)
Improving user sentiment in their experience of using the product
Attention given to accessibility, visual design and content hierarchy
The product design aligns with goals and branding of company
Product clearly communicates value to our users and helps them achieve their goals"See full answer
"Assumption:
I’m estimating the minimum number of trains required to fulfil maximum demand
I’m including all trains that’s serving NYC
Formula:
Before I state my formula, I would like to mention a few things
I will be calculating the number of trains required to fulfill all demand at the peak time during a workday.
I assume peak time lasts for 2 hours
I’m assuming that a train takes 2 hours to complete one roundtrip on its route, which means any given train can service rider"
Qusai B. - "Assumption:
I’m estimating the minimum number of trains required to fulfil maximum demand
I’m including all trains that’s serving NYC
Formula:
Before I state my formula, I would like to mention a few things
I will be calculating the number of trains required to fulfill all demand at the peak time during a workday.
I assume peak time lasts for 2 hours
I’m assuming that a train takes 2 hours to complete one roundtrip on its route, which means any given train can service rider"See full answer
"I'd start by trying to understand the high level north star for Stripe Atlas with respect to Stripe's mission of increasing the GDP of the internet.
Example north star: Increase successfully created startups MoM, YoY
I'd ask the interviewer to confirm my understanding on the following: Atlas allows entrepreneurs to easily launch their startups within a matter of only a few days from signup to receiving a tax ID.
I would take this understanding and understand the input metrics towards the n"
Michelle D. - "I'd start by trying to understand the high level north star for Stripe Atlas with respect to Stripe's mission of increasing the GDP of the internet.
Example north star: Increase successfully created startups MoM, YoY
I'd ask the interviewer to confirm my understanding on the following: Atlas allows entrepreneurs to easily launch their startups within a matter of only a few days from signup to receiving a tax ID.
I would take this understanding and understand the input metrics towards the n"See full answer
"Problem: Given an input string txt consisting of alphanumeric characters and the parentheses characters '(' & ')', write a function which removes the minimum number of characters to return a version of the string with properly balanced parenthesis.
Answer: You can do this with a counter.
Psuedo-Python
Start with counter = 0
output = []
Iterate through the string, every time you encounter a '(', increment the counter. Add the character to the output.
If you encounter a ')', decrement the coun"
Michael B. - "Problem: Given an input string txt consisting of alphanumeric characters and the parentheses characters '(' & ')', write a function which removes the minimum number of characters to return a version of the string with properly balanced parenthesis.
Answer: You can do this with a counter.
Psuedo-Python
Start with counter = 0
output = []
Iterate through the string, every time you encounter a '(', increment the counter. Add the character to the output.
If you encounter a ')', decrement the coun"See full answer
"User Persona
Individual heavy Users
Casual users
Enterprise Users
Occasional Users
I would like to think more about the Enterprise users, because they are the power users and the maximum revenue of the Google may come up with the enterprise solutions. It is my hypothesis that despite of improvement of the Google drive, common individual users are highly unlikely to use the premium version of the G Suite
User Journey of the person using Google Drive
Want to work on the new document"
Anonymous Muskox - "User Persona
Individual heavy Users
Casual users
Enterprise Users
Occasional Users
I would like to think more about the Enterprise users, because they are the power users and the maximum revenue of the Google may come up with the enterprise solutions. It is my hypothesis that despite of improvement of the Google drive, common individual users are highly unlikely to use the premium version of the G Suite
User Journey of the person using Google Drive
Want to work on the new document"See full answer
"def friend_distance(friends, userA, userB):
step = 0
total_neighs = set()
llen = len(total_neighs)
total_neighs.add(userB)
while len(total_neighs)!=llen:
s = set()
step += 1
llen = len(total_neighs)
for el in total_neighs:
nes = neighbours(friends, userA, el)
if userA in nes:
return step
for p in nes:
s.add(p)
for el in s:
total_neighs.add(el)
return -1
def neighbours(A,n1, n2):
out = set()
for i in range(len(A[n2])):
if An2:
out.add(i)
return out"
Batman X. - "def friend_distance(friends, userA, userB):
step = 0
total_neighs = set()
llen = len(total_neighs)
total_neighs.add(userB)
while len(total_neighs)!=llen:
s = set()
step += 1
llen = len(total_neighs)
for el in total_neighs:
nes = neighbours(friends, userA, el)
if userA in nes:
return step
for p in nes:
s.add(p)
for el in s:
total_neighs.add(el)
return -1
def neighbours(A,n1, n2):
out = set()
for i in range(len(A[n2])):
if An2:
out.add(i)
return out"See full answer
"I’d discuss definition of keywords: UPI ( service ) and what does revenue mean in UPI
Assume goals - Increase 50% by the next one year
Geo - India
User
Users to Users ( P2P )
Users to Merchant ( P2M )
Merchants to Merchant (small-scale UPI )
Picked User Segment - Users to Merchant ( P2M )
Pain points
Subscriptions
Tap on pay
Frauds / Trust issues
Upper cap 1L
No Cost EMI / EMI on UPIs
Credit on UPIs
Spending Insights
Integrations with devices - smartwatches, smart TVs, sm"
KittyKat - "I’d discuss definition of keywords: UPI ( service ) and what does revenue mean in UPI
Assume goals - Increase 50% by the next one year
Geo - India
User
Users to Users ( P2P )
Users to Merchant ( P2M )
Merchants to Merchant (small-scale UPI )
Picked User Segment - Users to Merchant ( P2M )
Pain points
Subscriptions
Tap on pay
Frauds / Trust issues
Upper cap 1L
No Cost EMI / EMI on UPIs
Credit on UPIs
Spending Insights
Integrations with devices - smartwatches, smart TVs, sm"See full answer