Coderbyte SOP
1. Click on the provided link sent through Campus Credentials to access the
coding test
2. Enter your details:
- Name
- Email address
- Tick the checkbox as required
- Click on "Begin Assessment."
3. Click on Begin Assessment
4. Once on the assessment page, you will find two challenges displayed on the
right side
Select and solve each challenge individually.
5. Click on "BEGIN CHALLENGE" to start working on a selected challenge
6. An interface for solving the challenge will appear.
Write your code here then run the
code and submit
7. Upon completing the challenge, click on "Submit Solution."
8. Repeat the process for the second challenge
9. After submitting solutions for both challenges, click on "Submit Assessment.
Below are some important tips and things to remember when solving a
coding challenge:
1. For algorithm challenges, do not modify the function call at the bottom of the
editor. This is required to run your code against a set of test cases. For example:
console.log(Challenge(readline()) shouldn't be modified in a JavaScript
challenge.
2. The editor is setup to detect when you copy/paste code, so please write all your
code in our editor.
3. Make sure any ad-blocker extensions are disabled so this page can work properly.
4. This test will only be performed on a desktop or laptop.
All the best !