Skip to content

AmbulnzLLC/backend-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Challenge for Backend Developer

To better assess a candidate's development skills, we would like to provide the following challenge. This is intended to be developed in a pair programming session within an hour of time. It's allowed to use documentation and online resources.

Prerequisites

Option one

Option two

Installation

Clone the project

git clone git@github.com:AmbulnzLLC/backend-challenge.git && cd backend-challenge/

Generate a Node.js or Ruby project. You can add libraries of your choice, but be ready to describe them.

Please set up up your working environment before the interview (working Node.js or Ruby, MySQL) so we don't spend time installing anything.

Project description

Pizzeria

The application serves the purpose of ordering pizza online.

The following entities should be created (including proper relations):

  • pizza type - has a name and price (e.g. Margherita $5, Pepperoni $6, ...)
  • order - has items
  • order item - has a pizza type and quantity

On the homepage, list of orders with total prices should be shown.

On a "Create Order" screen, the user can select pizza types and amounts, add to the order, see current total, and place (save) the order.

Additionally, the following JSON API should be provided:

  • list of orders
  • details of an individual order

Optional features:

  • meaningful model validations (e.g. item amount > 0)
  • order bonuses (e.g. 5% cheaper when total over $50, 10% cheaper when total over ...)
  • authentication
  • tests
  • whatever interesting you'd like to do

Evaluation

Our goal is to find answers to those questions:

  • Do you understand the chosen stack, framework, and MVC pattern in general?
  • Can you design interfaces that are clear and easy to use?
  • Do you master your working environment?

Due to the limited time consider the following:

  • It is not important to have a fully functional application at the end
  • The goals might shift during the interview as we discuss the work flow
  • The front-end does not have to be beautiful

Levels of functionality:

  • basic - items mentioned in description work
  • above average - some optional features
  • exceptional - getting tests to continuously build, deploy to heroku, etc.

About

Backend programming challenge for developer candidates at Ambulnz

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published