"Overfitting is the condition where your model is giving an unexpectedly higher accuracy because of its training in a small database and not getting exposed to anu different type of database while testing"
Bhavya V. - "Overfitting is the condition where your model is giving an unexpectedly higher accuracy because of its training in a small database and not getting exposed to anu different type of database while testing"See full answer
"Basic Approach
As BST inorder traversal will result in a sequence of increasing order. Store that order in a vector and get the k-1 index to get the Kth smallest element, similarly access the N-K+1 th element will be the Kth largest element
Time Complexity: O(n)
Space Complexity O(n)
Space Optimized Approach
For Kth smallest , start inorder traversal, and keep a counter, decrement the counter when you access the node element. When the counter turns 0 that elementwill be the Kth smal"
Saurabh S. - "Basic Approach
As BST inorder traversal will result in a sequence of increasing order. Store that order in a vector and get the k-1 index to get the Kth smallest element, similarly access the N-K+1 th element will be the Kth largest element
Time Complexity: O(n)
Space Complexity O(n)
Space Optimized Approach
For Kth smallest , start inorder traversal, and keep a counter, decrement the counter when you access the node element. When the counter turns 0 that elementwill be the Kth smal"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
"You should be able to easily identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch. It also provides the interviewer confidence in your ability to think about analytics pre-emptively.
Recall the strategy for tackling them methodically and thoroughly:
Ask clarifying questions
State the goal of the feature / product
Behavior Mapping / UX Flow Mapping
**"
Exponent - "You should be able to easily identify this as a Measure Success question. These kinds of questions are used to test your analytical skills, as well as your ability to track project progress post-launch. It also provides the interviewer confidence in your ability to think about analytics pre-emptively.
Recall the strategy for tackling them methodically and thoroughly:
Ask clarifying questions
State the goal of the feature / product
Behavior Mapping / UX Flow Mapping
**"See full answer
"brand keeps promises continuously and consistently. so people belives brands.so it becomes loyal and repeating customers.so i want to become a brand driver who is improving corevalue and marketing value.brand means trust,design,value,strategy,logo,maketing,advertising,identity"
Sri M. - "brand keeps promises continuously and consistently. so people belives brands.so it becomes loyal and repeating customers.so i want to become a brand driver who is improving corevalue and marketing value.brand means trust,design,value,strategy,logo,maketing,advertising,identity"See full answer
"Imagine you're a PM at YouTube and you've made the decision to ban videos with explicit language from monetization; take me through your decision process.
Clarifying questions:
Was the decision made, to ban videos in general from the platform, or only for monetization?
Answer: Ban for Monetization only, the videos would still be available on the platform.
Considering highly offensive, vulgar, sexual or graphical language are already considered violations of Youtube'"
Tulio G. - "Imagine you're a PM at YouTube and you've made the decision to ban videos with explicit language from monetization; take me through your decision process.
Clarifying questions:
Was the decision made, to ban videos in general from the platform, or only for monetization?
Answer: Ban for Monetization only, the videos would still be available on the platform.
Considering highly offensive, vulgar, sexual or graphical language are already considered violations of Youtube'"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
"In Ideation phase, the below points should be concentrated on.
Ideation
Market research
Competitor Analysis
in the next phase it should be conceptualisation where we define the problem, find user persona and some of the feature priortization.
Next phase has to be validation where we build the MVP, do user testing, Iterate.
Then comes the prototyping, Development, QA, Marketing and Position.
After which we launch the product. may be a soft launch first and the proceed to full launch"
Sudhansu T. - "In Ideation phase, the below points should be concentrated on.
Ideation
Market research
Competitor Analysis
in the next phase it should be conceptualisation where we define the problem, find user persona and some of the feature priortization.
Next phase has to be validation where we build the MVP, do user testing, Iterate.
Then comes the prototyping, Development, QA, Marketing and Position.
After which we launch the product. may be a soft launch first and the proceed to full launch"See full answer