"Number of employees after the first year = n*(1+r) = n1
Number of employees after the second year = n1(1+r) = n(1+r)**2
Hence, the number of employees after 't' years = n(1+r)*t"
Asish B. - "Number of employees after the first year = n*(1+r) = n1
Number of employees after the second year = n1(1+r) = n(1+r)**2
Hence, the number of employees after 't' years = n(1+r)*t"See full answer
"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
"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