"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
"As an interviewer, I have asked this question to candidates in the past. Here are the major topics I am looking for in an interview
The candidate should understand that there are ways of measuring the loss of a particular clustering. For example, we can take the average distance of each point to it's cluster center.
The candidate should understand that this loss will always decrease as the number of clusters increases. For that reason, we can't just pick the value of K that minimizes the l"
Michael F. - "As an interviewer, I have asked this question to candidates in the past. Here are the major topics I am looking for in an interview
The candidate should understand that there are ways of measuring the loss of a particular clustering. For example, we can take the average distance of each point to it's cluster center.
The candidate should understand that this loss will always decrease as the number of clusters increases. For that reason, we can't just pick the value of K that minimizes the l"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
Solutions Architect
Behavioral
+2 more
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"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
"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
"Control plane has few component, it's like the brain of the cluster, the data plane is the work horse, CP has etcd, api-server, DP has kublet and kube-proxy"
Hyder A. - "Control plane has few component, it's like the brain of the cluster, the data plane is the work horse, CP has etcd, api-server, DP has kublet and kube-proxy"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
"Goals :
Determine if the TV series should be renewed
If it should be renewed, how much should Netflix be willing to pay for this series
Let's assume that the goal is to maximize subscriber retention and engagement while paying a reasonable amount for the licensing costs that is justified by the value added by the series.
Assumptions :
The show is exclusive to Netflix for a particular region (for eg. US)
It has been on the platform for an year
Netflix has subscriber level data around"
Saurabh K. - "Goals :
Determine if the TV series should be renewed
If it should be renewed, how much should Netflix be willing to pay for this series
Let's assume that the goal is to maximize subscriber retention and engagement while paying a reasonable amount for the licensing costs that is justified by the value added by the series.
Assumptions :
The show is exclusive to Netflix for a particular region (for eg. US)
It has been on the platform for an year
Netflix has subscriber level data around"See full answer
"Some clarification questions
On a very top layer these are the building blocks of the Quick Commerce companies. Let me know if you wanna deep dive in any specific.
Users - browses the catalogue and selects the items that they wanna buy.
Dark Store - This is where the catalogue is stored i.e. the items to be ordered. Imagine this to be a huge super store but only the delivery executives are allowed to shop in their. There are multiple of these dark stores, when you enter your address you get"
Ekta M. - "Some clarification questions
On a very top layer these are the building blocks of the Quick Commerce companies. Let me know if you wanna deep dive in any specific.
Users - browses the catalogue and selects the items that they wanna buy.
Dark Store - This is where the catalogue is stored i.e. the items to be ordered. Imagine this to be a huge super store but only the delivery executives are allowed to shop in their. There are multiple of these dark stores, when you enter your address you get"See full answer
"Clarifying question: how does Uber know that this is happening and has there already been research as to why drivers are doing this?
Approach:
Understand the problem and how big of a problem is it? Is it a big enough problem to address given other competing priorities?
Given the why's both for drivers and riders, ideate solutions to both drivers and riders
Prioritize solutions
Measure of success
Summary
Propose the approach above and solicit feedback from interviewer, incorporat"
Anonymous Sparrow - "Clarifying question: how does Uber know that this is happening and has there already been research as to why drivers are doing this?
Approach:
Understand the problem and how big of a problem is it? Is it a big enough problem to address given other competing priorities?
Given the why's both for drivers and riders, ideate solutions to both drivers and riders
Prioritize solutions
Measure of success
Summary
Propose the approach above and solicit feedback from interviewer, incorporat"See full answer
"Clarifying Questions
What do we mean by ‘improve’? Is there a certain goal that we are trying to attain?
Is there a target user that we are going for?
Any constraints or things to keep in mind when building this?
Assumptions
Only focused on google docs and not collaboration on other G-suite products such as PPT or sheets
What is Google Docs? Web-based productivity tool that allows you to access your files from any computer through your gmail account. You can also share and"
Esha - "Clarifying Questions
What do we mean by ‘improve’? Is there a certain goal that we are trying to attain?
Is there a target user that we are going for?
Any constraints or things to keep in mind when building this?
Assumptions
Only focused on google docs and not collaboration on other G-suite products such as PPT or sheets
What is Google Docs? Web-based productivity tool that allows you to access your files from any computer through your gmail account. You can also share and"See full answer