In order to have your score certified by the CodeSignal team, it is important to abide by the rules presented to you before you begin the General Coding Assessment (GCA). This article will cover:
- Certified Assessment Setup
- Proctoring & Assessment-Specific Rules
- Starting the General Coding Assessment (GCA)
Certified Assessment Setup
After you click the NEXT button on the Agree to share your results? screen, you will be taken to a screen that outlines the basic requirements of the assessment.
If you would rather take a practice assessment first, you can do that instead by clicking the Practice button.
Also, you can learn more about the structure of the General Coding Assessment (GCA) in the following support article:
Note: The timer for your assessment does not begin until you complete all the setup steps.
When you make it to Step 6: Face, you will be prompted to take a picture of your face.
For the next Step 6: Take Photo ID, you will be prompted to take a picture of your official ID. If you are unable to take a clear photo, feel free to use our Upload feature, in order to share a clear photo of your ID.
Ensure that you submit your name as it appears on your ID.
Proctoring & Assessment-Specific Rules
As the last 2 steps of your proctoring setup you will see the rules for your assessment.
Below is a screenshot of the General Rules you will see once you have completed the proctoring setup (if applicable). Please read through the rules below and note you will need to abide by each one in order for your assessment results to be certified.
Below the General Rules, you must check the box next to each statement to acknowledge your consent.
You will be able to revisit all these proctoring guidelines and evaluation rules from the IDE menu bar.
Question: What counts as a search for "syntax reference only"? Can you provide some examples of what is and isn't permitted in web searches?
Answer: Our intent behind only allowing syntax searches is to allow test-takers to access basic information about syntax (rather than expecting test-takers to have it memorized), while still ensuring that test-takers are not receiving outside assistance for the logic behind a solution. This also means that the use of AI is not allowed, including syntax search.
Here are examples of what is and is not allowed in web searches:
- Allowed: If you forget how to insert elements into a C++ queue, then it is permissible to access https://www.cplusplus.com/reference/queue/queue/ to see what methods are available.
- Not allowed: If the question is around how to implement a Double Ended Queue, then accessing a page like the following should be prohibited because the resource provides you assistance about how to implement the solution: https://iq.opengenus.org/double-ended-queue-deque/
Starting the General Coding Assessment (GCA)
You will have 70 minutes (unless a different duration has been configured by the company) to complete the exam in one sitting. You are able to move between tasks, though you must submit your work before leaving a task in order for the code to save. You are allowed to submit solutions as many times as needed.
Our system will always use your highest-scoring submission as your final, graded submission for the question. Even if your last submission had a syntax error, your higher score will still be kept.