"This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question.
Let's go over one possible solution:
> It definitely did. Here are three ways I think we could improve how we operate to prepare for another pandemic.
A Work From Home Culture
> One major way we were impacted was through how we operate as teams. Working from home became the new norm, a"
Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question.
Let's go over one possible solution:
> It definitely did. Here are three ways I think we could improve how we operate to prepare for another pandemic.
A Work From Home Culture
> One major way we were impacted was through how we operate as teams. Working from home became the new norm, a"See full answer
"discover what feature solves the biggest human pain point and has the lowest LOE for the highest ROI. Start there and then build a low-fi prototype to test that theory and gain user insights to drive any additional solutions discovery work, ensuring that you are building the right product at the right time, for the right audience."
Dawn H. - "discover what feature solves the biggest human pain point and has the lowest LOE for the highest ROI. Start there and then build a low-fi prototype to test that theory and gain user insights to drive any additional solutions discovery work, ensuring that you are building the right product at the right time, for the right audience."See full answer
"questions:
definition of Corporate employees - people who are working for one particular comapny in same location
ride sharing app - what is this app for ? I am assuming this is for employees to share Vehicle to commute to and from office - is that correct ?
desktop or mobile app ? ios or android ?
Timeline ?
Resource constraints ?
US only or global ?
language - English or any other needs to be covered ?
Do you want to develop this app to remove friction in employees commute ? and offer flexibil"
Kalaivani S. - "questions:
definition of Corporate employees - people who are working for one particular comapny in same location
ride sharing app - what is this app for ? I am assuming this is for employees to share Vehicle to commute to and from office - is that correct ?
desktop or mobile app ? ios or android ?
Timeline ?
Resource constraints ?
US only or global ?
language - English or any other needs to be covered ?
Do you want to develop this app to remove friction in employees commute ? and offer flexibil"See full answer
"Web server request
HTTPS://WWW.GOOGLE.COM
(HTTPS)Protocol -> HTTPS/HTTP (HTTPS more secured, encrypted data send by browser)
WWW. that is just a term
(GOOGLE.COM)DNS -> Every website that is hosted on the internet resides in some data server having an IP address. Due to the complexity of the IP address, ISP mapped the IP address to some readable or English term that is called DNS. Browser does DNS lookup. The FIrst bRowser sees the DNS mapping in the browser cache, if not found then it looks"
Anonymous Muskox - "Web server request
HTTPS://WWW.GOOGLE.COM
(HTTPS)Protocol -> HTTPS/HTTP (HTTPS more secured, encrypted data send by browser)
WWW. that is just a term
(GOOGLE.COM)DNS -> Every website that is hosted on the internet resides in some data server having an IP address. Due to the complexity of the IP address, ISP mapped the IP address to some readable or English term that is called DNS. Browser does DNS lookup. The FIrst bRowser sees the DNS mapping in the browser cache, if not found then it looks"See full answer
"This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question.
Let's go over one possible solution:
> To me, it would have to be Instagram. I'll provide three reasons why:Trends towards photos: Before the Instagram acquisition, many people were trending towards using photos as conversation topics rather than text posts. This was present not only on F"
Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question.
Let's go over one possible solution:
> To me, it would have to be Instagram. I'll provide three reasons why:Trends towards photos: Before the Instagram acquisition, many people were trending towards using photos as conversation topics rather than text posts. This was present not only on F"See full answer
"This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question.
Let's go over one possible solution:
> I'll list the three biggest ways I think COVID-19 affected Amazon.
Fulfillment Issues
> I imagine Amazon is getting much more volume of sales then they were previously. Although Amazon had a lot of sales before, quarantine has caused many people t"
Exponent - "This is a Strategy Question, which asks you to justify high-level business decisions and strategy. There's no set formula, but we recommend proposing at least three different reasons to answer the question.
Let's go over one possible solution:
> I'll list the three biggest ways I think COVID-19 affected Amazon.
Fulfillment Issues
> I imagine Amazon is getting much more volume of sales then they were previously. Although Amazon had a lot of sales before, quarantine has caused many people t"See full answer
"function constructTree(n, matrix) {
let parent = [];
let child = [];
let root = null;
for (let i = 0; i < n; i++) {
for (let j = 0; j < n; j++) {
if (matrixi === 1) {
parent.push(i);
child.push(j);
}
}
}
for (let i = 0; i < n; i++) {
if (parent.indexOf(i) === -1) {
root = i;
}
}
let node = new Node(root);
for (let i = 0; i < n; i++) {
if (i !== root) {
constructTreeUtil(node, parent[i], child[i]);
}
}
return node;
}"
Ugo C. - "function constructTree(n, matrix) {
let parent = [];
let child = [];
let root = null;
for (let i = 0; i < n; i++) {
for (let j = 0; j < n; j++) {
if (matrixi === 1) {
parent.push(i);
child.push(j);
}
}
}
for (let i = 0; i < n; i++) {
if (parent.indexOf(i) === -1) {
root = i;
}
}
let node = new Node(root);
for (let i = 0; i < n; i++) {
if (i !== root) {
constructTreeUtil(node, parent[i], child[i]);
}
}
return node;
}"See full answer
"Clarifying Points/Questions\:
What are the specific needs and pain points of hotels and their guests?
How can Google Assistant technology be leveraged to enhance the hotel experience?
What are the potential monetization and revenue opportunities for such a product?
Assumptions\:
Hotels are looking for ways to improve guest experience and operational efficiency.
Guests expect personalized, convenient, and technologically advanced services.
Google Assistant has the capabi"
Anushka D. - "Clarifying Points/Questions\:
What are the specific needs and pain points of hotels and their guests?
How can Google Assistant technology be leveraged to enhance the hotel experience?
What are the potential monetization and revenue opportunities for such a product?
Assumptions\:
Hotels are looking for ways to improve guest experience and operational efficiency.
Guests expect personalized, convenient, and technologically advanced services.
Google Assistant has the capabi"See full answer