There are three options to complete the programming task:
Your recruiter can disable some of the options for you. If you have enabled only the Git repository mode (or just would like to choose it), please follow these steps:
- Clone the Git repository that contains the source code of this project by running the
git clone
command provided in the description. - Open the project in your favorite editor or IDE and solve the task.
- Commit and push your changes. NOTE: only the master branch is supported.
- Build and run your project to see the result of your changes. This step is strongly suggested, however, if you don’t manage to do it because you run out of time,won’t make it due to no time left it won’t affect the assessment
NOTE: You don't need to log into the URL given through the browser. It's the URL for your git client to clone (and then work with) your repository for the exam. As it is hosted internally by us, you don't need to use any credentials during your exam. However, when the time runs up you can receive such message, as you won't have access to the repository anymore.
What you need is to type: git clone https://git.devskiller.com/...
in your console and then work with the repository. The code that you'll push be built by our system and you'll see the outcome on the exam's page.