PROS UI Software Engineer Pre-Interview Questions
The repo includes a set of tests that assess your JavaScript skills, based on Rebecca Murphey's js-assessment framework.
How do I begin?
- If you don't have a Github account, sign up!
- Fork this repo to your own Github repo
- Clone the repo locally on your own computer
- Implement the functions in each of the scripts located in the
app/
dir - Test your results as described below
- Commit your changes to your personal Github repo (No need to submit a pull request)
- Email us the link to your repo so that we can review your results
Note: You may receive notifications that your repo has been followed or forked by a PROS employee. These actions are simply part of the review process.
I want to work on the tests; what do I do?
To use the tests, you will need to install Node -- you can do this via the download page
Note that on Windows, there are some reports that you will need to restart after installing Node.
You can clone or download this repo. Once you have done so, from the root directory of the repo, run:
npm install
npm run start
You can then view the tests in your browser at http://localhost:4444.
When you visit that page, all of the tests should be failing; your job is to
get the tests to pass. To do this, you'll need to refer to the tests in the
files in the tests/app
directory, and edit the files in the app/
directory.
Once you update a test, you can reload the test page in the browser to see
whether it worked.
License
Portions Copyright © 2012 PROS, Inc. Core Framework Copyright © 2012 Rebecca Murphey. Core Repo
This work is licensed under the Creative Commons Attribution-Share Alike 3.0 license. You are free to share and remix the work, and to use it for commercial purposes under the following conditions:
- Attribution — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
- Share Alike — If you alter, transform, or build upon this work, you may distribute the resulting work only under the same or similar license to this one.
Any of these conditions can be waived if you get permission from the copyright holder.