All Collections
For applicants
Tutorial
How to take development/algorithm style challenge
How to take development/algorithm style challenge
Trackカスタマーサクセスチーム avatar
Written by Trackカスタマーサクセスチーム
Updated over a week ago

We will explain in the following order.

  1. How to start

  2. How to answer

  3. How to submit

1. How to start

Click the "Start Challenge" button.

Read the important points and click the "Next" button.

Click the "Solve in the browser" button.

Choose your preferred programming language from the list:

Check the time limit and click the "Start" button.

👆Note
Once you start, the timer will immediately start counting.
So make sure you have enough time! ⏰

The structure:
Here we will explain the structure of this challenge.
1) Header area
2) Folder structure area
3) Question area
4) Coding area
5) Console area

1) Header area

You can see the remaining time, "Submit challenge" button, and the Settings button.

2) Folder structure area

You can see the folder structure by clicking the hamburger menu.

These are the files that make up the challenge.
You can freely add / delete any file in this directory.

👆Note
You cannot delete read only files.

3) Question area

Here you can read the requirements to complete the challenge.

4) Coding area

Here is where you type in your source code to solve the problem.

5) Console area

Here you can see the test results, "Run & Save", and "Debug" button.

2. How to answer

Read the requirements on the left and write your solution here:

To check your score, click the "Run & Save" button.

👆Note

We highly recommend you "Run & Save" every time you add meaningful changes to your code 👀This ensures you save the latest code on track. We will also submit your highest score among all your saved code! 💯

You can debug your code using the "Debug" button.

👆Note
Please read these articles for more details.

3. How to submit

Click the "Run & Save" button to check your latest score.

👆Note
Clicking the “Run & Save” button ensures that your code and score are executed and logged.

Click the "Submit Challenge" button.

Check your final score and click the "Submit challenge" button.

Click the "Explain the code" button.

Here you can explain your code to give more context to your solution. (Optional)

Note ☝️
Don’t forget to submit your exam when you’re ready!

That's it! Good luck :)

Did this answer your question?