"
Questions:
Deadly diseases: new and current
CEO of healthtech startup: adoption phase
Mission: to improve and extend lives
What we do: Research new diseases and connects people to doctors
Structure: Objective -> Macro-Factors -> Company -> Users -> Suggestions
Objective:
Why? Mission to improve and extend lives
How do we inform the world about these 20 deadly diseases we detected?
Macro-Factors(climate/competition)
World events like pandemics - this is a good investment*
"
Cameron P. - "
Questions:
Deadly diseases: new and current
CEO of healthtech startup: adoption phase
Mission: to improve and extend lives
What we do: Research new diseases and connects people to doctors
Structure: Objective -> Macro-Factors -> Company -> Users -> Suggestions
Objective:
Why? Mission to improve and extend lives
How do we inform the world about these 20 deadly diseases we detected?
Macro-Factors(climate/competition)
World events like pandemics - this is a good investment*
"See full answer
"Assumption US, not global. Two categories of masks: washable/reusable (cloth based) and disposable (surgical and N95)
US population is about 300 million
100M households
3 per households**
Cloth: on average 2 masks needed per person so they can wash it (2*3=6 masks per HH)
100M*6 = 600M cloth masks
Disposable: of the 300M, assuming about 60% is essential workers. So about 300M*.6=180M are essential workers. Of the 180M, I would say abo"
Anonymous Moose - "Assumption US, not global. Two categories of masks: washable/reusable (cloth based) and disposable (surgical and N95)
US population is about 300 million
100M households
3 per households**
Cloth: on average 2 masks needed per person so they can wash it (2*3=6 masks per HH)
100M*6 = 600M cloth masks
Disposable: of the 300M, assuming about 60% is essential workers. So about 300M*.6=180M are essential workers. Of the 180M, I would say abo"See full answer
"Assume you have a talking toy that can record voice. Machine learning is this magic that you could use to make this toy really useful for yourself. For a week - talk to this toy about your favorite color, favorite breakfast, what kind of weather you like, so on. The following week you could ask questions like today's weather is so and so - what breakfast should I have? , when should I plan a play date with my friends etc.."
Srinivas P. - "Assume you have a talking toy that can record voice. Machine learning is this magic that you could use to make this toy really useful for yourself. For a week - talk to this toy about your favorite color, favorite breakfast, what kind of weather you like, so on. The following week you could ask questions like today's weather is so and so - what breakfast should I have? , when should I plan a play date with my friends etc.."See full answer
"As a YouTube PM, there are several factors that I would consider when evaluating the idea of developing a tool for content creators to generate ideas with scripts automatically added.
First, I would assess the potential demand for such a tool among YouTube content creators. This would involve researching the needs and challenges of content creators, as well as gathering feedback from content creators on the value and usefulness of the tool. This would help me understand whether there is a strong"
Anonymous Flamingo - "As a YouTube PM, there are several factors that I would consider when evaluating the idea of developing a tool for content creators to generate ideas with scripts automatically added.
First, I would assess the potential demand for such a tool among YouTube content creators. This would involve researching the needs and challenges of content creators, as well as gathering feedback from content creators on the value and usefulness of the tool. This would help me understand whether there is a strong"See full answer
"Clarifying question: normally when we say design for , we mean the same product with features for the user segment. Here, is it okay to assume the meaning to be design a product from Netflix for dogs?
Assumption: yes.
Reason for assumption: an OTT app in its current form with movies and web series is not very suitable to dogs.
We will start by analysing who the stakeholders are in the users.
Dogs
Pet owners
Shelter workers.
We will now explore some of t"
Upasana S. - "Clarifying question: normally when we say design for , we mean the same product with features for the user segment. Here, is it okay to assume the meaning to be design a product from Netflix for dogs?
Assumption: yes.
Reason for assumption: an OTT app in its current form with movies and web series is not very suitable to dogs.
We will start by analysing who the stakeholders are in the users.
Dogs
Pet owners
Shelter workers.
We will now explore some of 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.
"What does the google translator does is
translate the text from one language to other
takes voice command in a language and translate it into another language both in voice and text
Below are some of the Areas in which it can be improved,
The user experience of the translation - text to text
The current translation can take input data of certain size only. If the data size is more, it clearly rejects and doesn't translate until we truncate the input message.
Suggestion to improve:"
Kavitha G. - "What does the google translator does is
translate the text from one language to other
takes voice command in a language and translate it into another language both in voice and text
Below are some of the Areas in which it can be improved,
The user experience of the translation - text to text
The current translation can take input data of certain size only. If the data size is more, it clearly rejects and doesn't translate until we truncate the input message.
Suggestion to improve:"See full answer
"Clarify:
More about google online tutoring service? - content type, is it recorded/ live, certified/ at own pace/ paid, unpaid, etc.?
Objective of this service? Organise world's info & make it accessible & useful, any other objective?
What is the revenue model?
Competition?
Region/ geography?
Constraints?
Approach:
Awareness about the product & job openings: Print & Digital media, ads via google products
Accessibility to apply
LinkedIn/ Google careers page, post"
Rev - "Clarify:
More about google online tutoring service? - content type, is it recorded/ live, certified/ at own pace/ paid, unpaid, etc.?
Objective of this service? Organise world's info & make it accessible & useful, any other objective?
What is the revenue model?
Competition?
Region/ geography?
Constraints?
Approach:
Awareness about the product & job openings: Print & Digital media, ads via google products
Accessibility to apply
LinkedIn/ Google careers page, post"See full answer
"First step would be to define the goals. Many different opinions could themselves be due to unclear goals.
The process of arriving at goals could be based on what are the larger goals of the company or based on prioritization of impact/potential impact.
Although not all the stakeholders would possibly be involved in the goal setting exercise, it's important to explain the process behind arriving at the goals and why these are important.
Next step would be to get buy-in of the stakeho"
Nishant S. - "First step would be to define the goals. Many different opinions could themselves be due to unclear goals.
The process of arriving at goals could be based on what are the larger goals of the company or based on prioritization of impact/potential impact.
Although not all the stakeholders would possibly be involved in the goal setting exercise, it's important to explain the process behind arriving at the goals and why these are important.
Next step would be to get buy-in of the stakeho"See full answer
"function areSentencesSimilar(sentence1, sentence2, similarPairs) {
if (sentence1.length !== sentence2.length) return false;
for (let i=0; i (w1 === word1 && !visited.has(w2)) || (w2 === word1 && !visited.has(w1)));
if (!edge) {
"
Tiago R. - "function areSentencesSimilar(sentence1, sentence2, similarPairs) {
if (sentence1.length !== sentence2.length) return false;
for (let i=0; i (w1 === word1 && !visited.has(w2)) || (w2 === word1 && !visited.has(w1)));
if (!edge) {
"See full answer
"Situation - I had 2 projects in hand. 1st - My primary project under my direct line manager, and 2nd - Under a dotted line manager.
I committed to my 2nd project based on my assumptions and planning of the primary project's scope & timelines. For both these projects, I was the key resource. Unfortunately, we got some new findings in my first project, and it happened to be a case where management made an overcommitment to our business without gauging the assumptions correctly. This put pressu"
DM - "Situation - I had 2 projects in hand. 1st - My primary project under my direct line manager, and 2nd - Under a dotted line manager.
I committed to my 2nd project based on my assumptions and planning of the primary project's scope & timelines. For both these projects, I was the key resource. Unfortunately, we got some new findings in my first project, and it happened to be a case where management made an overcommitment to our business without gauging the assumptions correctly. This put pressu"See full answer
"Questions:
Clarify: High school = grades 9-12?
So roughly ages 15-18 (4 years)?
Are we talking about all high-school aged kids, or kids who actually attend HS?
Do we count home schoolers? Drop outs?
Assumptions:
Let's assume we're estimating the number of children in the U.S. who are enrolled in/attend HS
Assuming a uniform distribution of the population across ages
Approach:
U.S. Population = 300m
Average lifespan = 80 years
4 years represented by HS age = 5% of the populati"
Chelsea F. - "Questions:
Clarify: High school = grades 9-12?
So roughly ages 15-18 (4 years)?
Are we talking about all high-school aged kids, or kids who actually attend HS?
Do we count home schoolers? Drop outs?
Assumptions:
Let's assume we're estimating the number of children in the U.S. who are enrolled in/attend HS
Assuming a uniform distribution of the population across ages
Approach:
U.S. Population = 300m
Average lifespan = 80 years
4 years represented by HS age = 5% of the populati"See full answer
"Goal: Google goal is to organize world information and make is it universally accessible
Most of google business are focused on building platforms that facilitate one or more of the three below
Provide data/information Search, Youtube,
Generates user data⇒ Maps, Photos,
Earn from advertising==> Adsense, Google Shopping, Search
GOAL of Alarm clock is to show time and set/play Alarm
If google wants to get into the alarm clock business the goal should be if it can facilitate one of"
Anonymous Koala - "Goal: Google goal is to organize world information and make is it universally accessible
Most of google business are focused on building platforms that facilitate one or more of the three below
Provide data/information Search, Youtube,
Generates user data⇒ Maps, Photos,
Earn from advertising==> Adsense, Google Shopping, Search
GOAL of Alarm clock is to show time and set/play Alarm
If google wants to get into the alarm clock business the goal should be if it can facilitate one of"See full answer
"Below are few key things enterprises look for in a data center :
Location
Proximity to target user base
Potential risk exposure due to natural calamities (hurricane, storms, tornedos etc)
Real estate cost (Service cost will also be proportional to how expensive it is to acquire and run data center)
Security
Physical security
Logical security (Segregation)
Industry standard compliance
PCI DSS
ISO etc
Ability to support HA and DR requir"
Hmm T. - "Below are few key things enterprises look for in a data center :
Location
Proximity to target user base
Potential risk exposure due to natural calamities (hurricane, storms, tornedos etc)
Real estate cost (Service cost will also be proportional to how expensive it is to acquire and run data center)
Security
Physical security
Logical security (Segregation)
Industry standard compliance
PCI DSS
ISO etc
Ability to support HA and DR requir"See full answer
"(This was not search autocomplete based on prefix matching question.)
First of all, please note :- The interviewer is not expecting you to get to the right answer in just 1 hr. These systems have been designed over months and improved over years and its impractical for anyone to expect you to get to the right answer in 1 hr. (There is no one single right answer).
At the end, the interviewer (director level person) told me the same. What they are looking for is your thought process, getting from"
shg - "(This was not search autocomplete based on prefix matching question.)
First of all, please note :- The interviewer is not expecting you to get to the right answer in just 1 hr. These systems have been designed over months and improved over years and its impractical for anyone to expect you to get to the right answer in 1 hr. (There is no one single right answer).
At the end, the interviewer (director level person) told me the same. What they are looking for is your thought process, getting from"See full answer
"Sales Performance Dashboard t for sales leaders to monitor product performance:
Sales Performance Dashboard
Top-Level Metrics (KPI Summary)
Time Filter: [Day] [Week] [Month] [Quarter] [Custom Range]
Total Sales Revenue
Displays total revenue for the selected period.
Units Sold
Breakdown by product category and SKU.
Average Deal Size
Total revenue ÷ Number of deals closed.
Conversion Rate
_Leads to sales conversion ratio."
Syed A. - "Sales Performance Dashboard t for sales leaders to monitor product performance:
Sales Performance Dashboard
Top-Level Metrics (KPI Summary)
Time Filter: [Day] [Week] [Month] [Quarter] [Custom Range]
Total Sales Revenue
Displays total revenue for the selected period.
Units Sold
Breakdown by product category and SKU.
Average Deal Size
Total revenue ÷ Number of deals closed.
Conversion Rate
_Leads to sales conversion ratio."See full answer
"Company Mission: To Organize the World's Information
Clarify: What type of product are we looking to build? Software, Hardware?
-> Hardware
Makes sense since Google has a strong software stack including Android TV, which is a huge business by Firestick & Nvidia Shield, as well as Chinese based hardware implementations.
Is there any restrictions for this type of approach, or are we free to go around any way we'd like?
-> You're free to take any approach you'd like.
Google has a strong c"
jantheman88 - "Company Mission: To Organize the World's Information
Clarify: What type of product are we looking to build? Software, Hardware?
-> Hardware
Makes sense since Google has a strong software stack including Android TV, which is a huge business by Firestick & Nvidia Shield, as well as Chinese based hardware implementations.
Is there any restrictions for this type of approach, or are we free to go around any way we'd like?
-> You're free to take any approach you'd like.
Google has a strong c"See full answer
"Situation: In higher Test Environments, I realized that the developer was not Testing /insufficient Testing.. purely because of all the bugs discovered.
Action: so first I did couple of things:
Defect Density Metrics on the features - driven by priorities and severities, Rough estimation on cost of fixing, Impact of the bugs -were gathered.
Produced metrics and had retrospection meeting to analyze situations/cause of failures and what we could learn and put in as best practices.
Real"
Bk - "Situation: In higher Test Environments, I realized that the developer was not Testing /insufficient Testing.. purely because of all the bugs discovered.
Action: so first I did couple of things:
Defect Density Metrics on the features - driven by priorities and severities, Rough estimation on cost of fixing, Impact of the bugs -were gathered.
Produced metrics and had retrospection meeting to analyze situations/cause of failures and what we could learn and put in as best practices.
Real"See full answer