2023 SSC CHSL Tier-II PYQ Mock 2 · MockCampus by PD

Total Questions: 135
Total Marks: 360
Duration: 2 h 15 m
Marking: +3 / −1 (Computer qualifying)

Section Details

Section Questions Time
Section I · MathematicsQ1 to Q3030 mins
Section II · ReasoningQ31 to Q6030 mins
Section III · English LanguageQ61 to Q10040 mins
Section IV · General AwarenessQ101 to Q12020 mins
Section V · Computer Knowledge (qualifying)Q121 to Q13515 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());