"That is a great product opportunity. I see the vision to drive engagement by building a reward based experience to encourage kids to login to the app and track their books and trigger a visual pleasing experience when the child completes a book. The more complex the book, the bigger the reward."
Christina Z. - "That is a great product opportunity. I see the vision to drive engagement by building a reward based experience to encourage kids to login to the app and track their books and trigger a visual pleasing experience when the child completes a book. The more complex the book, the bigger the reward."See full answer
"with var1
as (select * from tbl_Employee
where emp_id between 2 and 2+3
and (Empid = 2 and FirstName = 'Paul' and Last_Name = 'Desmond'
or Emp_id > 2)
),
var2
as (select *,
case
when Country = 'IRELAND' then Salary * 1.09
when Country = 'INDIA' then Salary * 0.012
else Salary
end as USD_Salary
from (select *
from var1
join tbl_EmployeeSalary
on var1.EmpID = tblEmployeeSalary.Emp_ID)),
var3
as (select *
from var2
where Emp_ID = 2)
select
FirstName || ' ' || MiddleName || ' ' || Last_Name a"
Bryan L. - "with var1
as (select * from tbl_Employee
where emp_id between 2 and 2+3
and (Empid = 2 and FirstName = 'Paul' and Last_Name = 'Desmond'
or Emp_id > 2)
),
var2
as (select *,
case
when Country = 'IRELAND' then Salary * 1.09
when Country = 'INDIA' then Salary * 0.012
else Salary
end as USD_Salary
from (select *
from var1
join tbl_EmployeeSalary
on var1.EmpID = tblEmployeeSalary.Emp_ID)),
var3
as (select *
from var2
where Emp_ID = 2)
select
FirstName || ' ' || MiddleName || ' ' || Last_Name a"See full answer
"Question #1 Imagine you were in charge of Facebook Watch, what metric would you want to measure?
Clarify:
Facebook Watch offers users video content including news, sports, live stream shopping and gaming, etc. it works on both desktops and mobiles. It's a fairly recent feature.
Mission:
Facebook's overall mission is to connect people and help them build communities, and Facebook Watch can help Facebook achieve this by keeping users up to date with local news, or conn"
Brit L. - "Question #1 Imagine you were in charge of Facebook Watch, what metric would you want to measure?
Clarify:
Facebook Watch offers users video content including news, sports, live stream shopping and gaming, etc. it works on both desktops and mobiles. It's a fairly recent feature.
Mission:
Facebook's overall mission is to connect people and help them build communities, and Facebook Watch can help Facebook achieve this by keeping users up to date with local news, or conn"See full answer
"My answer-
A. Clarifying questions-
External factors- Timelines, Geography, Competition
Internal factors- Meta's goals for entering into fitness space, full-fledged app or part of any existing Meta app
Goals- Will go after engagement, since it is a new app.
B. Identifying users-
Heavily/ Professionally into fitness
Casual fitness enthusiasts
Not interested in fitness
C. Prioritizing user segments-
I will prioritize #2. Segment #1 does not really need external motivati"
Aakanksha R. - "My answer-
A. Clarifying questions-
External factors- Timelines, Geography, Competition
Internal factors- Meta's goals for entering into fitness space, full-fledged app or part of any existing Meta app
Goals- Will go after engagement, since it is a new app.
B. Identifying users-
Heavily/ Professionally into fitness
Casual fitness enthusiasts
Not interested in fitness
C. Prioritizing user segments-
I will prioritize #2. Segment #1 does not really need external motivati"See full answer
"Questions
Couple of questions to make sure we are on the same page with respect to my overall product understanding and its positioning in the market.
Product understanding: FB Pay is a Payment/ Wallet offering using which customers can securely make peer-to-peer payments using Messenger/WhatsApp or even make purchases on FB / Instagram etc. Also, competitors with similar offerings are Apple Pay, Google Pay (to name a few). Is this a fair understanding of the product?
Ans: Yes.
Cu"
Shyla R. - "Questions
Couple of questions to make sure we are on the same page with respect to my overall product understanding and its positioning in the market.
Product understanding: FB Pay is a Payment/ Wallet offering using which customers can securely make peer-to-peer payments using Messenger/WhatsApp or even make purchases on FB / Instagram etc. Also, competitors with similar offerings are Apple Pay, Google Pay (to name a few). Is this a fair understanding of the product?
Ans: Yes.
Cu"See full answer
"import string
from collections import defaultdict
def mostcommonwords(text):
d = defaultdict(int)
s = text.translate(str.maketrans('', '', string.punctuation))
for w in s.lower().split():
d[w] = d[w] + 1
return sorted(sorted(d.items()), reverse=True, key=lambda x: x[1])
`"
Michael S. - "import string
from collections import defaultdict
def mostcommonwords(text):
d = defaultdict(int)
s = text.translate(str.maketrans('', '', string.punctuation))
for w in s.lower().split():
d[w] = d[w] + 1
return sorted(sorted(d.items()), reverse=True, key=lambda x: x[1])
`"See full answer
"Step 1 - clarifying question:
Are we just focusing on the customer who rented a car or both who has given a car? (Assumed only a customer who rented a car)
Are we just focusing on the mobile or web apps? (Assumed only the mobile app)
Step 2 -Define users:
customer who rented a car.
Step 3 - pain points:
unclear communication between both parties.
lack of support if needed.
hassle-full car drop experience.
No survey or complaint channel about how the experienc"
Jatan P. - "Step 1 - clarifying question:
Are we just focusing on the customer who rented a car or both who has given a car? (Assumed only a customer who rented a car)
Are we just focusing on the mobile or web apps? (Assumed only the mobile app)
Step 2 -Define users:
customer who rented a car.
Step 3 - pain points:
unclear communication between both parties.
lack of support if needed.
hassle-full car drop experience.
No survey or complaint channel about how the experienc"See full answer
"A load balancer, web application servers and a large database. Database is the core of the application containing the songs and tags related to each song. Application server will provide the search interface to find songs, play them and search them in specific categories or channels."
Soraya B. - "A load balancer, web application servers and a large database. Database is the core of the application containing the songs and tags related to each song. Application server will provide the search interface to find songs, play them and search them in specific categories or channels."See full answer
"Users: Creators
We can segment by category of videos made (ie. beauty, entertainment, etc.)
We could also segment by age range.
Let's just choose self-development channels
Pain points:
Want to bring you to their website
Solution. Portal to their website.
Whenever you click on the video, a tab pops up for their website.
But, this could be annoying for viewers.
Back to the drawing board.
What if we made creators into viewers.
I am a FinTech Product Manager"
Andrew M. - "Users: Creators
We can segment by category of videos made (ie. beauty, entertainment, etc.)
We could also segment by age range.
Let's just choose self-development channels
Pain points:
Want to bring you to their website
Solution. Portal to their website.
Whenever you click on the video, a tab pops up for their website.
But, this could be annoying for viewers.
Back to the drawing board.
What if we made creators into viewers.
I am a FinTech Product Manager"See full answer