"Clarifying questions
What do you mean by app for gardening? E-commerce kind of app for buying selling or tutorial or something else? Up to me.
What is the goal of this app? Getting users and increasing engagement
Who are we? startup
What is the time frame we are looking at for this? No constraints
Where are we looking to implement this? Start with India.
User segments
Type: Commercial, Personal
Plant Parent: New, medium, Old
Profession: Student, Working Professional, Stay"
Namrata L. - "Clarifying questions
What do you mean by app for gardening? E-commerce kind of app for buying selling or tutorial or something else? Up to me.
What is the goal of this app? Getting users and increasing engagement
Who are we? startup
What is the time frame we are looking at for this? No constraints
Where are we looking to implement this? Start with India.
User segments
Type: Commercial, Personal
Plant Parent: New, medium, Old
Profession: Student, Working Professional, Stay"See full answer
"Ask Clarifying Questions :
A Podcast app is an app where artists/creators can upload their voice content and users are able to consume it. Is my understanding correct ? Yes
Are we building this specifically for ios or android or web ? Consider ios and Android for now.
Are we building the podcast app for a particular region like India ? Consider it a global launch
What is the timeline that we are looking at? 6 months approximately
Is it going to be an independent app or are we loo"
Ishan M. - "Ask Clarifying Questions :
A Podcast app is an app where artists/creators can upload their voice content and users are able to consume it. Is my understanding correct ? Yes
Are we building this specifically for ios or android or web ? Consider ios and Android for now.
Are we building the podcast app for a particular region like India ? Consider it a global launch
What is the timeline that we are looking at? 6 months approximately
Is it going to be an independent app or are we loo"See full answer
"My day starts with an in-depth review of key performance indicators (KPIs) such as Net Promoter Score (NPS), CPH, IR, Busy, Wrap, and some other metrics. (Non-compliance like Chat disconnection, Bump process, pro-active adjustments, production hours, break adherence). This initial analysis helps me identify any immediate areas that need attention. I then check my calendar for any scheduled client calls to ensure I am prepared with the necessary updates and information. It's essential to keep th"
Surinder P. - "My day starts with an in-depth review of key performance indicators (KPIs) such as Net Promoter Score (NPS), CPH, IR, Busy, Wrap, and some other metrics. (Non-compliance like Chat disconnection, Bump process, pro-active adjustments, production hours, break adherence). This initial analysis helps me identify any immediate areas that need attention. I then check my calendar for any scheduled client calls to ensure I am prepared with the necessary updates and information. It's essential to keep th"See full answer
"Tell me about a time you were with someone on your team who was struggling to meet objectives.
How did you address the situation?
What kind of feedback did you give the individual?
What was the outcome?"
Jawahir Y. - "Tell me about a time you were with someone on your team who was struggling to meet objectives.
How did you address the situation?
What kind of feedback did you give the individual?
What was the outcome?"See full answer
"I will need to understand
What are we selling and who is the target customer? Is one retail location per metro area enough or is the market big enough for multiple stores?
What is the goal of future retail locations? Gauge the market for fit or drive revenue.
If LA market is big enough for multiple stores, then for logistical reasons, I will prefer to open additional stores in the same geographic region.
If LA market is not large enough, then my second store will be in an a different"
ready4new - "I will need to understand
What are we selling and who is the target customer? Is one retail location per metro area enough or is the market big enough for multiple stores?
What is the goal of future retail locations? Gauge the market for fit or drive revenue.
If LA market is big enough for multiple stores, then for logistical reasons, I will prefer to open additional stores in the same geographic region.
If LA market is not large enough, then my second store will be in an a different"See full answer
"Below is the step by step approach I would take:
Identify potential risks: Firstly, I thoroughly analyze the project and identify potential risks that could impact its success. This involves reviewing project documentation, conducting stakeholder interviews, and seeking input from team members who have expertise in different areas.
Assess the impact and likelihood: I evaluate each identified risk by assessing its potential impact on the project objectives and determining the likelihood of"
Ash K. - "Below is the step by step approach I would take:
Identify potential risks: Firstly, I thoroughly analyze the project and identify potential risks that could impact its success. This involves reviewing project documentation, conducting stakeholder interviews, and seeking input from team members who have expertise in different areas.
Assess the impact and likelihood: I evaluate each identified risk by assessing its potential impact on the project objectives and determining the likelihood of"See full answer
"Some clarifying questions.
Does this include storage required for backup? Assume - Yes and only one replica.
Will email be compressed? Assume - Yes
Assuming world wide user base.
Let's formulate the equation required to estimate this answer.
total storage required = (Total users x storage growth/per user + new users x storage required/user - all users x delete storage)*compression ratio + storage required for one replica.
Total Gmail users = ~1B
Based on my own ema"
Harsh S. - "Some clarifying questions.
Does this include storage required for backup? Assume - Yes and only one replica.
Will email be compressed? Assume - Yes
Assuming world wide user base.
Let's formulate the equation required to estimate this answer.
total storage required = (Total users x storage growth/per user + new users x storage required/user - all users x delete storage)*compression ratio + storage required for one replica.
Total Gmail users = ~1B
Based on my own ema"See full answer
"My favorite Meta/Facebook product is Marketplaces and here are my reasons:
Mission and Goal - The product's goal is to connect buyers and sellers locally, and this aligns with the connecting the world aspect of Meta's mission. Hence, the motivation there is directly in line with company's mission.
Let's talk about the users and the journeys of the product as well:
As a buyer:
Relatively simple to use interface - find what you want in a few phrases and results near your profile location wil"
Riku H. - "My favorite Meta/Facebook product is Marketplaces and here are my reasons:
Mission and Goal - The product's goal is to connect buyers and sellers locally, and this aligns with the connecting the world aspect of Meta's mission. Hence, the motivation there is directly in line with company's mission.
Let's talk about the users and the journeys of the product as well:
As a buyer:
Relatively simple to use interface - find what you want in a few phrases and results near your profile location wil"See full answer
"SELECT
d.department_name,
SUM(o.orderamount) AS totalrevenue
FROM
orders o
JOIN
departments d ON o.departmentid = d.departmentid
WHERE
o.order_date >= DATE('now', '-12 months')
GROUP BY
d.department_name
ORDER BY
total_revenue DESC;
"
Jayveer S. - "SELECT
d.department_name,
SUM(o.orderamount) AS totalrevenue
FROM
orders o
JOIN
departments d ON o.departmentid = d.departmentid
WHERE
o.order_date >= DATE('now', '-12 months')
GROUP BY
d.department_name
ORDER BY
total_revenue DESC;
"See full answer
"SELECT upsellcampaignid, COUNT(DISTINCT trans.userid) AS eligibleusers
FROM campaign
JOIN "transaction" AS trans
ON transactiondate BETWEEN datestart AND date_end
JOIN user
ON trans.userid = user.userid
WHERE iseligibleforupsellcampaign = 1
GROUP BY upsellcampaignid
`"
Alina G. - "SELECT upsellcampaignid, COUNT(DISTINCT trans.userid) AS eligibleusers
FROM campaign
JOIN "transaction" AS trans
ON transactiondate BETWEEN datestart AND date_end
JOIN user
ON trans.userid = user.userid
WHERE iseligibleforupsellcampaign = 1
GROUP BY upsellcampaignid
`"See full answer
"BERT - bidirectional encoder representations from transformer.
For example:- it takes an entire sentence as input at once and understands the meaning of the words in that sentence and calculate the relations of words with each other irrespective of their positions from the original word to understand the meaning of the word using neighboring words. BERT model is a pre trained transformer model which can be fine-tuned for our purposes. It is used for tasks such sentimental analysis, question answ"
Bhavya V. - "BERT - bidirectional encoder representations from transformer.
For example:- it takes an entire sentence as input at once and understands the meaning of the words in that sentence and calculate the relations of words with each other irrespective of their positions from the original word to understand the meaning of the word using neighboring words. BERT model is a pre trained transformer model which can be fine-tuned for our purposes. It is used for tasks such sentimental analysis, question answ"See full answer
"Use a mapping to store number characters to possible meaning, iterate through the numeronym matching all digits with their representation"
Anonymous Bobcat - "Use a mapping to store number characters to possible meaning, iterate through the numeronym matching all digits with their representation"See full answer