bookofexams.

Welcome Aspirant

Ready to crack it?

Navigation

{
  "description": "Test your General Knowledge with this 10-question mock exam. Duration: 15 mins.",
  "title": "General Awareness Mock Test - 01",
  "duration": 15,
  "questions": [
    ... your questions here ...
  ]
}
{
  "title": "General Awareness Mock Test - 01",
  "duration": 15,
  "questions": [
    {
      "q": "Which is the largest planet in our solar system?",
      "options": [
        "Earth",
        "Mars",
        "Jupiter",
        "Saturn"
      ],
      "correct": 2,
      "topic": "Science"
    },
    {
      "q": "What is the capital city of India?",
      "options": [
        "Mumbai",
        "New Delhi",
        "Kolkata",
        "Chennai"
      ],
      "correct": 1,
      "topic": "Geography"
    },
    {
      "q": "Who is known as the Father of the Nation in India?",
      "options": [
        "Jawaharlal Nehru",
        "Subhash Chandra Bose",
        "Mahatma Gandhi",
        "Bhagat Singh"
      ],
      "correct": 2,
      "topic": "History"
    },
    {
      "q": "What is the chemical formula for Water?",
      "options": [
        "CO2",
        "H2O",
        "O2",
        "NaCl"
      ],
      "correct": 1,
      "topic": "Science"
    },
    {
      "q": "Which of the following numbers is a Prime Number?",
      "options": [
        "4",
        "9",
        "13",
        "15"
      ],
      "correct": 2,
      "topic": "Maths"
    },
    {
      "q": "In which year did India get Independence?",
      "options": [
        "1945",
        "1947",
        "1950",
        "1952"
      ],
      "correct": 1,
      "topic": "History"
    },
    {
      "q": "Which organ is responsible for pumping blood in the human body?",
      "options": [
        "Lungs",
        "Kidney",
        "Brain",
        "Heart"
      ],
      "correct": 3,
      "topic": "Biology"
    },
    {
      "q": "What is the square root of 64?",
      "options": [
        "6",
        "7",
        "8",
        "9"
      ],
      "correct": 2,
      "topic": "Maths"
    },
    {
      "q": "Which is the longest river in the world?",
      "options": [
        "Amazon",
        "Nile",
        "Ganga",
        "Yangtze"
      ],
      "correct": 1,
      "topic": "Geography"
    },
    {
      "q": "Computer Brain is known as?",
      "options": [
        "Monitor",
        "Keyboard",
        "Mouse",
        "CPU"
      ],
      "correct": 3,
      "topic": "Computer"
    }
  ]
}