"Problem:
Internet in Africa is not prevalent
Assumptions:
I am a Google PM
I have the resources of Google
The goal is not monetization
Goals:
Improve quality of life in Africa by providing more consistent internet access, adoption, engagement with network.
To start, I'd like to start by talking about the goals of Alphabet, which is to make the world more accessible and more useful. I believe this project fits well into our overall mission of making the world more accessible, as t"
Jeff H. - "Problem:
Internet in Africa is not prevalent
Assumptions:
I am a Google PM
I have the resources of Google
The goal is not monetization
Goals:
Improve quality of life in Africa by providing more consistent internet access, adoption, engagement with network.
To start, I'd like to start by talking about the goals of Alphabet, which is to make the world more accessible and more useful. I believe this project fits well into our overall mission of making the world more accessible, as t"See full answer
Product Strategy
🧠 Want an expert answer to a question? Saving questions lets us know what content to make next.
"Best resource with whom I have worked in the past was Head of Design. The best attributes were, he was not only a great craftsman when it came to Design details or understanding user needs, but was super quick to understand business challenges."
Devi K. - "Best resource with whom I have worked in the past was Head of Design. The best attributes were, he was not only a great craftsman when it came to Design details or understanding user needs, but was super quick to understand business challenges."See full answer
"This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know.
Recall the formula for Fermi problems:
Ask clarifying questions
Catalog what you know
Make equation(s)
Think about edge cases to add to equation
**Breakdown components of your"
Exponent - "This is another Fermi problem — an estimation or approximation problem with limited information and back-of-the-envelope calculations. There's no right answer: interviewers want to understand how you think and how well you can explain your reasoning, rather than what you already know.
Recall the formula for Fermi problems:
Ask clarifying questions
Catalog what you know
Make equation(s)
Think about edge cases to add to equation
**Breakdown components of your"See full answer
" First, sort the array in ascending order. This ensures that we can easily check the triangle inequality condition. Use a loop to iterate through the array. For each triplet of consecutive elements, check if they satisfy the triangle inequality condition a+b>ca+b>c. As soon as you find a valid tuple, return it. If no valid tuple is found, return null. This approach is efficient with a time complexity of O(nlogn)O(nlogn) due to the sorting step, followed by a linear scan of the array"
Shivam P. - " First, sort the array in ascending order. This ensures that we can easily check the triangle inequality condition. Use a loop to iterate through the array. For each triplet of consecutive elements, check if they satisfy the triangle inequality condition a+b>ca+b>c. As soon as you find a valid tuple, return it. If no valid tuple is found, return null. This approach is efficient with a time complexity of O(nlogn)O(nlogn) due to the sorting step, followed by a linear scan of the array"See full answer
"Are the revenues down for the entire market/industry? is it an external effect? Has the company made any major shifts in the last month? I'm wondering if this could be a lagging indicator of a change that happened a few weeks ago. Are the revenues down across all product lines, or is it being driven by a particular product? Was there any particular day or time in the last week, when revenues were lower than average? Did we face any outages? is there a competitor in the market? Did we stop advert"
Sulaiman A. - "Are the revenues down for the entire market/industry? is it an external effect? Has the company made any major shifts in the last month? I'm wondering if this could be a lagging indicator of a change that happened a few weeks ago. Are the revenues down across all product lines, or is it being driven by a particular product? Was there any particular day or time in the last week, when revenues were lower than average? Did we face any outages? is there a competitor in the market? Did we stop advert"See full answer
"I try to solve this initially using quick select where will take a pivot element and position the remaining elements and check if the current index is answer or not and continue the same but it requires o(n*n), but interviewee is expecting the best from me, so at the end i tried solving using heaps where will check the difference between k and n-k to use min or max heap after that we will heap the array, and will keep popping the element k-1 and return the peek one which leads to answer."
Mourya C. - "I try to solve this initially using quick select where will take a pivot element and position the remaining elements and check if the current index is answer or not and continue the same but it requires o(n*n), but interviewee is expecting the best from me, so at the end i tried solving using heaps where will check the difference between k and n-k to use min or max heap after that we will heap the array, and will keep popping the element k-1 and return the peek one which leads to answer."See full answer
"That I had not been a PM for a formal ML product. But good models need sound data and my five years of sql writing and ensuring that DWHs and marts had the data they needed for reporting would be very relevant"
Tony C. - "That I had not been a PM for a formal ML product. But good models need sound data and my five years of sql writing and ensuring that DWHs and marts had the data they needed for reporting would be very relevant"See full answer