"I enjoy it when a system works effectively and efficiently, but when a process frequently has problems or takes longer than expected, I think that it's a sign there's room for improvement."
Abdurhman M. - "I enjoy it when a system works effectively and efficiently, but when a process frequently has problems or takes longer than expected, I think that it's a sign there's room for improvement."See full answer
"The intro should last between 2-2:30 mins. Try summarizing the intro with what,when and how. The intro should be tailored or say structured in storytelling. This oozes the confidence."
Harish M. - "The intro should last between 2-2:30 mins. Try summarizing the intro with what,when and how. The intro should be tailored or say structured in storytelling. This oozes the confidence."See full answer
"I used the star framework to talk about a webhooks feature I designed to compliment an API product we were building, the client only asked for the APIs but I saw some inherent flaws in the polling mechanism with the APi product and decided to build a webhook notification system"
Lakshmi T. - "I used the star framework to talk about a webhooks feature I designed to compliment an API product we were building, the client only asked for the APIs but I saw some inherent flaws in the polling mechanism with the APi product and decided to build a webhook notification system"See full answer
"The reason I choose to go to college is because I want to get a Degree in the hospitality field. Additionally, I want to get a diploma after I finish taking all of my college classes At Harper."
Amparo L. - "The reason I choose to go to college is because I want to get a Degree in the hospitality field. Additionally, I want to get a diploma after I finish taking all of my college classes At Harper."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