Skip to content

A short programming challenge to practice Yamsafer technical interview which aims to get a better sense of candidates programming skills - Demo

License

Notifications You must be signed in to change notification settings

Yamsafer/exam-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yamsafer Test

Thank you for your interest in working at Yamsafer Inc.!

This is a demo test to practice Yamsafer technical interview where you will take a short programming challenge so that you can get a better sense of your programming skills.

Here you will be able to practice with a demo. Make sure you are ready by completing all prerequisites before you begin the demo.

Prerequisites:

  1. Make sure you have a github account (https://github.com/join)
  2. Make sure you are familiar with git commands and github
  3. Make sure you are familiar with JavaScript language and with NodeJS development
  4. Make sure you have NodeJS installed on your machine (https://nodejs.org/en/download/)

To practice demo:

  1. Clone the repo to your local machine
  • git clone REPO_URL
  • cd REPO_DIRECTORY
  1. Create your own branch and start solving the challanges:
  • git checkout -b solution
  1. You can test your progress at anytime by running npm test which will execute the unite tests against your code.
  2. To submit your test, you need to commit and push your work and then create a pull request to the master branch
  • git add .
  • git commit -am "completed final solution"
  • git push origin solution
  • Create pull request to the master branch from your solution branch using github website

To apply for an engineering position at Yamsafer:

Go to https://www.yamsafer.com/careers/

GOOD LUCK!

About

A short programming challenge to practice Yamsafer technical interview which aims to get a better sense of candidates programming skills - Demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published