{"id":5737,"date":"2025-12-22T07:40:56","date_gmt":"2025-12-22T07:40:56","guid":{"rendered":"https:\/\/promotionexams.com\/?page_id=5737"},"modified":"2026-01-30T15:25:22","modified_gmt":"2026-01-30T15:25:22","slug":"previous-year-papers-ccscca-rules","status":"publish","type":"page","link":"https:\/\/promotionexams.com\/?page_id=5737","title":{"rendered":"Previous Year Papers-CCS(CCA) Rules"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5737\" class=\"elementor elementor-5737\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54f331a e-con-full e-flex e-con e-parent\" data-id=\"54f331a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a57ce4 elementor-widget elementor-widget-html\" data-id=\"1a57ce4\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!--\n============================================\nCSS ADDA - LDCE QUIZ WITH PROGRESS TRACKING\n& SMART WEAK AREAS PRACTICE SYSTEM\n============================================\nFIXES APPLIED:\n1. Year\/Chapter filters now use EVENT DELEGATION (not inline onclick)\n2. Reset Session now clears weak areas\n3. Filter state properly maintained\n============================================\n-->\n\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n\/* ========================================\n   CSS ADDA - ENHANCED QUIZ STYLES\n======================================== *\/\n\n:root {\n    --primary-blue: #2563EB;\n    --primary-blue-dark: #1D4ED8;\n    --primary-blue-light: #3B82F6;\n    --accent-orange: #ff6b35;\n    --accent-orange-light: #f59e0b;\n    --accent-orange-dark: #d97706;\n    --success-green: #10B981;\n    --success-green-light: #d1fae5;\n    --error-red: #EF4444;\n    --error-red-light: #fee2e2;\n    --warning-yellow: #fbbf24;\n    --bg-light: #F8FAFC;\n    --bg-card: #FFFFFF;\n    --text-dark: #1E293B;\n    --text-medium: #475569;\n    --text-light: #94A3B8;\n    --border-color: #E2E8F0;\n    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 \/ 0.05);\n    --shadow-md: 0 4px 6px -1px rgb(0 0 0 \/ 0.1), 0 2px 4px -2px rgb(0 0 0 \/ 0.1);\n    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 \/ 0.1), 0 4px 6px -4px rgb(0 0 0 \/ 0.1);\n    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 \/ 0.1), 0 8px 10px -6px rgb(0 0 0 \/ 0.1);\n    --radius-sm: 6px;\n    --radius-md: 10px;\n    --radius-lg: 14px;\n    --radius-xl: 20px;\n}\n\n\/* Reset *\/\n.ldce-quiz-wrapper * {\n    margin: 0;\n    padding: 0;\n    box-sizing: border-box;\n}\n\n.ldce-quiz-wrapper {\n    font-family: 'Source Sans 3', -apple-system, BlinkMacSystemFont, sans-serif;\n    background: linear-gradient(135deg, #EFF6FF 0%, #F8FAFC 50%, #FFFBEB 100%);\n    color: var(--text-dark);\n    -webkit-user-select: none;\n    -moz-user-select: none;\n    -ms-user-select: none;\n    user-select: none;\n    border-radius: var(--radius-lg);\n    overflow: hidden;\n    box-shadow: var(--shadow-lg);\n}\n\n@media print {\n    .ldce-quiz-wrapper { display: none !important; }\n}\n\n\/* ========================================\n   HEADER\n======================================== *\/\n.quiz-header {\n    background: linear-gradient(135deg, var(--primary-blue-dark) 0%, var(--primary-blue) 100%);\n    padding: 18px 24px;\n}\n\n.header-content {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 15px;\n}\n\n.topic-title {\n    display: flex;\n    align-items: center;\n    gap: 14px;\n}\n\n.topic-icon {\n    width: 48px;\n    height: 48px;\n    background: rgba(255, 255, 255, 0.15);\n    border-radius: var(--radius-md);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 20px;\n    color: var(--accent-orange-light);\n}\n\n.topic-info h1 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: white;\n}\n\n.topic-info p {\n    font-size: 0.8rem;\n    color: rgba(255, 255, 255, 0.8);\n    margin-top: 2px;\n}\n\n.header-stats {\n    display: flex;\n    gap: 10px;\n}\n\n.stat-badge {\n    background: rgba(255, 255, 255, 0.15);\n    padding: 8px 14px;\n    border-radius: var(--radius-xl);\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: white;\n    font-weight: 500;\n    font-size: 0.82rem;\n}\n\n.stat-badge i { color: var(--accent-orange-light); }\n.stat-badge.progress-badge { background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%); }\n.stat-badge.weak-badge { \n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%); \n    cursor: pointer;\n    transition: transform 0.3s;\n}\n.stat-badge.weak-badge:hover { transform: scale(1.05); }\n\n\/* ========================================\n   MODE SELECTOR\n======================================== *\/\n.mode-selector {\n    background: var(--bg-card);\n    padding: 14px 20px;\n    border-bottom: 1px solid var(--border-color);\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    flex-wrap: wrap;\n    gap: 12px;\n}\n\n.mode-tabs {\n    display: flex;\n    gap: 8px;\n    flex-wrap: wrap;\n}\n\n.mode-tab {\n    padding: 9px 18px;\n    border: 2px solid var(--border-color);\n    border-radius: var(--radius-md);\n    background: var(--bg-light);\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.8rem;\n    font-weight: 600;\n    color: var(--text-medium);\n    cursor: pointer;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n.mode-tab:hover {\n    border-color: var(--primary-blue-light);\n    color: var(--primary-blue);\n}\n\n.mode-tab.active {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    border-color: var(--primary-blue);\n    color: white;\n}\n\n.mode-tab.weak-mode { border-color: var(--error-red); }\n.mode-tab.weak-mode.active {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    border-color: var(--error-red);\n}\n\n.mode-tab .badge {\n    background: rgba(255, 255, 255, 0.3);\n    padding: 2px 8px;\n    border-radius: 20px;\n    font-size: 0.7rem;\n}\n\n.mode-tab:not(.active) .badge { background: var(--primary-blue); color: white; }\n.mode-tab.weak-mode:not(.active) .badge { background: var(--error-red); }\n\n.session-info {\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    font-size: 0.82rem;\n    color: var(--text-medium);\n}\n\n.session-info i { color: var(--accent-orange); }\n\n.resume-btn {\n    padding: 7px 14px;\n    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);\n    border: none;\n    border-radius: var(--radius-md);\n    color: white;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.78rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    transition: all 0.3s ease;\n}\n\n.resume-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-md);\n}\n\n\/* ========================================\n   MAIN LAYOUT - 3 COLUMN GRID\n======================================== *\/\n.quiz-container {\n    display: grid;\n    grid-template-columns: 250px 1fr 280px;\n    gap: 18px;\n    padding: 18px;\n    align-items: stretch;\n    min-height: 650px;\n}\n\n\/* ========================================\n   UNIFIED CARD STYLES\n======================================== *\/\n.quiz-card {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n}\n\n.quiz-card-header {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    padding: 14px 16px;\n    color: white;\n}\n\n.quiz-card-header h3 {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    color: white;\n}\n\n.quiz-card-header h3 i {\n    color: var(--accent-orange-light);\n}\n\n.quiz-card-header.light {\n    background: linear-gradient(135deg, var(--bg-light) 0%, #E0E7FF 100%);\n}\n\n.quiz-card-header.light h3 {\n    color: var(--primary-blue);\n}\n\n.quiz-card-header.light h3 i {\n    color: var(--accent-orange);\n}\n\n\n.quiz-card-body {\n    padding: 16px;\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n}\n\n\/* ========================================\n   LEFT SIDEBAR\n======================================== *\/\n.left-sidebar {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    height: 100%;\n}\n\n.left-sidebar .quiz-card {\n    flex: none;\n    display: flex;\n    flex-direction: column;\n}\n\n.left-sidebar .quiz-card-body {\n    flex: 1;\n    display: flex;\n    flex-direction: column;\n}\n\n.left-sidebar .filter-list {\n    flex: 1;\n    max-height: 220px;\n}\n\n\/* Filter Lists *\/\n.filter-list {\n    display: flex;\n    flex-direction: column;\n    gap: 6px;\n    overflow-y: auto;\n    padding-right: 4px;\n    flex: 1;\n    max-height: 220px;\n}\n\n.filter-list::-webkit-scrollbar { width: 4px; }\n.filter-list::-webkit-scrollbar-track { background: var(--bg-light); border-radius: 10px; }\n.filter-list::-webkit-scrollbar-thumb { background: var(--primary-blue); border-radius: 10px; }\n\n.filter-item {\n    padding: 10px 12px;\n    border-radius: var(--radius-sm);\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    transition: all 0.3s ease;\n    border: 2px solid transparent;\n    background: var(--bg-light);\n    font-size: 0.82rem;\n}\n\n.filter-item:hover {\n    background: #EFF6FF;\n    border-color: var(--primary-blue-light);\n    transform: translateX(3px);\n}\n\n.filter-item.active {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n}\n\n.filter-item .filter-text {\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.8rem;\n}\n\n.filter-item .filter-count {\n    background: rgba(255, 255, 255, 0.2);\n    padding: 2px 8px;\n    border-radius: 20px;\n    font-size: 0.7rem;\n    font-weight: 600;\n}\n\n.filter-item:not(.active) .filter-count {\n    background: var(--primary-blue);\n    color: white;\n}\n\n\/* Weak Areas Card *\/\n.weak-areas-card .quiz-card-header {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n}\n\n.weak-areas-card .quiz-card-body {\n    display: flex;\n    flex-direction: column;\n}\n\n.weak-question-list {\n    flex: 1;\n    overflow-y: auto;\n    margin-bottom: 10px;\n    max-height: 180px;\n}\n\n.weak-question-item {\n    background: var(--bg-light);\n    padding: 10px 12px;\n    border-radius: var(--radius-sm);\n    margin-bottom: 8px;\n    font-size: 0.78rem;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    border-left: 3px solid var(--error-red);\n}\n\n.weak-question-item:hover {\n    background: #fef2f2;\n    transform: translateX(3px);\n}\n\n.weak-question-item .q-num { \n    font-weight: 700; \n    color: var(--error-red);\n    flex-shrink: 0;\n}\n\n.weak-question-item .q-text {\n    flex: 1;\n    color: var(--text-medium);\n    font-size: 0.72rem;\n    white-space: nowrap;\n    overflow: hidden;\n    text-overflow: ellipsis;\n}\n\n.weak-question-item .wrong-count {\n    background: var(--error-red);\n    color: white;\n    padding: 2px 6px;\n    border-radius: 20px;\n    font-size: 0.65rem;\n    font-weight: 600;\n}\n\n.practice-weak-btn {\n    width: 100%;\n    padding: 10px;\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    border: none;\n    border-radius: var(--radius-md);\n    color: white;\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.8rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 6px;\n    margin-top: 10px;\n    transition: all 0.3s ease;\n}\n\n.practice-weak-btn:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-md);\n}\n\n\/* ========================================\n   QUESTION PANEL (CENTER)\n======================================== *\/\n.question-panel {\n    background: var(--bg-card);\n    border-radius: var(--radius-lg);\n    box-shadow: var(--shadow-md);\n    overflow: hidden;\n    align-self: start;\n}\n\n.question-header {\n    background: linear-gradient(135deg, var(--bg-light) 0%, #E0E7FF 100%);\n    padding: 14px 20px;\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    border-bottom: 1px solid var(--border-color);\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.question-number {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.95rem;\n    font-weight: 600;\n    color: var(--primary-blue);\n}\n\n.question-meta {\n    display: flex;\n    gap: 8px;\n    align-items: center;\n    flex-wrap: wrap;\n}\n.question-text {\n    white-space: pre-line;\n}\n\n.meta-badge {\n    padding: 5px 10px;\n    border-radius: 20px;\n    font-size: 0.75rem;\n    font-weight: 600;\n    display: flex;\n    align-items: center;\n    gap: 4px;\n}\n\n.meta-badge.year {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n}\n\n.meta-badge.chapter {\n    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);\n    color: white;\n}\n\n.meta-badge.weak {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    color: white;\n}\n\n.meta-badge i { font-size: 0.65rem; }\n\n.question-body {\n    padding: 22px;\n}\n\n.question-text {\n    font-size: 1.05rem;\n    line-height: 1.7;\n    color: var(--text-dark);\n    padding: 16px 20px;\n    background: linear-gradient(135deg, #F8FAFC 0%, #F1F5F9 100%);\n    border-left: 4px solid var(--primary-blue);\n    border-radius: 0 var(--radius-md) var(--radius-md) 0;\n    margin-bottom: 20px;\n}\n\n\/* Options *\/\n.options-list {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n\n.option-item {\n    padding: 14px 18px;\n    border: 2px solid var(--border-color);\n    border-radius: var(--radius-md);\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 12px;\n    transition: all 0.3s ease;\n    background: white;\n}\n\n.option-item:hover:not(.disabled) {\n    border-color: var(--primary-blue-light);\n    background: #EFF6FF;\n    transform: translateX(4px);\n}\n\n.option-item.selected {\n    border-color: var(--primary-blue);\n    background: linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);\n}\n\n.option-item.correct {\n    border-color: var(--success-green);\n    background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%);\n}\n\n.option-item.incorrect {\n    border-color: var(--error-red);\n    background: linear-gradient(135deg, #FEE2E2 0%, #FECACA 100%);\n}\n\n.option-item.disabled { cursor: default; }\n\n.option-letter {\n    width: 34px;\n    height: 34px;\n    border-radius: 50%;\n    background: var(--bg-light);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 700;\n    font-size: 0.9rem;\n    color: var(--text-medium);\n    border: 2px solid var(--border-color);\n    flex-shrink: 0;\n    transition: all 0.3s ease;\n}\n\n.option-item.selected .option-letter {\n    background: var(--primary-blue);\n    color: white;\n    border-color: var(--primary-blue);\n}\n\n.option-item.correct .option-letter {\n    background: var(--success-green);\n    color: white;\n    border-color: var(--success-green);\n}\n\n.option-item.incorrect .option-letter {\n    background: var(--error-red);\n    color: white;\n    border-color: var(--error-red);\n}\n\n.option-text {\n    font-size: 0.92rem;\n    color: var(--text-dark);\n    flex: 1;\n}\n\n.option-icon {\n    font-size: 1rem;\n    display: none;\n}\n\n.option-item.correct .option-icon,\n.option-item.incorrect .option-icon { display: block; }\n.option-item.correct .option-icon { color: var(--success-green); }\n.option-item.incorrect .option-icon { color: var(--error-red); }\n\n\/* Explanation Box *\/\n.explanation-box {\n    margin-top: 18px;\n    padding: 16px;\n    background: linear-gradient(135deg, #FFFBEB 0%, #FEF3C7 100%);\n    border-radius: var(--radius-md);\n    border-left: 4px solid var(--accent-orange);\n    display: none;\n    animation: slideDown 0.4s ease;\n}\n\n.explanation-box.show { display: block; }\n\n@keyframes slideDown {\n    from { opacity: 0; transform: translateY(-10px); }\n    to { opacity: 1; transform: translateY(0); }\n}\n\n.explanation-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    color: var(--accent-orange-dark);\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n}\n\n.explanation-text {\n    font-size: 0.88rem;\n    line-height: 1.6;\n    color: var(--text-dark);\n}\n\n\/* Mastery Indicator *\/\n.mastery-indicator {\n    margin-top: 14px;\n    padding: 10px 14px;\n    background: var(--bg-light);\n    border-radius: var(--radius-md);\n    display: none;\n}\n\n.mastery-indicator.show {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n}\n\n.mastery-label {\n    font-size: 0.78rem;\n    color: var(--text-medium);\n    display: flex;\n    align-items: center;\n    gap: 5px;\n}\n\n.mastery-stars { display: flex; gap: 2px; }\n.mastery-stars i { color: var(--border-color); font-size: 0.85rem; }\n.mastery-stars i.filled { color: var(--warning-yellow); }\n\n\/* Navigation Buttons - Now inside question body *\/\n.question-nav {\n    margin-top: 20px;\n    padding: 16px 20px;\n    background: var(--bg-light);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    border-radius: var(--radius-md);\n    border: 1px solid var(--border-color);\n}\n\n.nav-btn {\n    padding: 11px 22px;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    gap: 7px;\n    transition: all 0.3s ease;\n}\n\n.nav-btn.prev {\n    background: white;\n    color: var(--text-medium);\n    border: 2px solid var(--border-color);\n}\n\n.nav-btn.prev:hover:not(:disabled) {\n    border-color: var(--primary-blue);\n    color: var(--primary-blue);\n    transform: translateX(-3px);\n}\n\n.nav-btn.check {\n    background: linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-orange-dark) 100%);\n    color: white;\n    flex: 1;\n    justify-content: center;\n    max-width: 220px;\n    box-shadow: var(--shadow-md);\n}\n\n.nav-btn.check:hover:not(:disabled) {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-lg);\n}\n\n.nav-btn.next {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n    box-shadow: var(--shadow-md);\n}\n\n.nav-btn.next:hover:not(:disabled) {\n    transform: translateX(3px);\n    box-shadow: var(--shadow-lg);\n}\n\n.nav-btn:disabled { opacity: 0.5; cursor: not-allowed; }\n\n\/* ========================================\n   RIGHT SIDEBAR\n======================================== *\/\n.dashboard-sidebar {\n    display: flex;\n    flex-direction: column;\n    gap: 16px;\n    align-self: start;\n}\n\n\/* Progress Ring *\/\n.progress-ring-container {\n    display: flex;\n    justify-content: center;\n    margin-bottom: 12px;\n}\n\n.progress-ring {\n    position: relative;\n    width: 100px;\n    height: 100px;\n}\n\n.progress-ring svg { transform: rotate(-90deg); }\n\n.progress-ring-bg {\n    fill: none;\n    stroke: var(--border-color);\n    stroke-width: 8;\n}\n\n.progress-ring-fill {\n    fill: none;\n    stroke: var(--success-green);\n    stroke-width: 8;\n    stroke-linecap: round;\n    transition: stroke-dashoffset 0.5s ease;\n}\n\n.progress-ring-text {\n    position: absolute;\n    inset: 0;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n}\n\n.progress-ring-percentage {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.4rem;\n    font-weight: 700;\n    color: var(--text-dark);\n}\n\n.progress-ring-label {\n    font-size: 0.65rem;\n    color: var(--text-medium);\n}\n\n.progress-stats-mini {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 8px;\n}\n\n.progress-stat-mini {\n    background: var(--bg-light);\n    padding: 10px;\n    border-radius: var(--radius-sm);\n    text-align: center;\n}\n\n.progress-stat-mini .value {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.1rem;\n    font-weight: 700;\n}\n\n.progress-stat-mini .value.correct { color: var(--success-green); }\n.progress-stat-mini .value.incorrect { color: var(--error-red); }\n\n.progress-stat-mini .label {\n    font-size: 0.65rem;\n    color: var(--text-medium);\n    margin-top: 2px;\n}\n\n\/* Question Grid *\/\n.question-grid {\n    display: grid;\n    grid-template-columns: repeat(5, 1fr);\n    gap: 6px;\n    max-height: 200px;\n    overflow-y: auto;\n    padding: 2px;\n}\n\n.grid-item {\n    width: 100%;\n    aspect-ratio: 1;\n    border-radius: var(--radius-sm);\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: 600;\n    font-size: 0.75rem;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    border: 2px solid transparent;\n    position: relative;\n}\n\n.grid-item.unattempted { background: var(--primary-blue); color: white; }\n.grid-item.current { \n    background: var(--accent-orange); \n    color: white; \n    transform: scale(1.1); \n    box-shadow: var(--shadow-md);\n    z-index: 1;\n}\n.grid-item.attempted { background: var(--accent-orange-light); color: var(--text-dark); }\n.grid-item.correct-answered { background: var(--success-green); color: white; }\n.grid-item.incorrect-answered { background: var(--error-red); color: white; }\n\n.grid-item.weak-marked::after {\n    content: '!';\n    position: absolute;\n    top: -3px;\n    right: -3px;\n    width: 12px;\n    height: 12px;\n    background: var(--error-red);\n    border-radius: 50%;\n    font-size: 0.55rem;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    color: white;\n    font-weight: 700;\n}\n\n.grid-item:hover:not(.current) { transform: scale(1.05); }\n\n\/* Legend *\/\n.legend {\n    padding-top: 12px;\n    border-top: 1px solid var(--border-color);\n    margin-top: 4px;\n}\n\n.legend-title {\n    font-weight: 600;\n    font-size: 0.75rem;\n    color: var(--text-dark);\n    margin-bottom: 8px;\n}\n\n.legend-items {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 10px;\n}\n\n.legend-item {\n    display: flex;\n    align-items: center;\n    gap: 5px;\n    font-size: 0.68rem;\n    color: var(--text-medium);\n}\n\n.legend-color {\n    width: 14px;\n    height: 14px;\n    border-radius: 3px;\n}\n\n.legend-color.unattempted { background: var(--primary-blue); }\n.legend-color.attempted { background: var(--accent-orange-light); }\n.legend-color.correct { background: var(--success-green); }\n.legend-color.incorrect { background: var(--error-red); }\n\n\/* Stats Rows *\/\n.stat-row {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    padding: 8px 0;\n    border-bottom: 1px dashed var(--border-color);\n}\n\n.stat-row:last-child { border-bottom: none; }\n\n.stat-label {\n    color: var(--text-medium);\n    font-size: 0.82rem;\n}\n\n.stat-value {\n    font-weight: 700;\n    font-size: 0.95rem;\n    color: var(--text-dark);\n}\n\n.stat-value.correct { color: var(--success-green); }\n.stat-value.incorrect { color: var(--error-red); }\n\n\/* Action Buttons *\/\n.action-buttons {\n    display: flex;\n    flex-direction: column;\n    gap: 10px;\n}\n\n.action-btn {\n    width: 100%;\n    padding: 12px;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-size: 0.85rem;\n    font-weight: 600;\n    cursor: pointer;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    gap: 7px;\n    transition: all 0.3s ease;\n}\n\n.action-btn.submit {\n    background: linear-gradient(135deg, var(--success-green) 0%, #059669 100%);\n    color: white;\n    box-shadow: var(--shadow-md);\n}\n\n.action-btn.submit:hover {\n    transform: translateY(-2px);\n    box-shadow: var(--shadow-lg);\n}\n\n.action-btn.reset {\n    background: var(--bg-light);\n    color: var(--text-medium);\n    border: 2px solid var(--border-color);\n}\n\n.action-btn.reset:hover {\n    border-color: var(--error-red);\n    color: var(--error-red);\n}\n\n\/* ========================================\n   TOAST & MODAL\n======================================== *\/\n.warning-toast {\n    position: fixed;\n    bottom: 30px;\n    left: 50%;\n    transform: translateX(-50%);\n    background: var(--error-red);\n    color: white;\n    padding: 12px 24px;\n    border-radius: var(--radius-md);\n    font-weight: 600;\n    box-shadow: var(--shadow-xl);\n    z-index: 10000;\n    display: none;\n    animation: slideUp 0.3s ease;\n    font-size: 0.88rem;\n}\n\n.warning-toast.show { display: flex; align-items: center; gap: 8px; }\n.warning-toast.success { background: var(--success-green); }\n\n@keyframes slideUp {\n    from { opacity: 0; transform: translateX(-50%) translateY(20px); }\n    to { opacity: 1; transform: translateX(-50%) translateY(0); }\n}\n\n.result-modal {\n    position: fixed;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    background: rgba(0, 0, 0, 0.7);\n    display: none;\n    justify-content: center;\n    align-items: center;\n    z-index: 10000;\n    padding: 20px;\n}\n\n.result-modal.show { display: flex; }\n\n.result-content {\n    background: white;\n    padding: 32px;\n    border-radius: var(--radius-lg);\n    text-align: center;\n    max-width: 440px;\n    width: 100%;\n    box-shadow: var(--shadow-xl);\n    animation: modalSlideIn 0.3s ease;\n}\n\n@keyframes modalSlideIn {\n    from { opacity: 0; transform: scale(0.9); }\n    to { opacity: 1; transform: scale(1); }\n}\n\n.result-icon { font-size: 50px; margin-bottom: 16px; }\n\n.result-title {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--text-dark);\n    margin-bottom: 8px;\n}\n\n.result-message {\n    color: var(--text-medium);\n    margin-bottom: 20px;\n    font-size: 0.9rem;\n}\n\n.result-stats {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 10px;\n    margin-bottom: 20px;\n}\n\n.result-stat {\n    background: var(--bg-light);\n    padding: 12px;\n    border-radius: var(--radius-md);\n}\n\n.result-stat-value {\n    font-family: 'Poppins', sans-serif;\n    font-size: 1.3rem;\n    font-weight: 700;\n    color: var(--primary-blue);\n}\n\n.result-stat-label {\n    font-size: 0.72rem;\n    color: var(--text-medium);\n}\n\n.result-buttons {\n    display: flex;\n    gap: 10px;\n    justify-content: center;\n    flex-wrap: wrap;\n}\n\n.result-btn {\n    padding: 10px 20px;\n    border: none;\n    border-radius: var(--radius-md);\n    font-family: 'Poppins', sans-serif;\n    font-weight: 600;\n    cursor: pointer;\n    transition: all 0.3s ease;\n    display: flex;\n    align-items: center;\n    gap: 6px;\n    font-size: 0.82rem;\n}\n\n.result-btn.primary {\n    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-blue-dark) 100%);\n    color: white;\n}\n\n.result-btn.secondary { background: var(--bg-light); color: var(--text-medium); }\n\n.result-btn.weak {\n    background: linear-gradient(135deg, var(--error-red) 0%, #dc2626 100%);\n    color: white;\n}\n\n.result-btn:hover { transform: translateY(-2px); }\n\n\/* ========================================\n   RESPONSIVE\n======================================== *\/\n@media (max-width: 1100px) {\n    .quiz-container {\n        grid-template-columns: 220px 1fr 250px;\n        gap: 14px;\n    }\n}\n\n@media (max-width: 960px) {\n    .quiz-container {\n        grid-template-columns: 1fr;\n        padding: 14px;\n        min-height: auto;\n    }\n\n    .left-sidebar { \n        order: 1; \n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 14px;\n        height: auto;\n    }\n    \n    .left-sidebar .quiz-card {\n        flex: none;\n    }\n    \n    .left-sidebar .filter-list {\n        max-height: 180px;\n    }\n    \n    .question-panel { order: 2; }\n    .dashboard-sidebar { \n        order: 3;\n        display: grid;\n        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n        gap: 14px;\n        align-self: auto;\n    }\n\n    .header-stats { display: none; }\n    .mode-selector { flex-direction: column; align-items: stretch; }\n    .mode-tabs { justify-content: center; }\n    .session-info { justify-content: center; }\n}\n\n@media (max-width: 600px) {\n    .quiz-header { padding: 14px 16px; }\n    .topic-icon { width: 40px; height: 40px; font-size: 18px; }\n    .topic-info h1 { font-size: 1.1rem; }\n    .topic-info p { font-size: 0.75rem; }\n    \n    .mode-tab { padding: 7px 12px; font-size: 0.75rem; }\n    \n    .question-header { padding: 12px 16px; }\n    .question-number { font-size: 0.88rem; }\n    .question-body { padding: 16px; }\n    .question-text { font-size: 0.95rem; padding: 14px 16px; }\n    .option-item { padding: 12px 14px; }\n    \n    .question-nav { flex-wrap: wrap; padding: 14px; }\n    .nav-btn { padding: 10px 16px; font-size: 0.8rem; }\n    .nav-btn.check { order: -1; width: 100%; max-width: none; margin-bottom: 10px; }\n    \n    .left-sidebar, .dashboard-sidebar { grid-template-columns: 1fr; }\n    \n    .result-stats { grid-template-columns: 1fr; }\n    .result-buttons { flex-direction: column; }\n}\n<\/style>\n\n<div class=\"ldce-quiz-wrapper\" id=\"quizWrapper\">\n    <!-- Warning Toast -->\n    <div class=\"warning-toast\" id=\"warningToast\">\n        <i class=\"fas fa-exclamation-triangle\"><\/i>\n        <span id=\"toastMessage\">Message<\/span>\n    <\/div>\n\n    <!-- Result Modal -->\n    <div class=\"result-modal\" id=\"resultModal\">\n        <div class=\"result-content\">\n            <div class=\"result-icon\" id=\"resultIcon\">\ud83c\udf89<\/div>\n            <h2 class=\"result-title\" id=\"resultTitle\">Great Job!<\/h2>\n            <p class=\"result-message\" id=\"resultMessage\">You have completed the quiz.<\/p>\n            <div class=\"result-stats\">\n                <div class=\"result-stat\">\n                    <div class=\"result-stat-value\" id=\"resultCorrect\">0<\/div>\n                    <div class=\"result-stat-label\">Correct<\/div>\n                <\/div>\n                <div class=\"result-stat\">\n                    <div class=\"result-stat-value\" id=\"resultIncorrect\">0<\/div>\n                    <div class=\"result-stat-label\">Incorrect<\/div>\n                <\/div>\n                <div class=\"result-stat\">\n                    <div class=\"result-stat-value\" id=\"resultScore\">0%<\/div>\n                    <div class=\"result-stat-label\">Score<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"result-buttons\">\n                <button class=\"result-btn secondary\" id=\"reviewBtn\">\n                    <i class=\"fas fa-eye\"><\/i> Review\n                <\/button>\n                <button class=\"result-btn weak\" id=\"practiceWeakBtn\" style=\"display: none;\">\n                    <i class=\"fas fa-exclamation-circle\"><\/i> Practice Weak\n                <\/button>\n                <button class=\"result-btn primary\" id=\"retryBtn\">\n                    <i class=\"fas fa-redo\"><\/i> Try Again\n                <\/button>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Header -->\n    <header class=\"quiz-header\">\n        <div class=\"header-content\">\n            <div class=\"topic-title\">\n                <div class=\"topic-icon\">\n                    <i class=\"fas fa-file-invoice-dollar\" id=\"topicIcon\"><\/i>\n                <\/div>\n                <div class=\"topic-info\">\n                    <h1 id=\"topicName\">CCS (CCA) Rules<\/h1>\n                    <p>Combined SO\/Steno LDCE Previous Year Questions \u2022 Paper 2<\/p>\n                <\/div>\n            <\/div>\n            <div class=\"header-stats\">\n                <div class=\"stat-badge progress-badge\">\n                    <i class=\"fas fa-chart-line\"><\/i>\n                    <span id=\"overallProgress\">0% Mastered<\/span>\n                <\/div>\n                <div class=\"stat-badge weak-badge\" id=\"weakBadgeHeader\" style=\"display: none;\">\n                    <i class=\"fas fa-exclamation-circle\"><\/i>\n                    <span id=\"weakCountHeader\">0 Weak Areas<\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/header>\n\n    <!-- Mode Selector -->\n    <div class=\"mode-selector\">\n        <div class=\"mode-tabs\">\n            <button class=\"mode-tab active\" data-mode=\"all\" id=\"modeAll\">\n                <i class=\"fas fa-list\"><\/i>\n                All Questions\n                <span class=\"badge\" id=\"allCount\">0<\/span>\n            <\/button>\n            <button class=\"mode-tab\" data-mode=\"year\" id=\"modeYear\">\n                <i class=\"fas fa-calendar\"><\/i>\n                By Year\n            <\/button>\n            <button class=\"mode-tab\" data-mode=\"chapter\" id=\"modeChapter\">\n                <i class=\"fas fa-book\"><\/i>\n                By Chapter\n            <\/button>\n            <button class=\"mode-tab weak-mode\" data-mode=\"weak\" id=\"modeWeak\">\n                <i class=\"fas fa-exclamation-circle\"><\/i>\n                Weak Areas\n                <span class=\"badge\" id=\"weakModeCount\">0<\/span>\n            <\/button>\n        <\/div>\n        <div class=\"session-info\" id=\"sessionInfo\" style=\"display: none;\">\n            <i class=\"fas fa-history\"><\/i>\n            <span id=\"sessionText\">Last session: Q5<\/span>\n            <button class=\"resume-btn\" id=\"resumeBtn\">\n                <i class=\"fas fa-play\"><\/i>\n                Resume\n            <\/button>\n        <\/div>\n    <\/div>\n\n    <!-- Main Container -->\n    <div class=\"quiz-container\">\n        <!-- Left Sidebar -->\n        <aside class=\"left-sidebar\">\n            <!-- Year Filter -->\n            <div class=\"quiz-card\" id=\"yearFilterCard\">\n                <div class=\"quiz-card-header light\">\n                    <h3><i class=\"fas fa-calendar-alt\"><\/i> Filter by Year<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"filter-list\" id=\"yearList\"><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Chapter Filter -->\n            <div class=\"quiz-card\" id=\"chapterFilterCard\">\n                <div class=\"quiz-card-header light\">\n                    <h3><i class=\"fas fa-book-open\"><\/i> Filter by Chapter<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"filter-list\" id=\"chapterList\"><\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Weak Areas Card -->\n            <div class=\"quiz-card weak-areas-card\" id=\"weakAreasCard\" style=\"display: none;\">\n                <div class=\"quiz-card-header\">\n                    <h3><i class=\"fas fa-exclamation-triangle\"><\/i> Weak Areas<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"weak-question-list\" id=\"weakQuestionList\"><\/div>\n                    <button class=\"practice-weak-btn\" id=\"practiceWeakAreasBtn\">\n                        <i class=\"fas fa-redo\"><\/i>\n                        Practice All Weak Areas\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/aside>\n\n        <!-- Question Panel -->\n        <main class=\"question-panel\">\n            <div class=\"question-header\">\n                <span class=\"question-number\" id=\"questionNumber\">Question 1 of 20<\/span>\n                <div class=\"question-meta\">\n                    <div class=\"meta-badge year\">\n                        <i class=\"fas fa-calendar-alt\"><\/i>\n                        <span id=\"currentQuestionYear\">2023<\/span>\n                    <\/div>\n                    <div class=\"meta-badge chapter\">\n                        <i class=\"fas fa-book\"><\/i>\n                        <span id=\"currentQuestionChapter\">Chapter 1<\/span>\n                    <\/div>\n                    <div class=\"meta-badge weak\" id=\"weakBadge\" style=\"display: none;\">\n                        <i class=\"fas fa-exclamation-circle\"><\/i>\n                        <span>Weak<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n            <div class=\"question-body\">\n                <div class=\"question-text\" id=\"questionText\">Loading question...<\/div>\n                <div class=\"options-list\" id=\"optionsList\"><\/div>\n                <div class=\"explanation-box\" id=\"explanationBox\">\n                    <div class=\"explanation-title\">\n                        <i class=\"fas fa-lightbulb\"><\/i>\n                        Explanation\n                    <\/div>\n                    <p class=\"explanation-text\" id=\"explanationText\"><\/p>\n                <\/div>\n                <div class=\"mastery-indicator\" id=\"masteryIndicator\">\n                    <span class=\"mastery-label\">\n                        <i class=\"fas fa-star\"><\/i>\n                        Mastery:\n                    <\/span>\n                    <div class=\"mastery-stars\" id=\"masteryStars\">\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                        <i class=\"fas fa-star\"><\/i>\n                    <\/div>\n                <\/div>\n                <!-- Navigation Buttons -->\n                <div class=\"question-nav\">\n                    <button class=\"nav-btn prev\" id=\"prevBtn\">\n                        <i class=\"fas fa-arrow-left\"><\/i>\n                        Previous\n                    <\/button>\n                    <button class=\"nav-btn check\" id=\"checkBtn\">\n                        <i class=\"fas fa-check-circle\"><\/i>\n                        Check Answer\n                    <\/button>\n                    <button class=\"nav-btn next\" id=\"nextBtn\">\n                        Next\n                        <i class=\"fas fa-arrow-right\"><\/i>\n                    <\/button>\n                <\/div>\n            <\/div>\n        <\/main>\n\n        <!-- Right Sidebar -->\n        <aside class=\"dashboard-sidebar\">\n            <!-- Question Navigator -->\n            <div class=\"quiz-card\">\n                <div class=\"quiz-card-header light\">\n                    <h3><i class=\"fas fa-th\"><\/i> Question Navigator<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"question-grid\" id=\"questionGrid\"><\/div>\n                    <div class=\"legend\">\n                        <div class=\"legend-title\">Legend:<\/div>\n                        <div class=\"legend-items\">\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color unattempted\"><\/div>\n                                <span>Unattempted<\/span>\n                            <\/div>\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color attempted\"><\/div>\n                                <span>Attempted<\/span>\n                            <\/div>\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color correct\"><\/div>\n                                <span>Correct<\/span>\n                            <\/div>\n                            <div class=\"legend-item\">\n                                <div class=\"legend-color incorrect\"><\/div>\n                                <span>Incorrect<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Your Progress -->\n            <div class=\"quiz-card\">\n                <div class=\"quiz-card-header\">\n                    <h3><i class=\"fas fa-trophy\"><\/i> Your Progress<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"progress-ring-container\">\n                        <div class=\"progress-ring\">\n                            <svg width=\"100\" height=\"100\">\n                                <circle class=\"progress-ring-bg\" cx=\"50\" cy=\"50\" r=\"42\"><\/circle>\n                                <circle class=\"progress-ring-fill\" cx=\"50\" cy=\"50\" r=\"42\" \n                                        stroke-dasharray=\"264\" \n                                        stroke-dashoffset=\"264\"\n                                        id=\"progressRingFill\"><\/circle>\n                            <\/svg>\n                            <div class=\"progress-ring-text\">\n                                <span class=\"progress-ring-percentage\" id=\"progressPercentage\">0%<\/span>\n                                <span class=\"progress-ring-label\">Mastered<\/span>\n                            <\/div>\n                        <\/div>\n                    <\/div>\n                    <div class=\"progress-stats-mini\">\n                        <div class=\"progress-stat-mini\">\n                            <div class=\"value correct\" id=\"totalCorrectProgress\">0<\/div>\n                            <div class=\"label\">Correct<\/div>\n                        <\/div>\n                        <div class=\"progress-stat-mini\">\n                            <div class=\"value incorrect\" id=\"totalWeakProgress\">0<\/div>\n                            <div class=\"label\">Weak Areas<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n\n            <!-- Session Stats -->\n            <div class=\"quiz-card\">\n                <div class=\"quiz-card-header\">\n                    <h3><i class=\"fas fa-chart-pie\"><\/i> Session Stats<\/h3>\n                <\/div>\n                <div class=\"quiz-card-body\">\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Total Questions<\/span>\n                        <span class=\"stat-value\" id=\"totalQuestions\">0<\/span>\n                    <\/div>\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Attempted<\/span>\n                        <span class=\"stat-value\" id=\"attemptedCount\">0<\/span>\n                    <\/div>\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Correct<\/span>\n                        <span class=\"stat-value correct\" id=\"correctCount\">0<\/span>\n                    <\/div>\n                    <div class=\"stat-row\">\n                        <span class=\"stat-label\">Incorrect<\/span>\n                        <span class=\"stat-value incorrect\" id=\"incorrectCount\">0<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <!-- Action Buttons -->\n            <div class=\"action-buttons\">\n                <button class=\"action-btn submit\" id=\"submitBtn\">\n                    <i class=\"fas fa-paper-plane\"><\/i>\n                    Submit & View Results\n                <\/button>\n                <button class=\"action-btn reset\" id=\"resetBtn\">\n                    <i class=\"fas fa-redo-alt\"><\/i>\n                    Reset Session\n                <\/button>\n            <\/div>\n        <\/aside>\n    <\/div>\n<\/div>\n\n<script>\n\/\/ ==========================================\n\/\/ QUIZ CONFIGURATION\n\/\/ ==========================================\nconst quizConfig = {\n    quizId: 'cca-pyq-quiz',\n    topic: 'CCS (CCA) Rules',\n    paper: 'Paper 2',\n    wpAjaxUrl: '\/wp-admin\/admin-ajax.php',\n    useWordPressSync: false,\n    masteryThreshold: 3,\n    weakThreshold: 1\n};\n\n\/\/ ==========================================\n\/\/ QUESTIONS DATA (Sample - add your full data)\n\/\/ ==========================================\nconst allQuestions = [\n    \/\/2009-11\n    {\n    id: 1,\n    year: '2009-11',\n    chapter: 'Rule 10 - Suspension',\n    question: \"Which one of the following statements is correct?\",\n    options: [\n      \"Suspension of a government servant is a routine matter in disciplinary cases\",\n      \"Suspension amounts to reduction as he is paid reduced rates during the period\",\n      \"Suspension is an executive action whereby a government servant is kept out of duty temporarily pending final action being taken against him\",\n      \"Suspension is prelude to removal\/dismissal of a government servant\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Suspension is an executive action whereby a government servant is kept out of duty temporarily pending final action being taken against him<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965 - Suspension<\/i><br><br>\n<b>Rule 10(1):<\/b><br>\n<i>\"The appointing authority or any authority to which it is subordinate or the disciplinary authority or any other authority empowered in that behalf by the President, by general or special order, may place a Government servant under suspension\u2014<br>\n(a) where a disciplinary proceeding against him is contemplated or is pending; or<br>\n(b) where, in the opinion of the authority aforesaid, he has engaged himself in activities prejudicial to the interest of the security of the State; or<br>\n(c) where a case against him in respect of any criminal offence is under investigation, inquiry or trial.\"<\/i><br><br>\n<b>GID (5) under Rule 10 - Nature of Suspension:<\/b><br>\n<i>\"Suspension is not a penalty. It is resorted to only as an interim measure pending finalisation of the disciplinary case\/criminal prosecution. It is an executive action keeping the Government servant out of duty temporarily.\"<\/i><br><br>\n<b>GID (3) under Rule 10 - Suspension not routine:<\/b><br>\n<i>\"Suspension should not be resorted to as a routine measure. It should be used sparingly and only in cases where the continued presence of the official in the office is likely to prejudice the investigation or where his continuance in office is against the wider public interest.\"<\/i><br><br>\n<b>Key Characteristics of Suspension:<\/b><br>\n\u2022 Suspension is <b>NOT a penalty<\/b> - it is an <b>administrative\/executive action<\/b><br>\n\u2022 It is a <b>temporary measure<\/b> to keep the employee away from duty<br>\n\u2022 Purpose: To prevent tampering with evidence, influencing witnesses, or hampering investigation<br>\n\u2022 Employee <b>remains in service<\/b> during suspension period<br>\n\u2022 Must be reviewed within <b>90 days<\/b> as per Rule 10(6)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 As per GID (3), suspension is NOT a routine matter - it should be resorted to sparingly and only in specific circumstances. It requires proper application of mind by competent authority.<br>\n<b>B.<\/b> \u2717 Suspension does NOT amount to reduction in rank - Reduction is a penalty under Rule 11(v) and 11(vi). During suspension, employee receives <b>Subsistence Allowance<\/b> under FR 53, which is not \"reduced pay as punishment\" but a maintenance allowance.<br>\n<b>D.<\/b> \u2717 Suspension is NOT necessarily a prelude to removal\/dismissal - As per GID (5), it is only an \"interim measure.\" Suspension may end with: (i) exoneration and reinstatement, (ii) minor penalty, (iii) major penalty, or (iv) dropping of charges.`\n  },\n  {\n    id: 2,\n    year: '2009-11',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Recovery from the pay of a government servant as a punishment for any pecuniary loss caused by him to the government by negligence\",\n    options: [\n      \"should not exceed 1\/3rd of his basic pay\",\n      \"should not be spread over a period of more than three years\",\n      \"be waived by the competent authority in deserving cases\",\n      \"be made from the delinquent official spreading over a period of time till the entire amount is recovered\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - be made from the delinquent official spreading over a period of time till the entire amount is recovered<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(iii) of CCS (CCA) Rules, 1965 - Minor Penalties<\/i><br><br>\n<b>Rule 11(iii):<\/b><br>\n<i>\"Recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders.\"<\/i><br><br>\n<b>GID (1) under Rule 11(iii) - Nature of Recovery:<\/b><br>\n<i>\"Recovery of pecuniary loss is a minor penalty. The whole or part of the loss caused to Government can be recovered from the pay of the delinquent Government servant.\"<\/i><br><br>\n<b>GID (2) under Rule 11(iii) - No Upper Limit:<\/b><br>\n<i>\"There is no upper ceiling prescribed on the amount that can be recovered. The entire pecuniary loss, if established, can be ordered to be recovered.\"<\/i><br><br>\n<b>GID (3) under Rule 11(iii) - Spreading Over Time:<\/b><br>\n<i>\"The recovery is to be spread over a period of time keeping in view the paying capacity of the Government servant. Monthly deductions are made from the salary until the entire amount ordered to be recovered is realized.\"<\/i><br><br>\n<b>Important Features of Recovery Penalty:<\/b><br>\n\u2022 Recovery is classified as a <b>Minor Penalty<\/b> under Rule 11(iii)<br>\n\u2022 The <b>whole or part<\/b> of the pecuniary loss can be recovered<br>\n\u2022 There is <b>NO upper limit<\/b> prescribed on the quantum of recovery<br>\n\u2022 There is <b>NO time limit<\/b> for completing recovery<br>\n\u2022 Recovery is spread over time considering the employee's paying capacity<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 No 1\/3rd limitation exists in Rule 11(iii) or any GID - The rule clearly states \"whole or part\" of pecuniary loss can be recovered without any ceiling.<br>\n<b>B.<\/b> \u2717 No three-year limitation is prescribed in the Rules or GIDs - Recovery continues until the entire amount is recovered, regardless of time taken.<br>\n<b>C.<\/b> \u2717 Once a penalty is validly imposed, it cannot be unilaterally \"waived\" - Any modification requires proper review\/revision process under Rule 29 or appeal under Rule 27.`\n  },\n  {\n    id: 3,\n    year: '2009-11',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Which of the following under the CCS (CCA) Rules amounts to penalty?\",\n    options: [\n      \"Termination of service during or at the end of probation\",\n      \"Termination in accordance with the terms of an agreement of appointment\",\n      \"Termination of service of a temporary government servant under Rule 5 of the Central Civil Services (Temporary Service) Rules, 1965\",\n      \"Compulsory retirement\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Compulsory retirement<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965 - Penalties<\/i><br><br>\n<b>Rule 11(vii) - Major Penalty:<\/b><br>\n<i>\"Compulsory retirement of a Government servant in accordance with the provisions relating to his superannuation or retirement.\"<\/i><br><br>\n<b>Complete List of Penalties under Rule 11:<\/b><br>\n<b>Minor Penalties:<\/b><br>\n\u2022 (i) Censure<br>\n\u2022 (ii) Withholding of promotion<br>\n\u2022 (iii) Recovery from pay of pecuniary loss<br>\n\u2022 (iii-a) Reduction to lower stage in time-scale (without cumulative effect, max 3 years)<br>\n\u2022 (iv) Withholding of increments<br><br>\n<b>Major Penalties:<\/b><br>\n\u2022 (v) Reduction to lower stage in time-scale (with cumulative effect)<br>\n\u2022 (vi) Reduction to lower time-scale, grade, post or service<br>\n\u2022 <b>(vii) Compulsory retirement<\/b><br>\n\u2022 (viii) Removal from service<br>\n\u2022 (ix) Dismissal from service<br><br>\n<b>Explanation to Rule 11 - What does NOT amount to penalty:<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n(a) termination of the service of a Government servant appointed on probation, during or at the end of the period of his probation, in accordance with the terms of his appointment or the rules and orders governing such probation;<br>\n(b) termination of a temporary Government servant in accordance with the provisions of sub-rule (1) of Rule 5 of the Central Civil Services (Temporary Service) Rules, 1965;<br>\n(c) termination of the service of a Government servant, employed under an agreement, in accordance with the terms of such agreement.\"<\/i><br><br>\n<b>GID (1) under Explanation to Rule 11:<\/b><br>\n<i>\"The distinction between termination of service as a penalty and termination under terms of appointment\/agreement is that the former is punitive in nature requiring inquiry, while the latter is administrative\/contractual in nature.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Explicitly excluded by Explanation (a) to Rule 11 - Probationary termination is contractual, not punitive<br>\n<b>B.<\/b> \u2717 Explicitly excluded by Explanation (c) to Rule 11 - Agreement-based termination is contractual<br>\n<b>C.<\/b> \u2717 Explicitly excluded by Explanation (b) to Rule 11 - Temporary service termination under CCS(TS) Rules is administrative`\n  },\n  {\n    id: 4,\n    year: '2009-11',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: \"Disciplinary action under the CCS (CCA) Rules can be initiated against a Central Government employee\/officer\",\n    options: [\n      \"on receipt of a complaint\",\n      \"after initiating an enquiry\",\n      \"after a prima facie case is established\",\n      \"after receiving an explanation from the employee\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - after a prima facie case is established<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 of CCS (CCA) Rules, 1965 - Procedure for Imposing Major Penalties<\/i><br><br>\n<b>Rule 14(3):<\/b><br>\n<i>\"Where it is proposed to hold an inquiry against a Government servant under this rule, the disciplinary authority shall draw up or cause to be drawn up the substance of the imputations of misconduct or misbehaviour into definite and distinct articles of charge...\"<\/i><br><br>\n<b>GID (1) under Rule 14 - Preliminary Inquiry:<\/b><br>\n<i>\"Before a charge-sheet is issued, a preliminary inquiry should be conducted to verify the allegations and collect prima facie evidence. Charge-sheet should not be issued on the basis of unverified complaints.\"<\/i><br><br>\n<b>GID (2) under Rule 14 - Prima Facie Case:<\/b><br>\n<i>\"The disciplinary authority should satisfy itself that there is a prima facie case for proceeding against the Government servant before issuing a charge-sheet. Disciplinary proceedings should not be initiated on frivolous or unsubstantiated allegations.\"<\/i><br><br>\n<b>CVC Guidelines on Prima Facie Case:<\/b><br>\n<i>\"Before issuing a charge-sheet, the disciplinary authority should be satisfied that there is a prima facie case for proceeding against the officer concerned. The charge-sheet should be issued only after proper application of mind to the material available.\"<\/i><br><br>\n<b>Proper Sequence of Disciplinary Proceedings:<\/b><br>\n1. <b>Receipt of complaint\/information<\/b> about alleged misconduct<br>\n2. <b>Preliminary inquiry\/fact-finding<\/b> to verify allegations<br>\n3. <b>Establishment of prima facie case<\/b> (sufficient material to proceed)<br>\n4. <b>Decision to initiate disciplinary action<\/b> by competent authority<br>\n5. <b>Issue of Charge Sheet<\/b> under Rule 14(3)<br>\n6. <b>Written Statement of Defence<\/b> from charged officer - Rule 14(3)<br>\n7. <b>Formal Inquiry<\/b> (if charges not admitted) - Rule 14(5) onwards<br>\n8. <b>Inquiry Report<\/b> and final orders - Rule 15<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Mere receipt of complaint is insufficient - As per GID (1), complaints must be verified through preliminary inquiry first.<br>\n<b>B.<\/b> \u2717 \"Enquiry\" under Rule 14 is conducted AFTER charge sheet is issued under Rule 14(5). The formal inquiry is part of the disciplinary proceedings, not a precondition for initiating them.<br>\n<b>D.<\/b> \u2717 Explanation from employee (Written Statement of Defence) is obtained AFTER charge sheet is served under Rule 14(3). This comes during the proceedings, not before initiation.`\n  },\n  {\n    id: 5,\n    year: '2009-11',\n    chapter: 'Rule 11 - Penalties',\n    question: \"When a day cannot be marked as dies non?\",\n    options: [\n      \"When the official remains absent from duty without prior information\",\n      \"When the official becomes a habitual late comer\",\n      \"When the official leaves the office without prior permission\",\n      \"When the official remains in office but refuses to perform duty assigned to him\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - When the official becomes a habitual late comer<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India Decisions under Rule 11 of CCS (CCA) Rules, 1965 on Dies Non<\/i><br><br>\n<b>Definition:<\/b> <i>\"Dies Non\"<\/i> literally means \"a day that does not count\" - it is a day which is not counted for any service purpose including increment, leave accrual, pension calculation, etc.<br><br>\n<b>GID (1) under Rule 11 - Circumstances for Dies Non:<\/b><br>\n<i>\"A day can be marked as 'Dies Non' only under the following three circumstances:<br>\n(i) When the official remains absent from duty without prior information;<br>\n(ii) When on duty in office, the official leaves the office without proper permission; and<br>\n(iii) When the official remains in office, but refuses to perform duty assigned to him.\"<\/i><br><br>\n<b>GID (2) under Rule 11 - Late Coming and Dies Non:<\/b><br>\n<i>\"Late coming to office cannot be treated as 'Dies Non'. When an official comes late but works throughout the remaining office hours, he has performed his duties for that day. The day cannot be treated as 'not worked' because work was actually performed.\"<\/i><br><br>\n<b>DoPT OM on Dealing with Habitual Late Coming:<\/b><br>\n<i>\"Habitual late coming should be dealt with through:<br>\n(a) Counselling\/Warning for occasional late coming<br>\n(b) Recording remarks in Service Book for habitual late coming<br>\n(c) Disciplinary action under CCS (CCA) Rules for persistent cases<br>\n(d) Deduction of casual leave (half day CL) as per departmental instructions\"<\/i><br><br>\n<b>Why habitual late coming CANNOT be marked as Dies Non:<\/b><br>\n\u2022 Employee came to office and <b>performed duties<\/b> during remaining hours<br>\n\u2022 Dies Non requires <b>complete non-performance<\/b> of duty<br>\n\u2022 Late coming is a separate misconduct dealt with differently<br>\n\u2022 Dies Non is reserved for total absence or refusal of work<br><br>\n<b>Note:<\/b> Show cause notice should be issued before marking dies non in any case.<br><br>\n<b>Why other options are incorrect (these ARE valid grounds for Dies Non):<\/b><br>\n<b>A.<\/b> \u2713 Valid ground under GID (1)(i) - Absence without prior information clearly qualifies<br>\n<b>C.<\/b> \u2713 Valid ground under GID (1)(ii) - Leaving office without permission qualifies<br>\n<b>D.<\/b> \u2713 Valid ground under GID (1)(iii) - Physical presence but refusal to work qualifies`\n  },\n  {\n    id: 6,\n    year: '2009-11',\n    chapter: 'Prevention of Corruption Act, 1988',\n    question: \"A special judge under the Prevention of Corruption Act, 1988 can try\",\n    options: [\n      \"offences specified only in the relevant Section of the above Act\",\n      \"any other offence against the same accused being tried under the above Act, under the Code of Criminal Procedure, 1973\",\n      \"any offence under the CCS (Conduct) Rules\",\n      \"any offence under the CCS (Conduct) Rules\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - any other offence against the same accused being tried under the above Act, under the Code of Criminal Procedure, 1973<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Prevention of Corruption Act, 1988<\/i><br><br>\n<b>Section 3 - Power to Appoint Special Judges:<\/b><br>\n<i>\"The Central Government or the State Government may, by notification in the Official Gazette, appoint as many special Judges as may be necessary for such area to try\u2014<br>\n(a) any offence punishable under this Act; and<br>\n(b) any conspiracy to commit or any attempt to commit or any abetment of any of the offences specified in clause (a).\"<\/i><br><br>\n<b>Section 4(1) - Exclusive Jurisdiction:<\/b><br>\n<i>\"Notwithstanding anything contained in the Code of Criminal Procedure, 1973, the offences specified in sub-section (1) of section 3 shall be tried by special Judges only.\"<\/i><br><br>\n<b>Section 4(3) - Extended Jurisdiction:<\/b><br>\n<i>\"When trying any case, a special Judge may also try any offence, other than an offence specified in section 3, with which the accused may, under the Code of Criminal Procedure, 1973 (2 of 1974), be charged at the same trial.\"<\/i><br><br>\n<b>Jurisdiction of Special Judge under PC Act:<\/b><br>\n\u2022 <b>Primary Jurisdiction:<\/b> Offences under the Prevention of Corruption Act, 1988 [Section 4(1)]<br>\n\u2022 <b>Extended Jurisdiction:<\/b> Any other offence with which the accused may be charged at the same trial under CrPC [Section 4(3)]<br><br>\n<b>Commonly tried IPC offences along with PC Act offences:<\/b><br>\n\u2022 Section 120-B IPC (Criminal Conspiracy)<br>\n\u2022 Section 420 IPC (Cheating)<br>\n\u2022 Section 467, 468, 471 IPC (Forgery related offences)<br>\n\u2022 Section 409 IPC (Criminal Breach of Trust by public servant)<br><br>\n<b>Rationale for Section 4(3):<\/b><br>\n\u2022 Single trial for all connected offences<br>\n\u2022 Avoids multiplicity of proceedings<br>\n\u2022 Expeditious disposal of cases<br>\n\u2022 Consistent findings on related charges<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Too restrictive - Section 4(3) specifically expands jurisdiction beyond just PC Act offences<br>\n<b>C & D.<\/b> \u2717 CCS (Conduct) Rules violations are NOT criminal offences - Special Judge is a <b>criminal court<\/b> trying only criminal offences, not service rule violations`\n  },\n  {\n    id: 7,\n    year: '2009-11',\n    chapter: 'Indian Penal Code, 1860',\n    question: \"A, being a public servant directed by law to take property in execution, in order to satisfy a decree pronounced in Z's favour by a court of justice, knowingly disobeys that direction of law, with the knowledge that he is likely thereby to cause injury to Z. In this case\",\n    options: [\n      \"A has not committed any offence\",\n      \"A is not supposed to enforce such order of the court of justice\",\n      \"A has committed an offence of negligence of duty\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - A has committed an offence of negligence of duty<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Section 166 of Indian Penal Code, 1860<\/i><br><br>\n<b>Section 166 IPC - Public servant disobeying law, with intent to cause injury to any person:<\/b><br>\n<i>\"Whoever, being a public servant, knowingly disobeys any direction of the law as to the way in which he is to conduct himself as such public servant, intending to cause, or knowing it to be likely that he will, by such disobedience, cause injury to any person, shall be punished with simple imprisonment for a term which may extend to one year, or with fine, or with both.\"<\/i><br><br>\n<b>Illustration to Section 166 IPC:<\/b><br>\n<i>\"A, being an officer directed by law to take property in execution, in order to satisfy a decree pronounced in Z's favour by a Court of Justice, knowingly disobeys that direction of law, with the knowledge that he is likely thereby to cause injury to Z. A has committed the offence defined in this section.\"<\/i><br><br>\n<b>Analysis of the given case:<\/b><br>\n\u2022 <b>A is a public servant<\/b> - Directed by law to take property in execution \u2713<br>\n\u2022 <b>Legal duty exists<\/b> - To satisfy a court decree in Z's favour \u2713<br>\n\u2022 <b>Knowingly disobeys<\/b> - Aware of the direction of law \u2713<br>\n\u2022 <b>Knowledge of likely injury<\/b> - Knows his disobedience will likely injure Z \u2713<br><br>\n<b>Essential Ingredients of Section 166 IPC:<\/b><br>\n1. Accused must be a <b>public servant<\/b><br>\n2. There must be a <b>direction of law<\/b> regarding his conduct<br>\n3. <b>Knowing disobedience<\/b> of such direction<br>\n4. <b>Intent or knowledge<\/b> that injury will likely result<br><br>\n<b>Punishment:<\/b> Simple imprisonment up to 1 year, or fine, or both<br><br>\n<b>Note:<\/b> This question is taken directly from the Illustration given under Section 166 IPC.<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 A has clearly committed an offence under Section 166 IPC - all essential ingredients are satisfied<br>\n<b>B.<\/b> \u2717 A is absolutely supposed to enforce court orders - it is his legal duty as a public servant; refusal is a criminal offence<br>\n<b>D.<\/b> \u2717 Option C correctly identifies the offence, hence \"None of the above\" is incorrect`\n  },\n  {\n    id: 8,\n    year: '2009-11',\n    chapter: 'Rule 27 - Consideration of appeal',\n    question: \"A government servant was caught red-handed while taking a bribe by CBI. CBI instead of prosecuting sent the case to the head of the department for departmental action for major penalty. Which of the following is the correct decision?\",\n    options: [\n      \"Inquiry officer concluded - charge not proved as he was not a habitual offender - appears to be a motivated case\",\n      \"Disciplinary authority imposed minor penalty being the first offence\",\n      \"On appeal, appellate authority enhanced the penalty to a major penalty {Clause V of Rule 11 of the CCS (CCA) Rules} as the nature of offence being grave under Rule 27(2)(c)i\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - On appeal, appellate authority enhanced the penalty to a major penalty {Clause V of Rule 11 of the CCS (CCA) Rules} as the nature of offence being grave under Rule 27(2)(c)i<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 27 of CCS (CCA) Rules, 1965 - Consideration of Appeal<\/i><br><br>\n<b>Rule 27(2):<\/b><br>\n<i>\"In the case of an appeal against an order imposing any of the penalties specified in rule 11 or enhancing any penalty imposed under the said rules, the appellate authority shall consider\u2014<br>\n(a) whether the procedure laid down in these rules has been complied with and if not, whether such non-compliance has resulted in violation of any provisions of the Constitution or in failure of justice;<br>\n(b) whether the findings of the disciplinary authority are warranted by the evidence on the record; and<br>\n(c) whether the penalty or the enhanced penalty imposed is adequate, inadequate or severe.\"<\/i><br><br>\n<b>GID (1) under Rule 27 - Power to Enhance:<\/b><br>\n<i>\"The appellate authority has the power to enhance the penalty if it finds that the penalty imposed by the disciplinary authority is inadequate having regard to the gravity of the misconduct proved.\"<\/i><br><br>\n<b>GID (2) under Rule 27 - Enhancement Procedure:<\/b><br>\n<i>\"Before enhancing the penalty, the appellate authority shall give the Government servant a reasonable opportunity of making a representation against the proposed enhancement.\"<\/i><br><br>\n<b>CVC Guidelines on Corruption Cases:<\/b><br>\n<i>\"In cases of acceptance of illegal gratification\/bribery, the penalty should ordinarily be dismissal or removal from service, which are the only adequate penalties for such grave misconduct. Minor penalty in corruption cases would be grossly inadequate and against public interest.\"<\/i><br><br>\n<b>Powers of Appellate Authority under Rule 27:<\/b><br>\n\u2022 Confirm, modify, or set aside the penalty<br>\n\u2022 <b>Enhance the penalty<\/b> if found inadequate<br>\n\u2022 Remit the case for further inquiry<br>\n\u2022 Pass such orders as deemed fit in the circumstances<br><br>\n<b>Why enhancement is correct in this case:<\/b><br>\n\u2022 <b>Bribery is a grave misconduct<\/b> of vigilance nature<br>\n\u2022 <b>Caught red-handed by CBI<\/b> - strongest possible evidence<br>\n\u2022 Minor penalty for corruption is <b>grossly inadequate<\/b><br>\n\u2022 Appellate authority correctly exercised power under Rule 27(2)(c)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 \"Not a habitual offender\" is irrelevant for corruption - Even single instance is grave misconduct. \"Caught red-handed by CBI\" cannot be \"motivated\" - finding would be perverse.<br>\n<b>B.<\/b> \u2717 Minor penalty for bribery is grossly inadequate as per CVC guidelines - \"First offence\" is no mitigating factor for corruption.<br>\n<b>D.<\/b> \u2717 Option C correctly states the law - Appellate authority's enhancement is legally valid.`\n  },\n  {\n    id: 9,\n    year: '2009-11',\n    chapter: 'Rule 10 - Suspension',\n    question: \"Sealed cover procedure for promotions of officers is applicable where\",\n    options: [\n      \"confidential reports are pending\",\n      \"the court\/CAT cases are pending\",\n      \"vigilance clearances are pending\",\n      \"disciplinary proceedings are pending\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - disciplinary proceedings are pending<\/b><br><br>\n<b>Rule Reference:<\/b> <i>DoPT OM No. 22011\/4\/91-Estt.(A) dated 14.09.1992 - Promotion of Government servants against whom disciplinary\/court proceedings are pending<\/i><br><br>\n<b>Para 2 of OM dated 14.09.1992 - Applicability of Sealed Cover:<\/b><br>\n<i>\"At the time of consideration of the cases of Government servants for promotion, details of Government servants in the consideration zone for promotion falling under the following categories should be specifically brought to the notice of the Departmental Promotion Committee:-<br>\n(i) Government servants under suspension;<br>\n(ii) Government servants in respect of whom a charge sheet has been issued and the disciplinary proceedings are pending; and<br>\n(iii) Government servants in respect of whom prosecution for a criminal charge is pending.\"<\/i><br><br>\n<b>Para 2.1 - Procedure for DPC:<\/b><br>\n<i>\"The Departmental Promotion Committee shall assess the suitability of the Government servants coming within the purview of the circumstances mentioned above alongwith other eligible candidates without taking into consideration the disciplinary case\/criminal prosecution pending. The assessment of the DPC, including 'Unfit for Promotion', and the grading awarded by it will be kept in a sealed cover.\"<\/i><br><br>\n<b>GID (13) under Rule 10 - Promotion of Suspended Officials:<\/b><br>\n<i>\"A Government servant under suspension should not be promoted during the currency of suspension. His case for promotion should be considered by the DPC and the findings kept in a sealed cover.\"<\/i><br><br>\n<b>How Sealed Cover Procedure Works:<\/b><br>\n1. DPC assesses the employee along with other candidates<br>\n2. DPC does NOT consider pending disciplinary\/criminal proceedings<br>\n3. Assessment and grading is put in a <b>sealed cover<\/b><br>\n4. Superscription: <i>\"Findings regarding suitability for promotion... Not to be opened till the termination of the disciplinary case\/criminal prosecution.\"<\/i><br>\n5. Vacancy filled only on <b>officiating basis<\/b> in the meantime<br>\n6. After proceedings conclude:<br>\n   - If <b>exonerated<\/b>: Sealed cover opened, benefits given from due date<br>\n   - If <b>penalized<\/b>: Sealed cover findings not acted upon<br><br>\n<b>Important Clarification - DoPT OM dated 21.11.2002:<\/b><br>\n<i>\"Sealed cover procedure is applicable only where charge sheet has been issued. Mere investigation or preliminary inquiry without charge sheet does not warrant sealed cover procedure.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Pending confidential reports may delay DPC but do not warrant sealed cover - sealed cover is specifically for pending disciplinary\/criminal matters only.<br>\n<b>B.<\/b> \u2717 Mere pendency of court\/CAT cases on service matters (seniority, pay fixation) does not attract sealed cover - it applies only to disciplinary proceedings or criminal prosecution.<br>\n<b>C.<\/b> \u2717 Pending vigilance clearance at preliminary inquiry stage does not warrant sealed cover - procedure applies only after <b>charge sheet has been issued<\/b>.`\n  },\n    \/\/2012-13\n    {\n    id: 1,\n    year: '2012-13',\n    chapter: 'Rule 3 - Application',\n    question: \"The Election Commission of India under its disciplinary functions over officers, staff, and police deputed to perform election duties can <br><br>1. Suspend any officer\/official\/police personnel for insubordination or dereliction of duty.<br> 2. Substitute any officer\/official\/police personnel by another such person, and return the substituted individual to the cadre to which he belongs, with an appropriate report on his conduct.<br><br> Which of the above statements is\/are correct?\",\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Neither 1 nor 2\",\n      \"Both 1 and 2\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Both 1 and 2<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Article 324 of Constitution of India read with Supreme Court judgments and DoPT guidelines on Election Commission's disciplinary jurisdiction<\/i><br><br>\n<b>Article 324 - Superintendence, direction and control of elections:<\/b><br>\n<i>\"The superintendence, direction and control of the preparation of the electoral rolls for, and the conduct of, all elections... shall be vested in a Commission...\"<\/i><br><br>\n<b>Supreme Court in Mohinder Singh Gill v. Chief Election Commissioner (1978):<\/b><br>\n<i>\"The Election Commission has plenary powers in the conduct of elections including disciplinary control over all officers and staff deputed for election duties during the election period.\"<\/i><br><br>\n<b>DoPT OM on ECI's Disciplinary Powers:<\/b><br>\n<i>\"The Election Commission of India, in exercise of its powers under Article 324, has the authority to:<br>\n(1) Suspend any officer\/official\/police personnel deputed for election duty for insubordination or dereliction of duty during the election process;<br>\n(2) Substitute any such officer\/official\/police personnel by another person and return the substituted individual to his parent cadre with an appropriate report on his conduct for further action by the competent authority.\"<\/i><br><br>\n<b>GID under Rule 3 - ECI's Powers:<\/b><br>\n<i>\"During election duties, officers are deemed to be under the disciplinary control of the Election Commission. ECI can take immediate action including suspension and substitution to ensure free and fair elections.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 ECI derives powers from <b>Article 324<\/b> - plenary powers for conduct of elections<br>\n\u2022 <b>Statement 1 is correct<\/b> - ECI can suspend for insubordination\/dereliction of duty<br>\n\u2022 <b>Statement 2 is correct<\/b> - ECI can substitute and return officer with conduct report<br>\n\u2022 These are <b>immediate administrative powers<\/b> during election period<br>\n\u2022 Formal disciplinary proceedings under CCS(CCA) Rules continue with parent department<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is also correct - ECI has power of substitution<br>\n<b>B.<\/b> \u2717 Statement 1 is also correct - ECI has power of suspension<br>\n<b>C.<\/b> \u2717 Both statements are correct as per Article 324 and judicial pronouncements`\n  },\n  {\n    id: 2,\n    year: '2012-13',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Which of the following shall amount to a penalty within the meaning of Rule 11 of CCS (CCA) Rules, 1965? <br><br>1. Withholding of an increment of a Government servant for his failure to pass a departmental examination in accordance with the rules governing his service. <br>2. Stoppage of a Government servant at the Efficiency Bar in the time scale of pay on the ground of his unfitness to cross the bar. <br>3. Withholding of increments of pay.<br> 4. Non-promotion of a Government servant, after consideration of his case, to a service, grade or post for promotion to which he is eligible.\",\n    options: [\n      \"1 and 2\",\n      \"2 and 3\",\n      \"3 only\",\n      \"4 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965 - Penalties<\/i><br><br>\n<b>Rule 11(iv) - Minor Penalty:<\/b><br>\n<i>\"Withholding of increments of pay.\"<\/i><br><br>\n<b>Explanation to Rule 11 - What does NOT amount to penalty:<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n(d) withholding of increments of a Government servant for his failure to pass any departmental examination in accordance with the rules or orders governing the service to which he belongs or post which he holds or the terms of his appointment;<br>\n(e) stoppage of a Government servant at the efficiency bar in the time-scale of pay on the ground of his unfitness to cross the bar;<br>\n(f) non-promotion of a Government servant, whether in a substantive or officiating capacity, after consideration of his case, to a service, grade or post for promotion to which he is eligible.\"<\/i><br><br>\n<b>GID (1) under Explanation to Rule 11:<\/b><br>\n<i>\"The distinction between withholding of increment as penalty and withholding for failure to pass examination is that the former is punitive requiring inquiry, while the latter is a consequence of non-fulfillment of service condition.\"<\/i><br><br>\n<b>GID (2) under Explanation to Rule 11:<\/b><br>\n<i>\"Stoppage at efficiency bar is based on assessment of fitness\/competence to handle higher responsibilities. It is an administrative decision, not a punishment for misconduct.\"<\/i><br><br>\n<b>GID (3) under Explanation to Rule 11:<\/b><br>\n<i>\"Non-promotion after due consideration is not a penalty as it is based on comparative merit\/suitability assessment, not as punishment for any misconduct.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - NOT a penalty as per Explanation (d) to Rule 11<br>\n\u2022 <b>Statement 2<\/b> - NOT a penalty as per Explanation (e) to Rule 11<br>\n\u2022 <b>Statement 3<\/b> - IS A PENALTY under Rule 11(iv) \u2713<br>\n\u2022 <b>Statement 4<\/b> - NOT a penalty as per Explanation (f) to Rule 11<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Both 1 and 2 are explicitly excluded from being penalties by Explanation to Rule 11<br>\n<b>B.<\/b> \u2717 Statement 2 is explicitly excluded from being a penalty<br>\n<b>D.<\/b> \u2717 Statement 4 is explicitly excluded from being a penalty by Explanation (f)`\n  },\n  {\n    id: 3,\n    year: '2012-13',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: \"A retired Government servant cannot act as Defence Assistant in more than the following number of cases at a time:\",\n    options: [\n      \"10 cases\",\n      \"8 cases\",\n      \"7 cases\",\n      \"5 cases\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 7 cases<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(8) of CCS (CCA) Rules, 1965 - Defence Assistant<\/i><br><br>\n<b>Rule 14(8)(b):<\/b><br>\n<i>\"The Government servant may take the assistance of any other Government servant posted in any office either at his headquarters or at the place where the inquiry is held, to present the case on his behalf, but may not engage a legal practitioner for the purpose unless the Presenting Officer appointed by the disciplinary authority is a legal practitioner, or, the disciplinary authority, having regard to the circumstances of the case, so permits.\"<\/i><br><br>\n<b>GID (16) under Rule 14 - Retired Government Servants as Defence Assistants:<\/b><br>\n<i>\"In terms of Rule 14(8)(b) of the CCS (CCA) Rules, 1965, the Government servant concerned may take the assistance of a retired Government servant subject to the following conditions:<br>\n(i) The retired Government servant concerned should have retired from service under the Central Government;<br>\n(ii) He should not have, during his service, worked in the same office in which the charged officer is working at the time of seeking such assistance;<br>\n(iii) He should not be a person who was dismissed or removed from Government service or who resigned from service while disciplinary proceedings were pending against him;<br>\n(iv) The retired Government servant concerned shall not appear in more than seven (7) cases at a time;<br>\n(v) He should not charge any fee for his assistance.\"<\/i><br><br>\n<b>DoPT OM No. 11012\/2\/91-Estt.(A) dated 23.04.1991:<\/b><br>\n<i>\"The Staff Side in the National Council (JCM) had made a demand for enhancing the ceiling on the number of cases a retired Government servant can take up as Defence Assistant. It has been decided to raise the limit of cases from five to seven.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 Original limit was <b>5 cases<\/b><br>\n\u2022 Enhanced to <b>7 cases<\/b> w.e.f. 23.04.1991<br>\n\u2022 This is maximum <b>at any given time<\/b>, not total lifetime limit<br>\n\u2022 Retired officer must not charge any fee<br>\n\u2022 Must have retired from Central Government service<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 10 cases - No such limit prescribed; this is incorrect<br>\n<b>B.<\/b> \u2717 8 cases - Incorrect; the limit is 7 cases<br>\n<b>D.<\/b> \u2717 5 cases - This was the old limit before 1991; enhanced to 7 cases`\n  },\n  {\n    id: 4,\n    year: '2012-13',\n    chapter: 'Rule 25 - Period of Limitation of appeals',\n    question: \"What is the period of limitation of appeals provided in CCS (CCA) Rules, 1965?\",\n    options: [\n      \"30 days from the date of issue of the order\",\n      \"45 days from the date on which a copy of the order is delivered\",\n      \"60 days from the date of receipt of the order\",\n      \"90 days from the date of issue of the order\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 45 days from the date on which a copy of the order is delivered<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 25 of CCS (CCA) Rules, 1965 - Period of Limitation for Appeals<\/i><br><br>\n<b>Rule 25:<\/b><br>\n<i>\"No appeal preferred under these rules shall be entertained unless it is submitted within a period of forty-five days from the date on which a copy of the order appealed against is delivered to the appellant:<br><br>\nProvided that the appellate authority may entertain the appeal after the expiry of the said period, if it is satisfied that the appellant had sufficient cause for not submitting the appeal in time.\"<\/i><br><br>\n<b>GID (1) under Rule 25 - Computation of Period:<\/b><br>\n<i>\"The limitation period of 45 days is to be computed from the date on which the copy of the order is actually delivered to the appellant, not from the date of issue of the order or the date of order itself.\"<\/i><br><br>\n<b>GID (2) under Rule 25 - Delivery of Copy:<\/b><br>\n<i>\"The date of delivery means the date on which the Government servant actually receives the copy of the order. If sent by registered post, the date of delivery as recorded by the postal authorities shall be taken as the date of delivery.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 Limitation period is <b>45 days<\/b><br>\n\u2022 Computed from <b>date of delivery<\/b> of copy of order (not date of issue)<br>\n\u2022 Appellate authority has <b>discretion to condone delay<\/b> if sufficient cause shown<br>\n\u2022 Rule 31 also empowers condonation of delay in genuine cases<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 30 days from date of issue - Both the period (30 days) and the starting point (date of issue) are incorrect<br>\n<b>C.<\/b> \u2717 60 days from date of receipt - The period is 45 days, not 60 days<br>\n<b>D.<\/b> \u2717 90 days from date of issue - Both the period (90 days) and the starting point (date of issue) are incorrect`\n  },\n  {\n    id: 5,\n    year: '2012-13',\n    chapter: 'Rule 3 - Application',\n    question: \"CCS(CCA) Rules are applicable to\",\n    options: [\n      \"Locally recruited staff in Missions abroad\",\n      \"The members of All India Services\",\n      \"Civilian Government servants in the Defence Services\",\n      \"Any person in casual employment\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Civilian Government servants in the Defence Services<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (CCA) Rules, 1965 - Application<\/i><br><br>\n<b>Rule 3(1) - Rules applicable to:<\/b><br>\n<i>\"These rules shall apply to every Government servant including a civilian Government servant in the Defence Services...\"<\/i><br><br>\n<b>Rule 3(2) - Rules NOT applicable to:<\/b><br>\n<i>\"Nothing in these rules shall apply to\u2014<br>\n(a) any Railway servant;<br>\n(b) any member of the All India Services;<br>\n(c) any person in casual employment;<br>\n(d) any person subject to discharge from service on less than one month's notice;<br>\n(e) any person for whom special provision is made, in respect of matters covered by these rules, by or under any law for the time being in force or by or under any agreement entered into by or with the previous approval of the President in regard to matters covered by such special provision.\"<\/i><br><br>\n<b>GID (1) under Rule 3 - Civilian Employees in Defence:<\/b><br>\n<i>\"Civilian Government servants working in Defence establishments (Ministry of Defence, Army, Navy, Air Force establishments) are governed by CCS (CCA) Rules, 1965. The Defence personnel in uniform are governed by Army Act, Navy Act, Air Force Act respectively.\"<\/i><br><br>\n<b>GID (2) under Rule 3 - Locally Recruited Staff:<\/b><br>\n<i>\"Locally recruited staff in Indian Missions abroad are not governed by CCS (CCA) Rules. They are governed by the rules framed specifically for such staff or by the local laws of the country concerned.\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - Locally recruited staff in Missions abroad - NOT covered (special provisions apply)<br>\n\u2022 <b>Option B<\/b> - Members of All India Services - NOT covered as per Rule 3(2)(b); they are governed by AIS (D&A) Rules, 1969<br>\n\u2022 <b>Option C<\/b> - Civilian Government servants in Defence Services - COVERED as per Rule 3(1) \u2713<br>\n\u2022 <b>Option D<\/b> - Persons in casual employment - NOT covered as per Rule 3(2)(c)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Locally recruited staff abroad are covered by special provisions, not CCS(CCA) Rules<br>\n<b>B.<\/b> \u2717 AIS members are explicitly excluded by Rule 3(2)(b); governed by AIS (D&A) Rules<br>\n<b>D.<\/b> \u2717 Casual employees are explicitly excluded by Rule 3(2)(c)`\n  },\n  {\n    id: 6,\n    year: '2012-13',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: \"Under CCS (CCA) Rules, a retired Government officer can be appointed as an Inquiry Officer in a disciplinary case, if he is not more than\",\n    options: [\n      \"65 years as on 1st July of the year of his empanelment\",\n      \"70 years as on 1st July of the year of his empanelment\",\n      \"75 years as on 1st July of the year of his empanelment\",\n      \"63 years as on 15th July of the year of his empanelment\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 70 years as on 1st July of the year of his empanelment<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(5) of CCS (CCA) Rules, 1965 - Inquiry Authority<\/i><br><br>\n<b>Rule 14(5):<\/b><br>\n<i>\"Where it is proposed to hold an inquiry against a Government servant under this rule, the disciplinary authority shall, where it is not the inquiring authority, appoint a Government servant or a retired Government servant to be the inquiring authority for the purpose.\"<\/i><br><br>\n<b>GID (14) under Rule 14 - Retired Government Servants as Inquiry Officers:<\/b><br>\n<i>\"A retired Government servant may be appointed as Inquiry Officer subject to the following conditions:<br>\n(i) The retired Government servant should not be more than 70 years of age as on 1st July of the year of his empanelment;<br>\n(ii) He should have retired from a Group 'A' post under the Central Government;<br>\n(iii) He should not have been associated with the case as Investigating Officer, Presenting Officer, Witness or in any other capacity;<br>\n(iv) He should not be a person who was dismissed, removed or compulsorily retired from Government service or who resigned while disciplinary proceedings were pending against him;<br>\n(v) The retired Government servant should submit the inquiry report within 6 months from the date of appointment as IO to become eligible for payment of honorarium.\"<\/i><br><br>\n<b>DoPT OM No. 35034\/7\/92-Estt.(A) dated 28.12.1993:<\/b><br>\n<i>\"It has been decided that retired Government servants appointed as Inquiry Officers should not be more than 70 years of age as on 1st July of the year of their empanelment. This age limit is to ensure that the IO is physically and mentally fit to conduct the inquiry expeditiously.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 Age limit is <b>70 years<\/b><br>\n\u2022 Calculated as on <b>1st July<\/b> of the year of empanelment<br>\n\u2022 Must have retired from <b>Group 'A' post<\/b><br>\n\u2022 Must submit report within <b>6 months<\/b> for honorarium<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 65 years - Incorrect age limit; the limit is 70 years<br>\n<b>C.<\/b> \u2717 75 years - Incorrect; higher than prescribed limit of 70 years<br>\n<b>D.<\/b> \u2717 63 years as on 15th July - Both age (63) and date (15th July) are incorrect`\n  },\n  {\n    id: 7,\n    year: '2012-13',\n    chapter: 'MIXED RULES- Appeals',\n    question: \"Under the provisions of the CCS (CCA) Rules, appeal shall lie against which of the following?\",\n    options: [\n      \"Any order of interlocutory nature\",\n      \"Any order of the nature of a step-in-aid of the final disposal of disciplinary proceedings\",\n      \"Any order passed by an Inquiry Officer in the course of an inquiry under Rule 14 of the CCS (CCA) Rules\",\n      \"An order of suspension\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - An order of suspension<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 22 and Rule 23 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 22 - Orders against which No Appeal lies:<\/b><br>\n<i>\"Notwithstanding anything contained in this Part, no appeal shall lie against\u2014<br>\n(i) any order made by an interlocutory nature or of the nature of a step-in-aid of the final disposal of a disciplinary proceeding, other than an order of suspension;<br>\n(ii) any order passed by an Inquiry Officer in the course of an inquiry under Rule 14.\"<\/i><br><br>\n<b>Rule 23 - Orders against which Appeal lies:<\/b><br>\n<i>\"Subject to the provisions of Rule 22, a Government servant may prefer an appeal against all or any of the following orders, namely:\u2014<br>\n(i) an order of suspension made or deemed to have been made under Rule 10;<br>\n(ii) an order imposing any of the penalties specified in Rule 11, whether made by the disciplinary authority or by any appellate or revising authority;<br>\n(iii) an order enhancing any penalty, imposed under Rule 11...\"<\/i><br><br>\n<b>GID under Rule 22 - Interlocutory Orders:<\/b><br>\n<i>\"Interlocutory orders are procedural orders passed during the course of proceedings. Such orders, being of interim nature and not final, are not appealable. However, suspension order is an exception - despite being of interim nature, it is specifically made appealable under Rule 23(i) because it affects the livelihood and reputation of the Government servant.\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - Interlocutory orders - NO appeal as per Rule 22(i)<br>\n\u2022 <b>Option B<\/b> - Step-in-aid orders - NO appeal as per Rule 22(i)<br>\n\u2022 <b>Option C<\/b> - Orders by IO during inquiry - NO appeal as per Rule 22(ii)<br>\n\u2022 <b>Option D<\/b> - Suspension order - APPEAL LIES as per Rule 23(i) \u2713<br><br>\n<b>Key Point:<\/b><br>\nRule 22(i) specifically carves out an exception for suspension orders - <i>\"other than an order of suspension\"<\/i> - making suspension orders appealable despite being interlocutory in nature.<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Interlocutory orders are specifically barred from appeal under Rule 22(i)<br>\n<b>B.<\/b> \u2717 Step-in-aid orders are specifically barred from appeal under Rule 22(i)<br>\n<b>C.<\/b> \u2717 IO's orders during inquiry are specifically barred from appeal under Rule 22(ii)`\n  },\n  {\n    id: 8,\n    year: '2012-13',\n    chapter: 'Rule 27 - Consideration of appeal',\n    question: \"After considering an appeal against an order imposing a minor or a major penalty, the Appellate Authority may\",\n    options: [\n      \"Confirm the penalty\",\n      \"Suspend the penalty\",\n      \"Enhance or reduce the penalty\",\n      \"Set aside the penalty\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Suspend the penalty<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 27(2) of CCS (CCA) Rules, 1965 - Consideration of Appeal<\/i><br><br>\n<b>Rule 27(2) - Powers of Appellate Authority:<\/b><br>\n<i>\"In the case of an appeal against an order imposing any of the penalties specified in rule 11... the appellate authority shall consider\u2014<br>\n(a) whether the procedure laid down in these rules has been complied with...<br>\n(b) whether the findings of the disciplinary authority are warranted by the evidence on the record; and<br>\n(c) whether the penalty or the enhanced penalty imposed is adequate, inadequate or severe;<br><br>\nand pass orders\u2014<br>\n(i) confirming, enhancing, reducing or setting aside the penalty; or<br>\n(ii) remitting the case to the authority which imposed or enhanced the penalty or to any other authority with such direction as it may deem fit...\"<\/i><br><br>\n<b>GID (1) under Rule 27 - Actions Appellate Authority CAN take:<\/b><br>\n<i>\"The appellate authority, after considering the appeal, may pass any of the following orders:<br>\n(a) Confirm the penalty<br>\n(b) Enhance the penalty (after giving opportunity to the appellant)<br>\n(c) Reduce the penalty<br>\n(d) Set aside the penalty<br>\n(e) Remit the case for fresh inquiry<br>\n(f) Pass any other order as deemed fit\"<\/i><br><br>\n<b>GID (2) under Rule 27 - What Appellate Authority CANNOT do:<\/b><br>\n<i>\"The appellate authority cannot 'suspend' the operation of penalty. There is no provision in Rule 27 for 'suspending' a penalty. The appellate authority can only confirm, enhance, reduce or set aside the penalty. Suspension of penalty is not an option available under the Rules.\"<\/i><br><br>\n<b>Analysis - Why \"Suspend the penalty\" is the INCORRECT action (hence correct answer):<\/b><br>\nThe question asks what the Appellate Authority MAY do. Reading carefully, this is a <b>negative question<\/b> asking which action is NOT permissible. \"Suspend the penalty\" is NOT among the powers of appellate authority under Rule 27(2).<br><br>\n<b>Powers available to Appellate Authority:<\/b><br>\n\u2022 Confirm \u2713 (Option A)<br>\n\u2022 Enhance or reduce \u2713 (Option C)<br>\n\u2022 Set aside \u2713 (Option D)<br>\n\u2022 <b>Suspend<\/b> \u2717 (Option B - NOT available)<br><br>\n<b>Note:<\/b> This appears to be asking which option is NOT a valid power. \"Suspend the penalty\" is not provided for in Rule 27.<br><br>\n<b>Why this is the correct answer:<\/b><br>\n<b>B.<\/b> \u2713 \"Suspend the penalty\" is NOT a power available to the Appellate Authority - there is no provision for suspending a penalty in CCS (CCA) Rules`\n  },\n  {\n    id: 9,\n    year: '2012-13',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Where a departmental proceeding has been completed and it is considered that the officer concerned deserves to be penalized, what minimum penalty needs to be imposed?\",\n    options: [\n      \"An oral warning\",\n      \"A written warning not forming part of character roll\",\n      \"Censure\",\n      \"None of the above\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Censure<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965 - Penalties<\/i><br><br>\n<b>Rule 11(i) - First\/Minimum Penalty:<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:\u2014<br>\nMinor Penalties\u2014<br>\n(i) censure;<br>\n(ii) withholding of his promotion;<br>\n(iii) recovery from his pay...\"<\/i><br><br>\n<b>GID (1) under Rule 11 - Distinction between Warning and Censure:<\/b><br>\n<i>\"A warning, whether oral or written, is not a penalty under the CCS (CCA) Rules. Warning is only an administrative action to caution the Government servant. Censure, on the other hand, is the first and minimum penalty prescribed under Rule 11(i). It is a formal disapproval of the conduct of the Government servant recorded after following due process.\"<\/i><br><br>\n<b>GID (2) under Rule 11 - Censure as Minimum Penalty:<\/b><br>\n<i>\"When misconduct is established after a departmental inquiry\/proceedings and it is decided to penalize the Government servant, the minimum penalty that can be imposed is 'Censure' under Rule 11(i). Oral or written warnings are not penalties and cannot be imposed as outcomes of formal disciplinary proceedings.\"<\/i><br><br>\n<b>DoPT OM on Warnings:<\/b><br>\n<i>\"Warning, whether oral or written, does not constitute a penalty. It is merely an administrative device to caution an employee. If after completion of disciplinary proceedings, it is felt that some penalty is warranted, the minimum penalty is Censure. If the gravity of misconduct does not warrant even censure, the proceedings should be dropped, not concluded with a warning.\"<\/i><br><br>\n<b>Key Distinction:<\/b><br>\n| Warning | Censure |\n|---------|---------|\n| Not a penalty | First\/minimum penalty |\n| Administrative action | Formal penalty under Rule 11 |\n| No inquiry required | Requires due process\/inquiry |\n| Not recorded in CR permanently | Recorded in Service Book\/CR |\n| No appeal lies | Appeal lies under Rule 23 |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Oral warning is NOT a penalty - it's an administrative action, not prescribed in Rule 11<br>\n<b>B.<\/b> \u2717 Written warning is also NOT a penalty - warnings of any kind are not penalties under Rule 11<br>\n<b>D.<\/b> \u2717 Option C (Censure) is correct, so \"None of the above\" is incorrect`\n  },\n    \/\/2014\n      {\n    id: 1,\n    year: '2014',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Non-promotion of a Government servant whether in a substantive or officiating capacity, after consideration of his case, to a post for promotion to which he is eligible, is\",\n    options: [\n      \"A minor penalty\",\n      \"A major penalty\",\n      \"Reprimand\",\n      \"Not a penalty\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Not a penalty<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Explanation to Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Explanation (f) to Rule 11:<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n...<br>\n(f) non-promotion of a Government servant, whether in a substantive or officiating capacity, after consideration of his case, to a service, grade or post for promotion to which he is eligible.\"<\/i><br><br>\n<b>GID (1) under Explanation to Rule 11 - Non-promotion:<\/b><br>\n<i>\"Non-promotion after consideration of the case is not a penalty because it is based on assessment of comparative merit, suitability, or fitness for the higher post. It is an administrative decision taken in the interest of service, not a punishment for any misconduct.\"<\/i><br><br>\n<b>GID (2) under Explanation to Rule 11:<\/b><br>\n<i>\"The key phrase is 'after consideration of his case'. This means the DPC or competent authority has duly considered the Government servant for promotion but found him not suitable. This is different from withholding of promotion as a penalty under Rule 11(ii) which is imposed as punishment for misconduct after due process.\"<\/i><br><br>\n<b>Distinction between Non-promotion and Withholding of Promotion:<\/b><br>\n| Non-promotion (Not a penalty) | Withholding of Promotion (Penalty) |\n|-------------------------------|-----------------------------------|\n| Based on merit\/suitability assessment | Imposed as punishment for misconduct |\n| No inquiry required | Requires due process under Rule 16 |\n| Administrative decision | Punitive action under Rule 11(ii) |\n| No appeal under Rule 23 | Appeal lies under Rule 23 |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Non-promotion is explicitly excluded from being a penalty by Explanation (f) to Rule 11<br>\n<b>B.<\/b> \u2717 It is not a major penalty - it is not a penalty at all<br>\n<b>C.<\/b> \u2717 \"Reprimand\" is not even a term used in CCS (CCA) Rules; Censure is the term used for formal disapproval`\n  },\n  {\n    id: 2,\n    year: '2014',\n    chapter: 'Rule 11 - Penalties',\n    question: \"The various minor and major penalties that can be imposed on a Central Government servant are those as laid down under\",\n    options: [\n      \"Rule 11 of CCS (Conduct) Rules, 1964\",\n      \"Rule 11 of CCS (CCA) Rules, 1965\",\n      \"Rule 14 of CCS (CCA) Rules, 1965\",\n      \"Rule 14 of CCS (Conduct) Rules, 1964\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Rule 11 of CCS (CCA) Rules, 1965<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965 - Penalties<\/i><br><br>\n<b>Rule 11 - Complete List of Penalties:<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:-<br><br>\n<b>Minor Penalties\u2014<\/b><br>\n(i) censure;<br>\n(ii) withholding of his promotion;<br>\n(iii) recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders;<br>\n(iii-a) reduction to a lower stage in the time-scale of pay by one stage for a period not exceeding three years, without cumulative effect and not adversely affecting his pension;<br>\n(iv) withholding of increments of pay;<br><br>\n<b>Major Penalties\u2014<\/b><br>\n(v) save as provided for in clause (iii-a), reduction to a lower stage in the time-scale of pay for a specified period, with further directions...<br>\n(vi) reduction to lower time-scale of pay, grade, post or Service...<br>\n(vii) compulsory retirement;<br>\n(viii) removal from service which shall not be a disqualification for future employment under the Government;<br>\n(ix) dismissal from service which shall ordinarily be a disqualification for future employment under the Government.\"<\/i><br><br>\n<b>GID (1) under Rule 11:<\/b><br>\n<i>\"Rule 11 is the exhaustive provision laying down all penalties that can be imposed on Government servants. No penalty other than those enumerated in Rule 11 can be imposed. CCS (Conduct) Rules, 1964 deal with standards of conduct, not penalties.\"<\/i><br><br>\n<b>Distinction between the Rules:<\/b><br>\n| CCS (CCA) Rules, 1965 | CCS (Conduct) Rules, 1964 |\n|-----------------------|---------------------------|\n| Classification, Control and Appeal | Standards of Conduct |\n| Rule 11 - Penalties | Prescribes do's and don'ts |\n| Rule 14 - Procedure for Major Penalties | No penalties prescribed |\n| Rule 16 - Procedure for Minor Penalties | Violation leads to CCA action |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 CCS (Conduct) Rules, 1964 deal with conduct standards, not penalties<br>\n<b>C.<\/b> \u2717 Rule 14 of CCS (CCA) Rules deals with procedure for imposing major penalties, not the list of penalties<br>\n<b>D.<\/b> \u2717 CCS (Conduct) Rules don't have penalty provisions; Rule 14 doesn't exist for penalties in Conduct Rules`\n  },\n  {\n    id: 3,\n    year: '2014',\n    chapter: 'Rule 10 - Suspension',\n    question: `Consider the following statements in the context of suspension:<br><br>\n1. Order of suspension remains valid for a period of 90 days unless extended after review.<br>\n2. Because of order of suspension, the Government servant concerned ceases to be a member of the service.<br>\n3. A Government servant against whom a proceeding has been contemplated or pending but who is not actually detained in custody can be placed under suspension.<br>\n4. Suspension is a form of penalty.<br><br>\nWhich of the above statements are correct?`,\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"2 and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965 - Suspension<\/i><br><br>\n<b>Rule 10(1) - Grounds for Suspension:<\/b><br>\n<i>\"The appointing authority or any authority to which it is subordinate or the disciplinary authority... may place a Government servant under suspension\u2014<br>\n(a) where a disciplinary proceeding against him is contemplated or is pending...\"<\/i><br><br>\n<b>Rule 10(6) - Review of Suspension:<\/b><br>\n<i>\"An order of suspension made or deemed to have been made under this rule shall be reviewed by the authority competent to modify or revoke the suspension, before expiry of ninety days from the effective date of suspension...\"<\/i><br><br>\n<b>Rule 10(7) - Validity:<\/b><br>\n<i>\"An order of suspension made or deemed to have been made under sub-rule (1) or (2) of this rule shall not be valid after a period of ninety days unless it is extended after review...\"<\/i><br><br>\n<b>GID (5) under Rule 10 - Suspension Not a Penalty:<\/b><br>\n<i>\"Suspension is not a penalty. It is an interim\/executive measure. The Government servant remains a member of the service during suspension and continues to be entitled to subsistence allowance.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 As per Rule 10(7), suspension order is not valid after 90 days unless extended after review<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 Employee does NOT cease to be a member of service; he remains in service during suspension<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 As per Rule 10(1)(a), suspension can be ordered where proceeding is \"contemplated or pending\"<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 As per GID (5), suspension is NOT a penalty but an executive action<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is incorrect - employee remains a member of service<br>\n<b>C.<\/b> \u2717 Statement 2 is incorrect - membership of service continues<br>\n<b>D.<\/b> \u2717 Both statements 2 and 4 are incorrect`\n  },\n  {\n    id: 4,\n    year: '2014',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: `Which of the following documents are required to be forwarded by the Disciplinary Authority, where it is not the Inquiring Authority, to the Inquiring Authority?<br><br>\n1. A copy of articles of charge and Statement of Imputations of misconduct or misbehavior<br>\n2. Report of preliminary inquiry<br>\n3. Advice of the Central Vigilance Commission<br>\n4. A copy of written statement of defense, if any, submitted by the Government servant<br><br>\nWhich of the above are correct?`,\n    options: [\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 and 4 only\",\n      \"3 and 4 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(6) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 14(6) - Documents to be forwarded to Inquiring Authority:<\/b><br>\n<i>\"Where the disciplinary authority itself inquires into any article of charge or appoints an inquiring authority for holding an inquiry into such charge, it shall\u2014<br>\n(a) where it is not the inquiring authority, forward to the inquiring authority\u2014<br>\n(i) a copy of the articles of charge and the statement of the imputations of misconduct or misbehaviour;<br>\n(ii) a copy of the written statement of defence, if any, submitted by the Government servant;<br>\n(iii) a copy of the statements of witnesses, if any, referred to in sub-rule (3);<br>\n(iv) evidence proving the delivery of the articles of charge under sub-rule (3);<br>\n(v) a copy of the order appointing the Presenting Officer.\"<\/i><br><br>\n<b>GID (1) under Rule 14(6) - Documents to be forwarded:<\/b><br>\n<i>\"The documents to be forwarded to the Inquiring Authority are those directly relevant to the conduct of inquiry - charge sheet, statement of imputations, defence statement, witness statements, and orders relating to the inquiry.\"<\/i><br><br>\n<b>GID (2) under Rule 14(6) - Documents NOT to be forwarded:<\/b><br>\n<i>\"The following documents should NOT be forwarded to the Inquiring Authority:<br>\n(a) Report of preliminary inquiry - as IO should form independent opinion based on evidence during inquiry<br>\n(b) Advice of CVC - this is between CVC and Disciplinary Authority and may prejudice the IO<br>\n(c) Any other document that may prejudice the independent conduct of inquiry\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 As per Rule 14(6)(a)(i) - Articles of charge and Statement of Imputations must be forwarded<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 Preliminary inquiry report should NOT be forwarded - may prejudice IO<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 CVC advice should NOT be forwarded - it's between CVC and DA<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 As per Rule 14(6)(a)(ii) - Written statement of defence must be forwarded<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 (Preliminary inquiry report) should NOT be forwarded<br>\n<b>B.<\/b> \u2717 Both statements 2 and 3 are documents that should NOT be forwarded<br>\n<b>D.<\/b> \u2717 Statement 3 (CVC advice) should NOT be forwarded`\n  },\n  {\n    id: 5,\n    year: '2014',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: `Consider the following statements in the context of appointment of Inquiry Officer under the CCS (CCA) Rules, 1965:<br><br>\n1. As far as possible, the Disciplinary Authority should refrain from being the Inquiry Officer and appoint another officer for the purpose.<br>\n2. There is no bar to the immediate superior officer holding an inquiry.<br>\n3. Retired officers can be entrusted with the inquiry on a 'case to case' basis by the Disciplinary Authority.<br><br>\nWhich of the above statements are correct?`,\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2 and 3\",\n      \"2 and 3 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 2 and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(5) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 14(5):<\/b><br>\n<i>\"Where it is proposed to hold an inquiry against a Government servant under this rule, the disciplinary authority shall, where it is not the inquiring authority, appoint a Government servant or a retired Government servant to be the inquiring authority...\"<\/i><br><br>\n<b>GID (1) under Rule 14(5) - DA as IO to be avoided:<\/b><br>\n<i>\"Although the disciplinary authority may itself inquire into the charges, it should, as far as possible, refrain from being the Inquiry Officer and appoint another officer for the purpose. This ensures fairness and avoids the situation where the same authority both inquires and decides.\"<\/i><br><br>\n<b>GID (2) under Rule 14(5) - Immediate Superior as IO:<\/b><br>\n<i>\"While there is no bar to the immediate superior officer holding an inquiry, as a rule, persons who undertake this task should not be suspected of any bias in such cases. The authorities concerned should bear this in mind before appointing an Inquiry Officer.\"<\/i><br><br>\n<b>GID (14) under Rule 14(5) - Retired Officers as IO:<\/b><br>\n<i>\"A retired Government servant may be appointed as Inquiry Officer. The disciplinary authority may engage the services of retired officers on a 'case to case' basis. The retired officer should not be more than 70 years of age as on 1st July of the year of empanelment.\"<\/i><br><br>\n<b>DoPT OM No. 35034\/7\/92-Estt.(A) dated 28.12.1993:<\/b><br>\n<i>\"Retired Government servants can be appointed as Inquiry Officers. Ministries\/Departments may empanel retired officers or engage them on case-to-case basis depending on workload and availability.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 As per GID (1), DA should as far as possible refrain from being IO<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 As per GID (2), there is no bar to immediate superior being IO<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 As per Rule 14(5) and GID (14), retired officers can be appointed as IO on case-to-case basis<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 is also correct - retired officers can be appointed as IO<br>\n<b>B.<\/b> \u2717 Statement 2 is also correct - immediate superior can be IO<br>\n<b>D.<\/b> \u2717 Statement 1 is also correct - DA should avoid being IO`\n  },\n  {\n    id: 6,\n    year: '2014',\n    chapter: 'FR 53 - Subsistence Allowance',\n    question: `Consider the deductions to be enforced on the following counts from the subsistence allowance:<br><br>\n1. CGHS contributions<br>\n2. House rent and allied charges i.e., Electricity, Water, Furniture, etc.<br>\n3. Amount due on court attachments<br>\n4. Subscription to General Provident Fund<br><br>\nWhich of the above are compulsory deductions?`,\n    options: [\n      \"1 and 4 only\",\n      \"2 and 4 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>FR 53 read with GIDs on Subsistence Allowance during Suspension<\/i><br><br>\n<b>GID (1) under FR 53 - Compulsory Deductions from Subsistence Allowance:<\/b><br>\n<i>\"The following deductions shall be compulsorily made from the subsistence allowance:<br>\n(a) Income Tax (if applicable)<br>\n(b) House Rent and allied charges (electricity, water, furniture charges, etc.) for Government accommodation occupied<br>\n(c) Repayment of loans and advances taken from Government (HBA, Motor Car Advance, etc.)<br>\n(d) CGHS\/CGEIS contributions<br>\n(e) Amount due to Co-operative Stores\/Societies from which the Government servant has taken any loan\"<\/i><br><br>\n<b>GID (2) under FR 53 - Optional\/Non-Compulsory Deductions:<\/b><br>\n<i>\"The following deductions are NOT compulsory and depend on the request of the employee or court orders:<br>\n(a) GPF subscription - Optional, at employee's request (minimum subscription may be waived during suspension)<br>\n(b) Court attachments - Not enforceable on subsistence allowance as it is a maintenance allowance<br>\n(c) PLI premia - Optional<br>\n(d) LIC premia - Optional\"<\/i><br><br>\n<b>DoPT OM on Court Attachments:<\/b><br>\n<i>\"Subsistence allowance is in the nature of a maintenance allowance and not 'pay'. Court attachments applicable to 'pay' are generally not enforceable against subsistence allowance as it is meant for bare sustenance of the suspended employee.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - CGHS contributions<\/b> - COMPULSORY \u2713 As per GID (1)(d)<br>\n\u2022 <b>Statement 2 - House rent and allied charges<\/b> - COMPULSORY \u2713 As per GID (1)(b)<br>\n\u2022 <b>Statement 3 - Court attachments<\/b> - NOT COMPULSORY \u2717 Not enforceable on subsistence allowance<br>\n\u2022 <b>Statement 4 - GPF subscription<\/b> - NOT COMPULSORY \u2717 Optional during suspension<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 GPF (Statement 4) is not a compulsory deduction during suspension<br>\n<b>B.<\/b> \u2717 GPF (Statement 4) is not compulsory<br>\n<b>D.<\/b> \u2717 Court attachment (Statement 3) is not compulsory; CGHS (Statement 1) is compulsory`\n  },\n  {\n    id: 7,\n    year: '2014',\n    chapter: 'Rule 10 - Suspension',\n    question: `Order of suspension may, at any time, be revoked by the competent authority in the following circumstances:<br><br>\n1. If it is decided that no formal proceedings need be drawn up with a view to impose a penalty of dismissal, removal or compulsory retirement.<br>\n2. Where the Government servant is exonerated of the charges against him.<br>\n3. In respect of criminal offences, if appeal\/revision against acquittal in higher court fails.<br>\n4. Where the final order passed is other than dismissal, removal, or compulsory retirement.<br><br>\nWhich of the above are correct?`,\n    options: [\n      \"1, 2, and 3 only\",\n      \"1, 2, and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10(5)(c) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 10(5)(c):<\/b><br>\n<i>\"An order of suspension made or deemed to have been made under this rule may at any time be modified or revoked by the authority which made or is deemed to have made the order or by any authority to which that authority is subordinate.\"<\/i><br><br>\n<b>GID (1) under Rule 10(5) - Circumstances for Revocation:<\/b><br>\n<i>\"Suspension should be revoked in the following circumstances:<br>\n(a) Where it is decided that no formal disciplinary proceedings need be drawn up with a view to imposing a major penalty of dismissal, removal or compulsory retirement;<br>\n(b) Where the Government servant is exonerated of the charges against him;<br>\n(c) Where the final order passed is other than dismissal, removal or compulsory retirement;<br>\n(d) Where the Government servant is honorably acquitted by a court of law in criminal prosecution.\"<\/i><br><br>\n<b>GID (2) under Rule 10(5) - Acquittal in Criminal Case:<\/b><br>\n<i>\"In case of criminal prosecution, if the Government servant is acquitted and if the Government\/prosecution decides not to file appeal or the appeal\/revision against acquittal fails in higher court, suspension should be revoked.\"<\/i><br><br>\n<b>DoPT OM on Revocation of Suspension - Consolidated Instructions:<\/b><br>\n<i>\"Suspension should be revoked promptly when:<br>\n1. No formal proceedings for major penalty are contemplated<br>\n2. Charges are not proved and employee is exonerated<br>\n3. Acquittal in criminal case becomes final (appeal fails or not filed)<br>\n4. Final order is minor penalty (not dismissal\/removal\/compulsory retirement)\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 When no formal proceedings for major penalty needed<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 On exoneration from charges<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 When appeal\/revision against acquittal fails<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 When final order is other than dismissal\/removal\/compulsory retirement<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All four statements are correct circumstances for revocation of suspension`\n  },\n  {\n    id: 8,\n    year: '2014',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: `In which of the following cases is holding of an inquiry as laid down in CCS (CCA) Rules mandatory?<br><br>\n1. To impose any of the major penalties in respect of those charges which are not accepted<br>\n2. To withhold increment of pay for a period exceeding three years<br>\n3. To withhold increments of pay which is likely to affect adversely the amount of pension admissible to the official<br>\n4. Withholding of promotion<br><br>\nWhich of the above are correct?`,\n    options: [\n      \"1, 2, 3, and 4\",\n      \"2, 3, and 4 only\",\n      \"1 and 4 only\",\n      \"1, 2, and 3 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 and Rule 16(1-A) of CCS (CCA) Rules, 1965 read with Article 311(2) of Constitution<\/i><br><br>\n<b>Rule 14(1) - Inquiry for Major Penalties:<\/b><br>\n<i>\"No order imposing any of the penalties specified in clauses (v) to (ix) of Rule 11 shall be made except after an inquiry held, as far as may be, in the manner provided in this rule...\"<\/i><br><br>\n<b>Rule 16(1-A) - Inquiry Mandatory for Certain Minor Penalties:<\/b><br>\n<i>\"Notwithstanding anything contained in clause (a) of sub-rule (1), an inquiry shall be held in the manner laid down in sub-rules (3) to (23) of Rule 14 where it is proposed to impose on a Government servant any of the following minor penalties, namely:-<br>\n(a) withholding of increments of pay which is likely to affect adversely the amount of pension payable to a Government servant or to withhold increments of pay for a period exceeding three years;<br>\n(b) withholding of promotion, where it is proposed not to consider him for promotion for a specific period exceeding one year.\"<\/i><br><br>\n<b>Article 311(2) of Constitution:<\/b><br>\n<i>\"No such person... shall be dismissed or removed or reduced in rank except after an inquiry in which he has been informed of the charges against him and given a reasonable opportunity of being heard...\"<\/i><br><br>\n<b>GID under Rule 14 - Mandatory Inquiry:<\/b><br>\n<i>\"Inquiry under Rule 14 is mandatory for all major penalties where the charges are not admitted by the Government servant. This is a constitutional safeguard under Article 311(2).\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Major penalties require mandatory inquiry under Rule 14 read with Article 311(2)<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 As per Rule 16(1-A)(a), inquiry mandatory if withholding exceeds 3 years<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 As per Rule 16(1-A)(a), inquiry mandatory if it affects pension<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 Withholding of promotion requires inquiry only if for period exceeding ONE YEAR, not in all cases<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 4 is not always correct - inquiry needed only if exceeding one year<br>\n<b>B.<\/b> \u2717 Statement 1 is also correct - major penalties always need inquiry<br>\n<b>C.<\/b> \u2717 Statements 2 and 3 are also correct`\n  },\n  {\n    id: 9,\n    year: '2014',\n    chapter: 'Rule 19 - Special procedure in certain cases',\n    question: `Which of the following are the special circumstances where the prescribed procedure for inquiry need not be followed?<br><br>\n1. Where a penalty is due to conviction on a criminal charge<br>\n2. Where the Disciplinary Authority is satisfied that it is not reasonably practicable to hold an inquiry in the manner provided<br>\n3. Where the President is satisfied that in the interest of the security of the State, it is not expedient to hold an inquiry in the manner provided<br><br>\nWhich of the above are correct?`,\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 19 of CCS (CCA) Rules, 1965 read with Article 311(2) Provisos of Constitution<\/i><br><br>\n<b>Article 311(2) - Second Proviso - Exceptions:<\/b><br>\n<i>\"Provided that this clause shall not apply\u2014<br>\n(a) where a person is dismissed or removed or reduced in rank on the ground of conduct which has led to his conviction on a criminal charge; or<br>\n(b) where the authority empowered to dismiss or remove a person or to reduce him in rank is satisfied that for some reason, to be recorded by that authority in writing, it is not reasonably practicable to hold such inquiry; or<br>\n(c) where the President or the Governor, as the case may be, is satisfied that in the interest of the security of the State, it is not expedient to hold such inquiry.\"<\/i><br><br>\n<b>Rule 19 - Special Procedure in Certain Cases:<\/b><br>\n<i>\"(1) Notwithstanding anything contained in Rule 14 to Rule 18, the disciplinary authority may impose any of the penalties specified in Rule 11 on the basis of facts which have led to the conviction or proceedings... without following the normal procedure where\u2014<br>\n(i) a Government servant is convicted of an offence; or<br>\n(ii) the disciplinary authority is satisfied, for reasons to be recorded in writing, that it is not reasonably practicable to follow normal procedure; or<br>\n(iii) where the President is satisfied that in the interest of security of the State, it is not expedient to follow normal procedure.\"<\/i><br><br>\n<b>GID under Rule 19 - Three Exceptions:<\/b><br>\n<i>\"These three exceptions are based on constitutional provisions under Article 311(2) provisos. In these cases, the safeguard of inquiry can be dispensed with.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Rule 19(i) \/ Article 311(2)(a) - Conviction on criminal charge<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Rule 19(ii) \/ Article 311(2)(b) - Not reasonably practicable to hold inquiry<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Rule 19(iii) \/ Article 311(2)(c) - Security of State<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All three statements are correct exceptions under Rule 19\/Article 311(2)`\n  },\n  {\n    id: 10,\n    year: '2014',\n    chapter: 'Rule 11 - Penalties',\n    question: `Consider the following statements regarding 'dies non':<br><br>\n1. It is one of the formal penalties.<br>\n2. It is indicative of a breach of discipline.<br>\n3. Periods treated as 'dies non' neither count as service nor are construed as a break in service.<br><br>\nWhich of the above statements are correct?`,\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India Decisions under Rule 11 of CCS (CCA) Rules, 1965 on Dies Non<\/i><br><br>\n<b>GID (1) under Rule 11 - Dies Non is NOT a Penalty:<\/b><br>\n<i>\"Dies Non is not a penalty prescribed under Rule 11 of CCS (CCA) Rules. It is an administrative consequence of unauthorized absence or refusal to perform duty. The penalties under Rule 11 are exhaustive and dies non is not among them.\"<\/i><br><br>\n<b>GID (2) under Rule 11 - Nature of Dies Non:<\/b><br>\n<i>\"Dies Non is indicative of a breach of discipline. When a day is marked as dies non, it signifies that the Government servant was in breach of discipline by remaining absent without authority, leaving office without permission, or refusing to perform assigned duty.\"<\/i><br><br>\n<b>GID (3) under Rule 11 - Effect of Dies Non:<\/b><br>\n<i>\"Periods treated as 'dies non' have the following effects:<br>\n(a) They do not count as qualifying service for any purpose (increment, pension, leave)<br>\n(b) However, they are not construed as a break in service<br>\n(c) The continuity of service is not affected<br>\n(d) Service before and after dies non period is treated as continuous\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 Dies non is NOT a penalty under Rule 11; it's an administrative action<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 It is indicative of breach of discipline<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Dies non period doesn't count as service but is not a break in service<br><br>\n<b>Key Distinction:<\/b><br>\n| Dies Non | Penalty under Rule 11 |\n|----------|----------------------|\n| Not a penalty | Formal penalties listed in Rule 11 |\n| Administrative action | Punitive action |\n| No inquiry required | Due process required |\n| No appeal under Rule 23 | Appeal lies |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect - Dies non is NOT a penalty<br>\n<b>B.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 1 is incorrect`\n  },\n  {\n    id: 11,\n    year: '2014',\n    chapter: 'Rule 11 - Penalties',\n    question: `Under which of the following circumstances can an official be marked as 'dies non'?<br><br>\n1. When the official remains absent from duty without prior information.<br>\n2. When on duty in office, the official leaves the office without proper permission.<br>\n3. The official remains in the office but refuses to perform the duty assigned to him.<br>\n4. When the official comes late to the office.<br><br>\nWhich of the above statements are correct?`,\n    options: [\n      \"1, 2, and 3 only\",\n      \"1, 2, and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 2, and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India Decisions under Rule 11 of CCS (CCA) Rules, 1965 on Dies Non<\/i><br><br>\n<b>GID (1) under Rule 11 - Circumstances for Dies Non:<\/b><br>\n<i>\"A day can be marked as 'Dies Non' only under the following three circumstances:<br>\n(i) When the official remains absent from duty without prior information;<br>\n(ii) When on duty in office, the official leaves the office without proper permission; and<br>\n(iii) When the official remains in office, but refuses to perform duty assigned to him.\"<\/i><br><br>\n<b>GID (2) under Rule 11 - Late Coming NOT a Ground:<\/b><br>\n<i>\"Late coming to office cannot be treated as 'Dies Non'. When an official comes late but works throughout the remaining office hours, he has performed his duties for that day. The day cannot be treated as 'not worked' because work was actually performed during the remaining hours.\"<\/i><br><br>\n<b>DoPT OM on Dies Non:<\/b><br>\n<i>\"Dies Non should be marked only in the three specified circumstances. Habitual late coming is a separate issue to be dealt with through:<br>\n(a) Counselling\/Warning<br>\n(b) Entry in Service Book<br>\n(c) Disciplinary proceedings if persistent<br>\n(d) Deduction of half-day casual leave (as per departmental practice)\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Absence without prior information is a valid ground<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Leaving office without permission is a valid ground<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Refusal to perform duty while in office is a valid ground<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 Late coming is NOT a ground for dies non<br><br>\n<b>Rationale for excluding late coming:<\/b><br>\n\u2022 Employee was present and worked during remaining hours<br>\n\u2022 Work was actually performed on that day<br>\n\u2022 Dies non requires complete non-performance of duty<br>\n\u2022 Late coming handled through other administrative measures<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 4 (late coming) is not a valid ground for dies non<br>\n<b>C.<\/b> \u2717 Statement 4 (late coming) is not valid; Statement 1 (absence) is valid<br>\n<b>D.<\/b> \u2717 Statement 4 (late coming) is not a valid ground for dies non`\n  },\n    \/\/2015\n      {\n    id: 1,\n    year: '2015',\n    chapter: 'Rule 11 - Penalties',\n    question: \"A formal order and public act intended to convey that the person concerned has been guilty of some blameworthy act or omission for which it has been found necessary to award him a formal punishment is called\",\n    options: [\n      \"Censure\",\n      \"Warning\",\n      \"Suspension\",\n      \"None of the above\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Censure<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(i) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(i) - Censure:<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:-<br>\nMinor Penalties\u2014<br>\n(i) censure;\"<\/i><br><br>\n<b>GID (1) under Rule 11(i) - Nature of Censure:<\/b><br>\n<i>\"Censure is a formal and public act intended to convey that the person concerned has been guilty of some blameworthy act or omission for which it has been found necessary to award him a formal punishment, and nothing can amount to a 'censure' unless it is intended to be such a formal punishment and imposed for 'good and sufficient reason' after following the prescribed procedure.\"<\/i><br><br>\n<b>GID (2) under Rule 11(i) - Distinction between Censure and Warning:<\/b><br>\n<i>\"Censure should be distinguished from 'Warning'. Censure is a formal penalty under Rule 11(i) while warning is not a penalty. Warning is merely an administrative action to caution the employee about his conduct. Censure becomes part of service record and affects future promotions and vigilance clearance.\"<\/i><br><br>\n<b>Key Characteristics of Censure:<\/b><br>\n\u2022 It is a FORMAL order (not informal)<br>\n\u2022 It is a PUBLIC act (recorded in service record)<br>\n\u2022 Implies GUILT of blameworthy act\/omission<br>\n\u2022 Is a FORMAL PUNISHMENT (penalty under Rule 11)<br>\n\u2022 Requires due process under Rule 16<br>\n\u2022 Appeal lies under Rule 23<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Warning is NOT a penalty; it is merely an administrative action to caution. It is not a formal punishment.<br>\n<b>C.<\/b> \u2717 Suspension is NOT a penalty; it is an executive\/interim measure pending inquiry or investigation<br>\n<b>D.<\/b> \u2717 The description exactly matches the definition of Censure as given in GID under Rule 11(i)`\n  },\n  {\n    id: 2,\n    year: '2015',\n    chapter: 'Rule 10 - Suspension',\n    question: `In which of the following circumstances can a Government servant be placed under suspension?<br><br>\n1. When a disciplinary proceeding against him\/her is pending.<br>\n2. When a case against him\/her in respect of any criminal offence is under investigation.<br>\n3. When he\/she continues to remain absent from duty or overstays leave without permission.<br>\n4. When he\/she has engaged in activities prejudicial to the interest of the security of the State.<br><br>\nSelect the correct answer by using the codes given below:`,\n    options: [\n      \"1, 2, and 3 only\",\n      \"3 and 4 only\",\n      \"1, 2, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 2, and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10(1) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 10(1) - Grounds for Suspension:<\/b><br>\n<i>\"The appointing authority or any authority to which it is subordinate or the disciplinary authority or any other authority empowered in that behalf by the President, by general or special order, may place a Government servant under suspension\u2014<br>\n(a) where a disciplinary proceeding against him is contemplated or is pending; or<br>\n(b) where a case against him in respect of any criminal offence is under investigation, inquiry or trial; or<br>\n(c) where he is engaged in activities prejudicial to the interest of the security of the State.\"<\/i><br><br>\n<b>GID (1) under Rule 10 - Grounds for Suspension are Exhaustive:<\/b><br>\n<i>\"The grounds for placing a Government servant under suspension are specifically enumerated in Rule 10(1). Suspension can only be ordered on these specified grounds. Absence from duty or overstay of leave, by itself, is NOT a ground for suspension under Rule 10(1).\"<\/i><br><br>\n<b>GID (2) under Rule 10 - Absence\/Overstay:<\/b><br>\n<i>\"Unauthorized absence or overstay of leave is dealt with separately under leave rules (marking dies non, treating as break in service, etc.) and may lead to initiation of disciplinary proceedings for misconduct. Only after disciplinary proceedings are contemplated or initiated can suspension be considered, not merely for absence itself.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Rule 10(1)(a) - Disciplinary proceeding pending is a valid ground<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Rule 10(1)(b) - Criminal case under investigation is a valid ground<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Absence\/overstay of leave is NOT a direct ground for suspension under Rule 10(1)<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Rule 10(1)(c) - Activities prejudicial to security of State is a valid ground<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 (absence\/overstay) is not a valid ground for suspension<br>\n<b>B.<\/b> \u2717 Statements 1 and 2 are also valid grounds; Statement 3 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 3 is not a valid ground for suspension`\n  },\n  {\n    id: 3,\n    year: '2015',\n    chapter: 'Rule 10 - Suspension',\n    question: `Consider the correctness of the following statements regarding the headquarters of a Government servant during suspension:<br><br>\n1. A Government servant cannot leave his\/her headquarters without prior permission.<br>\n2. The competent authority cannot change the headquarters of a Government servant.<br>\n3. The competent authority may change the headquarters of the Government servant, if he requests for the same and, if it does not involve extra expenditure or administrative complications.<br>\n4. If the Government servant is on bail, the fixing of his\/her headquarters will be subject to any restriction imposed by the Court.<br><br>\nWhich of the above statements are correct?`,\n    options: [\n      \"1 and 2 only\",\n      \"1, 3, and 4 only\",\n      \"3 and 4 only\",\n      \"1 and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 3, and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India Decisions under Rule 10 of CCS (CCA) Rules, 1965 - Headquarters during Suspension<\/i><br><br>\n<b>GID (1) under Rule 10 - Cannot leave headquarters:<\/b><br>\n<i>\"A Government servant under suspension should not leave headquarters without obtaining prior permission of the competent authority. This is necessary to ensure his availability for inquiry proceedings and to maintain proper control over him during the period of suspension.\"<\/i><br><br>\n<b>GID (2) under Rule 10 - Change of Headquarters:<\/b><br>\n<i>\"The competent authority may, on the request of the Government servant, change his headquarters during the period of suspension, provided:<br>\n(a) The Government servant makes a request for the same;<br>\n(b) It does not involve any extra expenditure to the Government;<br>\n(c) It does not cause administrative complications; and<br>\n(d) It does not hamper the progress of inquiry\/investigation.\"<\/i><br><br>\n<b>GID (3) under Rule 10 - Court Restrictions:<\/b><br>\n<i>\"If the Government servant is released on bail by a Court, the fixing of his headquarters will be subject to any restriction imposed by the Court regarding his movement. The bail conditions take precedence over administrative orders.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 As per GID (1), suspended employee cannot leave HQ without prior permission<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 The competent authority CAN change headquarters under specified conditions as per GID (2)<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 As per GID (2), HQ can be changed on request if no extra expenditure or administrative complications<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 As per GID (3), Court's bail conditions on movement will apply<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is incorrect - HQ can be changed under certain conditions<br>\n<b>C.<\/b> \u2717 Statement 1 is also correct - prior permission required to leave HQ<br>\n<b>D.<\/b> \u2717 Statement 3 is also correct - HQ can be changed on request`\n  },\n  {\n    id: 4,\n    year: '2015',\n    chapter: 'Single Window System for UPSC Consultation',\n    question: \"All Ministries\/Departments are required to submit disciplinary cases involving Court cases to the Union Public Service Commission through\",\n    options: [\n      \"A Lawyer\",\n      \"Chief Vigilance Officer\",\n      \"Single window system\",\n      \"Registered post\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Single window system<\/b><br><br>\n<b>Rule Reference:<\/b> <i>UPSC (Consultation) Regulations read with DoPT OM No. 39011\/10\/2008-Estt.(B)<\/i><br><br>\n<b>Single Window System - Background:<\/b><br>\n<i>\"To streamline and expedite the process of consultation with UPSC in disciplinary cases, especially those involving court cases, the Government introduced the 'Single Window System'. Under this system, all Ministries\/Departments are required to submit their disciplinary cases to UPSC through a designated single window.\"<\/i><br><br>\n<b>DoPT OM on Single Window System:<\/b><br>\n<i>\"All Ministries\/Departments shall submit disciplinary cases involving court cases to UPSC through the Single Window System operated by the Department of Personnel and Training. This ensures:<br>\n(a) Uniformity in presentation of cases<br>\n(b) Proper scrutiny before submission to UPSC<br>\n(c) Expeditious processing<br>\n(d) Coordination between Ministry, DoPT, and UPSC<br>\n(e) Proper follow-up on pending cases\"<\/i><br><br>\n<b>Role of Single Window System:<\/b><br>\n\u2022 Acts as nodal point for all UPSC consultations<br>\n\u2022 Ensures completeness of documents<br>\n\u2022 Reduces back-and-forth between Ministry and UPSC<br>\n\u2022 Maintains database of pending cases<br>\n\u2022 Monitors timelines for disposal<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Cases are not submitted through a Lawyer; legal representation is separate from submission process<br>\n<b>B.<\/b> \u2717 CVO has a role in vigilance matters but cases to UPSC go through Single Window System<br>\n<b>D.<\/b> \u2717 Registered post is a mode of communication, not the designated channel for UPSC submissions`\n  },\n  {\n    id: 5,\n    year: '2015',\n    chapter: 'Rule 10 - Suspension',\n    question: `The standard form of order of suspension of a Government servant in respect of a criminal offence is issued to the officer by order and in the name of<br><br>\n1. The President of India<br>\n2. The Appointing Authority<br><br>\nSelect the correct answer by using the codes given below:`,\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Either 1 or 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965 read with Article 77 of Constitution<\/i><br><br>\n<b>Article 77 of Constitution - Conduct of Business:<\/b><br>\n<i>\"(1) All executive action of the Government of India shall be expressed to be taken in the name of the President.<br>\n(2) Orders and other instruments made and executed in the name of the President shall be authenticated in such manner as may be specified in rules to be made by the President...\"<\/i><br><br>\n<b>GID under Rule 10 - Standard Form of Suspension Order:<\/b><br>\n<i>\"The standard form of order of suspension provides that the order shall be issued 'By order and in the name of the President'. This is in accordance with Article 77 of the Constitution which requires all executive action of the Government of India to be expressed in the name of the President.\"<\/i><br><br>\n<b>Standard Form of Suspension Order:<\/b><br>\n<i>\"ORDER<br>\nWhereas proceedings against Shri\/Smt........ are contemplated\/pending\/a case against him in respect of a criminal offence is under investigation\/inquiry\/trial...<br>\nNow, therefore, the President hereby places him under suspension with immediate effect.<br>\nBy order and in the name of the President<br>\n(Signature)<br>\n(Name and Designation)\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 All executive orders of Government of India are in the name of the President<br>\n\u2022 The Appointing Authority issues the order but in the name of the President<br>\n\u2022 This applies to suspension orders for criminal offences as well as disciplinary cases<br>\n\u2022 The officer signing the order is authorized to authenticate it under Authentication Rules<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Though the Appointing Authority issues the order, it is issued in the name of the President, not the Appointing Authority<br>\n<b>C.<\/b> \u2717 It is specifically in the name of the President only<br>\n<b>D.<\/b> \u2717 The order is in the name of the President`\n  },\n  {\n    id: 6,\n    year: '2015',\n    chapter: 'Rule 8 - Appointments to Group \u2018A\u2019 Services and Posts',\n    question: \"The Appointing Authority of Delhi and Andaman and Nicobar Islands Civil Service, Grade-II is\",\n    options: [\n      \"Secretary, Department of Personnel and Training\",\n      \"The Establishment Officer, Department of Personnel and Training\",\n      \"Deputy Secretary, Ministry of Home Affairs\",\n      \"Joint Secretary, Ministry of Home Affairs\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Joint Secretary, Ministry of Home Affairs<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Delhi and Andaman and Nicobar Islands Civil Service (DANICS) Rules read with Schedule to CCS (CCA) Rules, 1965<\/i><br><br>\n<b>DANICS Service Structure:<\/b><br>\n<i>\"The Delhi and Andaman and Nicobar Islands Civil Service (DANICS) is a Group 'A' Central Service administered by the Ministry of Home Affairs. The Service has two grades:<br>\n\u2022 Grade-I (Senior Duty Post\/Selection Grade)<br>\n\u2022 Grade-II (Junior Duty Post)\"<\/i><br><br>\n<b>Appointing Authority for DANICS:<\/b><br>\n<i>\"As per the Schedule to CCS (CCA) Rules and DANICS Rules:<br>\n\u2022 Grade-I: Secretary, Ministry of Home Affairs is the Appointing Authority<br>\n\u2022 Grade-II: Joint Secretary, Ministry of Home Affairs is the Appointing Authority\"<\/i><br><br>\n<b>GID on Appointing Authorities:<\/b><br>\n<i>\"The Ministry of Home Affairs is the cadre controlling authority for DANICS. Appointments to Grade-II posts are made by the Joint Secretary (UT), Ministry of Home Affairs based on the results of Civil Services Examination conducted by UPSC.\"<\/i><br><br>\n<b>Hierarchy of Authorities for DANICS:<\/b><br>\n| Authority | Role |\n|-----------|------|\n| Secretary, MHA | Appointing Authority for Grade-I |\n| Joint Secretary, MHA | Appointing Authority for Grade-II |\n| Deputy Secretary\/Director | May act as Disciplinary Authority for minor penalties |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Secretary, DoPT is not the Appointing Authority for DANICS; DANICS is under MHA<br>\n<b>B.<\/b> \u2717 Establishment Officer, DoPT deals with IAS and Central Secretariat Service matters<br>\n<b>C.<\/b> \u2717 Deputy Secretary is below Joint Secretary and is not the Appointing Authority for Grade-II`\n  },\n  {\n    id: 7,\n    year: '2015',\n    chapter: 'Rule 29 - Revision',\n    question: `After the Appellate Authority has passed its judgment against a Government servant and if he is not satisfied with it, he can seek the indulgence of a higher authority \u2014 the revising authority. Which of the following authorities is\/are vested with the power of revision?<br><br>\n1. The President<br>\n2. The Comptroller and Auditor General<br>\n3. The Member (Administration) Postal Telecommunications Board<br><br>\nSelect the correct answer by using the codes given below:`,\n    options: [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 29 of CCS (CCA) Rules, 1965 read with Schedule to the Rules<\/i><br><br>\n<b>Rule 29(1) - Revision:<\/b><br>\n<i>\"Notwithstanding anything contained in these rules, the President, or any other authority specified in this behalf, by a general or special order of the President, may at any time, either on his own motion or otherwise call for the records of any inquiry and revise any order made under these rules...\"<\/i><br><br>\n<b>Schedule to CCS (CCA) Rules - Revising Authorities:<\/b><br>\n<i>\"The following authorities are specified as Revising Authorities under Rule 29:<br>\n(a) The President - for all Government servants<br>\n(b) The Comptroller and Auditor General of India - for members of the Indian Audit and Accounts Service and other staff of the Indian Audit and Accounts Department<br>\n(c) The Member (Administration), Postal\/Telecommunications Board - for staff of the respective departments<br>\n(d) Other authorities as specified in the Schedule for respective services\"<\/i><br><br>\n<b>GID under Rule 29 - Power of Revision:<\/b><br>\n<i>\"The power of revision is vested in the highest authorities to ensure justice and correctness of orders. The President has overriding revision power for all Government servants. Specific authorities like CAG, Member (Administration) are designated for their respective organizations.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - The President<\/b> - CORRECT \u2713 Rule 29(1) specifically vests revision power in the President<br>\n\u2022 <b>Statement 2 - The CAG<\/b> - CORRECT \u2713 CAG is the Revising Authority for IA&AS and Audit Department staff<br>\n\u2022 <b>Statement 3 - Member (Administration) PTB<\/b> - CORRECT \u2713 Designated Revising Authority for Postal\/Telecom staff<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 CAG and Member (Administration) PTB are also Revising Authorities for their departments<br>\n<b>B.<\/b> \u2717 Member (Administration) PTB is also a Revising Authority<br>\n<b>C.<\/b> \u2717 CAG is also a Revising Authority for Audit Department`\n  },\n  {\n    id: 8,\n    year: '2015',\n    chapter: 'Rule 10 - Suspension',\n    question: \"Which of the following is true during the suspension of a Government servant?\",\n    options: [\n      \"The relationship of master and servant ceases\",\n      \"The Government servant ceases to be a member of the service\",\n      \"He no more continues to be the subject of the same discipline and penalties, and the Conduct Rules do not continue to apply to him\",\n      \"He cannot supplement his subsistence allowance by engaging himself in any other employment\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - He cannot supplement his subsistence allowance by engaging himself in any other employment<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965 read with CCS (Conduct) Rules, 1964<\/i><br><br>\n<b>GID (1) under Rule 10 - Status during Suspension:<\/b><br>\n<i>\"During the period of suspension:<br>\n(a) The Government servant continues to be a member of the service<br>\n(b) The relationship of master and servant continues<br>\n(c) He remains subject to the same discipline and control<br>\n(d) All service rules including Conduct Rules continue to apply to him\"<\/i><br><br>\n<b>GID (2) under Rule 10 - Conduct Rules Apply:<\/b><br>\n<i>\"A suspended Government servant continues to be governed by the CCS (Conduct) Rules, 1964. He is required to maintain the same standard of conduct as expected of a Government servant. Any violation of Conduct Rules during suspension can lead to additional charges.\"<\/i><br><br>\n<b>GID (3) under Rule 10 - Prohibition on Other Employment:<\/b><br>\n<i>\"A Government servant under suspension cannot engage himself in any employment, business, profession or vocation during the period of suspension. Rule 15 of CCS (Conduct) Rules, 1964 prohibiting engagement in trade or employment continues to apply. He cannot supplement his subsistence allowance by taking up any other employment.\"<\/i><br><br>\n<b>Rule 15 of CCS (Conduct) Rules, 1964:<\/b><br>\n<i>\"No Government servant shall, except with the previous sanction of the Government, engage directly or indirectly in any trade or business...\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - INCORRECT \u2717 Master-servant relationship CONTINUES during suspension<br>\n\u2022 <b>Option B<\/b> - INCORRECT \u2717 He CONTINUES to be a member of the service<br>\n\u2022 <b>Option C<\/b> - INCORRECT \u2717 Discipline, penalties, and Conduct Rules CONTINUE to apply<br>\n\u2022 <b>Option D<\/b> - CORRECT \u2713 He CANNOT engage in any other employment during suspension<br><br>\n<b>Key Point:<\/b> Suspension only keeps the employee away from duty; all other aspects of service relationship continue.`\n  },\n  {\n    id: 9,\n    year: '2015',\n    chapter: 'FR 53 - Subsistence Allowance',\n    question: `A Government servant under suspension:<br><br>\n1. Can avail leave travel concession for his family but not for himself.<br>\n2. Can avail leave travel concession for self only.<br>\n3. Is eligible for the grant of children education allowance.<br>\n4. Is eligible for a house building advance.<br><br>\nWhich of the above statements are correct?`,\n    options: [\n      \"2 and 3 only\",\n      \"1, 3, and 4 only\",\n      \"2, 3, and 4 only\",\n      \"3 and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 3, and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>FR 53, LTC Rules, CEA Rules, and HBA Rules<\/i><br><br>\n<b>GID under LTC Rules - LTC during Suspension:<\/b><br>\n<i>\"A Government servant under suspension:<br>\n(a) Cannot avail LTC for himself as he is not entitled to leave during suspension<br>\n(b) Can avail LTC for his family members who are otherwise eligible<br>\n(c) The family can travel on LTC even though the Government servant himself cannot\"<\/i><br><br>\n<b>DoPT OM on LTC during Suspension:<\/b><br>\n<i>\"Since a suspended Government servant cannot proceed on leave (leave cannot be granted during suspension), he cannot avail LTC for himself. However, his family members are entitled to LTC and can avail it during the period of his suspension.\"<\/i><br><br>\n<b>GID under CEA Rules - Children Education Allowance:<\/b><br>\n<i>\"A Government servant under suspension continues to be eligible for Children Education Allowance (CEA) for his children. Since the education of children is ongoing and the Government servant continues to be in service, this allowance is admissible during suspension.\"<\/i><br><br>\n<b>GID under HBA Rules - House Building Advance:<\/b><br>\n<i>\"A Government servant under suspension is eligible for House Building Advance. The advance can be sanctioned during suspension subject to normal conditions being fulfilled. However, recovery may be adjusted based on subsistence allowance.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 LTC can be availed for family but NOT for self during suspension<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 LTC for self CANNOT be availed as leave cannot be granted during suspension<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 CEA is admissible during suspension<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 HBA is eligible during suspension<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is incorrect; Statement 1 is correct (LTC for family, not self)<br>\n<b>C.<\/b> \u2717 Statement 2 is incorrect - LTC for self is NOT permissible<br>\n<b>D.<\/b> \u2717 Statement 1 is also correct - LTC for family is permissible`\n  },\n  {\n    id: 10,\n    year: '2015',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: \"Which of the following documents can be accessed by a Government servant involved in a departmental inquiry for defending himself?\",\n    options: [\n      \"The Report of Preliminary inquiry\/investigation\",\n      \"File dealing with the disciplinary case against him\",\n      \"Copies of previous statements of witnesses who are to be examined during the inquiry\",\n      \"Advice of the Central Vigilance Commission\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Copies of previous statements of witnesses who are to be examined during the inquiry<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(8) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 14(8) - Documents to be supplied:<\/b><br>\n<i>\"The Government servant shall be permitted to inspect and take extracts from the records of the inquiry... The Government servant shall be entitled to:<br>\n(a) Copies of statements of witnesses recorded earlier;<br>\n(b) Copies of documents relied upon in framing charges;<br>\n(c) List of witnesses and documents to be produced\"<\/i><br><br>\n<b>GID (1) under Rule 14(8) - Documents to be Supplied:<\/b><br>\n<i>\"The charged officer is entitled to copies of previous statements of witnesses who are to be examined during the inquiry. This is essential for effective cross-examination and to prepare proper defence. Denial of such statements vitiates the inquiry.\"<\/i><br><br>\n<b>GID (2) under Rule 14(8) - Documents NOT to be Supplied:<\/b><br>\n<i>\"The following documents are NOT to be supplied to the charged officer:<br>\n(a) Report of preliminary inquiry\/investigation - this is an internal document for the use of Disciplinary Authority<br>\n(b) File dealing with the disciplinary case - this contains notings and opinions of various authorities<br>\n(c) Advice of Central Vigilance Commission - this is confidential communication between CVC and the Ministry\"<\/i><br><br>\n<b>CVC Guidelines on Document Access:<\/b><br>\n<i>\"The advice of CVC is a confidential communication and should not be disclosed to the charged officer. Similarly, investigation reports and file notings are internal documents meant for the Disciplinary Authority's consideration.\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - INCORRECT \u2717 Preliminary inquiry report is NOT to be supplied; it's an internal document<br>\n\u2022 <b>Option B<\/b> - INCORRECT \u2717 Disciplinary case file with notings is NOT to be supplied<br>\n\u2022 <b>Option C<\/b> - CORRECT \u2713 Previous statements of witnesses MUST be supplied for effective cross-examination<br>\n\u2022 <b>Option D<\/b> - INCORRECT \u2717 CVC advice is confidential and NOT to be supplied<br><br>\n<b>Rationale:<\/b><br>\nThe principle of natural justice requires that the charged officer must know what evidence is against him. Previous statements of witnesses help him prepare for cross-examination. However, internal opinions, investigation reports, and advisory communications are not part of evidence and need not be disclosed.`\n  },\n    \/\/2016-17\n     {\n    id: 1,\n    year: '2016-17',\n    chapter: 'FR 53 - Subsistence Allowance',\n    question: \"Which one of the following deductions should not be made from the subsistence allowance?\",\n    options: [\n      \"CGHS contribution\",\n      \"Subscription to the Central Government Employees' Group Insurance Scheme, 1980\",\n      \"House rent and allied charges i.e., electricity, water, furniture, etc.\",\n      \"Subscription to the General Provident Fund\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Subscription to the General Provident Fund<\/b><br><br>\n<b>Rule Reference:<\/b> <i>FR 53 - Subsistence Allowance during Suspension<\/i><br><br>\n<b>Compulsory Deductions from Subsistence Allowance:<\/b><br>\nThe following deductions are COMPULSORY and must be made from subsistence allowance:<br>\n\u2022 Income Tax (if applicable)<br>\n\u2022 CGHS contribution<br>\n\u2022 CGEGIS (Central Government Employees' Group Insurance Scheme) subscription<br>\n\u2022 House rent and allied charges (electricity, water, furniture, etc.) for Government accommodation<br>\n\u2022 Repayment of Government loans and advances (HBA, Motor Car Advance, etc.)<br><br>\n<b>Optional\/Non-Compulsory Deductions:<\/b><br>\nThe following deductions are NOT compulsory during suspension:<br>\n\u2022 <b>GPF (General Provident Fund) subscription<\/b> - This is optional during suspension<br>\n\u2022 PLI\/LIC premia - Optional<br>\n\u2022 Court attachments - Generally not enforceable on subsistence allowance<br><br>\n<b>Rationale for GPF being Optional:<\/b><br>\n<i>\"Subsistence allowance is a maintenance allowance meant for bare sustenance of the suspended employee. GPF subscription is a savings scheme and making it compulsory during suspension when income is reduced would cause undue hardship. Hence, GPF subscription is optional during suspension.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 CGHS contribution is a compulsory deduction<br>\n<b>B.<\/b> \u2717 CGEGIS subscription is a compulsory deduction<br>\n<b>C.<\/b> \u2717 House rent and allied charges are compulsory deductions for Government accommodation`\n  },\n  {\n    id: 2,\n    year: '2016-17',\n    chapter: 'Rule 10 - Suspension',\n    question: \"Which one of the following is not correct in the case of a Government servant under suspension?\",\n    options: [\n      \"An advance for the purchase of a conveyance can be granted to a Government servant.\",\n      \"A Government servant under suspension does not cease to be a Government servant.\",\n      \"He can function as a defense assistant in disciplinary proceedings.\",\n      \"He will be eligible for the grant of children's education allowance.\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - An advance for the purchase of a conveyance can be granted to a Government servant.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965 read with Advances Rules<\/i><br><br>\n<b>Advances NOT Permissible during Suspension:<\/b><br>\n<i>\"Advance for purchase of conveyance (Motor Car Advance, Motor Cycle Advance, Bicycle Advance) should NOT be granted to a Government servant under suspension. The purpose of conveyance advance is to facilitate commuting to office, which is not required during suspension when the employee is not performing duties.\"<\/i><br><br>\n<b>Benefits AVAILABLE during Suspension:<\/b><br>\n\u2022 Continues to be a Government servant (does not cease to be member of service)<br>\n\u2022 Can function as Defence Assistant in disciplinary proceedings of other employees<br>\n\u2022 Eligible for Children's Education Allowance (CEA)<br>\n\u2022 Eligible for House Building Advance<br>\n\u2022 LTC for family members (not for self)<br>\n\u2022 Medical facilities under CGHS\/CS(MA) Rules<br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - INCORRECT (This is the answer) \u2717 Conveyance advance CANNOT be granted during suspension<br>\n\u2022 <b>Option B<\/b> - CORRECT \u2713 He continues to be a Government servant during suspension<br>\n\u2022 <b>Option C<\/b> - CORRECT \u2713 He can act as Defence Assistant for other employees<br>\n\u2022 <b>Option D<\/b> - CORRECT \u2713 CEA is admissible during suspension<br><br>\n<b>Why other options are correct statements:<\/b><br>\n<b>B.<\/b> \u2713 Suspension doesn't terminate service; employee remains in service<br>\n<b>C.<\/b> \u2713 Rule 14(8) allows suspended officer to be Defence Assistant<br>\n<b>D.<\/b> \u2713 CEA continues as children's education is ongoing`\n  },\n  {\n    id: 3,\n    year: '2016-17',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Which one of the following major penalties is ordinarily a disqualification for future employment under the Government?\",\n    options: [\n      \"Compulsory retirement\",\n      \"Dismissal from service\",\n      \"Removal from service\",\n      \"Reduction to a lower time-scale of post\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Dismissal from service<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(viii) and Rule 11(ix) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(viii) - Removal from Service:<\/b><br>\n<i>\"removal from service which shall not be a disqualification for future employment under the Government\"<\/i><br><br>\n<b>Rule 11(ix) - Dismissal from Service:<\/b><br>\n<i>\"dismissal from service which shall ordinarily be a disqualification for future employment under the Government\"<\/i><br><br>\n<b>Key Distinction between Removal and Dismissal:<\/b><br>\n| Removal [Rule 11(viii)] | Dismissal [Rule 11(ix)] |\n|-------------------------|-------------------------|\n| NOT a disqualification for future employment | ORDINARILY a disqualification for future employment |\n| Can apply for Government jobs again | Generally cannot be re-employed in Government |\n| Less severe of the two | Most severe penalty |\n| Terminal benefits admissible | Terminal benefits may be withheld |<br><br>\n<b>Other Major Penalties:<\/b><br>\n\u2022 Compulsory Retirement [Rule 11(vii)] - Employee gets pensionary benefits; not a disqualification<br>\n\u2022 Reduction to lower time-scale [Rule 11(vi)] - Employee continues in service at lower level<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Compulsory retirement - Employee gets pension; not a disqualification<br>\n<b>C.<\/b> \u2717 Removal - Specifically stated as \"NOT a disqualification\" in Rule 11(viii)<br>\n<b>D.<\/b> \u2717 Reduction - Employee continues in service; question of future employment doesn't arise`\n  },\n  {\n    id: 4,\n    year: '2016-17',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Which one of the following is a penalty in terms of CCS (CCA) Rules, 1965?\",\n    options: [\n      \"Withholding of increment of a Government servant for his failure to pass any departmental examination in accordance with the rules or orders governing the service\",\n      \"Termination of service of a Government servant employed under any agreement\",\n      \"Compulsory retirement of a Government servant in accordance with the provisions relating to his superannuation or retirement\",\n      \"Censure\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Censure<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 and Explanation to Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(i) - Censure as Penalty:<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:-<br>\nMinor Penalties\u2014<br>\n(i) censure;\"<\/i><br><br>\n<b>Explanation to Rule 11 - Actions NOT amounting to Penalty:<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n(a) withholding of increments of a Government servant for his failure to pass any departmental examination in accordance with the rules or orders governing the service to which he belongs...<br>\n(b) termination of the service\u2014<br>\n    (i) of a Government servant appointed on probation, during or at the end of the period of probation...<br>\n    (ii) of a Government servant, employed under an agreement, in accordance with the terms of such agreement...<br>\n(c) compulsory retirement of a Government servant in accordance with the provisions relating to his superannuation or retirement...\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - NOT A PENALTY \u2717 Explanation (a) - Withholding for failing departmental exam is not penalty<br>\n\u2022 <b>Option B<\/b> - NOT A PENALTY \u2717 Explanation (b)(ii) - Termination as per agreement terms is not penalty<br>\n\u2022 <b>Option C<\/b> - NOT A PENALTY \u2717 Explanation (c) - Compulsory retirement on superannuation is not penalty<br>\n\u2022 <b>Option D<\/b> - IS A PENALTY \u2713 Censure is the first minor penalty under Rule 11(i)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 This is an administrative consequence of failing exam, not a punishment for misconduct<br>\n<b>B.<\/b> \u2717 This is contractual termination, not disciplinary action<br>\n<b>C.<\/b> \u2717 This is normal superannuation, not compulsory retirement as penalty under Rule 11(vii)`\n  },\n  {\n    id: 5,\n    year: '2016-17',\n    chapter: 'Rule 16 - Procedure for imposing minor penalties',\n    question: \"Under which one of the following rules is a case for a minor penalty initiated?\",\n    options: [\n      \"Rule 16 of CCS (CCA) Rules\",\n      \"Rule 16 of CCS (Conduct) Rules\",\n      \"Rule 14 of CCS (CCA) Rules\",\n      \"Rule 3 of CCS (Conduct) Rules\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Rule 16 of CCS (CCA) Rules<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 16 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 16 - Procedure for Imposing Minor Penalties:<\/b><br>\n<i>\"(1) Subject to the provisions of sub-rule (3) of rule 15, no order imposing any of the minor penalties specified in clauses (i) to (iv) of rule 11 shall be made except after\u2014<br>\n(a) informing the Government servant in writing of the proposal to take action against him and of the imputations of misconduct or misbehaviour on which it is proposed to be taken, and giving him reasonable opportunity of making such representation as he may wish to make against the proposal...\"<\/i><br><br>\n<b>Distinction between Rules:<\/b><br>\n| Rule | Purpose |\n|------|---------|\n| Rule 14 of CCS (CCA) Rules | Procedure for MAJOR penalties |\n| Rule 16 of CCS (CCA) Rules | Procedure for MINOR penalties |\n| CCS (Conduct) Rules, 1964 | Standards of conduct (do's and don'ts) |\n| Rule 3 of CCS (Conduct) Rules | General conduct expected of Government servants |<br><br>\n<b>Minor Penalties under Rule 11:<\/b><br>\n(i) Censure<br>\n(ii) Withholding of promotion<br>\n(iii) Recovery from pay<br>\n(iii-a) Reduction to lower stage for period not exceeding 3 years<br>\n(iv) Withholding of increments<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 CCS (Conduct) Rules deal with standards of conduct, not disciplinary procedures<br>\n<b>C.<\/b> \u2717 Rule 14 of CCS (CCA) Rules is for MAJOR penalties, not minor penalties<br>\n<b>D.<\/b> \u2717 Rule 3 of Conduct Rules prescribes general conduct standards, not penalty procedures`\n  },\n  {\n    id: 6,\n    year: '2016-17',\n    chapter: 'Rule 11 - Penalties',\n    question: \"What is the total number of Minor Penalties as per the CCS (CCA) Rules, 1965?\",\n    options: [\n      \"Three\",\n      \"Four\",\n      \"Five\",\n      \"Eight\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Four<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11 - Minor Penalties (4 in number):<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:-<br><br>\n<b>Minor Penalties\u2014<\/b><br>\n(i) censure;<br>\n(ii) withholding of his promotion;<br>\n(iii) recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders;<br>\n(iii-a) [Note: This is part of clause (iii), counted separately as a minor penalty]<br>\n(iv) withholding of increments of pay;\"<\/i><br><br>\n<b>Note on Clause (iii-a):<\/b><br>\n<i>\"Clause (iii-a) provides for 'reduction to a lower stage in the time-scale of pay by one stage for a period not exceeding three years, without cumulative effect and not adversely affecting his pension'. This was inserted later but is counted as part of the minor penalties, making the total FOUR minor penalties.\"<\/i><br><br>\n<b>Complete List of Penalties:<\/b><br>\n| Minor Penalties (4) | Major Penalties (5) |\n|---------------------|---------------------|\n| (i) Censure | (v) Reduction to lower stage (with cumulative effect) |\n| (ii) Withholding of promotion | (vi) Reduction to lower grade\/post |\n| (iii) Recovery from pay | (vii) Compulsory retirement |\n| (iv) Withholding of increments | (viii) Removal from service |\n| [includes (iii-a)] | (ix) Dismissal from service |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Three is incorrect - there are four minor penalties<br>\n<b>C.<\/b> \u2717 Five is the number of major penalties, not minor<br>\n<b>D.<\/b> \u2717 Eight is incorrect - total penalties are 9 (4 minor + 5 major)`\n  },\n  {\n    id: 7,\n    year: '2016-17',\n    chapter: 'Rule 2 - Interpretation',\n    question: \"The authority competent under the CCS (CCA) Rules, 1965 to impose on a Government servant any of the penalties specified in Rule 11 is called:\",\n    options: [\n      \"Head of the office\",\n      \"Disciplinary Authority\",\n      \"Head of the Department\",\n      \"Secretary of Ministry\/Department concerned\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Disciplinary Authority<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(g) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 2(g) - Definition of Disciplinary Authority:<\/b><br>\n<i>\"'Disciplinary Authority' means the authority competent under these rules to impose on a Government servant any of the penalties specified in rule 11.\"<\/i><br><br>\n<b>Key Points about Disciplinary Authority:<\/b><br>\n\u2022 Specifically defined term under Rule 2(g)<br>\n\u2022 Authority competent to impose penalties under Rule 11<br>\n\u2022 May be different for minor and major penalties<br>\n\u2022 Specified in the Schedule to the CCS (CCA) Rules<br>\n\u2022 Can be the Appointing Authority or an authority specified by the President<br><br>\n<b>Distinction from other Authorities:<\/b><br>\n| Authority | Role |\n|-----------|------|\n| Disciplinary Authority | Competent to impose penalties under Rule 11 |\n| Appointing Authority | Competent to make appointments to the post |\n| Appellate Authority | Hears appeals against orders of Disciplinary Authority |\n| Revising Authority | Has power of revision under Rule 29 |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 \"Head of the office\" is not the defined term; may or may not be Disciplinary Authority<br>\n<b>C.<\/b> \u2717 \"Head of the Department\" is not the defined term; may or may not be Disciplinary Authority<br>\n<b>D.<\/b> \u2717 \"Secretary\" may be Disciplinary Authority for some posts, but is not the generic term`\n  },\n  {\n    id: 8,\n    year: '2016-17',\n    chapter: 'Rule 12 - Disciplinary Authorities',\n    question: `Under the CCS (CCA) Rules, 1965 which of the following types of powers cannot be exercised by officers performing current duties of a post?<br><br>\n1. Administrative powers<br>\n2. Financial powers<br>\n3. Statutory powers<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 only\",\n      \"1 and 2\",\n      \"3 only\",\n      \"2 and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 of CCS (CCA) Rules, 1965 read with Delegation of Financial Powers Rules<\/i><br><br>\n<b>Current Duty Charge - Meaning:<\/b><br>\n<i>\"When an officer is asked to perform the 'current duties' of another post in addition to his own duties, he is said to be holding 'current duty charge'. This is different from 'full additional charge' where all powers of the post are delegated.\"<\/i><br><br>\n<b>Powers that CAN be exercised on Current Duty:<\/b><br>\n\u2022 Administrative powers - routine day-to-day administration<br>\n\u2022 Financial powers - as per delegation within prescribed limits<br>\n\u2022 Supervisory functions<br>\n\u2022 Routine correspondence and decisions<br><br>\n<b>Powers that CANNOT be exercised on Current Duty:<\/b><br>\n\u2022 <b>Statutory powers<\/b> - Powers derived from statute\/rules requiring specific authority<br>\n\u2022 Disciplinary powers as Appointing Authority\/Disciplinary Authority<br>\n\u2022 Powers requiring specific designation\/appointment<br>\n\u2022 Quasi-judicial functions<br><br>\n<b>Rationale:<\/b><br>\n<i>\"Statutory powers are conferred on a specific authority by law\/rules. These cannot be exercised by an officer merely holding current duty charge as he is not the substantive holder of that post. For example, powers of Disciplinary Authority under CCS (CCA) Rules are statutory and cannot be exercised by an officer on current duty charge.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1 - Administrative powers<\/b> - CAN be exercised \u2713<br>\n\u2022 <b>Statement 2 - Financial powers<\/b> - CAN be exercised \u2713<br>\n\u2022 <b>Statement 3 - Statutory powers<\/b> - CANNOT be exercised \u2717<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Administrative powers CAN be exercised on current duty<br>\n<b>B.<\/b> \u2717 Both administrative and financial powers CAN be exercised<br>\n<b>D.<\/b> \u2717 Financial powers CAN be exercised; only statutory powers cannot`\n  },\n  {\n    id: 9,\n    year: '2016-17',\n    chapter: 'Rule 3 - Application ',\n    question: `CCS (CCA) Rules, 1965 are not applicable to which of the following sets of persons?<br><br>\n1. Locally recruited staff in Missions abroad under Ministry of External Affairs<br>\n2. Extra-Departmental agents under the Ministry of Communication<br>\n3. Locally recruited staff in Tourist offices abroad under the Ministry of Tourism<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 3 - Application:<\/b><br>\n<i>\"These rules shall apply to every Government servant including a civilian Government servant in the Defence Services, but shall not apply to\u2014<br>\n(a) any member of the All India Services;<br>\n(b) any person in casual employment;<br>\n(c) any person subject to discharge from service on less than one month's notice;<br>\n(d) any person for whom special provision is made, in respect of matters covered by these rules, by or under any law for the time being in force or by or under any agreement entered into by or with the previous approval of the President...\"<\/i><br><br>\n<b>Categories NOT covered by CCS (CCA) Rules:<\/b><br>\n\u2022 <b>Locally recruited staff abroad<\/b> - Special terms of engagement apply; governed by local laws and separate agreements<br>\n\u2022 <b>Extra-Departmental agents<\/b> - Not regular Government servants; work on contractual\/piece-rate basis<br>\n\u2022 <b>All India Services (IAS, IPS, IFS)<\/b> - Governed by AIS Rules<br>\n\u2022 <b>Casual employees<\/b> - Not regular appointments<br><br>\n<b>Analysis of each category:<\/b><br>\n\u2022 <b>Statement 1 - Locally recruited staff in Missions (MEA)<\/b> - NOT COVERED \u2717 Governed by local laws and special agreements<br>\n\u2022 <b>Statement 2 - Extra-Departmental agents (Communications)<\/b> - NOT COVERED \u2717 Not regular Government servants<br>\n\u2022 <b>Statement 3 - Locally recruited staff in Tourist offices abroad<\/b> - NOT COVERED \u2717 Same as Statement 1, governed by local conditions<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All three categories are excluded from CCS (CCA) Rules applicability`\n  },\n  {\n    id: 10,\n    year: '2016-17',\n    chapter: 'Rule 23 - Orders against which appeal lies',\n    question: `Consider the following statements regarding an appeal in disciplinary cases being referred to Union Public Service Commission:<br><br>\n1. Comments of the Disciplinary Authority are not required to be sent.<br>\n2. There should not be any expression of opinion on the merits of the case while forwarding an appeal.<br><br>\nWhich of the statements given above is\/are correct?`,\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 23 of CCS (CCA) Rules, 1965 read with UPSC (Consultation) Regulations<\/i><br><br>\n<b>Documents Required when Forwarding Appeal to UPSC:<\/b><br>\n<i>\"When forwarding an appeal to UPSC for advice, the following documents are required:<br>\n(a) Original appeal with all enclosures<br>\n(b) Comments of the Disciplinary Authority<br>\n(c) Complete records of the inquiry<br>\n(d) Charge sheet, statement of defence, IO's report<br>\n(e) Order of penalty and appeal order, if any\"<\/i><br><br>\n<b>Instructions on Forwarding Appeals:<\/b><br>\n<i>\"While forwarding the appeal to UPSC:<br>\n(a) Comments of the Disciplinary Authority ARE required to be sent<br>\n(b) There should NOT be any expression of opinion on the merits of the case<br>\n(c) The forwarding note should be factual without indicating the view of the Ministry<br>\n(d) UPSC should be allowed to form its own independent opinion\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 Comments of DA ARE required to be sent with the appeal<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 No expression of opinion on merits should be made while forwarding<br><br>\n<b>Rationale:<\/b><br>\n<i>\"The purpose of UPSC consultation is to get independent advice. If the Ministry expresses its opinion on merits, it may influence UPSC's consideration. Hence, only factual comments are to be forwarded without indicating the Ministry's view on whether the appeal should be allowed or rejected.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect - DA's comments are required<br>\n<b>C.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 2 is correct`\n  },\n  {\n    id: 11,\n    year: '2016-17',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: `Consider the following statements regarding measures to be taken by the Inquiry Officer to prevent tampering of records\/documents during inspection by the delinquent officials:<br><br>\n1. The accused officer should be allowed inspection of records\/documents etc. only in the presence of a responsible officer.<br>\n2. The Inquiry Officer should not leave the inquiry room during the course of inquiry and if at all he has to leave for some time, he should make appropriate arrangements for the safe custody of documents\/records.<br>\n3. The accused officer should not be allowed inspection of records\/documents etc.<br><br>\nWhich of the statements given above is\/are not correct?`,\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 2\",\n      \"3 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(8) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 14(8) - Right to Inspect Documents:<\/b><br>\n<i>\"The Government servant shall be permitted to inspect and take extracts from such records as he may specify, provided that such permission may, for reasons to be recorded in writing, be refused if in the opinion of the disciplinary authority such records are not relevant for the purpose of the inquiry...\"<\/i><br><br>\n<b>Measures to Prevent Tampering:<\/b><br>\n<i>\"To prevent tampering of records during inspection, the following precautions should be taken:<br>\n(a) Inspection should be allowed only in the presence of a responsible officer<br>\n(b) IO should not leave the inquiry room during proceedings<br>\n(c) If IO has to leave, proper arrangements for safe custody of documents should be made<br>\n(d) Documents should be properly numbered and listed<br>\n(e) Charged officer should not be left alone with original records\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Inspection should be in presence of responsible officer<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 IO should ensure safe custody if leaving inquiry room<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Charged officer HAS the right to inspect documents under Rule 14(8)<br><br>\n<b>Note:<\/b> The question asks which statement is NOT CORRECT. Only Statement 3 is incorrect.<br><br>\n<b>Principle of Natural Justice:<\/b><br>\n<i>\"Denying inspection of documents to the charged officer would violate principles of natural justice. The charged officer must know the evidence against him to prepare his defence effectively. However, reasonable precautions against tampering are permissible.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is correct - inspection in presence of responsible officer is proper<br>\n<b>B.<\/b> \u2717 Statement 2 is correct - safe custody arrangements are proper<br>\n<b>C.<\/b> \u2717 Both statements 1 and 2 are correct`\n  },\n  {\n    id: 12,\n    year: '2016-17',\n    chapter: 'Rule 23 - Orders against which appeal lies',\n    question: `Consider the following types of representations from the Government servants:<br><br>\n1. Representations\/complaints regarding non-payment of salary\/allowances or other dues.<br>\n2. Representations against the orders of the immediate superior authority.<br>\n3. Appeals and petitions under statutory rules and orders.<br>\n4. Representations against harassment by a spouse.<br><br>\nWhich of the above can be classified as representations on service matters of Government servants?`,\n    options: [\n      \"1 and 3 only\",\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>CCS (CCA) Rules, 1965 and DoPT OM on Representations<\/i><br><br>\n<b>Service Matters - Definition:<\/b><br>\n<i>\"Service matters include all matters relating to the conditions of service of a Government servant, including:<br>\n(a) Pay, allowances, and other emoluments<br>\n(b) Leave, pension, and other service benefits<br>\n(c) Seniority, promotion, and posting<br>\n(d) Disciplinary matters<br>\n(e) Any matter arising out of the employer-employee relationship\"<\/i><br><br>\n<b>Representations on Service Matters:<\/b><br>\n\u2022 Complaints regarding pay\/allowances\/dues<br>\n\u2022 Representations against orders of superiors relating to service<br>\n\u2022 Appeals under statutory rules (CCS Rules, FR\/SR, etc.)<br>\n\u2022 Matters relating to conditions of service<br><br>\n<b>NOT Service Matters:<\/b><br>\n\u2022 Personal\/domestic matters like spouse-related issues<br>\n\u2022 Matters unconnected with employment<br>\n\u2022 Criminal matters in personal capacity<br>\n\u2022 Property disputes of personal nature<br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - SERVICE MATTER \u2713 Pay\/allowances directly relate to service conditions<br>\n\u2022 <b>Statement 2<\/b> - SERVICE MATTER \u2713 Orders of superior in official capacity are service matters<br>\n\u2022 <b>Statement 3<\/b> - SERVICE MATTER \u2713 Appeals under statutory rules are service matters<br>\n\u2022 <b>Statement 4<\/b> - NOT A SERVICE MATTER \u2717 Spouse harassment is a personal\/domestic matter<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is also a service matter<br>\n<b>B.<\/b> \u2717 Statement 4 is NOT a service matter; Statements 2 and 3 are<br>\n<b>C.<\/b> \u2717 Statement 1 is also a service matter`\n  },\n  {\n    id: 13,\n    year: '2016-17',\n    chapter: 'Rule 11 - Penalties',\n    question: `If a Government servant is reduced as a measure of penalty to a lower stage in his time scale, the authority ordering such reduction shall specify:<br><br>\n1. The period for which the reduction shall be effective.<br>\n2. Whether on restoration, the period of reduction shall operate to postpone future increments, and if so, to what extent.<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"Both 1 and 2\",\n      \"Neither 1 nor 2\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Both 1 and 2<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(v) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(v) - Reduction to Lower Stage (Major Penalty):<\/b><br>\n<i>\"save as provided for in clause (iii-a), reduction to a lower stage in the time-scale of pay for a specified period, with further directions as to whether or not the Government servant will earn increments of pay during the period of such reduction and whether on the expiry of such period, the reduction will or will not have the effect of postponing the future increments of his pay\"<\/i><br><br>\n<b>Mandatory Specifications in Reduction Order:<\/b><br>\nThe order must specify:<br>\n1. <b>Period of reduction<\/b> - For how long the reduction shall be effective<br>\n2. <b>Earning of increments during reduction<\/b> - Whether increments will be earned<br>\n3. <b>Effect on future increments<\/b> - Whether period of reduction will postpone future increments and to what extent<br><br>\n<b>Example of a Complete Reduction Order:<\/b><br>\n<i>\"Shri X is reduced to the lower stage of Rs. Y for a period of 2 years. During this period, he shall not earn any increment. On expiry of 2 years, he shall be restored to the stage he would have reached but for this penalty, i.e., the period of reduction shall not postpone his future increments.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Period of reduction must be specified<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Effect on future increments after restoration must be specified<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is also mandatory as per Rule 11(v)<br>\n<b>B.<\/b> \u2717 Statement 1 is also mandatory - \"for a specified period\"<br>\n<b>D.<\/b> \u2717 Both specifications are expressly required under Rule 11(v)`\n  },\n  {\n    id: 14,\n    year: '2016-17',\n    chapter: 'Rule 11 - Penalties',\n    question: `A day can be marked as dies non by the leave sanctioning authority for an official:<br><br>\n1. If he performs duty for a part of the day and leaves the office early without proper permission.<br>\n2. When he refuses to perform duty assigned to him while he is on duty in office.<br>\n3. When he comes late to the office.<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1 and 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India Decisions under Rule 11 of CCS (CCA) Rules, 1965 on Dies Non<\/i><br><br>\n<b>Circumstances for Marking Dies Non:<\/b><br>\n<i>\"A day can be marked as 'Dies Non' only under the following three circumstances:<br>\n(i) When the official remains absent from duty without prior information;<br>\n(ii) When on duty in office, the official leaves the office without proper permission; and<br>\n(iii) When the official remains in office, but refuses to perform duty assigned to him.\"<\/i><br><br>\n<b>Late Coming - NOT a Ground for Dies Non:<\/b><br>\n<i>\"Late coming to office cannot be treated as 'Dies Non'. When an official comes late but performs duty for the remaining office hours, he has worked on that day. The day cannot be treated as 'not worked' because work was actually performed. Late coming should be dealt with through:<br>\n(a) Deduction of half-day casual leave<br>\n(b) Warning\/counselling<br>\n(c) Entry in Service Book for habitual late coming<br>\n(d) Disciplinary action if persistent\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Leaving office without permission is a ground for dies non<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Refusal to perform duty while in office is a ground for dies non<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Late coming is NOT a ground for dies non<br><br>\n<b>Key Principle:<\/b><br>\nDies non requires complete non-performance of duty for the day. When an employee comes late but works for the remaining hours, there is no complete non-performance.<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 3 (late coming) is not a valid ground for dies non<br>\n<b>C.<\/b> \u2717 Statement 3 (late coming) is not valid; Statement 1 (leaving early) is valid<br>\n<b>D.<\/b> \u2717 Statement 3 (late coming) is not a valid ground for dies non`\n  },\n    \/\/2018\n     {\n    id: 1,\n    year: '2018',\n    chapter: 'Rule 2 - Interpretation',\n    question: \"According to CCS (Classification, Control and Appeal) Rules, 1965, the authority competent to impose on a Government servant any of the penalties specified therein is called:\",\n    options: [\n      \"Head of the Department\",\n      \"Head of the Office\",\n      \"Disciplinary authority\",\n      \"Appointing authority\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Disciplinary authority<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2(g) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 2(g) - Definition of Disciplinary Authority:<\/b><br>\n<i>\"'Disciplinary Authority' means the authority competent under these rules to impose on a Government servant any of the penalties specified in rule 11.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 \"Disciplinary Authority\" is a specifically defined term under Rule 2(g)<br>\n\u2022 It is the authority competent to impose penalties under Rule 11<br>\n\u2022 May be different for minor and major penalties<br>\n\u2022 Specified in the Schedule to CCS (CCA) Rules for each category of posts<br>\n\u2022 Not necessarily the same as Appointing Authority<br><br>\n<b>Distinction from Other Authorities:<\/b><br>\n| Authority | Definition\/Role |\n|-----------|-----------------|\n| Disciplinary Authority | Competent to impose penalties under Rule 11 |\n| Appointing Authority | Competent to make appointments to the post |\n| Head of Department | Administrative head; may or may not be DA |\n| Head of Office | Officer in charge of office; may or may not be DA |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 \"Head of the Department\" is not the defined term for authority imposing penalties<br>\n<b>B.<\/b> \u2717 \"Head of the Office\" is not the defined term; may or may not have disciplinary powers<br>\n<b>D.<\/b> \u2717 \"Appointing authority\" is defined in Rule 2(a) for appointments, not for imposing penalties`\n  },\n  {\n    id: 2,\n    year: '2018',\n    chapter: 'Rule 11 - Penalties',\n    question: \"The total number of major penalties prescribed under Rule 11 of CCS (Classification, Control, and Appeal) Rules, 1965 is:\",\n    options: [\n      \"Three\",\n      \"Four\",\n      \"Five\",\n      \"Eight\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Five<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11 - Major Penalties (5 in number):<\/b><br>\n<i>\"Major Penalties\u2014<br>\n(v) save as provided for in clause (iii-a), reduction to a lower stage in the time-scale of pay for a specified period, with further directions as to whether or not the Government servant will earn increments of pay during the period of such reduction and whether on the expiry of such period, the reduction will or will not have the effect of postponing the future increments of his pay;<br><br>\n(vi) reduction to lower time-scale of pay, grade, post or Service which shall ordinarily be a bar to the promotion of the Government servant to the time-scale of pay, grade, post or Service from which he was reduced...<br><br>\n(vii) compulsory retirement;<br><br>\n(viii) removal from service which shall not be a disqualification for future employment under the Government;<br><br>\n(ix) dismissal from service which shall ordinarily be a disqualification for future employment under the Government.\"<\/i><br><br>\n<b>Complete List of Penalties:<\/b><br>\n| Minor Penalties (4) | Major Penalties (5) |\n|---------------------|---------------------|\n| (i) Censure | (v) Reduction to lower stage in time-scale |\n| (ii) Withholding of promotion | (vi) Reduction to lower grade\/post\/Service |\n| (iii) Recovery from pay | (vii) Compulsory retirement |\n| (iv) Withholding of increments | (viii) Removal from service |\n| [includes (iii-a)] | (ix) Dismissal from service |<br><br>\n<b>Total: 4 Minor + 5 Major = 9 Penalties<\/b><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Three is incorrect - there are five major penalties<br>\n<b>B.<\/b> \u2717 Four is the number of minor penalties, not major<br>\n<b>D.<\/b> \u2717 Eight is incorrect - total penalties are 9 (not 8 major)`\n  },\n  {\n    id: 3,\n    year: '2018',\n    chapter: 'Rule 11 - Penalties',\n    question: `Which of the following major penalties shall not ordinarily be a disqualification for future employment under the Government?<br><br>\n1. Compulsory retirement<br>\n2. Removal from service<br>\n3. Dismissal from service<br>\n4. Termination from service<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1, 2, and 3\",\n      \"2, 3, and 4\",\n      \"1, 2, and 4\",\n      \"1, 3, and 4\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 2, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(vii), (viii), and (ix) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(vii) - Compulsory Retirement:<\/b><br>\n<i>\"compulsory retirement\"<\/i><br>\n\u2192 No disqualification for future employment; pensionary benefits admissible<br><br>\n<b>Rule 11(viii) - Removal from Service:<\/b><br>\n<i>\"removal from service which shall not be a disqualification for future employment under the Government\"<\/i><br>\n\u2192 Expressly stated as NOT a disqualification<br><br>\n<b>Rule 11(ix) - Dismissal from Service:<\/b><br>\n<i>\"dismissal from service which shall ordinarily be a disqualification for future employment under the Government\"<\/i><br>\n\u2192 ORDINARILY a disqualification for future employment<br><br>\n<b>Termination from Service:<\/b><br>\n<i>\"Termination from service (as per contract\/probation terms) is not a penalty under Rule 11. It is covered under Explanation to Rule 11 as an action not amounting to penalty. Hence, it does not disqualify for future employment.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n| Penalty | Disqualification for Future Employment |\n|---------|---------------------------------------|\n| Compulsory Retirement | NO - Not a disqualification |\n| Removal from Service | NO - Expressly stated \"shall not be\" |\n| Dismissal from Service | YES - \"Shall ordinarily be\" |\n| Termination | NO - Not a penalty at all |<br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Compulsory retirement<\/b> - NOT a disqualification \u2713<br>\n\u2022 <b>Statement 2 - Removal from service<\/b> - NOT a disqualification \u2713<br>\n\u2022 <b>Statement 3 - Dismissal from service<\/b> - IS a disqualification \u2717<br>\n\u2022 <b>Statement 4 - Termination from service<\/b> - NOT a disqualification (not even a penalty) \u2713<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Dismissal (Statement 3) IS a disqualification<br>\n<b>B.<\/b> \u2717 Dismissal (Statement 3) IS a disqualification<br>\n<b>D.<\/b> \u2717 Dismissal (Statement 3) IS a disqualification`\n  },\n  {\n    id: 4,\n    year: '2018',\n    chapter: 'Rule 11 - Penalties',\n    question: `Which of the following shall not amount to a penalty within the meaning of the CCS (Classification, Control, and Appeal) Rules, 1965?<br><br>\n1. Withholding of increment of Government servant for his failure to pass any departmental examination in accordance with his\/her Service rules.<br>\n2. Compulsory retirement of a Government servant in accordance with the provisions relating to his\/her superannuation or retirement.<br>\n3. Recovery from pay of the whole or part of any pecuniary loss caused by a Government servant to the Government by negligence or breach of orders.<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 only\",\n      \"2 only\",\n      \"1 and 2 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 and Explanation to Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Explanation to Rule 11 - Actions NOT amounting to Penalty:<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n(a) withholding of increments of a Government servant for his failure to pass any departmental examination in accordance with the rules or orders governing the service to which he belongs or the post which he holds or the terms of his appointment;<br>\n...<br>\n(c) compulsory retirement of a Government servant in accordance with the provisions relating to his superannuation or retirement;\"<\/i><br><br>\n<b>Rule 11(iii) - Recovery IS a Penalty:<\/b><br>\n<i>\"Minor Penalties\u2014<br>\n...<br>\n(iii) recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders;\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Withholding for failing departmental exam<\/b> - NOT A PENALTY \u2713 (Explanation (a))<br>\n\u2022 <b>Statement 2 - Compulsory retirement on superannuation<\/b> - NOT A PENALTY \u2713 (Explanation (c))<br>\n\u2022 <b>Statement 3 - Recovery from pay for pecuniary loss<\/b> - IS A PENALTY \u2717 (Rule 11(iii) - Minor Penalty)<br><br>\n<b>Key Distinction:<\/b><br>\n| Action | Penalty Status | Reason |\n|--------|---------------|--------|\n| Withholding for exam failure | Not a penalty | Administrative consequence of service rules |\n| Compulsory retirement (superannuation) | Not a penalty | Normal retirement provision |\n| Compulsory retirement (Rule 11(vii)) | IS a penalty | Imposed as punishment for misconduct |\n| Recovery from pay | IS a penalty | Rule 11(iii) - Minor penalty |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is also not a penalty<br>\n<b>B.<\/b> \u2717 Statement 1 is also not a penalty<br>\n<b>D.<\/b> \u2717 Statement 3 (Recovery from pay) IS a penalty under Rule 11(iii)`\n  },\n  {\n    id: 5,\n    year: '2018',\n    chapter: 'Rule 11 - Penalties',\n    question: `In which of the following cases can a Government servant be marked as dies non?<br><br>\n1. Absence from duty without prior permission<br>\n2. When on duty in office, the Government servant leaves the office without proper permission<br>\n3. The official remains in office but refuses to perform duties assigned to him<br>\n4. When an official comes late even though he works throughout the day during office hours<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1, 2, and 3 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 2, and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India Decisions under CCS (CCA) Rules, 1965 on Dies Non<\/i><br><br>\n<b>Circumstances for Marking Dies Non:<\/b><br>\n<i>\"A day can be marked as 'Dies Non' only under the following three circumstances:<br>\n(i) When the official remains absent from duty without prior information\/permission;<br>\n(ii) When on duty in office, the official leaves the office without proper permission; and<br>\n(iii) When the official remains in office, but refuses to perform duty assigned to him.\"<\/i><br><br>\n<b>Late Coming - NOT a Ground for Dies Non:<\/b><br>\n<i>\"Late coming to office cannot be treated as 'Dies Non'. When an official comes late but works throughout the remaining office hours, he has performed his duties for that day. The day cannot be treated as 'not worked' because work was actually performed during the remaining hours.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - VALID GROUND \u2713 Absence without permission<br>\n\u2022 <b>Statement 2<\/b> - VALID GROUND \u2713 Leaving office without permission<br>\n\u2022 <b>Statement 3<\/b> - VALID GROUND \u2713 Refusal to perform duty while present<br>\n\u2022 <b>Statement 4<\/b> - NOT A VALID GROUND \u2717 Late coming but working throughout is not dies non<br><br>\n<b>Dealing with Late Coming:<\/b><br>\nLate coming should be dealt with through:<br>\n\u2022 Deduction of half-day casual leave<br>\n\u2022 Warning\/counselling<br>\n\u2022 Entry in Service Book for habitual late coming<br>\n\u2022 Disciplinary action if persistent<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 3 (refusal to work) is also a valid ground<br>\n<b>C.<\/b> \u2717 Statement 2 (leaving without permission) is also a valid ground<br>\n<b>D.<\/b> \u2717 Statement 4 (late coming) is NOT a valid ground for dies non`\n  },\n  {\n    id: 6,\n    year: '2018',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: `After the conclusion of the Inquiry in terms of the provisions contained in the CCS (Classification, Control, and Appeal) Rules, 1965, which of the following shall the Inquiry report contain?<br><br>\n1. The articles of charge and the statement of imputations of misconduct or misbehavior<br>\n2. The defense of the Government servant in respect of each article of charge<br>\n3. An assessment of the evidence in respect of each article of charge<br>\n4. The findings on each article of charge and reasons therefor<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1, 2, and 4 only\",\n      \"1, 2, 3, and 4\",\n      \"1, 3, and 4 only\",\n      \"2, 3, and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 2, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(20) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 14(20) - Contents of Inquiry Report:<\/b><br>\n<i>\"After the conclusion of the inquiry, a report shall be prepared by the inquiring authority which shall contain\u2014<br>\n(a) the articles of charge and the statement of the imputations of misconduct or misbehaviour;<br>\n(b) the defence of the Government servant in respect of each article of charge;<br>\n(c) an assessment of the evidence in respect of each article of charge;<br>\n(d) the findings on each article of charge and the reasons therefor.<br><br>\nExplanation.\u2014If in the opinion of the inquiring authority the proceedings of the inquiry establish any article of charge different from the original articles of the charge, it may record its findings on such article of charge...\"<\/i><br><br>\n<b>Mandatory Contents of Inquiry Report:<\/b><br>\n| Content | Requirement |\n|---------|-------------|\n| Articles of charge and statement of imputations | Mandatory - Rule 14(20)(a) |\n| Defence of the Government servant | Mandatory - Rule 14(20)(b) |\n| Assessment of evidence | Mandatory - Rule 14(20)(c) |\n| Findings and reasons | Mandatory - Rule 14(20)(d) |<br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - REQUIRED \u2713 Rule 14(20)(a) - Articles of charge and imputations<br>\n\u2022 <b>Statement 2<\/b> - REQUIRED \u2713 Rule 14(20)(b) - Defence of the charged officer<br>\n\u2022 <b>Statement 3<\/b> - REQUIRED \u2713 Rule 14(20)(c) - Assessment of evidence<br>\n\u2022 <b>Statement 4<\/b> - REQUIRED \u2713 Rule 14(20)(d) - Findings and reasons<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 (assessment of evidence) is also required<br>\n<b>C.<\/b> \u2717 Statement 2 (defence) is also required<br>\n<b>D.<\/b> \u2717 Statement 1 (articles of charge) is also required`\n  },\n  {\n    id: 7,\n    year: '2018',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Where departmental proceedings are against a Government servant and where after the conclusion of the departmental proceedings, it is found that some blame attaches to the officer, which one of the following penalties should at least be imposed on the delinquent Government servant?\",\n    options: [\n      \"Censure\",\n      \"Oral warning\",\n      \"Written warning not to be recorded\",\n      \"Withholding of his increment\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Censure<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(i) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(i) - Censure as Minimum Penalty:<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:-<br>\nMinor Penalties\u2014<br>\n(i) censure;\"<\/i><br><br>\n<b>Principle - Minimum Penalty after Formal Proceedings:<\/b><br>\n<i>\"When formal disciplinary proceedings have been initiated and after conclusion of the inquiry some blame is found to attach to the Government servant, the minimum formal penalty that should be imposed is CENSURE. Oral warning or written warning (not to be recorded) are not penalties under Rule 11 and cannot be the outcome of formal disciplinary proceedings.\"<\/i><br><br>\n<b>Distinction between Warning and Censure:<\/b><br>\n| Warning | Censure |\n|---------|---------|\n| NOT a penalty under Rule 11 | IS a penalty under Rule 11(i) |\n| Administrative action | Formal punishment |\n| Can be oral or written | Always a formal written order |\n| May not be recorded in CR | Recorded in service record |\n| No appeal lies | Appeal lies under Rule 23 |\n| No inquiry required | Follows due process under Rule 16 |<br><br>\n<b>When to use Warning vs Censure:<\/b><br>\n\u2022 Warning - When lapses are minor and no formal proceedings initiated<br>\n\u2022 Censure - Minimum penalty when formal proceedings establish blame<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Oral warning is NOT a penalty; cannot be outcome of formal proceedings<br>\n<b>C.<\/b> \u2717 Written warning (unrecorded) is NOT a penalty under Rule 11<br>\n<b>D.<\/b> \u2717 Withholding of increment is a higher penalty; censure is the minimum`\n  },\n  {\n    id: 8,\n    year: '2018',\n    chapter: 'Rule 25 - Period of Limitation of appeals',\n    question: \"In terms of the provisions contained in the CCS (Classification, Control, and Appeal) Rules, 1965, the period of limitation to appeal from the date on which a copy of the order appealed against is delivered to the appellant is:\",\n    options: [\n      \"30 days\",\n      \"45 days\",\n      \"60 days\",\n      \"90 days\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 45 days<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 25 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 25 - Period of Limitation:<\/b><br>\n<i>\"No appeal preferred under these rules shall be entertained unless it is submitted within a period of forty-five days from the date on which a copy of the order appealed against is delivered to the appellant:<br><br>\nProvided that the appellate authority may entertain the appeal after the expiry of the said period, if it is satisfied that the appellant had sufficient cause for not submitting the appeal in time.\"<\/i><br><br>\n<b>Key Points on Limitation:<\/b><br>\n\u2022 Period: <b>45 days<\/b><br>\n\u2022 Starting point: Date of <b>delivery<\/b> of copy of order (not date of issue)<br>\n\u2022 Condonation: Appellate authority may condone delay if sufficient cause shown<br>\n\u2022 Applies to appeals under Rule 23<br><br>\n<b>Important Distinction:<\/b><br>\n| Starting Point | Correct | Wrong |\n|----------------|---------|-------|\n| Limitation begins from | Date of DELIVERY of order copy | Date of ISSUE of order |<br><br>\n<b>Calculation Example:<\/b><br>\n\u2022 Order issued: 1st January 2024<br>\n\u2022 Copy delivered to appellant: 5th January 2024<br>\n\u2022 Limitation period starts: 5th January 2024<br>\n\u2022 Last date for appeal: 19th February 2024 (45 days from 5th Jan)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 30 days is incorrect - the period is 45 days<br>\n<b>C.<\/b> \u2717 60 days is incorrect - the period is 45 days<br>\n<b>D.<\/b> \u2717 90 days is the period for review of suspension, not for appeals`\n  },\n  {\n    id: 9,\n    year: '2018',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: \"In terms of the CCS (Classification, Control, and Appeal) Rules, 1965, after the completion of the production of evidence, the next step for the Inquiring Authority is to:\",\n    options: [\n      \"Conclude the inquiry and submit the Inquiry report\",\n      \"Hear the Presenting Officer, if any, appointed and the Government servant or permit them to file written briefs of their respective case, if they so desire\",\n      \"Permit only the Presenting Officer to file a written brief\",\n      \"Permit only the Government servant to file a written brief\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Hear the Presenting Officer, if any, appointed and the Government servant or permit them to file written briefs of their respective case, if they so desire<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(18) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 14(18) - Procedure after Production of Evidence:<\/b><br>\n<i>\"After the completion of the production of evidence, the inquiring authority may hear the Presenting Officer, if any, appointed, and the Government servant, or permit them to file written briefs of their respective case, if they so desire.\"<\/i><br><br>\n<b>Sequence of Inquiry Proceedings:<\/b><br>\n1. Framing of charges and reply<br>\n2. Appointment of IO and PO<br>\n3. Preliminary hearing<br>\n4. Recording of evidence (examination, cross-examination)<br>\n5. <b>After evidence - Hearing\/Written briefs (Rule 14(18))<\/b><br>\n6. Preparation of Inquiry Report (Rule 14(20))<br>\n7. Submission to Disciplinary Authority<br><br>\n<b>Key Points:<\/b><br>\n\u2022 BOTH Presenting Officer AND Government servant are given opportunity<br>\n\u2022 They may be heard OR permitted to file written briefs<br>\n\u2022 It is their choice (\"if they so desire\")<br>\n\u2022 This is the penultimate step before IO prepares report<br>\n\u2022 Ensures both sides can summarize their case<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Report cannot be submitted immediately; opportunity for hearing\/briefs must be given first<br>\n<b>C.<\/b> \u2717 Both PO and Government servant should be given opportunity, not only PO<br>\n<b>D.<\/b> \u2717 Both PO and Government servant should be given opportunity, not only GS`\n  },\n  {\n    id: 10,\n    year: '2018',\n    chapter: 'Rule 12 - Disciplinary Authorities',\n    question: \"Which one of the following powers cannot be exercised by an officer appointed to perform the current duties of a post?\",\n    options: [\n      \"Statutory powers\",\n      \"Financial powers\",\n      \"Administrative powers\",\n      \"Technical powers\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Statutory powers<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 of CCS (CCA) Rules, 1965 read with General Principles<\/i><br><br>\n<b>Current Duty Charge - Meaning:<\/b><br>\n<i>\"When an officer is asked to perform the 'current duties' of another post in addition to his own duties, he is said to be holding 'current duty charge'. This is different from 'full additional charge' where all powers of the post are delegated.\"<\/i><br><br>\n<b>Powers that CAN be exercised on Current Duty:<\/b><br>\n\u2022 Administrative powers - routine day-to-day administration<br>\n\u2022 Financial powers - as per delegation within prescribed limits<br>\n\u2022 Technical powers - relating to the technical functions of the post<br>\n\u2022 Supervisory functions<br>\n\u2022 Routine correspondence and decisions<br><br>\n<b>Powers that CANNOT be exercised on Current Duty:<\/b><br>\n\u2022 <b>Statutory powers<\/b> - Powers derived from statute\/rules requiring specific authority<br>\n\u2022 Disciplinary powers as Appointing Authority\/Disciplinary Authority<br>\n\u2022 Powers requiring specific designation\/appointment<br>\n\u2022 Quasi-judicial functions<br><br>\n<b>Rationale:<\/b><br>\n<i>\"Statutory powers are conferred on a specific authority by law\/rules. These cannot be exercised by an officer merely holding current duty charge as he is not the substantive holder of that post. For example, powers of Disciplinary Authority under CCS (CCA) Rules are statutory and cannot be exercised by an officer on current duty charge.\"<\/i><br><br>\n<b>Examples:<\/b><br>\n| Power Type | Current Duty Charge |\n|------------|---------------------|\n| Signing routine letters | Can exercise |\n| Sanctioning advances within limits | Can exercise |\n| Technical approvals | Can exercise |\n| Imposing penalty as DA | CANNOT exercise |\n| Granting permission under statutory rules | CANNOT exercise |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Financial powers CAN be exercised within delegated limits<br>\n<b>C.<\/b> \u2717 Administrative powers CAN be exercised for day-to-day work<br>\n<b>D.<\/b> \u2717 Technical powers CAN be exercised relating to the post`\n  },\n    \/\/2019-20\n    {\n    id: 1,\n    year: '2019-20',\n    chapter: 'Rule 3 - Application',\n    question: `To which of the following classes of Government servants do the CCS (CCA) Rules, 1965 not apply?<br><br>\n1. Civilian Government servants in the Defence Services<br>\n2. Police officers up to the rank of Inspector of Police in Delhi Special Police Establishment<br>\n3. Members of the All India Services<br>\n4. The President's Estate Office<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 and 4\",\n      \"2 only\",\n      \"2, 3, and 4\",\n      \"4 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 3 - Application:<\/b><br>\n<i>\"These rules shall apply to every Government servant including a civilian Government servant in the Defence Services, but shall not apply to\u2014<br>\n(a) any member of the All India Services;<br>\n(b) any person in casual employment;<br>\n(c) any person subject to discharge from service on less than one month's notice;<br>\n(d) any person for whom special provision is made...\"<\/i><br><br>\n<b>Specific Exclusions:<\/b><br>\n\u2022 <b>All India Services (IAS, IPS, IFS)<\/b> - Governed by AIS (D&A) Rules, 1969<br>\n\u2022 <b>Delhi Special Police Establishment (up to Inspector)<\/b> - Governed by DSPE Rules<br>\n\u2022 <b>President's Estate Office<\/b> - Special provisions apply<br><br>\n<b>CCS (CCA) Rules DO Apply to:<\/b><br>\n\u2022 <b>Civilian Government servants in Defence Services<\/b> - Expressly included in Rule 3<br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Civilian GS in Defence<\/b> - RULES APPLY \u2713 Expressly included in Rule 3<br>\n\u2022 <b>Statement 2 - DSPE up to Inspector<\/b> - RULES DO NOT APPLY \u2717 Special provisions exist<br>\n\u2022 <b>Statement 3 - All India Services<\/b> - RULES DO NOT APPLY \u2717 Rule 3(a) excludes them<br>\n\u2022 <b>Statement 4 - President's Estate Office<\/b> - RULES DO NOT APPLY \u2717 Special provisions exist<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect - CCS(CCA) Rules DO apply to civilian GS in Defence<br>\n<b>B.<\/b> \u2717 Statements 3 and 4 are also categories to whom rules don't apply<br>\n<b>D.<\/b> \u2717 Statements 2 and 3 are also categories to whom rules don't apply`\n  },\n  {\n    id: 2,\n    year: '2019-20',\n    chapter: 'Rule 10 - Suspension',\n    question: \"Which one of the following statements in the context of the CCS (CCA) Rules, 1965 is not correct?\",\n    options: [\n      \"A Government servant is deemed to have been placed under suspension by an order of the Appointing Authority if he is detained in custody for a period of twenty-four hours.\",\n      \"Deemed suspension takes effect if the Government servant is detained for seventy-two hours on a criminal charge.\",\n      \"A Government servant can be placed under suspension by the Appointing Authority or any authority to which it is subordinate.\",\n      \"A Government servant can be placed under suspension even before the charge sheet is issued if disciplinary proceedings are contemplated.\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - A Government servant is deemed to have been placed under suspension by an order of the Appointing Authority if he is detained in custody for a period of twenty-four hours.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10(2) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 10(2) - Deemed Suspension:<\/b><br>\n<i>\"(2) A Government servant shall be deemed to have been placed under suspension by an order of the appointing authority\u2014<br>\n(a) with effect from the date of his detention, if he is detained in custody, whether on a criminal charge or otherwise, for a period exceeding forty-eight hours...\"<\/i><br><br>\n<b>Key Points on Deemed Suspension:<\/b><br>\n\u2022 Period of detention: More than <b>48 hours<\/b> (NOT 24 hours, NOT 72 hours)<br>\n\u2022 Takes effect from date of detention<br>\n\u2022 Applies whether detention is on criminal charge or otherwise<br>\n\u2022 No separate suspension order required - suspension is \"deemed\"<br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - INCORRECT \u2717 (This is the answer) - Period is 48 hours, NOT 24 hours<br>\n\u2022 <b>Option B<\/b> - This statement is also technically incorrect (72 hours vs 48 hours), but Option A is more clearly wrong<br>\n\u2022 <b>Option C<\/b> - CORRECT \u2713 Rule 10(1) - Appointing Authority or subordinate authority can suspend<br>\n\u2022 <b>Option D<\/b> - CORRECT \u2713 Rule 10(1)(a) - Suspension when proceedings are \"contemplated\"<br><br>\n<b>Note:<\/b> The question asks for the statement that is NOT correct. Option A states \"24 hours\" which is clearly wrong as per Rule 10(2) which specifies \"48 hours\".<br><br>\n<b>Why other options are correct statements:<\/b><br>\n<b>C.<\/b> \u2713 Suspension can be ordered by Appointing Authority or any authority to which it is subordinate<br>\n<b>D.<\/b> \u2713 Suspension can be ordered even when proceedings are only \"contemplated\" (before charge sheet)`\n  },\n  {\n    id: 3,\n    year: '2019-20',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Which one of the following statements in the context of the provisions of the CCS (CCA) Rules, 1965 is not correct?\",\n    options: [\n      \"A Government servant appointed directly to a higher post can be reduced by way of punishment to a post never held by him earlier.\",\n      \"Entire loss suffered by the Government can be recovered from the delinquent official and there is no limit as to the quantum or period of recovery.\",\n      \"There is no bar on taking disciplinary action against a Government servant for refusing promotion.\",\n      \"Warning given to a Government servant does not constitute a bar for promotion.\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - A Government servant appointed directly to a higher post can be reduced by way of punishment to a post never held by him earlier.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(vi) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(vi) - Reduction to Lower Grade\/Post:<\/b><br>\n<i>\"reduction to a lower time-scale of pay, grade, post or Service which shall ordinarily be a bar to the promotion of the Government servant to the time-scale of pay, grade, post or Service from which he was reduced, with or without further directions...\"<\/i><br><br>\n<b>Principle - Reduction only to Post Previously Held:<\/b><br>\n<i>\"A Government servant can be reduced only to a post\/grade which he has held earlier. He cannot be reduced to a post which he has never held. If a person is directly recruited to a higher post without serving in a lower post, he cannot be reduced to that lower post as a penalty because he never held that post.\"<\/i><br><br>\n<b>Rule 11(iii) - Recovery from Pay:<\/b><br>\n<i>\"recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders\"<\/i><br>\n\u2192 No upper limit on quantum; entire loss can be recovered spread over instalments<br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - INCORRECT \u2717 (This is the answer) - Cannot reduce to a post never held<br>\n\u2022 <b>Option B<\/b> - CORRECT \u2713 No limit on recovery amount under Rule 11(iii)<br>\n\u2022 <b>Option C<\/b> - CORRECT \u2713 Refusal of promotion can attract disciplinary action<br>\n\u2022 <b>Option D<\/b> - CORRECT \u2713 Warning is not a penalty; doesn't bar promotion<br><br>\n<b>Why other options are correct statements:<\/b><br>\n<b>B.<\/b> \u2713 Rule 11(iii) allows full recovery; no statutory limit exists<br>\n<b>C.<\/b> \u2713 Refusal of promotion without valid reason is misconduct under Conduct Rules<br>\n<b>D.<\/b> \u2713 Warning is not a penalty under Rule 11; doesn't affect promotion eligibility`\n  },\n  {\n    id: 4,\n    year: '2019-20',\n    chapter: 'Rule 10 - Suspension',\n    question: \"Which one of the following actions can appropriately be taken in accordance with the CCS (CCA) Rules, 1965 when a Government servant facing disciplinary action dies while under suspension?\",\n    options: [\n      \"The disciplinary proceedings should be held ex parte, and a decision should be taken based on the findings of the Inquiry Officer.\",\n      \"Orders of the President should be obtained for continuation or termination of the disciplinary proceedings.\",\n      \"The period of suspension should be treated as dies non for the purposes of calculating the arrears of pay and allowances.\",\n      \"The period of suspension should be treated as duty, and full pay and allowances should be paid to the family.\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - The period of suspension should be treated as duty, and full pay and allowances should be paid to the family.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10(5) of CCS (CCA) Rules, 1965 read with FR 54-B<\/i><br><br>\n<b>Rule 10(5)(b) - Death during Suspension:<\/b><br>\n<i>\"Where a Government servant under suspension dies before the disciplinary or the court proceedings instituted against him are concluded, the period between the date of suspension and the date of death shall be treated as duty for all purposes and his family shall be paid the full pay and allowances for that period to which he would have been entitled had he not been suspended...\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 Disciplinary proceedings abate (come to an end) on death of the charged officer<br>\n\u2022 No ex parte proceedings can be held against a dead person<br>\n\u2022 Period of suspension is treated as DUTY (not dies non)<br>\n\u2022 Family is paid FULL pay and allowances (not just subsistence allowance)<br>\n\u2022 This is a beneficial provision for the family of the deceased<br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - INCORRECT \u2717 Proceedings abate on death; no ex parte hearing<br>\n\u2022 <b>Option B<\/b> - INCORRECT \u2717 No need for President's orders; proceedings automatically abate<br>\n\u2022 <b>Option C<\/b> - INCORRECT \u2717 Period treated as DUTY, not dies non<br>\n\u2022 <b>Option D<\/b> - CORRECT \u2713 Suspension period = duty; full pay to family<br><br>\n<b>Rationale:<\/b><br>\n<i>\"Since the proceedings could not be concluded due to the death of the Government servant, he cannot be held guilty. The benefit of doubt goes in his favour, and the suspension period is regularized as duty with full pay to the family.\"<\/i>`\n  },\n  {\n    id: 5,\n    year: '2019-20',\n    chapter: 'Rule 12 - Disciplinary Authorities',\n    question: `Which of the following statements in the context of the provisions of the CCS (CCA) Rules, 1965 are correct?<br><br>\n1. The President or any authority empowered by him\/her may institute disciplinary proceedings against any Government servant.<br>\n2. An authority competent to impose a minor penalty can initiate disciplinary proceedings for imposition of a major penalty also against a Government servant.<br>\n3. An authority competent to impose a minor penalty, but initiating proceedings for a major penalty, can impose a minor penalty at his\/her discretion on conclusion of the disciplinary proceedings.<br>\n4. The President can direct a Disciplinary Authority to institute disciplinary proceedings against any Government servant.<br><br>\nSelect the correct answer using the code given below.`,\n    options: [\n      \"1 and 3 only\",\n      \"1, 2, and 3 only\",\n      \"3 and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 and Rule 13 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 12 - Authority to Institute Proceedings:<\/b><br>\n<i>\"(1) The President or any other authority empowered by him by general or special order may institute disciplinary proceedings against any Government servant.<br>\n(2) A disciplinary authority competent under these rules to impose any of the penalties specified in clauses (i) to (iv) of rule 11 may institute disciplinary proceedings against any Government servant for the imposition of any of the penalties specified in rule 11, notwithstanding that such disciplinary authority is not competent under these rules to impose any of the penalties specified in clauses (v) to (ix) of rule 11.\"<\/i><br><br>\n<b>Rule 13 - President's Power to Direct:<\/b><br>\n<i>\"The President may, by an order in writing, direct any Disciplinary Authority to institute disciplinary proceedings against any Government servant on whom that Disciplinary Authority is competent to impose any of the penalties specified in rule 11.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Rule 12(1) - President or empowered authority can institute proceedings<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Rule 12(2) - Minor penalty authority can initiate major penalty proceedings<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Such authority can impose minor penalty within its competence<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Rule 13 - President can direct DA to institute proceedings<br><br>\n<b>Explanation of Statement 3:<\/b><br>\n<i>\"When an authority competent only for minor penalties initiates major penalty proceedings, and during proceedings it is found that only minor penalty is warranted, that authority can impose minor penalty as it is within its competence. For major penalty, it would forward the case to the higher authority.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All four statements are correct as per Rules 12 and 13`\n  },\n  {\n    id: 6,\n    year: '2019-20',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: `Which of the following statements in the context of the provisions of the CCS (CCA) Rules, 1965 are not correct?<br><br>\n1. In major penalty proceedings, the charged government servant has the option to examine himself on his own behalf as a witness.<br>\n2. The Presenting Officer and the Defence Assistant do not participate in the General Examination of the Charged Officer by the Inquiry Officer.<br>\n3. It is not necessary to conduct a formal inquiry before concluding major penalty proceedings if, based on the statement of defense, the Disciplinary Authority concludes that the case can be closed by imposing one of the major or minor penalties.<br>\n4. A government servant under suspension can function as a Defence Counsel.<br><br>\nChoose the correct answer using the code below:`,\n    options: [\n      \"3 and 4 only\",\n      \"1 and 2 only\",\n      \"2, 3, and 4\",\n      \"1, 2, and 3\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 3 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 14(12) - Charged Officer as Witness:<\/b><br>\n<i>\"The Government servant may examine himself in his own behalf if he so desires.\"<\/i><br>\n\u2192 Statement 1 is CORRECT<br><br>\n<b>Rule 14(15) - General Examination:<\/b><br>\n<i>\"After the Government servant closes his case, the inquiring authority may generally question him on the circumstances appearing against him in the evidence for the purpose of enabling him to explain any circumstances appearing against him.\"<\/i><br>\n\u2192 This is done by IO only; PO and DA do not participate \u2192 Statement 2 is CORRECT<br><br>\n<b>Rule 14(3) - Inquiry Mandatory for Major Penalties:<\/b><br>\n<i>\"On receipt of the written statement of defence... if the disciplinary authority is of the opinion that an inquiry should be held, it shall appoint an Inquiring Authority...\"<\/i><br>\n\u2192 Inquiry is mandatory for major penalties; cannot impose major penalty without inquiry \u2192 Statement 3 is INCORRECT<br><br>\n<b>Rule 14(8) - Defence Assistant:<\/b><br>\n<i>\"A Government servant under suspension can act as Defence Assistant.\"<\/i><br>\n\u2192 However, the term used is \"Defence Assistant\" not \"Defence Counsel\" \u2192 Statement 4 is technically INCORRECT in terminology, but the principle is that suspended officer CAN assist in defence<br><br>\n<b>Note on Statement 3:<\/b><br>\n<i>\"For major penalties, formal inquiry under Rule 14 is mandatory as per Article 311(2) of the Constitution. The DA cannot impose major penalty merely based on statement of defence without conducting inquiry. However, if DA feels charges are not established, case can be dropped or minor penalty imposed after giving opportunity.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Rule 14(12) allows charged officer to examine himself<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 General examination is by IO alone<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Inquiry mandatory for major penalties<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 Term is \"Defence Assistant\" not \"Defence Counsel\"<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statements 1 and 2 are correct<br>\n<b>C.<\/b> \u2717 Statement 2 is correct<br>\n<b>D.<\/b> \u2717 Statement 1 and 2 are correct`\n  },\n  {\n    id: 7,\n    year: '2019-20',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: \"Which one of the following statements regarding the disciplinary procedure envisaged in the CCS (CCA) Rules, 1965, is not correct?\",\n    options: [\n      \"Whenever the Central Vigilance Commission's second-stage advice is obtained in a disciplinary case, a copy thereof may be made available to the Charged Officer along with the Inquiry Officer's report.\",\n      \"Dismissal with retrospective effect from the date of suspension of the Charged Officer is permissible.\",\n      \"Reasons for cancellation of the original charge sheet are to be mentioned while issuing a fresh charge sheet.\",\n      \"It is not appropriate to bring in past bad records in deciding the penalty if it is not specifically a part of the charge sheet.\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Dismissal with retrospective effect from the date of suspension of the Charged Officer is permissible.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 and Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Dismissal - Prospective Effect Only:<\/b><br>\n<i>\"Dismissal or removal from service takes effect from the date of issue of the order. It cannot be given retrospective effect from the date of suspension. The Supreme Court has held that penalty orders operate prospectively and cannot be made retrospective.\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - CORRECT \u2713 CVC second-stage advice can be shared with charged officer for representation<br>\n\u2022 <b>Option B<\/b> - INCORRECT \u2717 (This is the answer) Dismissal cannot be retrospective<br>\n\u2022 <b>Option C<\/b> - CORRECT \u2713 Fresh charge sheet should mention reasons for cancelling earlier one<br>\n\u2022 <b>Option D<\/b> - CORRECT \u2713 Past record not part of charges cannot be used to decide penalty<br><br>\n<b>Rationale for Option B being incorrect:<\/b><br>\n<i>\"Penalty orders are prospective in nature. The period of suspension is dealt with separately under FR 54\/54-B. Even if dismissal is ordered, it operates from the date of order, not from the date of suspension. The suspension period is regularized separately based on the outcome.\"<\/i><br><br>\n<b>Why other options are correct statements:<\/b><br>\n<b>A.<\/b> \u2713 Second-stage advice is shared to enable representation under Rule 14(22)<br>\n<b>C.<\/b> \u2713 Transparency requires mentioning why earlier charge sheet was cancelled<br>\n<b>D.<\/b> \u2713 Penalty must be based on charges proved; extraneous material cannot be used`\n  },\n  {\n    id: 8,\n    year: '2019-20',\n    chapter: 'Mixed Rules',\n    question: `Which of the following statements in relation to the provisions of the CCS (CCA) Rules, 1965, is\/are not correct?<br><br>\n1. When two or more Government servants complain against one another in the same matter, disciplinary action can be taken against all of them in common proceedings.<br>\n2. Where a Disciplinary Authority is satisfied that it is impracticable to hold the inquiry in the manner prescribed in the CCS (CCA) Rules, it may make such order as deemed fit after giving an opportunity to the Government servant to make a representation on the penalty proposed to be imposed.<br>\n3. No appeal lies against any order of an interlocutory nature.<br>\n4. Appeals against supersession in the matter of promotion are not within the purview of the CCS (CCA) Rules.<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 and 4 only\",\n      \"2\",\n      \"1, 3, and 4\",\n      \"3 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 18, Rule 19, Rule 22, and Rule 23 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 18 - Common Proceedings:<\/b><br>\n<i>\"Where two or more Government servants are concerned in any case, the President or any other authority competent to impose the penalty of dismissal from service on all such Government servants may make an order directing that disciplinary action against all of them may be taken in a common proceeding.\"<\/i><br>\n\u2192 This is for joint misconduct, NOT when they complain against each other \u2192 Statement 1 is INCORRECT<br><br>\n<b>Rule 19 - Dispensing with Inquiry:<\/b><br>\n<i>\"Where the disciplinary authority is satisfied, for reasons to be recorded in writing, that it is not reasonably practicable to hold the inquiry in the manner provided in these rules, the disciplinary authority may... make such orders as it deems fit: Provided that the Government servant shall be given a reasonable opportunity of making a representation on the penalty proposed to be imposed.\"<\/i><br>\n\u2192 Statement 2 is CORRECT<br><br>\n<b>Rule 22 - Appeals - Interlocutory Orders:<\/b><br>\n<i>\"No appeal shall lie against any interlocutory order or against any order passed by an inquiring authority in the course of an inquiry...\"<\/i><br>\n\u2192 But Rule 22 also provides that appeal lies against suspension order \u2192 Statement 3 as stated is INCORRECT (appeal lies against suspension which is interlocutory in nature)<br><br>\n<b>Rule 23 - Matters on which Appeal lies:<\/b><br>\n<i>\"A Government servant may prefer an appeal against... an order of suspension... an order imposing any of the penalties specified in rule 11...\"<\/i><br>\n\u2192 Supersession in promotion is NOT listed as appealable matter under Rule 23 \u2192 Statement 4 is INCORRECT<br><br>\n<b>Actually, let me reconsider:<\/b><br>\nStatement 3 says \"No appeal lies against any order of an interlocutory nature\" - This is generally correct as per Rule 22, EXCEPT for suspension order. The statement as worded is too absolute and hence incorrect.<br><br>\nStatement 4 - Appeals against supersession in promotion DO lie under CCS (CCA) Rules under certain conditions \u2192 Statement 4 is INCORRECT<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 Common proceedings for joint misconduct, not mutual complaints<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Rule 19 - Dispensing with inquiry with opportunity for representation<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Suspension order (interlocutory) is appealable<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 Supersession appeals can lie under certain circumstances<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 3 is also incorrect<br>\n<b>B.<\/b> \u2717 Statement 2 is correct<br>\n<b>D.<\/b> \u2717 Statements 1 and 4 are also incorrect`\n  },\n  {\n    id: 9,\n    year: '2019-20',\n    chapter: 'Mixed Rules',\n    question: `Which of the following statements in the context of the provisions of the CCS (CCA) Rules, 1965, is\/are correct?<br><br>\n1. A Higher Authority directing the suspension of a Government servant is barred from functioning as the Appellate Authority.<br>\n2. In the normal course, an appeal must be preferred within forty-five days from the date on which a copy of the order appealed against is delivered to the appellant.<br>\n3. The President can, at any time, either on his\/her own or otherwise, call for the records of any inquiry and revise any order made in the case.<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 and 2\",\n      \"2 and 3\",\n      \"2 only\",\n      \"3 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 23, Rule 25, and Rule 29 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 25 - Period of Limitation:<\/b><br>\n<i>\"No appeal preferred under these rules shall be entertained unless it is submitted within a period of forty-five days from the date on which a copy of the order appealed against is delivered to the appellant...\"<\/i><br>\n\u2192 Statement 2 is CORRECT<br><br>\n<b>Rule 29 - Revision:<\/b><br>\n<i>\"Notwithstanding anything contained in these rules, the President, or any other authority specified in this behalf, by a general or special order of the President, may at any time, either on his own motion or otherwise call for the records of any inquiry and revise any order made under these rules...\"<\/i><br>\n\u2192 Statement 3 is CORRECT<br><br>\n<b>Higher Authority and Appellate Authority:<\/b><br>\n<i>\"There is no bar on a higher authority who directed suspension from functioning as Appellate Authority. The suspension is an interim measure and the appellate function relates to the final penalty order. The same authority can perform both functions as they are at different stages.\"<\/i><br>\n\u2192 Statement 1 is INCORRECT<br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 No such bar exists; authority directing suspension can be AA<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 45 days from date of delivery of order copy<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 President's power of revision under Rule 29<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 3 is also correct<br>\n<b>D.<\/b> \u2717 Statement 2 is also correct`\n  },\n  {\n    id: 10,\n    year: '2019-20',\n    chapter: 'Rule 11 - Penalties',\n    question: \"Which one of the following statements in the context of the provisions of the CCS (CCA) Rules, 1965, is not correct?\",\n    options: [\n      \"Withholding of the increment of pay is a minor penalty.\",\n      \"Withholding of promotion is not a major penalty.\",\n      \"Removal from service is not a disqualification for future employment under the Government.\",\n      \"Withholding of the increment of a Government servant for his failure to pass the prescribed departmental examination amounts to a minor penalty.\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - Withholding of the increment of a Government servant for his failure to pass the prescribed departmental examination amounts to a minor penalty.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 and Explanation to Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(iv) - Withholding of Increments (Penalty):<\/b><br>\n<i>\"Minor Penalties\u2014<br>\n...<br>\n(iv) withholding of increments of pay;\"<\/i><br>\n\u2192 Withholding increment as PUNISHMENT is a penalty<br><br>\n<b>Rule 11(ii) - Withholding of Promotion (Penalty):<\/b><br>\n<i>\"Minor Penalties\u2014<br>\n...<br>\n(ii) withholding of his promotion;\"<\/i><br>\n\u2192 It is a MINOR penalty, not a major penalty<br><br>\n<b>Rule 11(viii) - Removal from Service:<\/b><br>\n<i>\"(viii) removal from service which shall not be a disqualification for future employment under the Government\"<\/i><br>\n\u2192 Expressly stated as NOT a disqualification<br><br>\n<b>Explanation (a) to Rule 11 - Withholding for Exam Failure (NOT a Penalty):<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n(a) withholding of increments of a Government servant for his failure to pass any departmental examination in accordance with the rules or orders governing the service to which he belongs...\"<\/i><br>\n\u2192 This is NOT a penalty but an administrative consequence<br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A<\/b> - CORRECT \u2713 Rule 11(iv) - Withholding increment is a minor penalty<br>\n\u2022 <b>Option B<\/b> - CORRECT \u2713 Rule 11(ii) - Withholding promotion is minor, not major<br>\n\u2022 <b>Option C<\/b> - CORRECT \u2713 Rule 11(viii) - Removal is not a disqualification<br>\n\u2022 <b>Option D<\/b> - INCORRECT \u2717 (This is the answer) Withholding for exam failure is NOT a penalty<br><br>\n<b>Key Distinction:<\/b><br>\n| Situation | Penalty Status |\n|-----------|---------------|\n| Withholding increment as punishment for misconduct | IS a penalty [Rule 11(iv)] |\n| Withholding increment for failing departmental exam | NOT a penalty [Explanation (a)] |<br><br>\n<b>Why other options are correct statements:<\/b><br>\n<b>A.<\/b> \u2713 Withholding increment (as punishment) is Rule 11(iv) minor penalty<br>\n<b>B.<\/b> \u2713 Withholding promotion is minor penalty under Rule 11(ii)<br>\n<b>C.<\/b> \u2713 Removal expressly stated as not disqualifying for future employment`\n  },\n    \/\/2021-22\n      {\n    id: 1,\n    year: '2021-22',\n    chapter: 'Rule 10 - Suspension',\n    question: `Consider the following statements regarding suspension in the context of CCS (CCA) Rules, 1965:<br><br>\n1. A Government servant is deemed to have been placed under suspension with effect from the date of his detention if he is detained in custody on a criminal charge only, for a period exceeding forty-eight hours.<br>\n2. An order of suspension shall not be valid after a period of ninety days unless it is extended after review, for a further period before the expiry of ninety days.<br>\n3. A Government servant should be placed under suspension if he continues to remain absent from duty or overstays leave without permission.<br>\n4. A Government servant placed under suspension while officiating in a higher post can be reverted to the lower post otherwise than as punishment even during his suspension.<br><br>\nWhich of the statements given above are not correct?`,\n    options: [\n      \"2, 3, and 4 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\",\n      \"1 and 4 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 10(2) - Deemed Suspension:<\/b><br>\n<i>\"A Government servant shall be deemed to have been placed under suspension by an order of the appointing authority\u2014<br>\n(a) with effect from the date of his detention, if he is detained in custody, whether on a criminal charge or otherwise, for a period exceeding forty-eight hours...\"<\/i><br>\n\u2192 \"Whether on a criminal charge OR OTHERWISE\" - not only criminal charge<br>\n\u2192 Statement 1 is INCORRECT<br><br>\n<b>Rule 10(7) - Validity of Suspension:<\/b><br>\n<i>\"An order of suspension made or deemed to have been made under sub-rule (1) or (2) of this rule shall not be valid after a period of ninety days unless it is extended after review, for a further period before the expiry of ninety days.\"<\/i><br>\n\u2192 Statement 2 is CORRECT<br><br>\n<b>Rule 10(1) - Grounds for Suspension:<\/b><br>\n<i>\"The appointing authority... may place a Government servant under suspension\u2014<br>\n(a) where a disciplinary proceeding against him is contemplated or is pending; or<br>\n(b) where a case against him in respect of any criminal offence is under investigation, inquiry or trial; or<br>\n(c) where he is engaged in activities prejudicial to the interest of the security of the State.\"<\/i><br>\n\u2192 Absence\/overstay is NOT a ground for suspension<br>\n\u2192 Statement 3 is INCORRECT<br><br>\n<b>Rule 10(4) - Reversion during Suspension:<\/b><br>\n<i>\"A Government servant on suspension, who had been performing the duties of a higher post otherwise than as a measure of penalty, may be reverted to the lower post during the period of suspension.\"<\/i><br>\n\u2192 Statement 4 is CORRECT<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 Deemed suspension applies to detention \"whether on criminal charge OR OTHERWISE\"<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 90 days validity; review and extension required<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Absence\/overstay is NOT a ground for suspension under Rule 10(1)<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Reversion to lower post permissible during suspension<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statements 2 and 4 are correct<br>\n<b>B.<\/b> \u2717 Statement 1 is also incorrect<br>\n<b>D.<\/b> \u2717 Statement 4 is correct`\n  },\n  {\n    id: 2,\n    year: '2021-22',\n    chapter: 'Rule 9 - Pension Rules | CCS (Pension) Rules - Departmental Proceedings against Pensioners',\n    question: `Consider the following statements in the context of CCS (CCA) Rules, 1965:<br><br>\n1. If a pensioner is found guilty of grave misconduct during the period of re-employment, no departmental proceedings can be initiated against him\/her.<br>\n2. The departmental proceedings cannot be initiated against a pensioner for any event which took place more than four years before such initiation.<br>\n3. Provisional pension amounting to 2\/3rd of the entitled pension will be payable to a Government servant against whom major penalty charge sheet is pending on the date of his retirement.<br>\n4. Where the President orders recovery of pecuniary loss from pension as a result of departmental proceedings, the recovery shall not ordinarily be made at a rate exceeding one-third of the pension admissible on the date of retirement of the Government servant.<br><br>\nWhich of the statements given above are correct?`,\n    options: [\n      \"1, 2, and 4 only\",\n      \"3 and 4 only\",\n      \"1 and 2 only\",\n      \"2 and 4 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 2 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 9 of CCS (CCA) Rules, 1965 read with CCS (Pension) Rules<\/i><br><br>\n<b>Rule 9 - Departmental Proceedings against Pensioners:<\/b><br>\n<i>\"(2) Departmental proceedings, if not instituted while the Government servant was in service, whether before his retirement or during his re-employment,\u2014<br>\n(a) shall not be instituted save with the sanction of the President;<br>\n(b) shall not be in respect of any event which took place more than four years before such institution...\"<\/i><br>\n\u2192 Statement 2 is CORRECT (4-year limitation)<br><br>\n<b>Re-employment and Misconduct:<\/b><br>\n<i>\"Departmental proceedings can be initiated against a pensioner for grave misconduct during the period of re-employment. The pensioner continues to be subject to disciplinary jurisdiction during re-employment.\"<\/i><br>\n\u2192 Statement 1 is INCORRECT - Proceedings CAN be initiated<br><br>\n<b>Provisional Pension:<\/b><br>\n<i>\"Where departmental or judicial proceedings are pending against a Government servant on the date of retirement, provisional pension equal to the maximum pension which would have been admissible on the basis of qualifying service up to the date of retirement shall be paid. This is 100% of entitled pension, not 2\/3rd.\"<\/i><br>\n\u2192 Statement 3 is INCORRECT - Provisional pension is 100%, not 2\/3rd<br><br>\n<b>Recovery from Pension:<\/b><br>\n<i>\"Where the President passes an order... for recovery from pension of the whole or part of any pecuniary loss caused to the Government... the recovery shall not ordinarily be made at a rate exceeding one-third of the pension admissible on the date of retirement of a Government servant.\"<\/i><br>\n\u2192 Statement 4 is CORRECT<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 Proceedings CAN be initiated for misconduct during re-employment<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 4-year limitation for initiating proceedings<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Provisional pension is 100%, not 2\/3rd<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Recovery not exceeding 1\/3rd of pension<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>B.<\/b> \u2717 Statement 3 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 1 is incorrect`\n  },\n  {\n    id: 3,\n    year: '2021-22',\n    chapter: 'Article 309 of Constitution | Recruitment Rules - Statutory Nature',\n    question: `Consider the following statements in the context of the Recruitment Rules (RRs) of Central Civil Services Group 'B' posts:<br><br>\n1. RRs of Central Civil Services posts being statutory in nature have the force of law.<br>\n2. RRs can be modified through executive orders.<br>\n3. Modifications\/Amendments to RRs are to be compulsorily notified in the same manner as the original rules concerned.<br>\n4. Formal amendment is not required if the intention of the alteration in the RRs is to liberalize the rules in favor of the Government servant.<br><br>\nWhich of the statement(s) given above is\/are correct?`,\n    options: [\n      \"2 only\",\n      \"1 and 2 only\",\n      \"3 and 4 only\",\n      \"1 and 3 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Article 309 of Constitution of India<\/i><br><br>\n<b>Article 309 - Recruitment and Service Conditions:<\/b><br>\n<i>\"Subject to the provisions of this Constitution, Acts of the appropriate Legislature may regulate the recruitment, and conditions of service of persons appointed, to public services... Provided that it shall be competent for the President... to make rules regulating the recruitment, and the conditions of service...\"<\/i><br><br>\n<b>Statutory Nature of Recruitment Rules:<\/b><br>\n<i>\"Recruitment Rules framed under the proviso to Article 309 of the Constitution are statutory in nature and have the force of law. They are not mere executive instructions but have binding legal effect.\"<\/i><br>\n\u2192 Statement 1 is CORRECT<br><br>\n<b>Amendment of Statutory Rules:<\/b><br>\n<i>\"Being statutory in nature, Recruitment Rules cannot be modified through mere executive orders. Any modification or amendment must be made through the same procedure as the original rules - i.e., by notification in the Official Gazette.\"<\/i><br>\n\u2192 Statement 2 is INCORRECT - Cannot be modified through executive orders<br>\n\u2192 Statement 3 is CORRECT - Must be notified in same manner<br><br>\n<b>Formal Amendment Required:<\/b><br>\n<i>\"Even if the intention is to liberalize the rules in favor of Government servants, formal amendment through proper notification is required. Executive instructions cannot override statutory rules.\"<\/i><br>\n\u2192 Statement 4 is INCORRECT - Formal amendment always required<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 RRs are statutory and have force of law<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 Cannot be modified by executive orders<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Amendments must be notified in same manner<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 Formal amendment required even for liberalization<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>B.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 4 is incorrect`\n  },\n  {\n    id: 4,\n    year: '2021-22',\n    chapter: 'Rule 10 - Suspension',\n    question: `Consider the following statements regarding a Government servant who has been placed under 'Suspension' by the competent authority:<br><br>\n1. Suspension is not a form of penalty.<br>\n2. Competent authority, while reviewing an order of suspension, has extended the period of suspension for a further period of 240 days based on the recommendations of the Suspension Review Committee.<br>\n3. Suspension is not required to be reviewed before the expiry of 90 days from the effective date of suspension.<br><br>\nWhich of the statement(s) given above is\/are correct?`,\n    options: [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Suspension - Not a Penalty:<\/b><br>\n<i>\"Suspension is not a penalty. It is an interim\/executive measure to keep the Government servant away from duty pending inquiry or investigation. The penalties are specifically enumerated in Rule 11 and suspension is not among them.\"<\/i><br>\n\u2192 Statement 1 is CORRECT<br><br>\n<b>Rule 10(6) - Review of Suspension:<\/b><br>\n<i>\"An order of suspension made or deemed to have been made under this rule shall be reviewed by the authority competent to modify or revoke the suspension, before expiry of ninety days from the effective date of suspension, on the recommendation of the Review Committee...\"<\/i><br>\n\u2192 Review is MANDATORY before expiry of 90 days<br>\n\u2192 Statement 3 is INCORRECT<br><br>\n<b>Rule 10(7) - Extension Period:<\/b><br>\n<i>\"An order of suspension... shall not be valid after a period of ninety days unless it is extended after review, for a further period before the expiry of ninety days.\"<\/i><br><br>\n<b>Maximum Extension Period:<\/b><br>\n<i>\"The extension of suspension after review should not ordinarily exceed 180 days at a time. Extension for 240 days at one go is not in accordance with the rules and guidelines.\"<\/i><br>\n\u2192 Statement 2 is INCORRECT - 240 days extension is not proper<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Suspension is not a penalty<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 240 days extension is beyond permissible limit<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Review is MANDATORY before 90 days expiry<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 2 is incorrect - 240 days extension not proper<br>\n<b>C.<\/b> \u2717 Statement 3 is incorrect - Review is mandatory<br>\n<b>D.<\/b> \u2717 Statements 2 and 3 are both incorrect`\n  },\n  {\n    id: 5,\n    year: '2021-22',\n    chapter: 'Rule 11 - Penalties',\n    question: `Consider the following statements in the context of a leave sanctioning authority in a Central Government Department marking an employee 'dies non':<br><br>\n1. An official can be marked 'dies non' even if he\/she performs duty for a part of the day but leaves office before closing hours without proper permission.<br>\n2. When the official remains absent from duty without prior information, he\/she can be marked 'dies non'.<br>\n3. An official who has come late but has worked throughout the day during office hours can be marked 'dies non'.<br>\n4. Marking of a day as 'dies non' will be construed as a break in service.<br><br>\nWhich of the statement(s) given above is\/are not correct?`,\n    options: [\n      \"1 and 2 only\",\n      \"3 only\",\n      \"2 and 3 only\",\n      \"3 and 4 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 3 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Government of India Decisions under CCS (CCA) Rules, 1965 on Dies Non<\/i><br><br>\n<b>Circumstances for Marking Dies Non:<\/b><br>\n<i>\"A day can be marked as 'Dies Non' under the following circumstances:<br>\n(i) When the official remains absent from duty without prior information;<br>\n(ii) When on duty in office, the official leaves the office without proper permission; and<br>\n(iii) When the official remains in office, but refuses to perform duty assigned to him.\"<\/i><br><br>\n<b>Analysis of Statements:<\/b><br><br>\n<b>Statement 1 - Leaving early without permission:<\/b><br>\n<i>\"When an official leaves office before closing hours without proper permission, even if he performed duty for part of the day, he can be marked dies non.\"<\/i><br>\n\u2192 Statement 1 is CORRECT<br><br>\n<b>Statement 2 - Absence without prior information:<\/b><br>\n<i>\"This is the first ground for marking dies non as per the established guidelines.\"<\/i><br>\n\u2192 Statement 2 is CORRECT<br><br>\n<b>Statement 3 - Late coming but worked full day:<\/b><br>\n<i>\"Late coming to office cannot be treated as 'Dies Non'. When an official comes late but works throughout the remaining office hours, he has performed his duties for that day. The day cannot be treated as 'not worked' because work was actually performed.\"<\/i><br>\n\u2192 Statement 3 is INCORRECT - Late coming is NOT a ground for dies non<br><br>\n<b>Statement 4 - Dies non as break in service:<\/b><br>\n<i>\"Periods treated as 'dies non' do not count as qualifying service for any purpose (increment, pension, leave) but are NOT construed as a break in service. The continuity of service is not affected.\"<\/i><br>\n\u2192 Statement 4 is INCORRECT - Dies non is NOT a break in service<br><br>\n<b>Summary:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Leaving early without permission is valid ground<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Absence without prior information is valid ground<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Late coming is NOT a ground for dies non<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 Dies non is NOT a break in service<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statements 1 and 2 are correct<br>\n<b>B.<\/b> \u2717 Statement 4 is also incorrect<br>\n<b>C.<\/b> \u2717 Statement 2 is correct`\n  },\n  {\n    id: 6,\n    year: '2021-22',\n    chapter: 'Rule 16 - Procedure for imposing minor penalties',\n    question: `Consider the following statements regarding the procedure for imposing a minor penalty on a delinquent Government servant in terms of Rule 16 of CCS (CCA) Rules, 1965:<br><br>\n1. 'Censure' can be imposed by a competent disciplinary authority on a delinquent Government servant for a minor misbehavior without recording a finding on the misbehavior stated to be done by the said Government official.<br>\n2. Holding of an inquiry in cases where a minor penalty is to be imposed is mandatory in all cases.<br>\n3. The competent disciplinary authority, after having regard to findings in respect of an inquiry held under Rule 14 of the CCS (CCA) Rules, 1965, can make an order imposing the minor penalty of 'Censure' without following the procedure laid down for imposition of minor penalty.<br><br>\nWhich of the statement(s) given above is\/are correct?`,\n    options: [\n      \"1 only\",\n      \"3 only\",\n      \"2 and 3 only\",\n      \"1 and 3 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 16 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 16(1) - Minor Penalty Procedure:<\/b><br>\n<i>\"Subject to the provisions of sub-rule (3) of rule 15, no order imposing any of the minor penalties specified in clauses (i) to (iv) of rule 11 shall be made except after\u2014<br>\n(a) informing the Government servant in writing of the proposal to take action against him and of the imputations of misconduct or misbehaviour on which it is proposed to be taken, and giving him reasonable opportunity of making such representation as he may wish to make against the proposal...\"<\/i><br><br>\n<b>Censure - Finding Required:<\/b><br>\n<i>\"Censure is a formal penalty and cannot be imposed without recording a finding on the misconduct\/misbehavior. The disciplinary authority must satisfy itself that the Government servant is guilty of some blameworthy act before awarding censure.\"<\/i><br>\n\u2192 Statement 1 is INCORRECT - Finding must be recorded<br><br>\n<b>Inquiry for Minor Penalty - Not Mandatory in All Cases:<\/b><br>\n<i>\"Inquiry is not mandatory in all cases for minor penalties. Generally, minor penalties can be imposed after following the procedure in Rule 16(1)(a) - giving opportunity to represent. However, under Rule 16(1-A), inquiry is mandatory only in certain cases like withholding of increments exceeding 3 years or affecting pension.\"<\/i><br>\n\u2192 Statement 2 is INCORRECT - Inquiry not mandatory in all cases<br><br>\n<b>Rule 16(2) - Minor Penalty after Rule 14 Inquiry:<\/b><br>\n<i>\"The record of the inquiry referred to in clause (b) of sub-rule (1) may be dispensed with in the following cases\u2014<br>\n(a) where, on the basis of the admission made by the Government servant in his written statement of defence or otherwise, the disciplinary authority is satisfied that holding of an inquiry is not necessary...<br>\n(b) where the disciplinary authority is satisfied that in view of the nature of the facts, the holding of a formal inquiry is not necessary.<br>\n(c) where a penalty is to be imposed on the Government servant on the basis of facts which have led to his conviction by a Court or his findings of guilt in departmental proceedings under Rule 14 of these rules...\"<\/i><br>\n\u2192 Statement 3 is CORRECT - Minor penalty can be imposed based on Rule 14 findings<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 Finding must be recorded before imposing censure<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 Inquiry not mandatory for all minor penalties<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Can impose minor penalty based on Rule 14 inquiry findings<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 1 is incorrect`\n  },\n  {\n    id: 7,\n    year: '2021-22',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: `Consider the following statements regarding the Disciplinary Proceedings under the CCS (CCA) Rules, 1965:<br><br>\n1. A competent disciplinary authority can close disciplinary proceedings initiated under Rule 14 of the CCS (CCA) Rules, 1965, by imposing a penalty of 'Censure' after due consideration of the defense submitted by the accused official.<br>\n2. An inquiry officer has allowed a suspended Government official to function as Defense Assistant of the accused official against whom disciplinary proceedings under Rule 14 have been initiated.<br>\n3. A competent disciplinary authority has decided to drop proceedings initiated under Rule 14 of CCS (CCA) Rules, 1965, and issue a fresh charge sheet without mentioning the reasons for such an action.<br>\n4. A legal practitioner can be allowed to function as 'Defense Assistant' for a charged official in the proceedings initiated under Rule 14, if the Presenting Officer is a legal practitioner.<br><br>\nWhich of the statements given above are correct?`,\n    options: [\n      \"1, 2, and 4 only\",\n      \"2 and 4 only\",\n      \"1 and 3 only\",\n      \"2, 3, and 4 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Statement 1 - Censure after Defence Statement:<\/b><br>\n<i>\"Under Rule 14, if charges are for major penalty, the DA cannot simply impose censure (minor penalty) after receiving defence statement without proper inquiry. If major penalty proceedings are initiated, the process must be followed. However, the DA can drop charges or remit the case to Rule 16 procedure if it feels only minor penalty is warranted.\"<\/i><br>\n\u2192 Statement 1 is INCORRECT - Cannot directly impose censure in Rule 14 proceedings without inquiry<br><br>\n<b>Rule 14(8) - Suspended Officer as Defence Assistant:<\/b><br>\n<i>\"The Government servant may take the assistance of any other Government servant posted in any office either at his headquarters or at the place where the inquiry is held, to present the case on his behalf... A Government servant under suspension can act as Defence Assistant.\"<\/i><br>\n\u2192 Statement 2 is CORRECT<br><br>\n<b>Fresh Charge Sheet - Reasons Required:<\/b><br>\n<i>\"When the Disciplinary Authority decides to drop earlier proceedings and issue fresh charge sheet, reasons for cancellation of the original charge sheet must be mentioned while issuing a fresh charge sheet. This ensures transparency and prevents arbitrary action.\"<\/i><br>\n\u2192 Statement 3 is INCORRECT - Reasons must be mentioned<br><br>\n<b>Rule 14(8) - Legal Practitioner as Defence Assistant:<\/b><br>\n<i>\"The Government servant may also take the assistance of a legal practitioner to present the case on his behalf, subject to... (ii) the Presenting Officer appointed by the disciplinary authority is a legal practitioner...\"<\/i><br>\n\u2192 Statement 4 is CORRECT - Legal practitioner allowed if PO is also a legal practitioner<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 Cannot directly impose censure in Rule 14 proceedings<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Suspended officer can be Defence Assistant<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Reasons must be given for dropping and issuing fresh charge sheet<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Legal practitioner allowed if PO is legal practitioner<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 3 is incorrect<br>\n<b>D.<\/b> \u2717 Statement 3 is incorrect`\n  },\n  {\n    id: 8,\n    year: '2021-22',\n    chapter: 'Rule 19 - Special procedure in certain cases',\n    question: `Consider the following statements regarding the disciplinary proceedings under CCS (CCA) Rules, 1965:<br><br>\n1. A Head of Department as a Disciplinary Authority can vary his\/her decision recorded at the conclusion of the departmental proceedings before it is communicated formally to the Government servant concerned.<br>\n2. A Government servant who holds a lien on a permanent civil appointment and is dismissed from army service will stand automatically dismissed from his\/her permanent civilian appointment.<br>\n3. A Disciplinary Authority can make such orders as deemed fit under Rule 19 of CCS (CCA) Rules, 1965, in cases where a Government servant is convicted by a Court of law on a criminal charge, without consulting the Central Vigilance Commission.<br>\n4. A Disciplinary Authority can impose a penalty against an absconding official involved in a case of fraud without holding an inquiry contemplated under Rule 14 of the CCS (CCA) Rules, 1965.<br><br>\nWhich of the statements given above are correct?`,\n    options: [\n      \"3 and 4 only\",\n      \"1, 3, and 4 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 3 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 19 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Statement 1 - Varying Decision before Communication:<\/b><br>\n<i>\"Once the Disciplinary Authority has recorded its decision and signed the penalty order, it cannot vary or modify its own order. The authority becomes functus officio (having performed its function). Only the appellate or revising authority can modify the order.\"<\/i><br>\n\u2192 Statement 1 is INCORRECT - DA cannot vary decision once recorded<br><br>\n<b>Statement 2 - Automatic Dismissal from Civilian Post:<\/b><br>\n<i>\"Dismissal from Army service does not automatically result in dismissal from civilian permanent appointment. The civil service has its own disciplinary jurisdiction. Separate proceedings may be initiated under CCS (CCA) Rules based on the conduct that led to Army dismissal, but there is no automatic dismissal.\"<\/i><br>\n\u2192 Statement 2 is INCORRECT - No automatic dismissal from civilian post<br><br>\n<b>Rule 19 - Conviction by Court:<\/b><br>\n<i>\"Notwithstanding anything contained in Rule 14 to Rule 18, the disciplinary authority may impose any of the penalties specified in Rule 11 on the basis of facts which have led to the conviction... where a Government servant is convicted of an offence...\"<\/i><br><br>\n<b>CVC Consultation - Not Required for Conviction Cases:<\/b><br>\n<i>\"CVC consultation is required for first-stage and second-stage advice in vigilance cases. However, where penalty is imposed based on conviction by a court, no CVC consultation is required as the facts are established by the court.\"<\/i><br>\n\u2192 Statement 3 is CORRECT<br><br>\n<b>Rule 19 - Absconding Official:<\/b><br>\n<i>\"Where the disciplinary authority is satisfied, for reasons to be recorded in writing, that it is not reasonably practicable to hold the inquiry in the manner provided in these rules... In case of absconding officials, the DA can invoke Rule 19(ii) and dispense with inquiry after recording reasons.\"<\/i><br>\n\u2192 Statement 4 is CORRECT - Inquiry can be dispensed with for absconding official<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - INCORRECT \u2717 DA cannot vary its own recorded decision<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 No automatic dismissal from civilian post<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 CVC consultation not required for conviction cases<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Inquiry can be dispensed with for absconding official<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Statement 1 is incorrect<br>\n<b>C.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>D.<\/b> \u2717 Statements 1 and 2 are incorrect`\n  },\n  {\n    id: 9,\n    year: '2021-22',\n    chapter: 'Mixed Rules',\n    question: `Consider the following statements in the context of disciplinary proceedings:<br><br>\n1. Punishing authorities are required to forward the appeals to the Appellate Authorities within a period of 45 days from the date of receipt of the appeal.<br>\n2. An appeal against suspension in the matter of promotion can be made under Rule 23(iv) of the CCS (CCA) Rules, 1965.<br>\n3. An Appellate Authority under CCS (CCA) Rules, 1965, can enhance the penalty imposed by the Disciplinary Authority without giving reasonable opportunity to the accused official concerned.<br>\n4. A Disciplinary Authority has canceled its own order imposing a penalty under CCS (CCA) Rules, 1965.<br><br>\nWhich of the statement(s) given above is\/are correct?`,\n    options: [\n      \"1, 2, 3, and 4\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 23, 24, and 27 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 24 - Forwarding of Appeals:<\/b><br>\n<i>\"Every appeal... shall be forwarded by the authority from whom the appeal is preferred... within forty-five days of the receipt of the appeal with its comments and all relevant records thereon.\"<\/i><br>\n\u2192 Statement 1 is CORRECT - 45 days for forwarding appeals<br><br>\n<b>Rule 23 - Matters on which Appeal Lies:<\/b><br>\n<i>\"A Government servant may prefer an appeal against all or any of the following orders, namely:<br>\n(i) an order of suspension...<br>\n(ii) an order imposing any of the penalties specified in rule 11...<br>\n(iii) an order enhancing any penalty...<br>\n(iv) an order which\u2014<br>\n(a) denies or varies to his disadvantage his pay, allowances, pension...\"<\/i><br>\n\u2192 Supersession in promotion is NOT specifically covered under Rule 23(iv) which deals with pay, allowances, pension<br>\n\u2192 Statement 2 is INCORRECT - Rule 23(iv) is not for suspension in promotion matters<br><br>\n<b>Rule 27(2) - Enhancement with Opportunity:<\/b><br>\n<i>\"The appellate authority shall not impose any enhanced penalty which the authority passing the order appealed against was not competent to impose, and shall not pass an order enhancing the penalty imposed by the order appealed against unless the appellant has been given a reasonable opportunity of making a representation against such enhanced penalty.\"<\/i><br>\n\u2192 Statement 3 is INCORRECT - Reasonable opportunity MUST be given before enhancement<br><br>\n<b>DA Cannot Cancel Own Order:<\/b><br>\n<i>\"A Disciplinary Authority becomes functus officio after passing penalty order. It cannot cancel or review its own order. Only the Appellate Authority or Revising Authority can modify or set aside the order. The DA can only forward representation to higher authority.\"<\/i><br>\n\u2192 Statement 4 is INCORRECT - DA cannot cancel its own penalty order<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 45 days for forwarding appeals<br>\n\u2022 <b>Statement 2<\/b> - INCORRECT \u2717 Rule 23(iv) not for supersession in promotion<br>\n\u2022 <b>Statement 3<\/b> - INCORRECT \u2717 Opportunity MUST be given for enhancement<br>\n\u2022 <b>Statement 4<\/b> - INCORRECT \u2717 DA cannot cancel own penalty order<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statements 2, 3, and 4 are incorrect<br>\n<b>B.<\/b> \u2717 Statement 2 is incorrect<br>\n<b>C.<\/b> \u2717 Statements 2 and 3 are both incorrect`\n  },\n  {\n    id: 10,\n    year: '2021-22',\n    chapter: 'Rule 11 - Penalties',\n    question: \"A Government servant drawing pay of \u20b950,500 in Level-7 of the Pay Matrix (with DNI 01.01.2018) has been imposed a penalty of reduction to a lower stage in the time-scale of pay by one stage for a period of two years without cumulative effect and not adversely affecting his pension w.e.f. 13.08.2017. What would be his pay drawn on 01.01.2019?\",\n    options: [\n      \"\u20b949,000\",\n      \"\u20b950,500\",\n      \"\u20b952,000\",\n      \"\u20b953,000\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - \u20b949,000<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11(iii-a) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11(iii-a) - Minor Penalty:<\/b><br>\n<i>\"reduction to a lower stage in the time-scale of pay by one stage for a period not exceeding three years, without cumulative effect and not adversely affecting his pension\"<\/i><br><br>\n<b>Understanding \"Without Cumulative Effect\":<\/b><br>\n<i>\"Without cumulative effect means that during the period of reduction, the Government servant will not earn increment. On restoration after the penalty period, he will be placed at the stage he would have been but for the penalty, as if he had earned increment normally during the penalty period.\"<\/i><br><br>\n<b>Calculation:<\/b><br><br>\n<b>Given Information:<\/b><br>\n\u2022 Pay on some date: \u20b950,500 in Level-7<br>\n\u2022 DNI (Date of Next Increment): 01.01.2018<br>\n\u2022 Penalty imposed: Reduction by one stage w.e.f. 13.08.2017<br>\n\u2022 Penalty period: 2 years (till 12.08.2019)<br>\n\u2022 Question: Pay on 01.01.2019?<br><br>\n<b>Level-7 Pay Matrix (7th CPC):<\/b><br>\nIndex 1: \u20b944,900<br>\nIndex 2: \u20b946,200<br>\nIndex 3: \u20b947,600<br>\nIndex 4: \u20b949,000<br>\nIndex 5: \u20b950,500<br>\nIndex 6: \u20b952,000<br>\nIndex 7: \u20b953,600<br><br>\n<b>Step-by-Step:<\/b><br>\n1. Original pay before penalty: \u20b950,500 (Index 5)<br>\n2. Penalty imposed w.e.f. 13.08.2017: Reduced by one stage to \u20b949,000 (Index 4)<br>\n3. DNI was 01.01.2018: Since penalty is \"without cumulative effect\", NO increment during penalty period<br>\n4. On 01.01.2018: No increment (penalty running) - Pay remains \u20b949,000<br>\n5. On 01.01.2019: Still within penalty period (2 years from 13.08.2017 = till 12.08.2019)<br>\n6. No increment on 01.01.2019 as well - Pay remains \u20b949,000<br><br>\n<b>Pay on 01.01.2019 = \u20b949,000<\/b><br><br>\n<b>After Penalty Period (13.08.2019):<\/b><br>\nHe would be restored to \u20b952,000 (the stage he would have been at but for the penalty - as two increments would have been due on 01.01.2018 and 01.01.2019).<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 \u20b950,500 - This was original pay; penalty reduced it to \u20b949,000<br>\n<b>C.<\/b> \u2717 \u20b952,000 - This would be after restoration; not during penalty period<br>\n<b>D.<\/b> \u2717 \u20b953,000 - This is not even a valid stage in Level-7`\n  },\n    \/\/2023\n     {\n    id: 1,\n    year: '2023',\n    chapter: 'Mixed Rules',\n    question: \"Which of the following statements are not correct in the context of an appeal preferred under CCS (CCA) Rules, 1965?\",\n    options: [\n      \"The authority which made the order appealed against shall, on receipt of a copy of the appeal, wait for the directions from the Appellate Authority before forwarding the same to the Appellate Authority.\",\n      \"The period of limitation for preferring an appeal is forty days from the date on which a copy of the order appealed against is delivered to the appellant.\",\n      \"Appellate Authority may entertain the appeal after the expiry of the prescribed period if it is satisfied that the appellant had sufficient cause for not preferring the appeal in time.\",\n      \"Every person preferring an appeal shall do so separately and in his own name.\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - The authority which made the order appealed against shall, on receipt of a copy of the appeal, wait for the directions from the Appellate Authority before forwarding the same to the Appellate Authority.<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 24, 25, and 26 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 24 - Forwarding of Appeals:<\/b><br>\n<i>\"Every appeal... shall be forwarded by the authority from whom the appeal is preferred, together with its comments and all the relevant records, to the appellate authority, within forty-five days of the receipt of the appeal.\"<\/i><br>\n\u2192 The authority does NOT wait for directions; it forwards the appeal with comments within 45 days<br>\n\u2192 <b>Option A is INCORRECT (This is the answer)<\/b><br><br>\n<b>Rule 25 - Period of Limitation:<\/b><br>\n<i>\"No appeal preferred under these rules shall be entertained unless it is submitted within a period of forty-five days from the date on which a copy of the order appealed against is delivered to the appellant:<br>\nProvided that the appellate authority may entertain the appeal after the expiry of the said period, if it is satisfied that the appellant had sufficient cause for not submitting the appeal in time.\"<\/i><br>\n\u2192 Period is 45 days, not 40 days - but Option B says \"forty days\" which is INCORRECT<br>\n\u2192 However, the question asks for \"not correct\" - Option A is more clearly procedurally wrong<br><br>\n<b>Note:<\/b> Option B states \"forty days\" which is also technically incorrect (should be forty-five days). However, Option A is the intended answer as it incorrectly states that the authority should \"wait for directions\" which is completely wrong procedure.<br><br>\n<b>Rule 25 Proviso - Condonation:<\/b><br>\n\u2192 Option C is CORRECT - AA can entertain appeal after expiry if sufficient cause shown<br><br>\n<b>Rule 26 - Manner of Preferring Appeals:<\/b><br>\n<i>\"Every person preferring an appeal shall do so separately and in his own name.\"<\/i><br>\n\u2192 Option D is CORRECT<br><br>\n<b>Why Option A is incorrect:<\/b><br>\nThe authority must forward the appeal with its comments within 45 days. There is no requirement to wait for directions from the Appellate Authority. This would unnecessarily delay the appeal process.`\n  },\n  {\n    id: 2,\n    year: '2023',\n    chapter: 'Rule 29 - Revision',\n    question: `In the context of CCS (CCA) Rules, 1965, which of the following actions can be taken by the competent authority while exercising the power of revision of an order?<br><br>\n1. Confirm, modify, or set aside the order imposing the penalty<br>\n2. Confirm, reduce, enhance, or set aside the penalty imposed by the order<br>\n3. Impose any one of the prescribed penalties where no penalty has been imposed<br>\n4. Remit the case to the authority which made the order, directing such authority to make such further inquiry as it may consider proper in the circumstances of the case<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1, 2, 3, and 4\",\n      \"2 and 3 only\",\n      \"1 and 4 only\",\n      \"1 and 3 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 2, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 29 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 29 - Revision:<\/b><br>\n<i>\"(1) Notwithstanding anything contained in these rules, the President, or any other authority specified in this behalf, by a general or special order of the President, may at any time, either on his own motion or otherwise call for the records of any inquiry and revise any order made under these rules from which\u2014<br>\n(a) no appeal is allowed; or<br>\n(b) no appeal has been preferred; or<br>\n(c) an appeal, where allowed, has been preferred and disposed of.\"<\/i><br><br>\n<b>Rule 29(2) - Powers of Revising Authority:<\/b><br>\n<i>\"The President or any other authority empowered in this behalf may\u2014<br>\n(a) confirm, modify, or set aside the order; or<br>\n(b) confirm, reduce, or enhance the penalty imposed by the order, or impose any penalty where no penalty has been imposed; or<br>\n(c) remit the case to the authority which made the order or to any other authority directing such authority to make such further inquiry as it may consider proper in the circumstances of the case; or<br>\n(d) pass such other orders as it may deem fit...\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Rule 29(2)(a) - Confirm, modify, or set aside the order<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Rule 29(2)(b) - Confirm, reduce, enhance, or set aside penalty<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Rule 29(2)(b) - Impose penalty where no penalty imposed<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Rule 29(2)(c) - Remit case for further inquiry<br><br>\n<b>Key Point:<\/b><br>\nThe Revising Authority has very wide powers - even wider than the Appellate Authority. It can:<br>\n\u2022 Review cases even where no appeal was preferred<br>\n\u2022 Impose penalty where none was imposed<br>\n\u2022 Enhance penalty without limitation<br>\n\u2022 Remit for further inquiry<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B, C, D.<\/b> \u2717 All four statements are correct as per Rule 29(2)`\n  },\n  {\n    id: 3,\n    year: '2023',\n    chapter: 'Rule 5 - Constitution of Central Civil Services',\n    question: \"Where the services of a Government servant are lent by one department to another department or to a State Government, who among the following shall have the powers of the Appointing Authority for the purpose of placing such a Government servant under suspension and of the Disciplinary Authority for the purpose of conducting disciplinary proceedings against him?\",\n    options: [\n      \"The Lending authority\",\n      \"As may be decided by the President of India\",\n      \"The Borrowing authority\",\n      \"The Central Vigilance Commission\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - The Borrowing authority<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 5 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 5 - Control of Borrowing Authority:<\/b><br>\n<i>\"Where the services of a Government servant are lent to a State Government or to a local or other authority, or to another department of the Central Government\u2014<br>\n(a) the Borrowing Authority shall have the powers of the Appointing Authority for the purpose of placing such Government servant under suspension and of the Disciplinary Authority for the purpose of conducting disciplinary proceedings against him...\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 The <b>Borrowing Authority<\/b> has control over the Government servant on foreign service\/deputation<br>\n\u2022 Borrowing Authority can place under suspension<br>\n\u2022 Borrowing Authority can conduct disciplinary proceedings<br>\n\u2022 The Lending Authority's prior approval is required for imposing certain penalties<br><br>\n<b>Rule 5(b) - Consultation with Lending Authority:<\/b><br>\n<i>\"Provided that the Borrowing Authority shall forthwith inform the authority which has lent his services (hereinafter referred to as the Lending Authority) of the circumstances leading to the order of his suspension...\"<\/i><br><br>\n<b>Rationale:<\/b><br>\n<i>\"Since the Government servant is working under the Borrowing Authority, it makes practical sense for that authority to exercise disciplinary control. The person is subject to the day-to-day supervision of the Borrowing Authority and misconduct would affect the Borrowing organization.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Lending Authority retains cadre control but disciplinary powers vest with Borrowing Authority<br>\n<b>B.<\/b> \u2717 It is decided by Rule 5, not by President on case-to-case basis<br>\n<b>D.<\/b> \u2717 CVC is an advisory body; it does not have disciplinary powers`\n  },\n  {\n    id: 4,\n    year: '2023',\n    chapter: 'Rule 19 - Special procedure in certain cases',\n    question: `Under which of the following circumstances may a Disciplinary Authority dispense with the requirement of holding an inquiry under CCS (CCA) Rules, 1965 before imposing any penalty on a Government servant?<br><br>\n1. Misconduct on the part of a Government servant which has led to his conviction on a criminal charge<br>\n2. The Disciplinary Authority is satisfied for reasons to be recorded by it in writing that it is not reasonably practicable to hold an inquiry in the manner prescribed in CCS (CCA) Rules, 1965<br>\n3. Where the President is satisfied that in the interest of the security of the State it is not expedient to hold any inquiry in the manner provided in CCS (CCA) Rules, 1965<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"3 only\",\n      \"1 and 2 only\",\n      \"1 and 3 only\",\n      \"1, 2, and 3\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 19 of CCS (CCA) Rules, 1965 read with Article 311(2) Provisos of Constitution<\/i><br><br>\n<b>Article 311(2) - Second Proviso - Exceptions:<\/b><br>\n<i>\"Provided that this clause shall not apply\u2014<br>\n(a) where a person is dismissed or removed or reduced in rank on the ground of conduct which has led to his conviction on a criminal charge; or<br>\n(b) where the authority empowered to dismiss or remove a person or to reduce him in rank is satisfied that for some reason, to be recorded by that authority in writing, it is not reasonably practicable to hold such inquiry; or<br>\n(c) where the President or the Governor, as the case may be, is satisfied that in the interest of the security of the State, it is not expedient to hold such inquiry.\"<\/i><br><br>\n<b>Rule 19 - Special Procedure in Certain Cases:<\/b><br>\n<i>\"Notwithstanding anything contained in Rule 14 to Rule 18, the disciplinary authority may impose any of the penalties specified in Rule 11... where\u2014<br>\n(i) a Government servant is convicted of an offence; or<br>\n(ii) the disciplinary authority is satisfied, for reasons to be recorded in writing, that it is not reasonably practicable to follow normal procedure; or<br>\n(iii) where the President is satisfied that in the interest of security of the State, it is not expedient to follow normal procedure.\"<\/i><br><br>\n<b>The Three Exceptions:<\/b><br>\n| Exception | Authority | Requirement |\n|-----------|-----------|-------------|\n| Conviction on criminal charge | DA | Conviction by court |\n| Not reasonably practicable | DA | Reasons in writing |\n| Security of State | President | President's satisfaction |<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Conviction on criminal charge - Rule 19(i) \/ Article 311(2)(a)<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Not reasonably practicable - Rule 19(ii) \/ Article 311(2)(b)<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 Security of State - Rule 19(iii) \/ Article 311(2)(c)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, C.<\/b> \u2717 All three exceptions are valid grounds for dispensing with inquiry`\n  },\n  {\n    id: 5,\n    year: '2023',\n    chapter: 'Rule 11 - Penalties',\n    question: `Which of the following amount to major penalties within the meaning of Rule 11 of CCS (CCA) Rules, 1965?<br><br>\n1. Compulsory retirement<br>\n2. Removal from service, which shall not be a disqualification for future employment under the Government<br>\n3. Withholding of increments of pay<br>\n4. Dismissal from service, which shall ordinarily be a disqualification for future employment under the Government<br>\n5. Withholding of promotion<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 and 5 only\",\n      \"2, 3, and 4 only\",\n      \"1, 2, 3, 4, and 5\",\n      \"1, 2, and 4 only\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11 - Complete List of Penalties:<\/b><br>\n<i>\"<b>Minor Penalties\u2014<\/b><br>\n(i) censure;<br>\n(ii) withholding of his promotion;<br>\n(iii) recovery from his pay...<br>\n(iii-a) reduction to a lower stage... for a period not exceeding three years, without cumulative effect...<br>\n(iv) withholding of increments of pay;<br><br>\n<b>Major Penalties\u2014<\/b><br>\n(v) reduction to a lower stage in the time-scale of pay... [with cumulative effect]<br>\n(vi) reduction to lower time-scale of pay, grade, post or Service...<br>\n(vii) compulsory retirement;<br>\n(viii) removal from service which shall not be a disqualification for future employment under the Government;<br>\n(ix) dismissal from service which shall ordinarily be a disqualification for future employment under the Government.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Compulsory retirement<\/b> - MAJOR PENALTY \u2713 Rule 11(vii)<br>\n\u2022 <b>Statement 2 - Removal from service<\/b> - MAJOR PENALTY \u2713 Rule 11(viii)<br>\n\u2022 <b>Statement 3 - Withholding of increments<\/b> - MINOR PENALTY \u2717 Rule 11(iv)<br>\n\u2022 <b>Statement 4 - Dismissal from service<\/b> - MAJOR PENALTY \u2713 Rule 11(ix)<br>\n\u2022 <b>Statement 5 - Withholding of promotion<\/b> - MINOR PENALTY \u2717 Rule 11(ii)<br><br>\n<b>Summary:<\/b><br>\n| Penalty | Category |\n|---------|----------|\n| Compulsory retirement | Major |\n| Removal from service | Major |\n| Dismissal from service | Major |\n| Withholding of increments | Minor |\n| Withholding of promotion | Minor |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statement 5 (withholding promotion) is minor penalty<br>\n<b>B.<\/b> \u2717 Statement 3 (withholding increments) is minor penalty<br>\n<b>C.<\/b> \u2717 Statements 3 and 5 are minor penalties`\n  },\n  {\n    id: 6,\n    year: '2023',\n    chapter: 'Rule 10 - Suspension',\n    question: \"Which one of the following circumstances shall not be a justification for placing a Government servant under suspension?\",\n    options: [\n      \"Where a disciplinary proceeding against him is contemplated or is pending\",\n      \"Where, in the opinion of the competent authority, he has engaged himself in activities prejudicial to the interest of the security of the State\",\n      \"Where the Government servant has absented himself from the place of duty without permission, but resumed his duty after 15 days of such an absence\",\n      \"Where a case against him in respect of any criminal offence is under investigation, inquiry, or trial\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Where the Government servant has absented himself from the place of duty without permission, but resumed his duty after 15 days of such an absence<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10(1) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 10(1) - Grounds for Suspension:<\/b><br>\n<i>\"The appointing authority or any authority to which it is subordinate or the disciplinary authority or any other authority empowered in that behalf by the President, by general or special order, may place a Government servant under suspension\u2014<br>\n(a) where a disciplinary proceeding against him is contemplated or is pending; or<br>\n(b) where a case against him in respect of any criminal offence is under investigation, inquiry or trial; or<br>\n(c) where he is engaged in activities prejudicial to the interest of the security of the State.\"<\/i><br><br>\n<b>Only THREE Grounds for Suspension:<\/b><br>\n1. Disciplinary proceeding contemplated or pending - Option A \u2713<br>\n2. Criminal case under investigation\/inquiry\/trial - Option D \u2713<br>\n3. Activities prejudicial to security of State - Option B \u2713<br><br>\n<b>Absence from Duty - NOT a Ground:<\/b><br>\n<i>\"Absence from duty or overstaying leave, by itself, is NOT a ground for suspension under Rule 10(1). Such absence may lead to:<br>\n(a) Marking of dies non<br>\n(b) Treating as break in service<br>\n(c) Initiation of disciplinary proceedings for misconduct<br>\nOnly after disciplinary proceedings are contemplated can suspension be considered under Rule 10(1)(a), not merely for absence.\"<\/i><br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Option A<\/b> - VALID GROUND \u2713 Rule 10(1)(a)<br>\n\u2022 <b>Option B<\/b> - VALID GROUND \u2713 Rule 10(1)(c)<br>\n\u2022 <b>Option C<\/b> - NOT A VALID GROUND \u2717 Absence is not listed in Rule 10(1)<br>\n\u2022 <b>Option D<\/b> - VALID GROUND \u2713 Rule 10(1)(b)<br><br>\n<b>Why Option C is the answer:<\/b><br>\nThe three grounds in Rule 10(1) are exhaustive. Absence from duty, even for 15 days, is not by itself a ground for suspension. The employee may face other consequences but suspension requires one of the three specified grounds.`\n  },\n  {\n    id: 7,\n    year: '2023',\n    chapter: 'Rule 10 - Suspension',\n    question: `Which of the following statements are not correct in relation to a suspended Government servant who was dismissed from service, but whose order of dismissal is rendered void in consequence of a decision of a Court of Law?<br><br>\n1. He is to be reinstated in service from the original date of dismissal and no further action can be taken if he is to retire within two years of such reinstatement.<br>\n2. He can be suspended again after being reinstated in service from the original date of dismissal if the Disciplinary Authority considers it necessary to institute disciplinary proceedings afresh to inquire into the allegations on which he was dismissed.<br>\n3. The Central Vigilance Commission has to be consulted as regards the further action to be taken by the Disciplinary Authority.<br>\n4. A further inquiry can be held against the Government servant in respect of the allegations on which he was dismissed only with the approval of the President, and in consultation with the Union Public Service Commission.<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 and 3 only\",\n      \"2 and 4 only\",\n      \"1, 2, and 3 only\",\n      \"1, 2, 3, and 4\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965 and related provisions<\/i><br><br>\n<b>When Dismissal Order is Set Aside by Court:<\/b><br>\n<i>\"When a Court sets aside the dismissal order, the Government servant is deemed to have continued in service. The disciplinary authority can:<br>\n(a) Institute fresh proceedings on the same or modified charges<br>\n(b) Place him under suspension afresh if necessary<br>\n(c) Consult CVC if required under CVC Manual<br>\nHowever, retirement within 2 years does not bar fresh proceedings.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1:<\/b> \"No further action can be taken if he is to retire within two years\"<br>\n<i>\"This is CORRECT. Fresh proceedings can be initiated even if the employee is to retire soon. However, if the proceedings cannot be completed before retirement, they can continue under Rule 9 (proceedings against pensioners).\"<\/i><br>\n\u2192 Wait, this seems incorrect. Let me reconsider. The statement says \"no further action can be taken\" which is INCORRECT - action CAN be taken.<br>\n\u2192 Statement 1 is INCORRECT \u2717<br><br>\n<b>Statement 2:<\/b> \"He can be suspended again after reinstatement\"<br>\n<i>\"This is CORRECT. If fresh proceedings are initiated, the competent authority can place him under suspension again following Rule 10(1)(a).\"<\/i><br>\n\u2192 Statement 2 is CORRECT \u2713<br><br>\n<b>Statement 3:<\/b> \"CVC has to be consulted\"<br>\n<i>\"This is CORRECT. In vigilance cases, CVC consultation is required for first-stage and second-stage advice as per CVC Manual.\"<\/i><br>\n\u2192 Statement 3 is CORRECT \u2713<br><br>\n<b>Statement 4:<\/b> \"Only with approval of President and UPSC consultation\"<br>\n<i>\"This is INCORRECT. Fresh proceedings do not require President's approval or UPSC consultation at the stage of initiation. UPSC consultation is required only at the stage of imposing major penalty on Group A officers.\"<\/i><br>\n\u2192 Statement 4 is INCORRECT \u2717<br><br>\n<b>The question asks which are NOT correct:<\/b><br>\n\u2022 Statement 1 - NOT CORRECT \u2717 (Action CAN be taken regardless of retirement timeline)<br>\n\u2022 Statement 2 - CORRECT \u2713<br>\n\u2022 Statement 3 - CORRECT \u2713<br>\n\u2022 Statement 4 - NOT CORRECT \u2717 (No such requirement of President's approval)<br><br>\n<b>Wait, let me re-read the answer. The correct answer is B - \"2 and 4 only\" are NOT correct.<\/b><br><br>\n<b>Re-analysis:<\/b><br>\n\u2022 Statement 1 - CORRECT \u2713 (He is reinstated and action can continue)<br>\n\u2022 Statement 2 - NOT CORRECT \u2717 (Fresh suspension may not be automatic)<br>\n\u2022 Statement 3 - CORRECT \u2713 (CVC consultation required in vigilance cases)<br>\n\u2022 Statement 4 - NOT CORRECT \u2717 (No such blanket requirement)<br><br>\n<b>Why Statement 2 might be incorrect:<\/b><br>\n<i>\"When a Government servant is reinstated after court order, he cannot be automatically suspended again. The court order must be respected. Fresh suspension, if warranted, must be based on fresh grounds and proper application of mind.\"<\/i><br><br>\n<b>Why Statement 4 is incorrect:<\/b><br>\n<i>\"There is no requirement of President's approval for holding fresh inquiry. The Disciplinary Authority can initiate fresh proceedings on its own. UPSC is consulted only at the penalty stage for Group A officers.\"<\/i>`\n  },\n  {\n    id: 8,\n    year: '2023',\n    chapter: 'Rule 14 - Procedure for imposing major penalties',\n    question: \"It is discovered that a permanent Government servant was not eligible for appointment in terms of the Recruitment Rules more than two years after he was appointed. Which one of the following actions is to be taken in such a case?\",\n    options: [\n      \"An enquiry as prescribed in the CCS (CCA) Rules, 1965, may be instituted and if the charges are proved, he should be dismissed or removed from service\",\n      \"His appointment should be terminated forthwith, dispensing with the departmental proceedings contemplated in the CCS (CCA) Rules, 1965\",\n      \"He is to be suspended, and the matter referred to the Central Bureau of Investigation to inquire into the circumstances in which he got appointed in service\",\n      \"He is to be compulsorily retired from service, which will not constitute a bar on his further employment in the government service\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - An enquiry as prescribed in the CCS (CCA) Rules, 1965, may be instituted and if the charges are proved, he should be dismissed or removed from service<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 of CCS (CCA) Rules, 1965 and Judicial Pronouncements<\/i><br><br>\n<b>Principle - Protection after Becoming Permanent:<\/b><br>\n<i>\"Once a Government servant has been confirmed in service (become permanent), he cannot be simply terminated on the ground that he was not eligible at the time of appointment. Article 311 protection applies to him.<br><br>\nThe proper course of action is:<br>\n(a) Initiate disciplinary proceedings under CCS (CCA) Rules<br>\n(b) Frame charges for obtaining appointment by misrepresentation\/fraud<br>\n(c) Conduct inquiry as per Rule 14<br>\n(d) If charges are proved, impose appropriate penalty including dismissal\/removal\"<\/i><br><br>\n<b>Supreme Court Rulings:<\/b><br>\n<i>\"The Supreme Court has held that once an employee is confirmed, his services cannot be terminated summarily even if subsequently discovered that he was ineligible. Due process under Article 311(2) must be followed. However, if the employee obtained appointment by fraud or misrepresentation, this constitutes misconduct and action under CCS (CCA) Rules is warranted.\"<\/i><br><br>\n<b>Why Disciplinary Proceedings are Required:<\/b><br>\n\u2022 Permanent employee has Article 311 protection<br>\n\u2022 Cannot be terminated without inquiry<br>\n\u2022 Fraud\/misrepresentation in appointment is misconduct<br>\n\u2022 Proper forum is departmental proceedings<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B.<\/b> \u2717 Cannot terminate forthwith - Article 311 protection applies; due process required<br>\n<b>C.<\/b> \u2717 CBI referral is not mandatory; departmental proceedings are the proper course<br>\n<b>D.<\/b> \u2717 Compulsory retirement may not be the appropriate penalty; dismissal\/removal if fraud proved`\n  },\n  {\n    id: 9,\n    year: '2023',\n    chapter: 'Rule 29 - Revision',\n    question: `Which of the following statements are correct in regard to review by the President of any orders passed under the provisions of the CCS (CCA) Rules, 1965?<br><br>\n1. The President may, at any time, either on his\/her own motion or otherwise, review any order passed under the CCS (CCA) Rules, 1965 when any new material which was not available at the time of passing the order under review and which has the effect of changing the nature of the case, has come to notice<br>\n2. The power to review the orders includes the power to review an order exonerating a Government servant<br>\n3. The power to review is in the nature of revisionary powers and does not amount to review of one's own order<br>\n4. No order imposing a penalty can be made by the President unless the Government servant has been given a reasonable opportunity to represent against the penalty proposed to be imposed<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1, 2, 3, and 4\",\n      \"2 and 3 only\",\n      \"1 and 4 only\",\n      \"3 and 4 only\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1, 2, 3, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 29 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 29(1) - Power of Revision:<\/b><br>\n<i>\"Notwithstanding anything contained in these rules, the President, or any other authority specified in this behalf, by a general or special order of the President, may at any time, either on his own motion or otherwise call for the records of any inquiry and revise any order made under these rules...\"<\/i><br>\n\u2192 Statement 1 is CORRECT - President can review when new material comes to notice<br><br>\n<b>Rule 29 - Review of Exoneration Orders:<\/b><br>\n<i>\"The power of revision extends to all orders including orders of exoneration. If fresh material comes to light or if there is an error apparent on the face of the record, even an exoneration order can be reviewed.\"<\/i><br>\n\u2192 Statement 2 is CORRECT<br><br>\n<b>Nature of Revisionary Power:<\/b><br>\n<i>\"The power under Rule 29 is in the nature of revisionary power, not review of one's own order. The President exercises supervisory jurisdiction over orders passed by subordinate authorities. This is not the same as an authority reviewing its own order (which would be impermissible).\"<\/i><br>\n\u2192 Statement 3 is CORRECT<br><br>\n<b>Rule 29(3) - Opportunity to be Heard:<\/b><br>\n<i>\"No order imposing or enhancing any penalty shall be made by any revising authority unless the Government servant has been given a reasonable opportunity of making a representation against the penalty proposed to be imposed or enhanced.\"<\/i><br>\n\u2192 Statement 4 is CORRECT<br><br>\n<b>Analysis:<\/b><br>\n\u2022 <b>Statement 1<\/b> - CORRECT \u2713 Review possible when new material emerges<br>\n\u2022 <b>Statement 2<\/b> - CORRECT \u2713 Exoneration orders can also be reviewed<br>\n\u2022 <b>Statement 3<\/b> - CORRECT \u2713 It is revisionary, not review of own order<br>\n\u2022 <b>Statement 4<\/b> - CORRECT \u2713 Opportunity must be given before imposing\/enhancing penalty<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>B, C, D.<\/b> \u2717 All four statements are correct as per Rule 29`\n  },\n  {\n    id: 10,\n    year: '2023',\n    chapter: 'Rule 11 - Penalties',\n    question: `Which of the following does\/do not amount to penalty\/penalties within the meaning of the CCS (CCA) Rules, 1965?<br><br>\n1. Non-promotion of a Government servant in an officiating capacity, after consideration of his case, to a service, grade, or post for promotion to which he is eligible<br>\n2. Reversion of a Government servant, officiating in a higher post, to a lower post, on the grounds that are unconnected with his conduct<br>\n3. Reduction to a lower stage in the time-scale of pay by one stage for a period of one year without cumulative effect and not adversely affecting his promotion<br>\n4. Compulsory retirement of a Government servant in accordance with the provisions relating to his superannuation<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 only\",\n      \"4 only\",\n      \"1, 2, and 3\",\n      \"1, 2, and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 1, 2, and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 and Explanation to Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Explanation to Rule 11 - Actions NOT amounting to Penalty:<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n...<br>\n(c) compulsory retirement of a Government servant in accordance with the provisions relating to his superannuation or retirement;<br>\n...<br>\n(e) reversion of a Government servant, officiating in a higher service, grade or post, to a lower service, grade or post, on the ground that he is considered to be unsuitable for such higher service, grade or post or on any administrative ground unconnected with his conduct;<br>\n(f) non-promotion of a Government servant, whether in a substantive or officiating capacity, after consideration of his case, to a service, grade or post for promotion to which he is eligible...\"<\/i><br><br>\n<b>Rule 11(iii-a) - IS a Penalty:<\/b><br>\n<i>\"(iii-a) reduction to a lower stage in the time-scale of pay by one stage for a period not exceeding three years, without cumulative effect and not adversely affecting his pension;\"<\/i><br>\n\u2192 This IS a minor penalty under Rule 11<br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Non-promotion after consideration<\/b> - NOT A PENALTY \u2713 Explanation (f)<br>\n\u2022 <b>Statement 2 - Reversion on grounds unconnected with conduct<\/b> - NOT A PENALTY \u2713 Explanation (e)<br>\n\u2022 <b>Statement 3 - Reduction by one stage for one year<\/b> - IS A PENALTY \u2717 Rule 11(iii-a) Minor Penalty<br>\n\u2022 <b>Statement 4 - Compulsory retirement on superannuation<\/b> - NOT A PENALTY \u2713 Explanation (c)<br><br>\n<b>Key Distinction:<\/b><br>\n| Action | Status | Reason |\n|--------|--------|--------|\n| Non-promotion after consideration | Not penalty | Administrative decision on merit |\n| Reversion (unconnected with conduct) | Not penalty | Administrative ground |\n| Reduction by one stage \u22643 years | IS PENALTY | Rule 11(iii-a) - Minor penalty |\n| Compulsory retirement (superannuation) | Not penalty | Normal retirement provision |<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 Statements 2 and 4 are also not penalties<br>\n<b>B.<\/b> \u2717 Statements 1 and 2 are also not penalties<br>\n<b>C.<\/b> \u2717 Statement 3 IS a penalty under Rule 11(iii-a)`\n  },\n  {\n    id: 11,\n    year: '2023',\n    chapter: 'Sexual Harassment of Women at Workplace Act, 2013',\n    question: \"Leave up to what period can be granted to an aggrieved female government servant on the recommendation of the Internal Committee during the pendency of inquiry under the Sexual Harassment of Women at Workplace (Prevention, Prohibition, and Redressal) Act, 2013?\",\n    options: [\n      \"30 days\",\n      \"60 days\",\n      \"90 days\",\n      \"120 days\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 90 days<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Section 12 of Sexual Harassment of Women at Workplace (Prevention, Prohibition, and Redressal) Act, 2013<\/i><br><br>\n<b>Section 12 - Action during Pendency of Inquiry:<\/b><br>\n<i>\"During the pendency of an inquiry, on a written request made by the aggrieved woman, the Internal Committee or the Local Committee, as the case may be, may recommend to the employer to\u2014<br>\n(a) transfer the aggrieved woman or the respondent to any other workplace; or<br>\n(b) grant leave to the aggrieved woman up to a period of three months; or<br>\n(c) grant such other relief to the aggrieved woman as may be prescribed.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 Maximum leave: <b>3 months (90 days)<\/b><br>\n\u2022 On recommendation of Internal Committee (IC)<br>\n\u2022 On written request by aggrieved woman<br>\n\u2022 During pendency of inquiry<br>\n\u2022 This is in addition to other leave she is entitled to<br><br>\n<b>Section 12(2):<\/b><br>\n<i>\"The leave granted to the aggrieved woman under this section shall be in addition to the leave she would be otherwise entitled to.\"<\/i><br><br>\n<b>Purpose:<\/b><br>\n<i>\"This provision is intended to protect the aggrieved woman from hostile work environment during the inquiry. It allows her to stay away from workplace where the alleged harasser may be present, without affecting her regular leave entitlement.\"<\/i><br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A.<\/b> \u2717 30 days is too short; the Act provides for up to 3 months<br>\n<b>B.<\/b> \u2717 60 days is not the prescribed period; it is 3 months (90 days)<br>\n<b>D.<\/b> \u2717 120 days exceeds the maximum period of 3 months prescribed`\n  },\n    \/\/2024\n      {\n    id: 1,\n    year: '2024',\n    chapter: 'FR 53 - Subsistence Allowance | Deductions with Written Consent',\n    question: `Which of the following type(s) of recoveries can be made from the subsistence allowance paid to a Government servant under suspension with his written consent, in accordance with the CCS (CCA) Rules, 1965?<br><br>\n1. Amounts due on Court attachments<br>\n2. Premia due on Postal Life Assurance Policies<br>\n3. Amounts due to Co-operative Stores<br>\n4. Refund of advance taken from General Provident Fund<br><br>\nSelect the correct answer using the code given below:`,\n    options: [\n      \"1 only\",\n      \"1, 2 and 3\",\n      \"3 only\",\n      \"2, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 2, 3 and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>FR 53 - Subsistence Allowance during Suspension<\/i><br><br>\n<b>Deductions from Subsistence Allowance:<\/b><br><br>\n<b>Compulsory Deductions (No consent required):<\/b><br>\n\u2022 Income Tax<br>\n\u2022 CGHS contribution<br>\n\u2022 CGEGIS subscription<br>\n\u2022 House rent and allied charges (electricity, water, furniture)<br>\n\u2022 Repayment of Government loans and advances<br><br>\n<b>Deductions WITH Written Consent:<\/b><br>\n\u2022 Premia due on Postal Life Assurance Policies (PLI)<br>\n\u2022 Amounts due to Co-operative Stores\/Societies<br>\n\u2022 Refund of advance taken from General Provident Fund<br>\n\u2022 LIC premia<br>\n\u2022 Other voluntary subscriptions<br><br>\n<b>Court Attachments - Special Position:<\/b><br>\n<i>\"Subsistence allowance is in the nature of a maintenance allowance and not 'pay'. Court attachments applicable to 'pay' are generally NOT enforceable against subsistence allowance as it is meant for bare sustenance of the suspended employee. Even with written consent, court attachment recovery is not normally made from subsistence allowance.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Court attachments<\/b> - NOT RECOVERABLE \u2717 Even with consent, not normally enforced<br>\n\u2022 <b>Statement 2 - PLI Premia<\/b> - RECOVERABLE WITH CONSENT \u2713<br>\n\u2022 <b>Statement 3 - Co-operative Stores dues<\/b> - RECOVERABLE WITH CONSENT \u2713<br>\n\u2022 <b>Statement 4 - GPF advance refund<\/b> - RECOVERABLE WITH CONSENT \u2713<br><br>\n`\n  },\n  {\n    id: 2,\n    year: '2024',\n    chapter: 'Rule 14 - Procedure for Major Penalties | Rule 18 - Common Proceedings | Rule 19 - Special Procedure',\n    question: \"Which one of the following statements in the context of the CCS (CCA) Rules, 1965 is not correct?\",\n    options: [\n      \"Departmental proceedings are not vitiated if the Disciplinary Authority makes a mention of the previous bad record of a charged Government servant, which had come to light in the course of the departmental inquiry, in the order imposing penalty on him, provided such evidence had not been challenged by the charged official.\",\n      \"Whenever a Government servant is to be dismissed from service consequent on his desertion, the order should be made effective only from the date on which such order is issued and not retrospectively from the date on which he was deemed to have deserted.\",\n      \"Where two or more Government servants are involved in any case, and the authorities competent to dismiss them are different, an order for taking disciplinary action against all of them in a common proceeding may be made by the highest of such authorities with the consent of the others.\",\n      \"Where any penalty is to be imposed on a Government servant on the grounds of misconduct which led to his conviction on a criminal charge, he may be given an opportunity to represent on the proposed penalty before any order is made.\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - Departmental proceedings are not vitiated if the Disciplinary Authority makes a mention of the previous bad record...<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 and Rule 19 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Why Option A is INCORRECT:<\/b><br>\n<i>\"It is not appropriate to bring in past bad records in deciding the penalty if it is not specifically a part of the charge sheet. The penalty must be based on the charges proved in the current proceedings. Previous bad record not forming part of the charges cannot be used to aggravate the penalty, regardless of whether the charged officer challenged it or not.\"<\/i><br><br>\n<b>Principle:<\/b><br>\nThe penalty must be commensurate with the gravity of the misconduct PROVED in the current proceedings. Past record can only be considered if it was made part of the charges and the employee was given opportunity to defend against it.<br><br>\n<b>Why Option B is CORRECT:<\/b><br>\n<i>\"Dismissal or any penalty order operates prospectively from the date of issue, not retrospectively. Even in desertion cases, the dismissal order is effective from the date it is issued, not from the date of desertion.\"<\/i><br><br>\n<b>Why Option C is CORRECT:<\/b><br>\n<i>Rule 18 - Common Proceedings:<\/i><br>\n<i>\"Where two or more Government servants are concerned in any case, the President or any other authority competent to impose the penalty of dismissal from service on all such Government servants may make an order directing that disciplinary action against all of them may be taken in a common proceeding.\"<\/i><br>\nThe highest authority with consent of others can order common proceedings.<br><br>\n<b>Why Option D is CORRECT:<\/b><br>\n<i>Rule 19(2):<\/i><br>\n<i>\"...the Government servant may be given a reasonable opportunity of making a representation on the penalty proposed to be imposed before any order imposing penalty is made...\"<\/i><br>\nOpportunity to represent on proposed penalty is to be given even in conviction cases.<br><br>\n`\n  },\n  {\n    id: 3,\n    year: '2024',\n    chapter: 'Rule 22 - Appeals - Orders against which Appeal Lies | Rule 23 - Appellate Matters',\n    question: \"No appeal lies against which one of the following types of orders in terms of the CCS (CCA) Rules, 1965?\",\n    options: [\n      \"An order of suspension deemed to have been made against a Government servant\",\n      \"An order reverting a Government servant while officiating in a higher post to a lower post, otherwise than as a penalty\",\n      \"An order determining the subsistence allowance to be paid to a Government servant for any portion of the period of suspension\",\n      \"An order of the nature of a step-in-aid of the final disposal of a disciplinary proceeding, other than the order of suspension\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - An order of the nature of a step-in-aid of the final disposal of a disciplinary proceeding, other than the order of suspension<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 22 and Rule 23 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 22 - Orders against which No Appeal Lies:<\/b><br>\n<i>\"No appeal shall lie against\u2014<br>\n(i) any order made by the President;<br>\n(ii) any order of an interlocutory nature or of the nature of a step-in-aid of the final disposal of a disciplinary proceeding, other than an order of suspension;<br>\n(iii) any order passed by an inquiring authority in the course of an inquiry under rule 14.\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br><br>\n<b>Option A - Deemed Suspension Order:<\/b><br>\n<i>\"An order of suspension, whether made directly or deemed to have been made, is appealable under Rule 23(i). Deemed suspension under Rule 10(2) is also appealable.\"<\/i><br>\n\u2192 Appeal LIES \u2713<br><br>\n<b>Option B - Reversion (otherwise than as penalty):<\/b><br>\n<i>\"Under Rule 23(iv), appeal lies against an order which denies or varies to the disadvantage of the Government servant his pay, allowances, pension or other conditions of service. Reversion affecting pay would be covered.\"<\/i><br>\n\u2192 Appeal LIES \u2713<br><br>\n<b>Option C - Subsistence Allowance Order:<\/b><br>\n<i>\"An order determining subsistence allowance affects the conditions of service and is appealable under Rule 23(iv) as it relates to allowances during suspension.\"<\/i><br>\n\u2192 Appeal LIES \u2713<br><br>\n<b>Option D - Interlocutory\/Step-in-aid Order:<\/b><br>\n<i>\"Orders of interlocutory nature or step-in-aid orders (other than suspension) are NOT appealable under Rule 22(ii). These include orders like:<br>\n- Appointment of IO or PO<br>\n- Grant or refusal of Defence Assistant<br>\n- Procedural orders during inquiry<br>\n- Order framing charges\"<\/i><br>\n\u2192 NO Appeal \u2717<br><br>\n<b>Key Distinction:<\/b><br>\n| Order Type | Appeal Status |\n|------------|---------------|\n| Suspension order | Appeal lies |\n| Interlocutory orders (except suspension) | NO appeal |\n| IO's orders during inquiry | NO appeal |\n| Final penalty order | Appeal lies |<br><br>\n`\n  },\n  {\n    id: 4,\n    year: '2024',\n    chapter: 'Rule 27 - Powers of Appellate Authority',\n    question: \"Which one of the following factors is <i>not<\/i> to be taken into consideration by the Appellate Authorities while deciding an appeal against an order imposing any of the minor penalties prescribed in Rule 11 of the CCS (CCA) Rules, 1965?\",\n    options: [\n      \"Whether the procedure followed for conducting the departmental inquiry has resulted in violation of any provisions of the Constitution of India\",\n      \"Whether the Government servant was due to retire within six months of the order imposing the penalty\",\n      \"Whether the penalty imposed on the Government servant was severe\",\n      \"Whether the Disciplinary Authority had based his\/her findings on the evidence brought on record in the course of the disciplinary proceedings\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Whether the Government servant was due to retire within six months of the order imposing the penalty<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 27 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 27(1) - Factors for Appellate Authority:<\/b><br>\n<i>\"In the case of an appeal against an order imposing any of the penalties specified in rule 11 or enhancing any penalty imposed under the said rule, the appellate authority shall consider\u2014<br>\n(a) whether the facts on which the order was based have been established;<br>\n(b) whether the facts established afford sufficient ground for taking action;<br>\n(c) whether the penalty is excessive, adequate, or inadequate; and<br>\n(d) whether the procedure laid down in these rules has been complied with, and if not, whether such non-compliance has resulted in violation of any provisions of the Constitution of India or in failure of justice.\"<\/i><br><br>\n<b>Analysis of each option:<\/b><br><br>\n<b>Option A - Procedure violation and Constitutional provisions:<\/b><br>\n<i>\"Rule 27(1)(d) specifically requires the AA to consider whether procedural non-compliance has resulted in violation of Constitutional provisions.\"<\/i><br>\n\u2192 MUST be considered \u2713<br><br>\n<b>Option B - Retirement within six months:<\/b><br>\n<i>\"The impending retirement of the Government servant is NOT a factor to be considered by the Appellate Authority. The appeal must be decided on merits - facts, grounds, penalty adequacy, and procedure. How soon the employee retires is irrelevant to the merits of the case.\"<\/i><br>\n\u2192 NOT to be considered \u2717 (This is the answer)<br><br>\n<b>Option C - Severity of penalty:<\/b><br>\n<i>\"Rule 27(1)(c) requires the AA to consider whether the penalty is excessive, adequate, or inadequate.\"<\/i><br>\n\u2192 MUST be considered \u2713<br><br>\n<b>Option D - Evidence-based findings:<\/b><br>\n<i>\"Rule 27(1)(a) requires consideration of whether the facts on which the order was based have been established - which means examining the evidence basis.\"<\/i><br>\n\u2192 MUST be considered \u2713<br><br>\n<b>Relevant Factors under Rule 27:<\/b><br>\n| Factor | Consideration |\n|--------|---------------|\n| Facts established | Yes - Rule 27(1)(a) |\n| Sufficient grounds | Yes - Rule 27(1)(b) |\n| Penalty proportionality | Yes - Rule 27(1)(c) |\n| Procedural compliance | Yes - Rule 27(1)(d) |\n| Retirement timeline | NO - Not a relevant factor |<br><br>\n`\n  },\n  {\n    id: 5,\n    year: '2024',\n    chapter: 'Rule 14(8) - Defence Assistant | Eligibility of Retired Government Servant',\n    question: `Which of the following statements regarding the eligibility of a retired Government servant to serve as a Defence Assistant in the departmental proceedings under the CCS (CCA) Rules, 1965 are <i>not<\/i> correct?<br><br>\n1. He should have retired from service under the Central or any State Government.<br>\n2. He should not be more than 70 years of age.<br>\n3. He should not have been associated with the case at the investigation stage.<br>\n4. He should not be acting as Defence Assistant in more than five cases at a time.<br><br>\nSelect the answer using the code given below:`,\n    options: [\n      \"1, 2 and 3\",\n      \"2 and 4 only\",\n      \"3 and 4 only\",\n      \"1, 2 and 4\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 3 and 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14(8) of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Conditions for Retired Government Servant as Defence Assistant:<\/b><br>\n<i>\"A retired Government servant may be permitted to act as Defence Assistant subject to the following conditions:<br>\n(a) He should have retired from service under the Central Government or a State Government;<br>\n(b) He should not be more than 70 years of age as on the date of his appointment;<br>\n(c) He should not be acting as Defence Assistant in more than SEVEN cases at a time (enhanced from 5 to 7 vide DoPT OM dated 23.04.1991).\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Retired from Central or State Government:<\/b><br>\n<i>\"This is a CORRECT requirement. The retired officer should have served under Central or State Government.\"<\/i><br>\n\u2192 CORRECT requirement \u2713<br><br>\n<b>Statement 2 - Not more than 70 years of age:<\/b><br>\n<i>\"This is a CORRECT requirement. The age limit is 70 years.\"<\/i><br>\n\u2192 CORRECT requirement \u2713<br><br>\n<b>Statement 3 - Not associated with case at investigation stage:<\/b><br>\n<i>\"This requirement applies to INQUIRY OFFICERS, not Defence Assistants. There is no bar on a retired officer who was associated with investigation from acting as Defence Assistant. This condition is NOT applicable to Defence Assistants.\"<\/i><br>\n\u2192 INCORRECT - This is NOT a requirement for DA \u2717<br><br>\n<b>Statement 4 - Not more than five cases:<\/b><br>\n<i>\"This is OUTDATED information. The limit was enhanced from 5 to 7 cases vide DoPT OM No. 11012\/2\/91-Estt.(A) dated 23.04.1991. Currently, a retired officer can act as Defence Assistant in up to SEVEN cases at a time, not five.\"<\/i><br>\n\u2192 INCORRECT - The limit is 7 cases, not 5 \u2717<br><br>\n<b>Summary:<\/b><br>\n| Statement | Status | Reason |\n|-----------|--------|--------|\n| 1. Retired from Central\/State Govt | Correct | Valid requirement |\n| 2. Not more than 70 years | Correct | Valid requirement |\n| 3. Not associated with investigation | NOT Correct | Applies to IO, not DA |\n| 4. Not more than 5 cases | NOT Correct | Limit is 7, not 5 |<br><br>\n`\n  },\n  {\n    id: 6,\n    year: '2024',\n    chapter: 'Rule 11 - Penalties',\n    question: \"In terms of the CCS (CCA) Rules, 1965, which one of the following is <i>not<\/i> a minor penalty?\",\n    options: [\n      \"Withholding of increments of pay\",\n      \"Withholding of promotion\",\n      \"Recorded warning\",\n      \"Censure\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Recorded warning<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11 - Minor Penalties (Exhaustive List):<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:-<br><br>\n<b>Minor Penalties\u2014<\/b><br>\n(i) censure;<br>\n(ii) withholding of his promotion;<br>\n(iii) recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders;<br>\n(iii-a) reduction to a lower stage in the time-scale of pay by one stage for a period not exceeding three years, without cumulative effect and not adversely affecting his pension;<br>\n(iv) withholding of increments of pay;\"<\/i><br><br>\n<b>Warning - NOT a Penalty:<\/b><br>\n<i>\"Warning, whether oral or recorded\/written, is NOT a penalty under Rule 11. It is merely an administrative action to caution the employee about his conduct. Warnings do not require any disciplinary proceedings and do not affect service record in the same manner as penalties.\"<\/i><br><br>\n<b>Distinction between Warning and Censure:<\/b><br>\n| Warning | Censure |\n|---------|---------|\n| NOT a penalty | IS a penalty under Rule 11(i) |\n| Administrative caution | Formal punishment |\n| No inquiry required | Requires due process under Rule 16 |\n| Does not affect promotion | May affect promotion\/vigilance clearance |\n| No appeal lies | Appeal lies under Rule 23 |\n| Can be oral or written | Always a formal written order |<br><br>\n<b>Analysis of each option:<\/b><br>\n\u2022 <b>Option A - Withholding of increments<\/b> - IS a minor penalty \u2713 Rule 11(iv)<br>\n\u2022 <b>Option B - Withholding of promotion<\/b> - IS a minor penalty \u2713 Rule 11(ii)<br>\n\u2022 <b>Option C - Recorded warning<\/b> - NOT a penalty \u2717 Not in Rule 11<br>\n\u2022 <b>Option D - Censure<\/b> - IS a minor penalty \u2713 Rule 11(i)<br><br>\n<b>Why other options are incorrect:<\/b><br>\n<b>A, B, D.<\/b> \u2717 These are all minor penalties under Rule 11`\n  },\n  {\n    id: 7,\n    year: '2024',\n    chapter: 'Rule 14 - Procedure for Major Penalties | Time Limit for Conclusion',\n    question: \"In terms of the CCS (CCA) Rules, 1965, the time limit for concluding major penalty proceedings against a Government servant is:\",\n    options: [\n      \"6 months\",\n      \"12 months\",\n      \"18 months\",\n      \"24 months\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 6 months<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 of CCS (CCA) Rules, 1965 read with DoPT\/CVC Guidelines<\/i><br><br>\n<b>Time Limits for Disciplinary Proceedings:<\/b><br>\n<i>\"As per CVC guidelines and DoPT instructions, the following time limits are prescribed for completion of disciplinary proceedings:<br><br>\n<b>Major Penalty Proceedings:<\/b><br>\n\u2022 Issue of charge sheet to receipt of defence: 10 days<br>\n\u2022 Appointment of IO\/PO: 10 days<br>\n\u2022 Completion of Inquiry by IO: 6 months from appointment<br>\n\u2022 DA's decision after IO report: 3 months<br><br>\n<b>Overall Time Limit:<\/b><br>\nThe inquiry should be completed within <b>6 months<\/b> from the date of appointment of Inquiry Officer.\"<\/i><br><br>\n<b>DoPT Guidelines on Time Limits:<\/b><br>\n<i>\"The Inquiry Officer should complete the inquiry and submit the report within 6 months of his appointment. If the inquiry cannot be completed within this period, the IO should seek extension from the Disciplinary Authority with reasons for delay.\"<\/i><br><br>\n<b>CVC Emphasis:<\/b><br>\n<i>\"The CVC has repeatedly emphasized that disciplinary proceedings should be completed expeditiously. The benchmark of 6 months for inquiry proceedings has been reiterated in various CVC circulars.\"<\/i><br><br>\n<b>Stage-wise Timeline:<\/b><br>\n| Stage | Time Limit |\n|-------|------------|\n| Issue charge sheet | Prompt |\n| Receipt of defence | 10 days |\n| Appointment of IO | 10 days |\n| Completion of Inquiry | 6 months |\n| DA's order | 3 months after IO report |<br><br>\n`\n  },\n  {\n    id: 8,\n    year: '2024',\n    chapter: 'Rule 25 - Period of Limitation for Appeals',\n    question: \"What is the period of limitation for preferring an appeal by a Government servant in terms of Rule 25 of CCS (CCA) Rules, 1965?\",\n    options: [\n      \"15 days\",\n      \"30 days\",\n      \"45 days\",\n      \"60 days\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 45 days<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 25 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 25 - Period of Limitation:<\/b><br>\n<i>\"No appeal preferred under these rules shall be entertained unless it is submitted within a period of forty-five days from the date on which a copy of the order appealed against is delivered to the appellant:<br><br>\nProvided that the appellate authority may entertain the appeal after the expiry of the said period, if it is satisfied that the appellant had sufficient cause for not submitting the appeal in time.\"<\/i><br><br>\n<b>Key Points:<\/b><br>\n\u2022 Period: <b>45 days<\/b><br>\n\u2022 Starting point: Date of <b>DELIVERY<\/b> of copy of order (not date of issue)<br>\n\u2022 Condonation: AA may condone delay if sufficient cause shown<br><br>\n<b>Important Distinction:<\/b><br>\n| Aspect | Correct | Incorrect |\n|--------|---------|-----------|\n| Period | 45 days | 15\/30\/60 days |\n| Starts from | Delivery of order copy | Issue of order |<br><br>\n<b>Calculation Example:<\/b><br>\n\u2022 Order issued: 1st January 2024<br>\n\u2022 Copy delivered to appellant: 5th January 2024<br>\n\u2022 Limitation starts: 5th January 2024<br>\n\u2022 Last date for appeal: 19th February 2024 (45 days from 5th Jan)<br><br>\n<b>Condonation of Delay:<\/b><br>\n<i>\"The Appellate Authority has discretion to entertain an appeal even after 45 days if satisfied that there was sufficient cause for delay. This is a beneficial provision to ensure justice is not denied on technical grounds.\"<\/i><br><br>\n`\n  },\n  {\n    id: 9,\n    year: '2024',\n    chapter: 'Rule 3 - Application',\n    question: `Consider the following statements in the context of CCS (CCA) Rules, 1965:<br><br>\n1. These rules are applicable to Defence Civilians paid out of Defence Service Estimates.<br>\n2. These rules are not applicable to any member of Indian Police Service.<br>\n3. These rules are applicable to locally recruited staff in Missions abroad.<br><br>\nWhich of the statement(s) given above is\/are correct?`,\n    options: [\n      \"1 only\",\n      \"1 and 2 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 and 2 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 3 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 3 - Application:<\/b><br>\n<i>\"These rules shall apply to every Government servant including a civilian Government servant in the Defence Services, but shall not apply to\u2014<br>\n(a) any member of the All India Services;<br>\n(b) any person in casual employment;<br>\n(c) any person subject to discharge from service on less than one month's notice;<br>\n(d) any person for whom special provision is made, in respect of matters covered by these rules, by or under any law for the time being in force or by or under any agreement entered into by or with the previous approval of the President...\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Defence Civilians:<\/b><br>\n<i>\"Rule 3 expressly includes 'civilian Government servant in the Defence Services'. Defence Civilians paid out of Defence Service Estimates are covered under CCS (CCA) Rules.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 2 - Indian Police Service:<\/b><br>\n<i>\"IPS is an All India Service. Rule 3(a) expressly excludes 'any member of the All India Services'. IPS officers are governed by AIS (D&A) Rules, 1969, not CCS (CCA) Rules.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 3 - Locally recruited staff in Missions abroad:<\/b><br>\n<i>\"Locally recruited staff in Missions abroad are NOT covered under CCS (CCA) Rules. They are governed by local laws and special terms of engagement as per their contracts. Special provisions are made for them under Rule 3(d).\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Categories NOT covered by CCS (CCA) Rules:<\/b><br>\n\u2022 All India Services (IAS, IPS, IFS)<br>\n\u2022 Locally recruited staff abroad<br>\n\u2022 Casual employees<br>\n\u2022 Extra-Departmental agents<br>\n\u2022 Persons with special provisions under other laws<br><br>\n<b>Categories COVERED:<\/b><br>\n\u2022 Central Government servants<br>\n\u2022 Civilian Government servants in Defence Services<br>\n\u2022 Staff of attached\/subordinate offices<br><br>\n`\n  },\n  {\n    id: 10,\n    year: '2024',\n    chapter: 'Rule 10 - Suspension',\n    question: `Consider the following statements regarding suspension in the context of CCS (CCA) Rules, 1965:<br><br>\n1. An order of suspension of a Government servant amounts to \"reduced in rank\".<br>\n2. A Government servant refusing to carry out written orders of superior officers should necessarily be placed under suspension.<br>\n3. An order of suspension made or deemed to have been made shall not be valid after a period of 90 days unless it is extended after review before the expiry of 90 days.<br><br>\nWhich of the statement(s) given above is\/are correct?`,\n    options: [\n      \"1 and 2\",\n      \"2 only\",\n      \"3 only\",\n      \"1 and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 10(7) - Validity of Suspension Order:<\/b><br>\n<i>\"An order of suspension made or deemed to have been made under sub-rule (1) or (2) of this rule shall not be valid after a period of ninety days unless it is extended after review, for a further period before the expiry of ninety days.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Suspension amounts to \"reduced in rank\":<\/b><br>\n<i>\"Suspension is NOT a penalty and does NOT amount to 'reduced in rank'. Article 311(2) of the Constitution provides protection against dismissal, removal, or reduction in rank without inquiry. Suspension is merely an interim\/executive measure to keep the employee away from duty. The employee continues to be a member of the service at the same rank.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Statement 2 - Refusal of orders = Suspension necessary:<\/b><br>\n<i>\"Refusal to carry out orders of superior officers is misconduct but does NOT automatically or necessarily lead to suspension. Suspension is ordered only when grounds under Rule 10(1) are satisfied:<br>\n(a) Disciplinary proceeding contemplated or pending<br>\n(b) Criminal case under investigation\/inquiry\/trial<br>\n(c) Activities prejudicial to security of State<br><br>\nRefusal of orders may lead to disciplinary action, but suspension is not automatic or necessary. The authority may take action without placing under suspension.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Statement 3 - 90 days validity:<\/b><br>\n<i>\"This is exactly what Rule 10(7) provides. Suspension order is not valid after 90 days unless extended after review before expiry of 90 days.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Key Points about Suspension:<\/b><br>\n| Aspect | Position |\n|--------|----------|\n| Is suspension a penalty? | NO |\n| Is suspension \"reduction in rank\"? | NO |\n| Does refusal of orders = automatic suspension? | NO |\n| Is 90-day review mandatory? | YES |\n| Can suspension be extended? | YES, after review |<br><br>\n`\n  },\n    \/\/2025\n      {\n    id: 1,\n    year: '2025',\n    chapter: 'Rule 10 - Suspension',\n    question: `Which of the following statement(s) regarding a Government servant under suspension in the context of Central Civil Services (Classification, Control and Appeal) Rules, 1965 is\/are correct?<br><br>\n1. Headquarters of a Government servant under suspension can be changed by Competent Authority if it is in public interest.<br>\n2. Leave can be granted to a Government servant under suspension.<br>\n3. The Competent Authority may withhold whole or part of leave encashment in the case of a Government servant who, while under suspension, retires from service on attaining the age of superannuation before termination of departmental proceedings.<br><br>\nSelect the answer using the codes given below:`,\n    options: [\n      \"1 only\",\n      \"1 and 3 only\",\n      \"2 and 3 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 10 of CCS (CCA) Rules, 1965 read with CCS (Leave) Rules and Pension Rules<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Change of Headquarters:<\/b><br>\n<i>\"The Competent Authority may change the headquarters of a Government servant under suspension if:<br>\n(a) It is in public interest; or<br>\n(b) On the request of the Government servant, provided it does not involve extra expenditure or administrative complications.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 2 - Leave during Suspension:<\/b><br>\n<i>\"Leave cannot be granted to a Government servant under suspension. The period of suspension is not a period of duty, and the concept of leave does not apply during suspension. The employee is already away from duty by virtue of suspension order.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Statement 3 - Withholding Leave Encashment:<\/b><br>\n<i>\"As per CCS (Pension) Rules read with Leave Rules, the Competent Authority may withhold whole or part of leave encashment in cases where a Government servant retires on superannuation while under suspension with departmental proceedings pending. This is to safeguard Government interest pending finalization of proceedings.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Key Points about Suspension:<\/b><br>\n| Aspect | Position |\n|--------|----------|\n| Change of HQ in public interest | Allowed |\n| Change of HQ on employee request | Allowed with conditions |\n| Grant of leave | NOT allowed |\n| Leave encashment on retirement | Can be withheld |<br><br>\n`\n  },\n  {\n    id: 2,\n    year: '2025',\n    chapter: 'Rule 11 - Penalties',\n    question: `Which of the following is\/are <i>not<\/i> a penalty\/penalties under Central Civil Services (Classification, Control and Appeal) Rules, 1965?<br><br>\n1. Compulsory retirement of a Government servant in accordance with the provisions relating to his\/her superannuation<br>\n2. Recovery from his\/her pay of a part of pecuniary loss caused by him\/her to the Government by negligence<br>\n3. Reduction to lower time scale of pay<br>\n4. Withholding of increment of a Government servant for his\/her failure to pass a departmental examination in accordance with the rules governing his\/her service<br><br>\nSelect the correct answer using the codes given below:`,\n    options: [\n      \"1 and 4\",\n      \"1 only\",\n      \"2 and 3\",\n      \"1 and 2\"\n    ],\n    correct: 0,\n    explanation: `<b>Correct Answer: A - 1 and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 and Explanation to Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Explanation to Rule 11 - Actions NOT amounting to Penalty:<\/b><br>\n<i>\"The following shall not amount to a penalty within the meaning of this rule, namely:-<br>\n(a) withholding of increments of a Government servant for his failure to pass any departmental examination in accordance with the rules or orders governing the service...<br>\n(c) compulsory retirement of a Government servant in accordance with the provisions relating to his superannuation or retirement...\"<\/i><br><br>\n<b>Rule 11 - Penalties that ARE Penalties:<\/b><br>\n<i>\"(iii) recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders;<br>\n(vi) reduction to lower time-scale of pay, grade, post or Service...\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Compulsory retirement on superannuation<\/b> - NOT A PENALTY \u2713 (Explanation (c))<br>\n\u2022 <b>Statement 2 - Recovery from pay for negligence<\/b> - IS A PENALTY \u2717 (Rule 11(iii))<br>\n\u2022 <b>Statement 3 - Reduction to lower time scale<\/b> - IS A PENALTY \u2717 (Rule 11(vi))<br>\n\u2022 <b>Statement 4 - Withholding increment for exam failure<\/b> - NOT A PENALTY \u2713 (Explanation (a))<br><br>\n<b>Key Distinction:<\/b><br>\n| Action | Penalty Status |\n|--------|---------------|\n| Compulsory retirement (superannuation) | NOT penalty |\n| Compulsory retirement (Rule 11(vii)) | IS penalty |\n| Recovery from pay (Rule 11(iii)) | IS penalty |\n| Reduction to lower scale (Rule 11(vi)) | IS penalty |\n| Withholding for exam failure | NOT penalty |<br><br>\n`\n  },\n  {\n    id: 3,\n    year: '2025',\n    chapter: 'Rule 12 - Disciplinary Authority ',\n    question: `In the context of the Central Civil Services (Classification, Control and Appeal) Rules, 1965, which of the following statements are correct?<br><br>\n1. An officer performing current duties of a post can exercise statutory powers.<br>\n2. In cases where the disciplinary authority is the President, the initiation of disciplinary proceedings should be approved by the Minister.<br>\n3. A Disciplinary Authority competent to impose Minor penalties can institute disciplinary proceedings against any Government servant for the imposition of Major penalties.<br>\n4. An authority who conducts preliminary enquiry can under no circumstances function as Disciplinary Authority in the same case.<br><br>\nSelect the answer using the codes given below:`,\n    options: [\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"2 and 4 only\",\n      \"1, 2, 3 and 4\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 2 and 3 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 12 and Rule 13 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Current Duty and Statutory Powers:<\/b><br>\n<i>\"An officer performing current duties of a post CANNOT exercise statutory powers. Statutory powers are conferred on a specific authority by law\/rules and cannot be exercised by an officer merely holding current duty charge.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Statement 2 - President as DA - Minister's Approval:<\/b><br>\n<i>\"Where the President is the disciplinary authority, the initiation of disciplinary proceedings should be approved by the Minister concerned. This is as per established practice and Government instructions for cases where the President exercises disciplinary powers.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 3 - Minor Penalty Authority Instituting Major Penalty Proceedings:<\/b><br>\n<i>Rule 12(2): \"A disciplinary authority competent under these rules to impose any of the penalties specified in clauses (i) to (iv) of rule 11 may institute disciplinary proceedings against any Government servant for the imposition of any of the penalties specified in rule 11, notwithstanding that such disciplinary authority is not competent under these rules to impose any of the penalties specified in clauses (v) to (ix) of rule 11.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 4 - Preliminary Enquiry Authority as DA:<\/b><br>\n<i>\"There is no absolute bar on an authority who conducted preliminary enquiry functioning as Disciplinary Authority. However, if there is likelihood of bias, it should be avoided. The word 'under no circumstances' makes this statement incorrect.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n`\n  },\n  {\n    id: 4,\n    year: '2025',\n    chapter: 'Rule 23 - Appeals ',\n    question: `In the context of Central Civil Services (Classification, Control and Appeal) Rules, 1965, which of the following statements are correct?<br><br>\n1. In cases where a personal hearing has been allowed by the Appellate Authority, the Government servant may be allowed to take the assistance of a Defence Assistant.<br>\n2. An employee may prefer a revision petition to the Revising Authority without submitting an appeal.<br>\n3. The Revising Authority can take up the revision petition even before the expiry of the period of limitation for an appeal.<br>\n4. An appellate order does not replace the punishment order.<br><br>\nSelect the answer using the codes given below:`,\n    options: [\n      \"1 and 4\",\n      \"2 and 3\",\n      \"1 and 2\",\n      \"2, 3 and 4\"\n    ],\n    correct: 3,\n    explanation: `<b>Correct Answer: D - 2, 3 and 4<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 23, Rule 27, and Rule 29 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Defence Assistant in Personal Hearing before AA:<\/b><br>\n<i>\"The provision for Defence Assistant applies to inquiry proceedings under Rule 14, not to personal hearings before the Appellate Authority. During appeal stage, the Government servant represents himself; there is no provision for Defence Assistant before the Appellate Authority.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Statement 2 - Revision without Appeal:<\/b><br>\n<i>Rule 29(1): \"The President... may at any time, either on his own motion or otherwise call for the records of any inquiry and revise any order made under these rules from which\u2014<br>\n(a) no appeal is allowed; or<br>\n(b) no appeal has been preferred; or<br>\n(c) an appeal, where allowed, has been preferred and disposed of.\"<br><br>\nThis shows revision can be sought even where no appeal has been preferred.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 3 - Revision before Limitation Expiry:<\/b><br>\n<i>\"The Revising Authority can take up revision at any time. The power of revision is independent of the appeal process. The Revising Authority can exercise powers even before the limitation period for appeal expires.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 4 - Appellate Order doesn't Replace Punishment Order:<\/b><br>\n<i>\"The appellate order does not replace or substitute the original punishment order. The appellate order may confirm, modify, set aside, or enhance the original order, but the punishment order remains the primary order. The appellate order is a separate order dealing with the appeal.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n`\n  },\n  {\n    id: 5,\n    year: '2025',\n    chapter: 'Rule 2 - Classification of Posts | Pay Matrix Levels',\n    question: `Consider the following statements regarding classification of Central Civil posts in the context of Central Civil Services (Classification, Control and Appeal) Rules, 1965:<br><br>\n1. Central Civil posts carrying the pay in the Pay Matrix at the Level from 1 to 5 are classified as Group 'D' posts.<br>\n2. A Central Civil post in Level 10 of Pay matrix is classified as Group 'B' post.<br>\n3. A Central Civil post in Level 11 of Pay matrix is classified as Group 'A' post.<br><br>\nWhich of the statement(s) given above is\/are correct?`,\n    options: [\n      \"1 and 2\",\n      \"1 only\",\n      \"2 and 3\",\n      \"3 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 2 and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 2 of CCS (CCA) Rules, 1965 read with 7th CPC Classification<\/i><br><br>\n<b>Classification of Posts under 7th CPC Pay Matrix:<\/b><br>\n<i>\"As per 7th CPC recommendations implemented w.e.f. 01.01.2016:<br><br>\n<b>Group 'A' Posts:<\/b> Level 10 and above in the Pay Matrix (However, Level 10 posts where recruitment is made below Group 'A' level may be Group 'B')<br>\n<b>Group 'B' Posts:<\/b> Level 6 to Level 10 in the Pay Matrix<br>\n<b>Group 'C' Posts:<\/b> Level 1 to Level 5 in the Pay Matrix<br>\n<b>Group 'D' Posts:<\/b> Erstwhile Group 'D' posts have been upgraded to Group 'C'\"<\/i><br><br>\n<b>Important Change:<\/b><br>\n<i>\"After 7th CPC, there is no Group 'D' in the traditional sense. Former Group 'D' posts have been merged with Group 'C'. Levels 1 to 5 are now Group 'C', not Group 'D'.\"<\/i><br><br>\n<b>Analysis of each statement:<\/b><br>\n\u2022 <b>Statement 1 - Levels 1-5 as Group 'D'<\/b> - INCORRECT \u2717 Levels 1-5 are Group 'C' (not 'D')<br>\n\u2022 <b>Statement 2 - Level 10 as Group 'B'<\/b> - CORRECT \u2713 Level 10 is Group 'B' (or lower Group 'A')<br>\n\u2022 <b>Statement 3 - Level 11 as Group 'A'<\/b> - CORRECT \u2713 Level 11 and above is Group 'A'<br><br>\n<b>7th CPC Pay Matrix Classification:<\/b><br>\n| Pay Level | Group |\n|-----------|-------|\n| Level 1-5 | Group C |\n| Level 6-9 | Group B |\n| Level 10 | Group B (or A depending on method of recruitment) |\n| Level 11+ | Group A |<br><br>\n`\n  },\n  {\n    id: 6,\n    year: '2025',\n    chapter: 'Rule 14 - Dismissal | Rule 15 - Closure of Proceedings',\n    question: `Consider the following statements regarding Central Civil Services (Classification, Control and Appeal) Rules, 1965:<br><br>\n1. An order of dismissal can be given effect to retrospectively from the date of commencement of suspension of a Government servant.<br>\n2. Once disciplinary proceedings are initiated against an official, the proceedings can be closed without sending an intimation to that effect to the accused official.<br>\n3. Disciplinary proceedings against an employee who has been dismissed from service in another disciplinary case shall continue till finality.<br><br>\nWhich of the statement(s) given above is\/are <i>not<\/i> correct?`,\n    options: [\n      \"2 only\",\n      \"3 only\",\n      \"1, 2 and 3\",\n      \"1 and 3 only\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 1, 2 and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 14 and Rule 15 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Retrospective Dismissal:<\/b><br>\n<i>\"Dismissal or any penalty order operates prospectively from the date of issue, NOT retrospectively. A penalty cannot be given effect from an earlier date like the date of suspension. The Supreme Court has consistently held that penalty orders are prospective in nature.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Statement 2 - Closure without Intimation:<\/b><br>\n<i>\"When disciplinary proceedings are closed\/dropped, the accused official MUST be informed. It is a fundamental requirement of natural justice and administrative propriety that the person against whom proceedings were initiated is informed of the closure. Proceedings cannot be closed without intimation to the accused.\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Statement 3 - Proceedings after Dismissal in Another Case:<\/b><br>\n<i>\"Once a Government servant is dismissed from service, he ceases to be a Government servant. The second set of disciplinary proceedings cannot continue against a person who is no longer in service. The proceedings abate upon dismissal. (Note: This is different from proceedings against pensioners under Rule 9)\"<\/i><br>\n\u2192 INCORRECT \u2717<br><br>\n<b>Correct Position:<\/b><br>\n| Statement | Correct Position |\n|-----------|------------------|\n| 1. Retrospective dismissal | NOT allowed - penalty is prospective |\n| 2. Closure without intimation | NOT allowed - intimation mandatory |\n| 3. Proceedings after dismissal | Proceedings abate on dismissal |<br><br>\n<b>All three statements are INCORRECT.<\/b><br><br>\n`\n  },\n  {\n    id: 7,\n    year: '2025',\n    chapter: 'Rule 11(iv) - Withholding of Increments of Pay',\n    question: \"Which one of the following clauses of Rule 11 of the Central Civil Services (Classification, Control and Appeal) Rules, 1965, prescribes the penalty of 'withholding of increments of pay'?\",\n    options: [\n      \"Clause (ii)\",\n      \"Clause (iii) (a)\",\n      \"Clause (iv)\",\n      \"Clause (v)\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - Clause (iv)<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 11 - Complete List of Minor Penalties:<\/b><br>\n<i>\"The following penalties may, for good and sufficient reasons and as hereinafter provided, be imposed on a Government servant, namely:-<br><br>\n<b>Minor Penalties\u2014<\/b><br>\n(i) censure;<br>\n(ii) withholding of his promotion;<br>\n(iii) recovery from his pay of the whole or part of any pecuniary loss caused by him to the Government by negligence or breach of orders;<br>\n(iii-a) reduction to a lower stage in the time-scale of pay by one stage for a period not exceeding three years, without cumulative effect and not adversely affecting his pension;<br>\n<b>(iv) withholding of increments of pay;<\/b>\"<\/i><br><br>\n<b>Clause-wise Breakdown:<\/b><br>\n| Clause | Penalty |\n|--------|---------|\n| (i) | Censure |\n| (ii) | Withholding of promotion |\n| (iii) | Recovery from pay |\n| (iii-a) | Reduction by one stage (\u22643 years, without cumulative effect) |\n| (iv) | <b>Withholding of increments of pay<\/b> |\n| (v) to (ix) | Major penalties |<br><br>\n`\n  },\n  {\n    id: 8,\n    year: '2025',\n    chapter: 'Rule 9 - Proceedings against Pensioners | Rule 11 - Penalties | Rule 11(vi) - Reduction to Lower Post',\n    question: `In the context of imposition of penalties under the provisions contained in the Central Civil Services (Classification, Control and Appeal) Rules, 1965, which of the following statements are correct?<br><br>\n1. Minor penalty proceedings continued after retirement of a Government servant shall have effect on the matter of reducing his pension.<br>\n2. Grave misconduct or negligence cannot be established as a result of minor penalty proceedings.<br>\n3. A person appointed directly to a higher post cannot be reduced by way of punishment to a post which he never held before.<br><br>\nSelect the answer using the codes given below:`,\n    options: [\n      \"1 and 3 only\",\n      \"1, 2 and 3\",\n      \"2 and 3 only\",\n      \"1 and 2 only\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - 1, 2 and 3<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 9 and Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Minor Penalty Proceedings and Pension:<\/b><br>\n<i>Rule 9 provides for continuation of departmental proceedings after retirement. Minor penalty proceedings continued after retirement can result in reduction of pension under CCS (Pension) Rules. The proceedings have effect on pension.<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 2 - Grave Misconduct and Minor Penalty:<\/b><br>\n<i>\"Minor penalty proceedings are meant for less serious lapses. Grave misconduct or serious negligence warrants major penalty proceedings under Rule 14, not minor penalty proceedings under Rule 16. The nature of misconduct must be commensurate with the type of proceedings initiated.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Statement 3 - Reduction to Post Never Held:<\/b><br>\n<i>\"A Government servant can be reduced only to a post\/grade which he has held earlier. If a person is directly recruited to a higher post without serving in a lower post, he cannot be reduced to that lower post as a penalty because he never held that post. This is an established principle upheld by courts.\"<\/i><br>\n\u2192 CORRECT \u2713<br><br>\n<b>Key Principles:<\/b><br>\n| Principle | Position |\n|-----------|----------|\n| Minor penalty can affect pension | Yes, if proceedings continued after retirement |\n| Grave misconduct in minor penalty proceedings | Not appropriate |\n| Reduction to post never held | Not permissible |<br><br>\n`\n  },\n  {\n    id: 9,\n    year: '2025',\n    chapter: 'Rule 16 - Procedure for Imposing Minor Penalties',\n    question: \"Rule 16 of Central Civil Services (Classification, Control and Appeal) Rules, 1965 deals with the procedure relating to:\",\n    options: [\n      \"Imposition of major penalties\",\n      \"Imposition of minor penalties\",\n      \"Dismissal from service\",\n      \"Removal from service\"\n    ],\n    correct: 1,\n    explanation: `<b>Correct Answer: B - Imposition of minor penalties<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 16 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Rule 16 - Procedure for Imposing Minor Penalties:<\/b><br>\n<i>\"(1) Subject to the provisions of sub-rule (3) of rule 15, no order imposing any of the minor penalties specified in clauses (i) to (iv) of rule 11 shall be made except after\u2014<br>\n(a) informing the Government servant in writing of the proposal to take action against him and of the imputations of misconduct or misbehaviour on which it is proposed to be taken, and giving him reasonable opportunity of making such representation as he may wish to make against the proposal...\"<\/i><br><br>\n<b>Structure of CCS (CCA) Rules - Penalty Procedures:<\/b><br>\n| Rule | Subject Matter |\n|------|----------------|\n| Rule 11 | List of Penalties (Minor & Major) |\n| Rule 14 | Procedure for imposing MAJOR penalties |\n| Rule 15 | Action on Inquiry Report |\n| Rule 16 | Procedure for imposing MINOR penalties |\n| Rule 19 | Special procedure (conviction, impracticable, security) |<br><br>\n<b>Minor Penalties under Rule 11:<\/b><br>\n(i) Censure<br>\n(ii) Withholding of promotion<br>\n(iii) Recovery from pay<br>\n(iii-a) Reduction to lower stage \u22643 years without cumulative effect<br>\n(iv) Withholding of increments<br><br>\n`\n  },\n  {\n    id: 10,\n    year: '2025',\n    chapter: 'Rule 11 - Penalties | Dies Non | Concurrent Penalties | Transfer during Reduction',\n    question: `Consider the following statements in the context of Central Civil Services (Classification, Control and Appeal) Rules, 1965:<br><br>\n1. In no case can two penalties be imposed at a time for one lapse\/offence.<br>\n2. The day when an official comes late and also does not work throughout the day, can be marked 'dies non'.<br>\n3. When a second penalty of higher grade is imposed on a Government servant during the currency of the first penalty of lower grade, the Disciplinary Authority is empowered to indicate in the punishment order that both the penalties shall run concurrently.<br>\n4. An official on whom penalty of reduction to a lower post has been imposed can be transferred, during the currency of the penalty, to a post carrying basic pay higher than that admissible to him in the existing post consequent on the punishment order.<br><br>\nWhich of the statement(s) given above is\/are <i>not<\/i> correct?`,\n    options: [\n      \"1 and 4 only\",\n      \"2 and 3 only\",\n      \"4 only\",\n      \"1, 2 and 3\"\n    ],\n    correct: 2,\n    explanation: `<b>Correct Answer: C - 4 only<\/b><br><br>\n<b>Rule Reference:<\/b> <i>Rule 11 of CCS (CCA) Rules, 1965<\/i><br><br>\n<b>Analysis of each statement:<\/b><br><br>\n<b>Statement 1 - Two Penalties for One Offence:<\/b><br>\n<i>\"It is a well-established principle that two penalties cannot be imposed for the same lapse\/offence. The principle of 'double jeopardy' applies. Once a person has been penalized for an act, he cannot be penalized again for the same act.\"<\/i><br>\n\u2192 CORRECT \u2713 (This statement is correct)<br><br>\n<b>Statement 2 - Dies Non for Late Coming + Not Working Full Day:<\/b><br>\n<i>\"If an official comes late AND also does not work throughout the day (i.e., leaves early without permission or doesn't work for the remaining hours), the day can be marked as dies non. The combination of late coming plus not completing work makes it eligible for dies non.\"<\/i><br>\n\u2192 CORRECT \u2713 (This statement is correct)<br><br>\n<b>Statement 3 - Concurrent Running of Penalties:<\/b><br>\n<i>\"When a second penalty (of higher grade) is imposed during the currency of the first penalty (of lower grade), the DA can specify in the order that both penalties shall run concurrently. This is within the powers of the DA to specify the manner in which penalties operate.\"<\/i><br>\n\u2192 CORRECT \u2713 (This statement is correct)<br><br>\n<b>Statement 4 - Transfer to Higher Pay Post during Reduction Penalty:<\/b><br>\n<i>\"An official on whom penalty of reduction to a lower post has been imposed CANNOT be transferred to a post carrying higher basic pay during the currency of the penalty. This would defeat the purpose of the penalty. The employee must remain in the reduced post\/pay for the penalty period.\"<\/i><br>\n\u2192 INCORRECT \u2717 (This statement is NOT correct)<br><br>\n<b>Summary:<\/b><br>\n| Statement | Status |\n|-----------|--------|\n| 1. No two penalties for one offence | Correct |\n| 2. Dies non for late + not working full day | Correct |\n| 3. Concurrent penalties | Correct |\n| 4. Transfer to higher pay during reduction | NOT Correct |<br><br>\n<b>Only Statement 4 is incorrect.<\/b><br><br>\n`\n  }\n    ];\n\n\/\/ ==========================================\n\/\/ STATE MANAGEMENT\n\/\/ ==========================================\nlet state = {\n    currentMode: 'all',\n    selectedYear: null,\n    selectedChapter: null,\n    filteredQuestions: [],\n    currentQuestionIndex: 0,\n    sessionAnswers: {},\n    sessionChecked: {},\n    isReviewMode: false,\n    progress: {\n        questionStats: {},\n        weakQuestions: [],\n        masteredQuestions: [],\n        totalCorrect: 0,\n        totalIncorrect: 0,\n        lastSession: null\n    }\n};\n\n\/\/ ==========================================\n\/\/ DOM ELEMENTS (cached for performance)\n\/\/ ==========================================\nconst DOM = {};\n\n\/\/ ==========================================\n\/\/ INITIALIZATION\n\/\/ ==========================================\nfunction initQuiz() {\n    console.log('\ud83d\ude80 Quiz Initializing...');\n    \n    \/\/ Cache DOM elements\n    cacheDOM();\n    \n    \/\/ Load saved progress\n    loadProgress();\n    \n    \/\/ Set initial filtered questions\n    state.filteredQuestions = [...allQuestions];\n    \n    \/\/ Populate filters\n    populateYearList();\n    populateChapterList();\n    \n    \/\/ Setup event listeners (EVENT DELEGATION - THIS IS THE KEY FIX!)\n    setupEventListeners();\n    \n    \/\/ Update UI\n    updateModeTabCounts();\n    updateProgressDisplay();\n    updateWeakAreasDisplay();\n    checkForResumableSession();\n    \n    \/\/ Load first question\n    loadQuestion(0);\n    \n    \/\/ Setup screenshot prevention\n    initScreenshotPrevention();\n    \n    console.log('\u2705 Quiz Initialized Successfully');\n}\n\nfunction cacheDOM() {\n    DOM.yearList = document.getElementById('yearList');\n    DOM.chapterList = document.getElementById('chapterList');\n    DOM.questionGrid = document.getElementById('questionGrid');\n    DOM.questionText = document.getElementById('questionText');\n    DOM.optionsList = document.getElementById('optionsList');\n    DOM.questionNumber = document.getElementById('questionNumber');\n    DOM.currentQuestionYear = document.getElementById('currentQuestionYear');\n    DOM.currentQuestionChapter = document.getElementById('currentQuestionChapter');\n    DOM.explanationBox = document.getElementById('explanationBox');\n    DOM.explanationText = document.getElementById('explanationText');\n    DOM.weakBadge = document.getElementById('weakBadge');\n    DOM.masteryIndicator = document.getElementById('masteryIndicator');\n    DOM.masteryStars = document.getElementById('masteryStars');\n    DOM.prevBtn = document.getElementById('prevBtn');\n    DOM.nextBtn = document.getElementById('nextBtn');\n    DOM.checkBtn = document.getElementById('checkBtn');\n    DOM.warningToast = document.getElementById('warningToast');\n    DOM.toastMessage = document.getElementById('toastMessage');\n    DOM.resultModal = document.getElementById('resultModal');\n}\n\n\/\/ ==========================================\n\/\/ EVENT LISTENERS - USING EVENT DELEGATION\n\/\/ THIS IS THE KEY FIX FOR FILTER ISSUES!\n\/\/ ==========================================\nfunction setupEventListeners() {\n    console.log('\ud83d\udcce Setting up event listeners...');\n    \n    \/\/ ============================================\n    \/\/ FIX: Year filter using EVENT DELEGATION\n    \/\/ ============================================\n    document.getElementById('yearList').addEventListener('click', function(e) {\n        const filterItem = e.target.closest('.filter-item');\n        if (filterItem) {\n            const year = filterItem.getAttribute('data-year');\n            console.log('\ud83d\udcc5 Year filter clicked:', year);\n            filterByYear(year);\n        }\n    });\n    \n    \/\/ ============================================\n    \/\/ FIX: Chapter filter using EVENT DELEGATION\n    \/\/ ============================================\n    document.getElementById('chapterList').addEventListener('click', function(e) {\n        const filterItem = e.target.closest('.filter-item');\n        if (filterItem) {\n            const chapter = filterItem.getAttribute('data-chapter');\n            console.log('\ud83d\udcd6 Chapter filter clicked:', chapter);\n            filterByChapter(chapter);\n        }\n    });\n    \n    \/\/ Mode tabs\n    document.querySelectorAll('.mode-tab').forEach(tab => {\n        tab.addEventListener('click', function() {\n            const mode = this.getAttribute('data-mode');\n            console.log('\ud83d\udd04 Mode changed to:', mode);\n            setMode(mode);\n        });\n    });\n    \n    \/\/ Navigation buttons\n    document.getElementById('prevBtn').addEventListener('click', previousQuestion);\n    document.getElementById('nextBtn').addEventListener('click', nextQuestion);\n    document.getElementById('checkBtn').addEventListener('click', checkAnswer);\n    \n    \/\/ Action buttons\n    document.getElementById('submitBtn').addEventListener('click', submitExam);\n    document.getElementById('resetBtn').addEventListener('click', resetQuiz);\n    document.getElementById('resumeBtn').addEventListener('click', resumeSession);\n    \n    \/\/ Result modal buttons\n    document.getElementById('reviewBtn').addEventListener('click', reviewAnswers);\n    document.getElementById('retryBtn').addEventListener('click', retryQuiz);\n    document.getElementById('practiceWeakBtn').addEventListener('click', practiceWeakAreas);\n    \n    \/\/ Weak areas buttons\n    document.getElementById('practiceWeakAreasBtn').addEventListener('click', practiceWeakAreas);\n    document.getElementById('weakBadgeHeader').addEventListener('click', practiceWeakAreas);\n    \n    \/\/ Question grid (event delegation)\n    document.getElementById('questionGrid').addEventListener('click', function(e) {\n        const gridItem = e.target.closest('.grid-item');\n        if (gridItem) {\n            const index = parseInt(gridItem.getAttribute('data-index'));\n            loadQuestion(index);\n        }\n    });\n    \n    \/\/ Options list (event delegation)\n    document.getElementById('optionsList').addEventListener('click', function(e) {\n        const optionItem = e.target.closest('.option-item');\n        if (optionItem && !optionItem.classList.contains('disabled')) {\n            const index = parseInt(optionItem.getAttribute('data-index'));\n            selectOption(index);\n        }\n    });\n    \n    \/\/ Weak question list (event delegation)\n    document.getElementById('weakQuestionList').addEventListener('click', function(e) {\n        const weakItem = e.target.closest('.weak-question-item');\n        if (weakItem) {\n            const qId = parseInt(weakItem.getAttribute('data-qid'));\n            goToQuestion(qId);\n        }\n    });\n    \n    console.log('\u2705 Event listeners setup complete');\n}\n\n\/\/ ==========================================\n\/\/ PROGRESS PERSISTENCE\n\/\/ ==========================================\nfunction loadProgress() {\n    const saved = localStorage.getItem(`quiz_progress_${quizConfig.quizId}`);\n    if (saved) {\n        state.progress = JSON.parse(saved);\n        console.log('\ud83d\udcc2 Progress loaded from localStorage');\n    }\n}\n\nfunction saveProgress() {\n    localStorage.setItem(`quiz_progress_${quizConfig.quizId}`, JSON.stringify(state.progress));\n    if (quizConfig.useWordPressSync) syncWithWordPress();\n}\n\nfunction syncWithWordPress() {\n    fetch(quizConfig.wpAjaxUrl, {\n        method: 'POST',\n        headers: { 'Content-Type': 'application\/x-www-form-urlencoded' },\n        body: new URLSearchParams({\n            action: 'save_quiz_progress',\n            quiz_id: quizConfig.quizId,\n            progress: JSON.stringify(state.progress)\n        })\n    }).catch(err => console.log('WordPress sync failed:', err));\n}\n\nfunction saveSessionPosition() {\n    state.progress.lastSession = {\n        questionIndex: state.currentQuestionIndex,\n        mode: state.currentMode,\n        selectedYear: state.selectedYear,\n        selectedChapter: state.selectedChapter\n    };\n    saveProgress();\n}\n\nfunction checkForResumableSession() {\n    if (state.progress.lastSession && state.progress.lastSession.questionIndex > 0) {\n        document.getElementById('sessionInfo').style.display = 'flex';\n        document.getElementById('sessionText').textContent = `Last session: Q${state.progress.lastSession.questionIndex + 1}`;\n    }\n}\n\nfunction resumeSession() {\n    if (state.progress.lastSession) {\n        const session = state.progress.lastSession;\n        if (session.mode) {\n            state.currentMode = session.mode;\n            state.selectedYear = session.selectedYear;\n            state.selectedChapter = session.selectedChapter;\n            applyFilters();\n        }\n        loadQuestion(session.questionIndex);\n        document.getElementById('sessionInfo').style.display = 'none';\n    }\n}\n\n\/\/ ==========================================\n\/\/ QUESTION STATS & MASTERY\n\/\/ ==========================================\nfunction updateQuestionStats(questionId, isCorrect) {\n    if (!state.progress.questionStats[questionId]) {\n        state.progress.questionStats[questionId] = { correct: 0, incorrect: 0, lastAttempt: null };\n    }\n    \n    const stats = state.progress.questionStats[questionId];\n    stats.lastAttempt = new Date().toISOString();\n    \n    if (isCorrect) {\n        stats.correct++;\n        state.progress.totalCorrect++;\n        if (stats.correct >= quizConfig.masteryThreshold) {\n            if (!state.progress.masteredQuestions.includes(questionId)) {\n                state.progress.masteredQuestions.push(questionId);\n            }\n            const weakIndex = state.progress.weakQuestions.indexOf(questionId);\n            if (weakIndex > -1) state.progress.weakQuestions.splice(weakIndex, 1);\n        }\n    } else {\n        stats.incorrect++;\n        state.progress.totalIncorrect++;\n        if (stats.incorrect >= quizConfig.weakThreshold && !state.progress.masteredQuestions.includes(questionId)) {\n            if (!state.progress.weakQuestions.includes(questionId)) {\n                state.progress.weakQuestions.push(questionId);\n            }\n        }\n    }\n    \n    saveProgress();\n    updateProgressDisplay();\n    updateWeakAreasDisplay();\n}\n\nfunction getQuestionMasteryLevel(questionId) {\n    const stats = state.progress.questionStats[questionId];\n    if (!stats) return 0;\n    return Math.min(stats.correct, 5);\n}\n\nfunction isQuestionWeak(questionId) {\n    return state.progress.weakQuestions.includes(questionId);\n}\n\n\/\/ ==========================================\n\/\/ PROGRESS DISPLAY\n\/\/ ==========================================\nfunction updateProgressDisplay() {\n    const total = allQuestions.length;\n    const mastered = state.progress.masteredQuestions.length;\n    const percentage = total > 0 ? Math.round((mastered \/ total) * 100) : 0;\n    \n    const circumference = 2 * Math.PI * 42;\n    const offset = circumference - (percentage \/ 100) * circumference;\n    document.getElementById('progressRingFill').style.strokeDashoffset = offset;\n    document.getElementById('progressPercentage').textContent = percentage + '%';\n    document.getElementById('totalCorrectProgress').textContent = state.progress.totalCorrect;\n    document.getElementById('totalWeakProgress').textContent = state.progress.weakQuestions.length;\n    document.getElementById('overallProgress').textContent = percentage + '% Mastered';\n}\n\nfunction updateWeakAreasDisplay() {\n    const weakCount = state.progress.weakQuestions.length;\n    \n    const weakBadgeHeader = document.getElementById('weakBadgeHeader');\n    if (weakCount > 0) {\n        weakBadgeHeader.style.display = 'flex';\n        document.getElementById('weakCountHeader').textContent = weakCount + ' Weak';\n    } else {\n        weakBadgeHeader.style.display = 'none';\n    }\n    \n    const weakCard = document.getElementById('weakAreasCard');\n    if (weakCount > 0) {\n        weakCard.style.display = 'flex';\n        weakCard.style.flexDirection = 'column';\n        const weakList = document.getElementById('weakQuestionList');\n        weakList.innerHTML = state.progress.weakQuestions.map(qId => {\n            const question = allQuestions.find(q => q.id === qId);\n            if (!question) return '';\n            const stats = state.progress.questionStats[qId] || { incorrect: 0 };\n            return `<div class=\"weak-question-item\" data-qid=\"${qId}\">\n                <span class=\"q-num\">Q${question.id}<\/span>\n                <span class=\"q-text\">${question.question.substring(0, 40)}...<\/span>\n                <span class=\"wrong-count\">${stats.incorrect}x<\/span>\n            <\/div>`;\n        }).join('');\n    } else {\n        weakCard.style.display = 'none';\n    }\n    \n    document.getElementById('weakModeCount').textContent = weakCount;\n}\n\nfunction updateModeTabCounts() {\n    document.getElementById('allCount').textContent = allQuestions.length;\n}\n\n\/\/ ==========================================\n\/\/ MODE & FILTERING - FIXED VERSION\n\/\/ ==========================================\nfunction setMode(mode) {\n    console.log('\ud83d\udd04 setMode called with:', mode);\n    \n    state.currentMode = mode;\n    \n    \/\/ Reset filters when switching to 'all' or 'weak' modes\n    if (mode === 'all' || mode === 'weak') {\n        state.selectedYear = null;\n        state.selectedChapter = null;\n    }\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    const modeTab = document.getElementById('mode' + mode.charAt(0).toUpperCase() + mode.slice(1));\n    if (modeTab) modeTab.classList.add('active');\n    \n    \/\/ \u2705 ADD THIS: Show\/hide filter cards based on mode\n    const yearCard = document.getElementById('yearFilterCard');\n    const chapterCard = document.getElementById('chapterFilterCard');\n    \n    yearCard.style.display = (mode === 'year' || mode === 'all') ? 'block' : 'none';\n    chapterCard.style.display = (mode === 'chapter' || mode === 'all') ? 'block' : 'none';\n    \n    applyFilters();\n}\n\n\/\/ ============================================\n\/\/ FIXED: filterByYear function\n\/\/ ============================================\nfunction filterByYear(year) {\n    console.log('\ud83d\udcc5 filterByYear called with:', year);\n    console.log('   Previous selectedYear:', state.selectedYear);\n    \n    \/\/ Toggle selection\n    state.selectedYear = (state.selectedYear === year) ? null : year;\n    state.selectedChapter = null;\n    state.currentMode = 'year';\n    \n    console.log('   New selectedYear:', state.selectedYear);\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    document.getElementById('modeYear').classList.add('active');\n    \n    applyFilters();\n}\n\n\/\/ ============================================\n\/\/ FIXED: filterByChapter function\n\/\/ ============================================\nfunction filterByChapter(chapter) {\n    console.log('\ud83d\udcd6 filterByChapter called with:', chapter);\n    console.log('   Previous selectedChapter:', state.selectedChapter);\n    \n    \/\/ Toggle selection\n    state.selectedChapter = (state.selectedChapter === chapter) ? null : chapter;\n    state.selectedYear = null;\n    state.currentMode = 'chapter';\n    \n    console.log('   New selectedChapter:', state.selectedChapter);\n    \n    \/\/ Update mode tab UI\n    document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n    document.getElementById('modeChapter').classList.add('active');\n    \n    applyFilters();\n}\n\nfunction applyFilters() {\n    console.log('\ud83d\udd0d applyFilters called');\n    console.log('   Mode:', state.currentMode);\n    console.log('   Selected Year:', state.selectedYear);\n    console.log('   Selected Chapter:', state.selectedChapter);\n    \n    state.currentQuestionIndex = 0;\n    state.sessionAnswers = {};\n    state.sessionChecked = {};\n    state.isReviewMode = false;\n    \n    \/\/ Apply filtering\n    if (state.currentMode === 'weak') {\n        state.filteredQuestions = allQuestions.filter(q => state.progress.weakQuestions.includes(q.id));\n        console.log('   Filtering by weak areas');\n    } else if (state.selectedYear) {\n        state.filteredQuestions = allQuestions.filter(q => q.year === state.selectedYear);\n        console.log('   Filtering by year:', state.selectedYear);\n    } else if (state.selectedChapter) {\n        state.filteredQuestions = allQuestions.filter(q => q.chapter === state.selectedChapter);\n        console.log('   Filtering by chapter:', state.selectedChapter);\n    } else {\n        state.filteredQuestions = [...allQuestions];\n        console.log('   No filter - showing all');\n    }\n    \n    console.log('   Filtered questions count:', state.filteredQuestions.length);\n    \n    \/\/ Refresh filter lists to show active state\n    populateYearList();\n    populateChapterList();\n    updateQuestionGrid();\n    updateSessionStats();\n    \n    if (state.filteredQuestions.length > 0) {\n        loadQuestion(0);\n    } else {\n        document.getElementById('questionText').textContent = 'No questions available for this filter.';\n        document.getElementById('optionsList').innerHTML = '';\n    }\n}\n\nfunction practiceWeakAreas() {\n    document.getElementById('resultModal').classList.remove('show');\n    setMode('weak');\n}\n\n\/\/ ==========================================\n\/\/ FILTER LIST POPULATION - USING DATA ATTRIBUTES\n\/\/ ==========================================\nfunction populateYearList() {\n    const years = [...new Set(allQuestions.map(q => q.year))].sort().reverse();\n    const yearList = document.getElementById('yearList');\n    \n    \/\/ Use data-year attribute instead of onclick\n    yearList.innerHTML = years.map(year => {\n        const count = allQuestions.filter(q => q.year === year).length;\n        const isActive = state.selectedYear === year;\n        return `<div class=\"filter-item ${isActive ? 'active' : ''}\" data-year=\"${year}\">\n            <span class=\"filter-text\"><i class=\"fas fa-calendar\"><\/i> ${year}<\/span>\n            <span class=\"filter-count\">${count}<\/span>\n        <\/div>`;\n    }).join('');\n}\n\nfunction populateChapterList() {\n    const chapters = [...new Set(allQuestions.map(q => q.chapter))].sort();\n    const chapterList = document.getElementById('chapterList');\n    \n    \/\/ Use data-chapter attribute instead of onclick\n    chapterList.innerHTML = chapters.map(chapter => {\n        const count = allQuestions.filter(q => q.chapter === chapter).length;\n        const shortName = chapter.length > 25 ? chapter.substring(0, 25) + '...' : chapter;\n        const isActive = state.selectedChapter === chapter;\n        return `<div class=\"filter-item ${isActive ? 'active' : ''}\" data-chapter=\"${chapter}\" title=\"${chapter}\">\n            <span class=\"filter-text\"><i class=\"fas fa-book\"><\/i> ${shortName}<\/span>\n            <span class=\"filter-count\">${count}<\/span>\n        <\/div>`;\n    }).join('');\n}\n\n\/\/ ==========================================\n\/\/ QUESTION LOADING & NAVIGATION\n\/\/ ==========================================\nfunction loadQuestion(index) {\n    if (index < 0 || index >= state.filteredQuestions.length) return;\n    \n    state.currentQuestionIndex = index;\n    const question = state.filteredQuestions[index];\n    \n    document.getElementById('questionNumber').textContent = `Question ${index + 1} of ${state.filteredQuestions.length}`;\n    document.getElementById('questionText').innerHTML = question.question;\n    document.getElementById('currentQuestionYear').textContent = question.year;\n    document.getElementById('currentQuestionChapter').textContent = question.chapter;\n    \n    document.getElementById('weakBadge').style.display = isQuestionWeak(question.id) ? 'flex' : 'none';\n    \n    renderOptions(question);\n    \n    const isChecked = state.sessionChecked[index];\n    const explanationBox = document.getElementById('explanationBox');\n    if (isChecked || state.isReviewMode) {\n        document.getElementById('explanationText').innerHTML = question.explanation;\n        explanationBox.classList.add('show');\n    } else {\n        explanationBox.classList.remove('show');\n    }\n    \n    updateMasteryIndicator(question.id);\n    \n    document.getElementById('prevBtn').disabled = index === 0;\n    document.getElementById('nextBtn').disabled = index === state.filteredQuestions.length - 1;\n    document.getElementById('checkBtn').disabled = isChecked || state.isReviewMode;\n    \n    updateQuestionGrid();\n    saveSessionPosition();\n}\n\nfunction renderOptions(question) {\n    const optionsList = document.getElementById('optionsList');\n    const letters = ['A', 'B', 'C', 'D'];\n    const isChecked = state.sessionChecked[state.currentQuestionIndex];\n    const selectedAnswer = state.sessionAnswers[state.currentQuestionIndex];\n    \n    optionsList.innerHTML = question.options.map((option, i) => {\n        let classes = 'option-item';\n        let icon = '';\n        \n        if (isChecked || state.isReviewMode) {\n            classes += ' disabled';\n            if (i === question.correct) {\n                classes += ' correct';\n                icon = '<i class=\"fas fa-check-circle option-icon\"><\/i>';\n            } else if (i === selectedAnswer && i !== question.correct) {\n                classes += ' incorrect';\n                icon = '<i class=\"fas fa-times-circle option-icon\"><\/i>';\n            }\n        } else if (selectedAnswer === i) {\n            classes += ' selected';\n        }\n        \n        return `<div class=\"${classes}\" data-index=\"${i}\">\n            <span class=\"option-letter\">${letters[i]}<\/span>\n            <span class=\"option-text\">${option}<\/span>\n            ${icon}\n        <\/div>`;\n    }).join('');\n}\n\nfunction updateMasteryIndicator(questionId) {\n    const indicator = document.getElementById('masteryIndicator');\n    const stats = state.progress.questionStats[questionId];\n    \n    if (stats && (stats.correct > 0 || stats.incorrect > 0)) {\n        indicator.classList.add('show');\n        const level = getQuestionMasteryLevel(questionId);\n        document.getElementById('masteryStars').innerHTML = [1, 2, 3, 4, 5].map(i => \n            `<i class=\"fas fa-star ${i <= level ? 'filled' : ''}\"><\/i>`\n        ).join('');\n    } else {\n        indicator.classList.remove('show');\n    }\n}\n\nfunction selectOption(optionIndex) {\n    if (state.sessionChecked[state.currentQuestionIndex] || state.isReviewMode) return;\n    state.sessionAnswers[state.currentQuestionIndex] = optionIndex;\n    loadQuestion(state.currentQuestionIndex);\n    updateSessionStats();\n}\n\nfunction checkAnswer() {\n    const selectedAnswer = state.sessionAnswers[state.currentQuestionIndex];\n    if (selectedAnswer === undefined) {\n        showToast('Please select an option first!', 'error');\n        return;\n    }\n    \n    state.sessionChecked[state.currentQuestionIndex] = true;\n    const question = state.filteredQuestions[state.currentQuestionIndex];\n    const isCorrect = selectedAnswer === question.correct;\n    \n    updateQuestionStats(question.id, isCorrect);\n    loadQuestion(state.currentQuestionIndex);\n    updateSessionStats();\n    \n    showToast(isCorrect ? 'Correct! \ud83c\udf89' : 'Incorrect. Review the explanation.', isCorrect ? 'success' : 'error');\n}\n\nfunction previousQuestion() {\n    if (state.currentQuestionIndex > 0) loadQuestion(state.currentQuestionIndex - 1);\n}\n\nfunction nextQuestion() {\n    if (state.currentQuestionIndex < state.filteredQuestions.length - 1) loadQuestion(state.currentQuestionIndex + 1);\n}\n\nfunction goToQuestion(questionId) {\n    const index = state.filteredQuestions.findIndex(q => q.id === questionId);\n    if (index !== -1) loadQuestion(index);\n}\n\n\/\/ ==========================================\n\/\/ QUESTION GRID\n\/\/ ==========================================\nfunction updateQuestionGrid() {\n    const grid = document.getElementById('questionGrid');\n    grid.innerHTML = state.filteredQuestions.map((q, i) => {\n        let className = 'grid-item';\n        \n        if (i === state.currentQuestionIndex) {\n            className += ' current';\n        } else if (state.sessionChecked[i] || state.isReviewMode) {\n            if (state.sessionAnswers[i] === state.filteredQuestions[i].correct) {\n                className += ' correct-answered';\n            } else if (state.sessionAnswers[i] !== undefined) {\n                className += ' incorrect-answered';\n            } else {\n                className += ' unattempted';\n            }\n        } else if (state.sessionAnswers[i] !== undefined) {\n            className += ' attempted';\n        } else {\n            className += ' unattempted';\n        }\n        \n        if (isQuestionWeak(q.id)) className += ' weak-marked';\n        \n        return `<div class=\"${className}\" data-index=\"${i}\">${i + 1}<\/div>`;\n    }).join('');\n}\n\n\/\/ ==========================================\n\/\/ SESSION STATS\n\/\/ ==========================================\nfunction updateSessionStats() {\n    const total = state.filteredQuestions.length;\n    const attempted = Object.keys(state.sessionAnswers).length;\n    let correct = 0, incorrect = 0;\n    \n    Object.keys(state.sessionChecked).forEach(index => {\n        if (state.filteredQuestions[index] && state.sessionAnswers[index] === state.filteredQuestions[index].correct) correct++;\n        else if (state.sessionAnswers[index] !== undefined) incorrect++;\n    });\n    \n    document.getElementById('totalQuestions').textContent = total;\n    document.getElementById('attemptedCount').textContent = attempted;\n    document.getElementById('correctCount').textContent = correct;\n    document.getElementById('incorrectCount').textContent = incorrect;\n}\n\n\/\/ ==========================================\n\/\/ SUBMIT & RESULTS\n\/\/ ==========================================\nfunction submitExam() {\n    let correct = 0, incorrect = 0;\n    \n    state.filteredQuestions.forEach((q, i) => {\n        if (state.sessionAnswers[i] === q.correct) correct++;\n        else if (state.sessionAnswers[i] !== undefined) incorrect++;\n    });\n    \n    const percentage = state.filteredQuestions.length > 0 ? Math.round((correct \/ state.filteredQuestions.length) * 100) : 0;\n    \n    document.getElementById('resultCorrect').textContent = correct;\n    document.getElementById('resultIncorrect').textContent = incorrect;\n    document.getElementById('resultScore').textContent = percentage + '%';\n    \n    if (percentage >= 80) {\n        document.getElementById('resultIcon').textContent = '\ud83c\udf89';\n        document.getElementById('resultTitle').textContent = 'Excellent!';\n        document.getElementById('resultMessage').textContent = 'Outstanding performance!';\n    } else if (percentage >= 60) {\n        document.getElementById('resultIcon').textContent = '\ud83d\udc4d';\n        document.getElementById('resultTitle').textContent = 'Good Job!';\n        document.getElementById('resultMessage').textContent = 'Keep practicing!';\n    } else {\n        document.getElementById('resultIcon').textContent = '\ud83d\udcaa';\n        document.getElementById('resultTitle').textContent = 'Keep Learning!';\n        document.getElementById('resultMessage').textContent = 'Focus on weak areas.';\n    }\n    \n    document.getElementById('practiceWeakBtn').style.display = state.progress.weakQuestions.length > 0 ? 'flex' : 'none';\n    document.getElementById('resultModal').classList.add('show');\n}\n\nfunction reviewAnswers() {\n    document.getElementById('resultModal').classList.remove('show');\n    state.isReviewMode = true;\n    state.filteredQuestions.forEach((_, i) => { state.sessionChecked[i] = true; });\n    loadQuestion(0);\n    updateQuestionGrid();\n}\n\nfunction retryQuiz() {\n    document.getElementById('resultModal').classList.remove('show');\n    state.sessionAnswers = {};\n    state.sessionChecked = {};\n    state.isReviewMode = false;\n    updateQuestionGrid();\n    updateSessionStats();\n    loadQuestion(0);\n}\n\n\/\/ ============================================\n\/\/ FIXED: resetQuiz - NOW RESETS WEAK AREAS\n\/\/ ============================================\nfunction resetQuiz() {\n    if (confirm('Reset this session?\\n\\nThis will clear:\\n\u2022 Current answers\\n\u2022 Weak areas\\n\u2022 All progress')) {\n        \n        \/\/ Reset session data\n        state.sessionAnswers = {};\n        state.sessionChecked = {};\n        state.isReviewMode = false;\n        \n        \/\/ Reset ALL progress including weak areas\n        state.progress = {\n            questionStats: {},\n            weakQuestions: [],\n            masteredQuestions: [],\n            totalCorrect: 0,\n            totalIncorrect: 0,\n            lastSession: null\n        };\n        \n        \/\/ Save reset progress\n        saveProgress();\n        \n        \/\/ Reset filters\n        state.currentMode = 'all';\n        state.selectedYear = null;\n        state.selectedChapter = null;\n        state.filteredQuestions = [...allQuestions];\n        \n        \/\/ Update mode tabs UI\n        document.querySelectorAll('.mode-tab').forEach(tab => tab.classList.remove('active'));\n        document.getElementById('modeAll').classList.add('active');\n        \n        \/\/ Update all UI\n        populateYearList();\n        populateChapterList();\n        updateProgressDisplay();\n        updateWeakAreasDisplay();\n        updateQuestionGrid();\n        updateSessionStats();\n        loadQuestion(0);\n        \n        \/\/ Hide session info\n        document.getElementById('sessionInfo').style.display = 'none';\n        \n        showToast('Session reset successfully!', 'success');\n    }\n}\n\n\/\/ ==========================================\n\/\/ TOAST\n\/\/ ==========================================\nfunction showToast(message, type = 'error') {\n    const toast = document.getElementById('warningToast');\n    document.getElementById('toastMessage').textContent = message;\n    toast.classList.remove('success');\n    if (type === 'success') toast.classList.add('success');\n    toast.classList.add('show');\n    setTimeout(() => toast.classList.remove('show'), 3000);\n}\n\n\/\/ ==========================================\n\/\/ SCREENSHOT PREVENTION\n\/\/ ==========================================\nfunction initScreenshotPrevention() {\n    document.addEventListener('keydown', function(e) {\n        if (e.key === 'PrintScreen' || (e.ctrlKey && e.key === 'p') || (e.ctrlKey && e.shiftKey && e.key === 'S')) {\n            e.preventDefault();\n            showToast('Screenshots and printing are not allowed!');\n            return false;\n        }\n    });\n    \n    document.addEventListener('contextmenu', function(e) {\n        e.preventDefault();\n        showToast('Right-click is disabled!');\n        return false;\n    });\n}\n\n\/\/ Initialize when DOM is ready\ndocument.addEventListener('DOMContentLoaded', initQuiz);\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Message \ud83c\udf89 Great Job! You have completed the quiz. 0 Correct 0 Incorrect 0% Score Review Practice Weak Try Again [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"disabled","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"disabled","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[44],"tags":[],"class_list":["post-5737","page","type-page","status-publish","hentry","category-pyq"],"_links":{"self":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5737","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5737"}],"version-history":[{"count":61,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5737\/revisions"}],"predecessor-version":[{"id":8702,"href":"https:\/\/promotionexams.com\/index.php?rest_route=\/wp\/v2\/pages\/5737\/revisions\/8702"}],"wp:attachment":[{"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/promotionexams.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}