Skip to main content
All CollectionsHiring ManagersAdding Questions
How to fill the Basic details section while adding a programming(algorithm) question?
How to fill the Basic details section while adding a programming(algorithm) question?
The WeCP Team avatar
Written by The WeCP Team
Updated over 2 years ago

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

Screenshot_2021-12-14_at_8.42.04_PM.png

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

Screenshot_2021-12-14_at_8.33.58_PM.png

You must enter the difficulty level of your question in this field from Easy, Medium, and Difficult.

Expected time (in min. )

Screenshot_2021-12-15_at_4.36.39_PM.png

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

Screenshot_2021-12-14_at_8.49.06_PM.png

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

Screenshot_2021-12-14_at_8.52.11_PM.png

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

Screenshot_2021-12-14_at_8.59.42_PM.png

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. )

Screenshot_2021-12-14_at_8.59.06_PM.png

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

Screenshot_2021-12-14_at_9.02.10_PM.png

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'.

Screenshot_2021-12-14_at_9.03.01_PM.png



Please refer to the following image to understand how basic details look like, corresponding to the question:

Screenshot_2021-12-14_at_9.04.00_PM.png
Did this answer your question?