LEARNING OUTCOME
Hiring Managers and Recruiters will learn in detail about how can they fill the basic details section in a programming(algorithm) question.
To fill the basic details section
You must fully understand the purpose of each of the given fields. Please refer to the following table for a better understanding:
Field |
Description |
Title |
You can give any title of your choice to the question. Example: If the question requires the candidate to do some kind of traversal and arithmetic operation, you may set the title as 'Playing with Elements'. |
Difficulty |
You must enter the difficulty level of your question in this field from Easy, Medium, and Difficult. |
Expected time (in min. )
|
This field denotes the time that you think would be required to solve this particular problem. Example: 5 minutes is the ideal time to solve a simple question of array traversing. |
Skills |
You can enter the name(s) of relevant skills that you think a candidate should have, to solve this particular question. Note: The skills must be comma-separated and extra white spaces in between should be avoided. Example: To solve an array traversing question, the skills that a candidate must possess are Array and loop. |
Tags |
It is advised to fill this part carefully, as it makes it easier to find questions later. You must add exactly 6 tags to each question. Learn More Example: In an array traversing question, the tags can be: Programming(algorithm),L1,Easy, Pythonlogic,Array,Loop |
Time complexity
|
You must specify the time complexity of the question in this field. Example: The time complexity of an array traversing question is O(N). |
Time limit (in sec. )
|
This depicts the maximum time limit within which the candidate code should be run and executed. If the code takes more time than this to execute, it will show TimeLimitExceed error to the candidate. Example: The time limit of a simple array traversing question should be ideally 3 seconds. |
Brief Description
|
In this field, you can write an optional brief description of the question. Example: The brief description of a simple array traversing question can be 'Array traversal and number counting'. |
Please refer to the following image to understand how basic details look like, corresponding to the question:
Comments
0 comments
Please sign in to leave a comment.