"didnt know what thumbtack is, apologies for that. looked it up, seems like their line of business is marketplace. their website is down though, bummer!
starting with a cohort analysis then taking it from ther;
internal
reach out to the data team and find out the root cause
Demand Side
WoW definition? in my understanding if w1 revenue = $100,000, w2 = $96,000, w3 = $92000 and so on. But revenue is calculated as a sum of existing users and new users WoW. analyse duration when this d"
Arnab S. - "didnt know what thumbtack is, apologies for that. looked it up, seems like their line of business is marketplace. their website is down though, bummer!
starting with a cohort analysis then taking it from ther;
internal
reach out to the data team and find out the root cause
Demand Side
WoW definition? in my understanding if w1 revenue = $100,000, w2 = $96,000, w3 = $92000 and so on. But revenue is calculated as a sum of existing users and new users WoW. analyse duration when this d"See full answer
Execution
Analytical
🧠Want an expert answer to a question? Saving questions lets us know what content to make next.
"import java.util.Arrays;
import java.util.stream.Collectors;
class Main
{
// Recursive function to print all combinations of numbers from \i\ to \n\
// having sum \n. The index\ denotes the next free slot in the output array \out\
public static void printCombinations(int i, int n, int[] out, int index)
{
// if the sum becomes n, print the combination
if (n == 0)
{
System.out.println(Arrays.stream(out).limit(index)
.boxed().collect(Collectors.toList()));
}
// start from the previous e"
Relynn may silver B. - "import java.util.Arrays;
import java.util.stream.Collectors;
class Main
{
// Recursive function to print all combinations of numbers from \i\ to \n\
// having sum \n. The index\ denotes the next free slot in the output array \out\
public static void printCombinations(int i, int n, int[] out, int index)
{
// if the sum becomes n, print the combination
if (n == 0)
{
System.out.println(Arrays.stream(out).limit(index)
.boxed().collect(Collectors.toList()));
}
// start from the previous e"See full answer
"CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."
Ali H. - "CIDR (Classless Inter-Domain Routing) -- also known as supernetting -- is a method of assigning Internet Protocol (IP) addresses that improves the efficiency of address distribution and replaces the previous system based on Class A, Class B and Class C networks."See full answer
"It may not seem like it, but this is actually a Favorite Product question. We're given just one constraint here: a product management tool. Let's review the Favorite Product formula:
Choose a product and briefly explain what it is
Who are the users?
What are their pain points?
How did competitors solve it in the past?
How does this product address these pain points differently and better?
How would you improve it/make it better?
Summarize
Let"
Exponent - "It may not seem like it, but this is actually a Favorite Product question. We're given just one constraint here: a product management tool. Let's review the Favorite Product formula:
Choose a product and briefly explain what it is
Who are the users?
What are their pain points?
How did competitors solve it in the past?
How does this product address these pain points differently and better?
How would you improve it/make it better?
Summarize
Let"See full answer
"Clarifying Questions -
Are we trying to increase user base, engagement, adoption, or retention specifically? Is revenue also need to be considered?
Interviewer - You decide
Q- Ill go with increasing user engagement and retention because MSDN is a pretty well known website and been out there for a while now. Also, once we have user engagement and retention taken care of, revenue will follow
Interviewer - Sure
MSFT mission is to empower every person and org on the planet to achieve mo"
Siddhartha S. - "Clarifying Questions -
Are we trying to increase user base, engagement, adoption, or retention specifically? Is revenue also need to be considered?
Interviewer - You decide
Q- Ill go with increasing user engagement and retention because MSDN is a pretty well known website and been out there for a while now. Also, once we have user engagement and retention taken care of, revenue will follow
Interviewer - Sure
MSFT mission is to empower every person and org on the planet to achieve mo"See full answer
"Used the below framework:
Assumptions
Vision
Goal
User Persona
Use Cases
Product Roadmap with prioritization
Metrics
References"
Anonymous Partridge - "Used the below framework:
Assumptions
Vision
Goal
User Persona
Use Cases
Product Roadmap with prioritization
Metrics
References"See full answer