"Sir Assalamu Alaikum. How are you? I am from this company. Our water is the best. Your store is running out of water. Our drinking is the most profitable. Ours is superior to all other waters."
Jx J. - "Sir Assalamu Alaikum. How are you? I am from this company. Our water is the best. Your store is running out of water. Our drinking is the most profitable. Ours is superior to all other waters."See full answer
"int a_array[10] = {3,6,4,7,2,1,9};
int index = 0;
int index2 = 0;
for ( index = 0; index < sizeof(a_array); index++ )
{
int tmpindex = index + 1;
if ( tmpindex <= sizeof(a_array) )
{
for ( index2 = tmpindex; index2 < sizeof(a_array); index2++ )
{
if ( aarray[index] <= aarray[index2] )
{
print( "%d is the NGE of %d" array[index2], array[index]);
break;
"
Mark S. - "int a_array[10] = {3,6,4,7,2,1,9};
int index = 0;
int index2 = 0;
for ( index = 0; index < sizeof(a_array); index++ )
{
int tmpindex = index + 1;
if ( tmpindex <= sizeof(a_array) )
{
for ( index2 = tmpindex; index2 < sizeof(a_array); index2++ )
{
if ( aarray[index] <= aarray[index2] )
{
print( "%d is the NGE of %d" array[index2], array[index]);
break;
"See full answer
"clarifying questions:
what is the business goal- we can consider monetization and user adoption. I will choose monetization
any resource constraint to be aware of?
which geographic location are we looking to pilot this product? we should consider the USA for now
framework
user segmentation
pain points
potential solutions
success metrics
implementation
summary
users
celebrants
well-wishers
brands
in prioritizing user segments, I will consider the user segment that"
Anonymous Finch - "clarifying questions:
what is the business goal- we can consider monetization and user adoption. I will choose monetization
any resource constraint to be aware of?
which geographic location are we looking to pilot this product? we should consider the USA for now
framework
user segmentation
pain points
potential solutions
success metrics
implementation
summary
users
celebrants
well-wishers
brands
in prioritizing user segments, I will consider the user segment that"See full answer
"Goal: The goal of the product is to create a virtual communication system that enables the CEO/Executives of Google to have realistic in-person interactions with people located in different parts of the world.
Identifying Different Users:
CEO of Google
Business executives and professionals
Selecting Right User: The primary user for this product is the CEO of Google who needs to have a virtual communication system that can facilitate face-to-face interactions.
Defining Features:
High-q"
Anonymous Panda - "Goal: The goal of the product is to create a virtual communication system that enables the CEO/Executives of Google to have realistic in-person interactions with people located in different parts of the world.
Identifying Different Users:
CEO of Google
Business executives and professionals
Selecting Right User: The primary user for this product is the CEO of Google who needs to have a virtual communication system that can facilitate face-to-face interactions.
Defining Features:
High-q"See full answer
"Goal:
To design a product that helps people keep track of their belongings and prevent loss.
Identifying users:
Individuals who frequently lose their belongings
Parents who want to keep track of their children's belongings
Tourists who want to secure their belongings while travelling
Selecting the right user:Given Google's expertise in technology, we will focus on designing a product for individuals who frequently lose their belongings.
Defining features and prioritizing:
Item tracki"
Anonymous Panda - "Goal:
To design a product that helps people keep track of their belongings and prevent loss.
Identifying users:
Individuals who frequently lose their belongings
Parents who want to keep track of their children's belongings
Tourists who want to secure their belongings while travelling
Selecting the right user:Given Google's expertise in technology, we will focus on designing a product for individuals who frequently lose their belongings.
Defining features and prioritizing:
Item tracki"See full answer
"How do you define Retention? Let’s assume a user comes back tomorrow and scroll for a 10s or so
Do we mean to improve the daily retention or weekly/monthly retention? Take a call
I think we should look at the weekly retention as checking LinkedIn daily could be a cumbersome task for some and daily retention data may have frequent fluctuations due to several reasons such as professionals are too busy to check LinkedIn on a daily basis
Has retention dropped recently, or do we just need to"
Shashi R. - "How do you define Retention? Let’s assume a user comes back tomorrow and scroll for a 10s or so
Do we mean to improve the daily retention or weekly/monthly retention? Take a call
I think we should look at the weekly retention as checking LinkedIn daily could be a cumbersome task for some and daily retention data may have frequent fluctuations due to several reasons such as professionals are too busy to check LinkedIn on a daily basis
Has retention dropped recently, or do we just need to"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
"This is due to sticky sessions.
The load balancer is not correctly configured with sticky session option.
It is likely the servers were storing session data on the server themselves (in-memory), and thus when user makes a request, the load balancer routes this to a different server than the one they started with, that second server may not recognise the user's session. This could prompt the user to log in again.
One way to resolve this, is to use a centralised session storage, something like"
T I. - "This is due to sticky sessions.
The load balancer is not correctly configured with sticky session option.
It is likely the servers were storing session data on the server themselves (in-memory), and thus when user makes a request, the load balancer routes this to a different server than the one they started with, that second server may not recognise the user's session. This could prompt the user to log in again.
One way to resolve this, is to use a centralised session storage, something like"See full answer