You are on page 1of 14

Attempting a Test

A Comprehensive Guide for Students


Step 01: Login

• Visit niet.codetantra.com/login.jsp
• Enter your email id and password.
• Click on Login button.

If you don’t know the password, Click on Forgot your password button to
request for an OTP over your email to set a new password.
Step 02: Click on Tests on Home page after login
Step 03: Click on Open Test to attempt it.
Step 04: Click on Start Test
Step 05: Answering Multiple Choice Questions

Select all the correct options


and click on Next button.
Step 06: Answering Coding Questions

Choose programming
language of your
choice from here

Write the code in the Code Editor


based on given problem statement
Step 07: Submit the code

Once you submit, system check


the written codes against the
given test cases and produces
execution results.
Step 08: Interpreting the execution result

You can observe, the expected


output and user output are not
same, resulting in the error in the
submission.
Step 09: Correcting the Code

You can observe, after correcting


the code and then Submitting, All
test cases have successfully
passed.
Step 10: Visiting Previous/Next Question

Use Prev/Next button to move


to previous/next question.
Step 11: Accessing any Question of the Test

Use Jump to button to access any


question of the test.
Step 12: Finishing the test

Click on the finish button to finish


the test.
Important Points:
➢ You will get full marks only when your code passes all the Test
Cases (Including Hidden Test Case).
➢ You can submit and execute any program any number of
times during the test. The last correct submission is
considered as final submission.
➢ You cannot switch the questions if you are in execution mode.
➢ To stop the execution, provide the user input to the terminal
and let the program execution gets completed. Alternatively,
You can press Ctrl + D on your Keyboard after clicking inside
the terminal.

You might also like