Skip to content

Organisation Guide — General Questions

Everything you need to create fair, clear and effective non-coding questions.

What is the General Questions Panel?

The General Questions Panel is where your organisation creates and manages non-coding questions for your challenges and exams. It's designed to be simple, fair and robust: you can add questions, set marks, keep track of your section's marks budget, and ensure the entire paper stays within its total marks limit.

Create once, reuse anywhereClear marks budgetingQuick import supportAccessible & keyboard friendly

Who can create or edit questions?

Organisation Admin
  • Creates and edits question sections
  • Sets overall paper total marks
  • Defines section marks caps (if needed)
Hiring/Content Manager
  • Prepares questions for roles and assessments
  • Ensures clarity, fairness, and time balance
  • Stays within the marks budgets

Your organisation may choose to grant access to educators, trainers or subject experts who help in authoring content.

Where can you use these challenges?

Competitive Exams
Aptitude, General Knowledge, English, Logical Reasoning – timed sections with clear scoring.
Hiring & Interviews
Pre-screening tests and interview rounds to assess fundamentals before technical deep-dives.
Coding + Theory Mix
Combine coding tasks with non-coding checks (e.g., MCQs on complexity, databases, web basics).
Competitions & Quizzes
Knowledge challenges for campus drives or internal learning programs.

Fields explained (plain language)

FieldWhat it meansWhy it mattersTips
Section TitleThe name of this group of questions (e.g., “Aptitude – Set A”).Appears in the challenge; helps candidates understand the section.Keep it short and descriptive.
Allotted Marks (Section)Optional cap for this section. The total of all question marks here must stay within this cap.Prevents one section from dominating the paper.Do not set higher than the paper's total marks.
Negative MarkingIf enabled, candidates lose some marks for incorrect answers.Discourages guessing; raises test integrity.Use modest values (e.g., 0.25) to avoid discouraging attempts.
Penalty per Wrong AnswerThe amount deducted when an answer is wrong (only if negative marking is on).Shapes how cautiously candidates respond.Common: 0.25 or 0.33 per wrong answer.
Question TextThe exact prompt shown to candidates.Clarity ensures fairness and faster evaluation.Avoid tricky wording; keep it specific.
Question TypeHow candidates answer (Single/Multiple choice, True/False, etc.).Determines the response format and evaluation method.Match the type to the skill you're testing.
Max Marks (per question)Marks for a perfect answer to this question.Counts towards section and paper marks totals.Higher marks for harder or more important questions.
Options & Correct Answer(s)Choices shown to candidates; mark the correct one(s).Ensures automatic and fair evaluation.Avoid ambiguous choices; only one correct in Single Choice.

How to create a General Questions section (step-by-step)

  1. Open your challenge and set the Total Paper Marks (overall maximum for the entire test).
  2. Go to General Questions and create or edit a section. Give it a clear Section Title.
  3. (Optional) Set Allotted Marks (Section) if you want this section to have its own cap.
  4. Add questions. For each question:
    • Write the Question Text clearly (no trick wording).
    • Choose the Question Type.
    • Set Max Marks.
    • For choice-based types, add options and mark the correct one(s).
  5. Keep an eye on the marks progress bar and status chip to stay within limits.
  6. Save the section. If anything is over the limit, you'll see a clear message to fix it.

Sample questions (ready to use)

Use or adapt the following ready-to-use samples. Feel free to change names, numbers, or topics to fit your challenge.

Single Choice
Question: The time complexity of binary search on a sorted array is:
A) O(n)
B) O(log n)   <-- Correct
C) O(n log n)
D) O(1)
Marks: 2
Multiple Choice
Question: Which of the following are valid HTTP methods?
A) GET       <-- Correct
B) FETCH
C) POST      <-- Correct
D) PUSH
Marks: 3 (full marks for selecting A and C, none for others)
True / False
Statement: CSS stands for Cascading Style Sheets.  -> True (Correct)
Marks: 1
Short Answer
Question: Name one NoSQL database commonly used with Node.js.
Sample accepted answers: "MongoDB", "Cassandra", "Redis"
Marks: 2 (accept any one of the listed valid answers)
Long Answer
Question: Explain the difference between synchronous and asynchronous programming in JavaScript.
Guidance: Mention call stack, event loop, promises/async-await, non-blocking I/O, examples.
Marks: 6 (award for clarity, key points covered, and correctness)
Fill in the Blanks
Question: In SQL, the ____ clause is used to filter rows after grouping.
Correct: HAVING
Marks: 2
Code Snippet (theory-based)
Question: What does the following JavaScript print?
console.log([1, 2, 3].map(x => x * 2));
Correct: [2, 4, 6]
Marks: 2

Marks budgeting: section vs. paper

You have two important limits to respect:

  • Section Limit (optional): If set, the sum of marks of questions in this section must not exceed the section's allotted marks.
  • Paper Total Limit: The sum across all sections must not exceed the overall total marks of the paper.
Allowed
Paper total: 100. Section A allotted: 40.
Questions in Section A: 10 + 10 + 20 = 40 (OK).
Blocked
Paper total: 100. Section A allotted: 40.
Questions in Section A: 10 + 10 + 20 + 5 = 45 (Over the section limit).

The page shows a progress bar and a status chip to help you stay within limits. If you go over, save is blocked until you adjust marks.

Do&apos;s, Don&apos;ts & Helpful Tips

Do's
  • Keep language simple and direct.
  • Match marks to difficulty.
  • Mix easy, medium, and hard for a fair spread.
  • Add brief context when needed, not fluff.
Don'ts
  • Don't exceed section or paper marks limits.
  • Don't use trick questions or ambiguous options.
  • Don't over-weight one topic unless intended.

FAQ

Do I have to set a section marks cap?

No. It's optional. If you don't set it, only the paper's total marks apply.

What happens if I exceed a limit?

You'll see a clear message and won't be able to save until you reduce marks or adjust the cap.

Can I import questions?

Yes. If imported marks push you over limits, simply edit marks until everything fits.

How should I choose negative marking?

Use small values (e.g., 0.25) to discourage random guesses without punishing honest attempts.

Troubleshooting

Can't save — marks exceed section limit
Reduce some question marks or raise the section cap (keeping it ≤ the overall paper total).
Can't save — marks exceed paper total
Lower question marks across sections or increase the paper's total marks if appropriate.
Negative marking not accepted
Make sure negative marking is turned on and the penalty is greater than 0.
Imported but now over the limit
Edit the questions' marks until the progress bar shows you're within limits, then save.