takeaway-homework-assignment

First impressions

The ZIP file

After receiving the email with instructions, I downloaded and unpacked the ZIP file. Several things struck me as rather odd:

The PDF document

At this point I opened the PDF file. From a readers perspective, the document could also use some work.

Contents

Layout and makeup

Writing style

Bonus assignment

There are some serious problems with the formula stated in the bonus section:

top restaurants = ((distance * popularity) + rating average)

Restaurants that are further away would score higher than those closer by.

This conflicts 100% with the statement:

Customers are more willing to order at restaurants near them.

Also, multiplying distance with popularity gives a number in the thousands. The rating average would barely make a contribution to the score.

This conflicts strongly with the statement:

We like to promote restaurants with high scores

Either this Bonus assignment is flawed (either by accident or on purpose) or the formula is not meant to be an actual representation of reality but merely a way to get an insight into how a developer would implement any formula.