"Thank you for the question! Normally, I would want to ask some clarifying questions to try to better understand the scope of the problem. Below are some of those questions & assumptions I am going to make because I need to submit an answer without getting a response.
Question 1: What is Facebook’s north star metric for this exercise? Growth? Engagement? I’m also keeping in mind that because we are talking about building a birthday feature in the earlier stages of Facebook, their north s"
Anonymous Jellyfish - "Thank you for the question! Normally, I would want to ask some clarifying questions to try to better understand the scope of the problem. Below are some of those questions & assumptions I am going to make because I need to submit an answer without getting a response.
Question 1: What is Facebook’s north star metric for this exercise? Growth? Engagement? I’m also keeping in mind that because we are talking about building a birthday feature in the earlier stages of Facebook, their north s"See full answer
"Clarifying Questions:
Is this for business travel, personal travel, or both?
Are there any particular objectives that we want to focus on?
Think about why Facebook would want to do this
is it because they are thinking about building an external-facing travel product, and want to test it on Facebook employees first?
Facebook employees work hard, so they want to make sure that their employees are taking the vacations they need to optimize performance
List user types
employees trav"
Greg W. - "Clarifying Questions:
Is this for business travel, personal travel, or both?
Are there any particular objectives that we want to focus on?
Think about why Facebook would want to do this
is it because they are thinking about building an external-facing travel product, and want to test it on Facebook employees first?
Facebook employees work hard, so they want to make sure that their employees are taking the vacations they need to optimize performance
List user types
employees trav"See full answer
"#include
// Naive method to find a pair in an array with a given sum
void findPair(int nums[], int n, int target)
{
// consider each element except the last
for (int i = 0; i < n - 1; i++)
{
// start from the i'th element until the last element
for (int j = i + 1; j < n; j++)
{
// if the desired sum is found, print it
if (nums[i] + nums[j] == target)
{
printf("Pair found (%d, %d)\n", nums[i], nums[j]);
return;
}
}
}
// we reach here if the pair is not found
printf("Pair not found");
}
"
Gundala tarun,cse2020 V. - "#include
// Naive method to find a pair in an array with a given sum
void findPair(int nums[], int n, int target)
{
// consider each element except the last
for (int i = 0; i < n - 1; i++)
{
// start from the i'th element until the last element
for (int j = i + 1; j < n; j++)
{
// if the desired sum is found, print it
if (nums[i] + nums[j] == target)
{
printf("Pair found (%d, %d)\n", nums[i], nums[j]);
return;
}
}
}
// we reach here if the pair is not found
printf("Pair not found");
}
"See full answer
"I was working in a Silicon Validation group and the roadmap for all validation strategy was defined, But the problem with that was it was as with the roadmap given, the quality would have compromised and hence, I raised a concern regarding the quality of the product.
Initially the team members were not convinced, I borrowed a week's time with them and scheduled another meeting and brought up all the data(high level) which we should be covering during the validation timeframe.
Also added tentati"
Shubham A. - "I was working in a Silicon Validation group and the roadmap for all validation strategy was defined, But the problem with that was it was as with the roadmap given, the quality would have compromised and hence, I raised a concern regarding the quality of the product.
Initially the team members were not convinced, I borrowed a week's time with them and scheduled another meeting and brought up all the data(high level) which we should be covering during the validation timeframe.
Also added tentati"See full answer
"Assumptions: This is an entirely new app and not part of FB
Clarification questions:
Q: What type of doctors are they looking for? It seems like an app would be for a more generalist doctor to establish relationship and not some type of emergency situation
A: Yes
Q: When we say looking for doctors whats the scope of this? Should we include making the actual appointment, does this happen on platform?
A: Yes, initial appointment
Ok thanks based on that I think we have enough to get started.
"
Anonymous Hummingbird - "Assumptions: This is an entirely new app and not part of FB
Clarification questions:
Q: What type of doctors are they looking for? It seems like an app would be for a more generalist doctor to establish relationship and not some type of emergency situation
A: Yes
Q: When we say looking for doctors whats the scope of this? Should we include making the actual appointment, does this happen on platform?
A: Yes, initial appointment
Ok thanks based on that I think we have enough to get started.
"See full answer
"
To start, I'm going to make sure I understand the product correctly and also define what specific business metric we're trying to improve. Second, I will focus on defining the target user for which we want to improve the product and brainstorm what additional user problems we could solve. And third, I will generate solutions for these problems, prioritize them, and make a recommendation."
First I want to understand if this product will aim to help me find the pet I want, or help me discover wh"
Anonymous Sparrow - "
To start, I'm going to make sure I understand the product correctly and also define what specific business metric we're trying to improve. Second, I will focus on defining the target user for which we want to improve the product and brainstorm what additional user problems we could solve. And third, I will generate solutions for these problems, prioritize them, and make a recommendation."
First I want to understand if this product will aim to help me find the pet I want, or help me discover wh"See full answer
"Clarifying questions
#1: What does "investment" mean?
#2: Verification badge already exists or not?
#3: A verification badge is a special symbol (like a checkmark), usually displayed next to the username to identify/verify that an account with this badge is an authentic public figure or brand. It is NOT a way for Instagram to endorse the "importance" of verified accounts. Is this accurate? Anything else I should know of as a PM regarding the definition?
**Assumption: Verification badge alre"
nikilukman - "Clarifying questions
#1: What does "investment" mean?
#2: Verification badge already exists or not?
#3: A verification badge is a special symbol (like a checkmark), usually displayed next to the username to identify/verify that an account with this badge is an authentic public figure or brand. It is NOT a way for Instagram to endorse the "importance" of verified accounts. Is this accurate? Anything else I should know of as a PM regarding the definition?
**Assumption: Verification badge alre"See full answer
"Clarification:
What are we trying to improve on Facebook Marketplace?
I would like you to ponder on this.
I'll take on how to monetize the Marketplace. Thus, improving it from the company's perspective
Do we have any particular Demography in Mind
Take India, as it is one of the biggest market available.
What do I understand by Facebook Marketplace?
It is a place where both buyers and sellers get a chance to connect within Facebook. The Sellers have the option of postin"
Lokesh K. - "Clarification:
What are we trying to improve on Facebook Marketplace?
I would like you to ponder on this.
I'll take on how to monetize the Marketplace. Thus, improving it from the company's perspective
Do we have any particular Demography in Mind
Take India, as it is one of the biggest market available.
What do I understand by Facebook Marketplace?
It is a place where both buyers and sellers get a chance to connect within Facebook. The Sellers have the option of postin"See full answer
"Described a bug I found on an app designed for a specific make of tablet.
In this sequence I described:
The app the bug was found in
The priority and severity of the bug
That it was a regression to an existing working piece of functionality
The hardware and the firmware on the device the bug occurred on
The steps that led to me finding the bug and how it manifested itself
Talked about how we debugged from the point of view of:
Code
Component
Deployed application
Comparison to"
Hans - "Described a bug I found on an app designed for a specific make of tablet.
In this sequence I described:
The app the bug was found in
The priority and severity of the bug
That it was a regression to an existing working piece of functionality
The hardware and the firmware on the device the bug occurred on
The steps that led to me finding the bug and how it manifested itself
Talked about how we debugged from the point of view of:
Code
Component
Deployed application
Comparison to"See full answer
"Assumptions and clarifying Questions
1 - This will be a feature within the existing FB App and would utilize existing features - YES
2 - What is the goal of this new feature - User acquisition & increase engagement
3 -Is this feature around playing sports or watching sports - Playing
4 - Any specific geography to target - US
5 - Both mobile and desktop platforms - YES
6 - Any specific demographic to target - You choose
7 - Any constraints around go to market - 6 months
8 - Any other"
R K. - "Assumptions and clarifying Questions
1 - This will be a feature within the existing FB App and would utilize existing features - YES
2 - What is the goal of this new feature - User acquisition & increase engagement
3 -Is this feature around playing sports or watching sports - Playing
4 - Any specific geography to target - US
5 - Both mobile and desktop platforms - YES
6 - Any specific demographic to target - You choose
7 - Any constraints around go to market - 6 months
8 - Any other"See full answer
"
Situation
In the derivatives trading domain, timely and accurate data is crucial for making informed trading decisions. Our existing data processing system was facing challenges with latency and scalability, which hindered our ability to react swiftly to market changes. To address these issues, we designed a new real-time market data processing platform.
Task
The task was to develop a low-latency data processing platform that could handle real-time market data ingestion, processing, an"
Scott S. - "
Situation
In the derivatives trading domain, timely and accurate data is crucial for making informed trading decisions. Our existing data processing system was facing challenges with latency and scalability, which hindered our ability to react swiftly to market changes. To address these issues, we designed a new real-time market data processing platform.
Task
The task was to develop a low-latency data processing platform that could handle real-time market data ingestion, processing, an"See full answer
"To clarify are we looking to build this product within FB app or standalone – standalone
Can I assume I can build for US as mvp and then we can roll it globally phase wise – yes
Is there a limitation to what task we want to cater people on our app or it could be multi task usual handyman not a niche – yes usual handyman
Ok so if I understand we are designing a product for handyman for usual task to launch it in US and this is a standalone app not residing in FB app
Overall I will talk about mi"
Priyank S. - "To clarify are we looking to build this product within FB app or standalone – standalone
Can I assume I can build for US as mvp and then we can roll it globally phase wise – yes
Is there a limitation to what task we want to cater people on our app or it could be multi task usual handyman not a niche – yes usual handyman
Ok so if I understand we are designing a product for handyman for usual task to launch it in US and this is a standalone app not residing in FB app
Overall I will talk about mi"See full answer
"Video engagement: time spent, frequency, recency
Video completion rate
Time spent on Facebook vs Time spent on watching FB videos
Video recommendation: Switching from 1st to 2nd and so on
"
Himanshu V. - "Video engagement: time spent, frequency, recency
Video completion rate
Time spent on Facebook vs Time spent on watching FB videos
Video recommendation: Switching from 1st to 2nd and so on
"See full answer