Skip to content
/ Tech-Test Public

9xb Web and Applications Developer Technical Test

Notifications You must be signed in to change notification settings

9xb/Tech-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

9xb Technical Test

Introduction

Welcome to the 9xb Technical Test for Web and Applications Developers. This test has been developed to be simple and straightforward, and give you the ability to show what you're capable of within the technologies listed in this brief.

Take as long as you feel is required to complete the test, but please keep a note of how long you've spent and include it with the deliverables described at the bottom of this readme.

Requirements

The requirement of this test is to develop a server-side solution to perform CRUD operations (Create, Read, Update and Delete) on the list displayed in the supplied markup.

The list should be limited to 10 records in total, and a maximum of 4 records assigned per "Job Role".

For data storage, the solution should use a MySQL database, with a schema that you deem most appropriate.

You don't need to go beyond the above requirements, however feel free to add any additional functionality that you feel will enhance the solution that you produce.

Technical Requirements

The requirements of the solution are that the following technologies are utilised:

  • PHP
  • MySQL
  • Capable of running in a Apache/Linux environment
  • Version Control, preferably Subversion or Git

Considerations

Use best practice for all the code you develop for the solution. We have interest in the following areas:

  • Model/View/Controller (MVC) architecture
  • Simplicity & readability
  • Scalability
  • Security
  • Performance
  • Normalisation in data storage

Markup

The markup to be used for the solution is within form.html.

Deliverables

  • Instructions on how to run your solution
  • A description of development choices made and why
  • How long the solution took to implement
  • Revision history from the VCS. If using Subversion, use svnadmin dump. If using Git, create a git bundle.

About

9xb Web and Applications Developer Technical Test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages