Skip to content

A test-driven approach to assessing JS skills. Fork, test, and apply for a position at PROS, Inc.

Notifications You must be signed in to change notification settings

mjeffrie/js-assessment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, and a project to demonstrate practical React skills.

How do I begin?

  1. If you don't have a Github account, sign up!
  2. Fork this repo to your own Github repo
  3. Clone the repo locally on your own computer
  4. Implement the functions in each of the scripts located in the app/ dir
  5. Test your results as described below
  6. Commit your changes to your personal Github repo (No need to submit a pull request)
  7. Complete the project described below
  8. 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.

I want to complete the project; what do I do?

  1. Create a React App with the following two inputs. Using a boilerplate like create-react-app is fine.
    1. A multiline text input that will accept a list of names, one per line.
    2. A dropdown that allows the user to select one of several languages.
  2. Generate name tags for each name in the text input with a greeting in the language corresponding to the language chosen in the dropdown.
  3. Make the source available as a cloneable repo, for example, on Github, and provide the link below. Be sure to include instructions on how to run the application in the README.

Completed project link

Find my project source code here (update this to link to your completed project).

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.

About

A test-driven approach to assessing JS skills. Fork, test, and apply for a position at PROS, Inc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.2%
  • HTML 6.8%