/ General Awareness / Indian Weather
General Awareness Jan 19, 2026

JKSSB GENERAL AWARENESS Indian Climate MCQs

!DOCTYPE html html lang=en head meta charset=UTF-8 meta name=viewport content=width=device-width, initial-scale=1.0 titleIndian Climate Regions & Phenomenatitle style @import url('httpsfonts.googleapis.comcss2family=Poppinswght@300;400;600&display=swap'); root { --primary #6c5ce7; --secondary #a29bfe; --text #2d3436; --correct #00b894; --wrong #d63031; } body { font-family 'Poppins', sans-serif; background-color #2d3436; color var(--text); display flex; justify-content center; align-items center; min-height 100vh; margin 0; } .quiz-container { background #fff; border-radius 10px; width 90%; max-width 650px; padding 25px; box-shadow 0 10px 25px rgba(0,0,0,0.5); } .header { display flex; justify-content space-between; border-bottom 2px solid #eee; padding-bottom 15px; margin-bottom 20px; } .title { font-weight 600; color var(--primary); font-size 1.2rem; } .score { background var(--primary); color white; padding 5px 15px; border-radius 20px; } .option { background #dfe6e9; margin 10px 0; padding 15px; border-radius 8px; cursor pointer; transition 0.3s; border 2px solid transparent; } .optionhover { background var(--secondary); color white; } .option.correct { background #55efc4; border-color var(--correct); color #006266; } .option.wrong { background #fab1a0; border-color var(--wrong); color #63271d; } .disabled { pointer-events none; } #next-btn { background var(--primary); color white; border none; padding 12px 30px; border-radius 5px; cursor pointer; display none; margin-top 15px; font-size 1rem; } .result-box { text-align center; display none; } style head body div class=quiz-container div class=headerdiv class=titleClimate Classification & Phenomenadivdiv class=scoreScore span id=score0spandivdiv div id=quiz-content h3 id=questionh3 div id=optionsdiv div style=text-align right;button id=next-btn onclick=nextQuestion()Nextbuttondiv p style=color#7f8c8d; font-size0.9rem; margin-top10px; id=progressp div div class=result-box id=result h2Quiz Completed!h2pYour Score span id=final-scorespan25p button onclick=location.reload() style=backgroundvar(--primary); colorwhite; bordernone; padding10px 20px; border-radius5px; cursorpointer;Restartbutton div div script const quizData = [ { q 1. According to Koppen's classification, the code 'Amw' represents which type of climate in India, o [Polar Type, Monsoon with short dry season, Semi-arid Steppe, Tropical Savannah], a 1 }, { q 2. The 'Amw' climate is found in which region of India, o [Coromandel Coast, West Coast of India (KeralaKonkan), Gangetic Plain, Thar Desert], a 1 }, { q 3. 'As' type of climate (Monsoon with dry summer) is characteristic of, o [Coromandel Coast (Tamil Nadu), Malabar Coast, Punjab Plains, North East India], a 0 }, { q 4. The code 'BShw' in Koppen's classification stands for, o [Hot Desert, Polar Climate, Semi-arid Steppe Climate, Cold Humid Winter], a 2 }, { q 5. 'E' type climate (Polar) is found in, o [Himachal Pradesh, Jammu & Kashmir Ladakh, Sikkim, Arunachal Pradesh], a 1 }, { q 6. Which region falls under 'BWhw' (Hot Desert) climate, o [Western Rajasthan, Eastern Rajasthan, Gujarat Plains, Odisha Coast], a 0 }, { q 7. The Gangetic Plain is characterized by which Koppen code, o [Amw, Cwg (Monsoon with dry winter), Aw, As], a 1 }, { q 8. 'La Nina' is generally associated with _____ in India, o [Droughts, Normal or Excess Monsoon rains, Heat waves, Suppressed cyclone activity], a 1 }, { q 9. A 'Positive' Indian Ocean Dipole (IOD) usually results in, o [Good rains in India, Drought in India, Cyclones in Arabian Sea only, No effect], a 0 }, { q 10. Which ocean phenomenon involves the warming of the Central Pacific Ocean, o [La Nina, El Nino, Western Disturbance, Jet Stream], a 1 }, { q 11. Tropical cyclones in the Bay of Bengal are most frequent during, o [Jan-Feb, Mar-April, Oct-Nov (Post Monsoon), June-July], a 2 }, { q 12. Why are tropical cyclones more frequent in the Bay of Bengal than the Arabian Sea, o [Higher Salinity in Bay of Bengal, Higher Surface Temperature in Bay of Bengal, Depth of ocean, Less river water inflow], a 1 }, { q 13. The variability of rainfall is highest in regions with, o [Very High Rainfall, Medium Rainfall, Low Rainfall (e.g., Rajasthan), Coastal Areas], a 2 }, { q 14. What is the average annual rainfall of India, o [80 cm, 100 cm, 118-125 cm, 200 cm], a 2 }, { q 15. The 'Aw' climate (Tropical Savannah) covers most of, o [Himalayas, Peninsular Plateau, North East India, Desert Region], a 1 }, { q 16. Which is a characteristic of El Nino Modoki, o [Warming in Central Pacific, Warming in Eastern Pacific, Cooling in Indian Ocean, Warming in Atlantic], a 0 }, { q 17. The Coriolis force is responsible for, o [Speed of wind, Deflection of wind, Temperature of wind, Humidity of wind], a 1 }, { q 18. 'Cloud Burst' is defined as rainfall over ___ mm in 1 hour, o [50 mm, 75 mm, 100 mm, 20 mm], a 2 }, { q 19. Which agency classifies the Drought Prone Areas in India, o [IMD, CWC, ISRO, Irrigation Commission], a 3 }, { q 20. The Mascarene High is a high-pressure zone located in, o [Pacific Ocean, Indian Ocean (near Madagascar), Atlantic Ocean, Bay of Bengal], a 1 }, { q 21. A strong Mascarene High generally leads to, o [Strong South-West Monsoon, Weak Monsoon, El Nino, Cyclones in Winter], a 0 }, { q 22. Which area receives rainfall 200 cm annually, o [Western Ghats & North East, Punjab & Haryana, Deccan Plateau, Bundelkhand], a 0 }, { q 23. Trewartha's classification is a modified version of, o [Thornthwaite, Koppen, Stamp, Kendrew], a 1 }, { q 24. In Koppen's code, the letter 'w' indicates, o [Dry Winter, Dry Summer, Wet Climate, No dry season], a 0 }, { q 25. Which factor is NOT responsible for the Indian Monsoon, o [Differential heating of land and sea, Shift of ITCZ, Tibetan Plateau heating, Gravitational pull of Moon], a 3 } ]; let curr = 0, score = 0; const qEl = document.getElementById('question'), optEl = document.getElementById('options'), nextBtn = document.getElementById('next-btn'); function loadQ() { qEl.innerText = quizData[curr].q; document.getElementById('progress').innerText = `Question ${curr + 1} of ${quizData.length}`; optEl.innerHTML = ''; quizData[curr].o.forEach((opt, i) = { let div = document.createElement('div'); div.className = 'option'; div.innerText = opt; div.onclick = () = check(div, i); optEl.appendChild(div); }); nextBtn.style.display = 'none'; } function check(el, idx) { let correct = quizData[curr].a; Array.from(optEl.children).forEach(c = c.classList.add('disabled')); if (idx === correct) { el.classList.add('correct'); score++; } else { el.classList.add('wrong'); optEl.children[correct].classList.add('correct'); } document.getElementById('score').innerText = score; nextBtn.style.display = 'inline-block'; } function nextQuestion() { curr++; if (curr quizData.length) loadQ(); else { document.getElementById('quiz-content').style.display = 'none'; document.getElementById('result').style.display = 'block'; document.getElementById('final-score').innerText = score; } } loadQ(); script body html
Back to General Awareness