Skip to content

skybet/tech-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Sky Betting & Gaming Technical Test

Introduction

Welcome to the Sky Betting & Gaming Technical Test!

We hope that you find this exercise fun. There are no trick questions; we want to see your solution to a simple problem with well thought-out and well structured code.

The Brief

The aim of this exercise is to create a server-side form handler in the language of your choice, to load and save data from our supplied HTML form.

The main functionality required is a simple update capability against the existing records. Other CRUD functions could be added if you have time. In order to validate this functionality, you should include an appropriate level of test coverage.

For a datastore, your application should just read from and write to a file on disk, rather than use a relational/noSQL solution.

We leave it to you to decide how to transmit the data between the client and the server. Any client-side code should maintain the same principles as the server-side code.

You should use engineering best practices where appropriate. Principles we value include: security, performance, readability, testability, scalability, simplicity. You should also aim to achieve a clean separation of concerns between components of your solution; using the MVC pattern, for example.

The Deliverable

  • A bundled/archived repository showing your commit history or a link to an accessible private repository with your work in (Github can host private repositories at a cost; there is no charge for doing so with Bitbucket). You could fork this repo in git, but any VCS is fine. Git example for sending us a standalone bundle:

      git bundle create <yourname>.bundle --all --branches
    
  • A covering note explaining the technology choices you have made.

  • Any instructions required to run your solution and tests in a Linux environment.

The Markup

An example of the initial HTML form is provided in this repository.

Assessment Policy

We consider all candidates equally, fairly and without bias. To that end, we ask that you do not leave any personally identifying information in your submission (such as your name within an author field or file, or in use as test data). We run all VCS-based submissions through an anonymiser before assessment, so that there is no identifying information in the commit history, but this will only remove references in the committing author and email address, not deep in the code submitted.

About

Sky Betting & Gaming Technical Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages