Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Test for Customer Service Support Candidates

Notifications You must be signed in to change notification settings

smartpension/smart-cs-support-test

Repository files navigation

Customer Service Support Technician Tech Test

Test for CS Support candidates

Requirements

Allowing for setting up the project, this tech test should take around 2 hours to complete.

  1. Find the cause of issues in the application:
  • There are three bugs to find
  • You are not required to fix the bugs, your aim is to identify what is causing them
  1. Document your process:
  • What did you notice/find?
  • What are your recommendations?

Getting Started

These instructions will get the application up and running on your local machine for bug finding purposes.

  • Install Ruby Ways of Installing Ruby

  • Install Yarn Ways of Installing Yarn

  • Clone this git repository git clone git@github.com:smartpension/smart-cs-support-test.git

  • cd into the locally cloned repo smart-cs-support-test

  • Run bin/setup

  • Start up your web-server (see the output of bin/setup)

  • If you get an error with: getaddrinfo: nodename nor servname provided, or not known (SocketError)

    • Try running your server with./bin/rails server -b 0.0.0.0
  • Navigate to: http://localhost:3000

Remember to document how you identified the bugs and attach your findings to your email back to us, have fun!!