2023 SSC CHSL Tier-I PYQ Mock 5 · MockCampus by PD

Total Questions: 100
Total Marks: 200.0
Duration: 60 minutes
Marking: +2.0 / -0.5

Section Details

Section Questions Time
English LanguageQ1 to Q2515 mins
General Intelligence & ReasoningQ26 to Q5015 mins
Quantitative AptitudeQ51 to Q7515 mins
General AwarenessQ76 to Q10015 mins
`); printWindow.document.close(); } // Section-related helper methods isInCurrentSection(qIdx) { if (!this.sections) return true; const section = this.sections[this.currentSection]; return qIdx >= section.start && qIdx <= section.end; } findSectionForQuestion(qIdx) { if (!this.sections) return null; for (let i = 0; i < this.sections.length; i++) { const section = this.sections[i]; if (qIdx >= section.start && qIdx <= section.end) { return i; } } return null; } getSectionNameForQuestion(qIdx) { if (!this.sections) return ''; const sectionIdx = this.findSectionForQuestion(qIdx); return sectionIdx !== null ? this.sections[sectionIdx].name : ''; } } document.addEventListener('DOMContentLoaded', () => new TestApp());