Skip to content

Instantly share code, notes, and snippets.

@niyigb
niyigb / gist:95167216905d3e8d3fda
Last active August 29, 2015 14:18
Assessment Task - Service Excellence Associate

Assessment Task - Service Excellence Associate

Task

Scenario

  1. A bank needs to setup a network that serves its Head Office and 10 branches in Lagos State
  2. Each branch has a Marketing department and an Operations department
@niyigb
niyigb / gist:b8d372692a442bd10c2f
Last active December 9, 2022 13:51
Assessment Task - Software Engineering Associate

Assessment Task - Software Engineering Associate

Task

  1. Implement a RESTful JSON HTTP API gateway that allows programmatic CRUD operations on user records.
  2. All requests should be authenticated using HTTP Basic Authentication i.e. RFC2617
  3. Host the API gateway on a publicly accessible server.