{"id":2336,"date":"2025-07-01T09:50:24","date_gmt":"2025-07-01T05:50:24","guid":{"rendered":"https:\/\/windowedu.in\/blog\/?page_id=2336"},"modified":"2025-07-01T09:55:25","modified_gmt":"2025-07-01T05:55:25","slug":"pyq-series","status":"publish","type":"page","link":"https:\/\/windowedu.in\/blog\/?page_id=2336","title":{"rendered":"PYQ SERIES"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Kerala PSC Block<\/title>\n    <style>\n        .kerala-psc-container {\n            max-width: 100%;\n            margin: 0 auto;\n            padding: 20px;\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            line-height: 1.7;\n            color: #333;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 16px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n        }\n\n        .content-wrapper {\n            background: white;\n            border-radius: 12px;\n            padding: 30px;\n            margin: 0;\n        }\n\n        .main-title {\n            font-size: clamp(28px, 6vw, 42px);\n            font-weight: 800;\n            margin-bottom: 12px;\n            background: linear-gradient(135deg, #667eea, #764ba2);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            text-align: center;\n            line-height: 1.2;\n        }\n\n        .subtitle {\n            font-size: clamp(18px, 4vw, 24px);\n            color: #666;\n            text-align: center;\n            margin-bottom: 40px;\n            font-weight: 600;\n        }\n\n        .section-title {\n            font-size: clamp(22px, 5vw, 28px);\n            font-weight: 700;\n            margin: 40px 0 20px 0;\n            color: #2c3e50;\n            display: flex;\n            align-items: center;\n            gap: 12px;\n        }\n\n        .section-title:first-of-type {\n            margin-top: 20px;\n        }\n\n        .highlight-box {\n            background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);\n            color: white;\n            padding: 25px;\n            border-radius: 12px;\n            margin: 20px 0;\n            box-shadow: 0 8px 25px rgba(240, 147, 251, 0.3);\n        }\n\n        .highlight-box h3 {\n            margin: 0 0 15px 0;\n            font-size: clamp(20px, 4.5vw, 26px);\n            font-weight: 700;\n        }\n\n        .package-list {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n\n        .package-list li {\n            font-size: clamp(16px, 4vw, 20px);\n            margin: 15px 0;\n            padding: 15px 20px;\n            background: #f8f9ff;\n            border-radius: 10px;\n            border-left: 4px solid #667eea;\n            font-weight: 600;\n            transition: transform 0.2s ease;\n        }\n\n        .package-list li:hover {\n            transform: translateX(5px);\n        }\n\n        .notes-section {\n            background: linear-gradient(135deg, #a8edea 0%, #fed6e3 100%);\n            padding: 25px;\n            border-radius: 12px;\n            margin: 20px 0;\n        }\n\n        .notes-section h4 {\n            font-size: clamp(20px, 4.5vw, 24px);\n            margin: 0 0 15px 0;\n            color: #2c3e50;\n            font-weight: 700;\n        }\n\n        .content-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n            gap: 20px;\n            margin: 30px 0;\n        }\n\n        .content-card {\n            background: white;\n            padding: 25px;\n            border-radius: 12px;\n            box-shadow: 0 8px 25px rgba(0,0,0,0.08);\n            border: 2px solid #f0f0f0;\n            transition: all 0.3s ease;\n        }\n\n        .content-card:hover {\n            transform: translateY(-5px);\n            border-color: #667eea;\n            box-shadow: 0 12px 35px rgba(102, 126, 234, 0.15);\n        }\n\n        .content-card h4 {\n            font-size: clamp(18px, 4vw, 22px);\n            margin: 0 0 15px 0;\n            color: #2c3e50;\n            font-weight: 700;\n        }\n\n        .telegram-section {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 30px 0;\n        }\n\n        .telegram-section h3 {\n            font-size: clamp(22px, 5vw, 28px);\n            margin: 0 0 20px 0;\n            font-weight: 700;\n        }\n\n        .telegram-link {\n            display: inline-block;\n            background: white;\n            color: #667eea;\n            padding: 15px 30px;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 700;\n            font-size: clamp(16px, 4vw, 20px);\n            margin: 20px 0;\n            transition: all 0.3s ease;\n            box-shadow: 0 8px 25px rgba(255,255,255,0.2);\n        }\n\n        .telegram-link:hover {\n            transform: translateY(-3px);\n            box-shadow: 0 12px 35px rgba(255,255,255,0.3);\n            text-decoration: none;\n            color: #5a67d8;\n        }\n\n        .feature-list {\n            list-style: none;\n            padding: 0;\n            margin: 20px 0;\n        }\n\n        .feature-list li {\n            font-size: clamp(16px, 4vw, 19px);\n            margin: 12px 0;\n            padding: 12px 0;\n            position: relative;\n            font-weight: 600;\n        }\n\n        .feature-list li:before {\n            content: \"\u2713\";\n            color: #27ae60;\n            font-weight: bold;\n            font-size: 18px;\n            margin-right: 12px;\n        }\n\n        .cta-section {\n            background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%);\n            padding: 30px;\n            border-radius: 12px;\n            text-align: center;\n            margin: 30px 0;\n        }\n\n        .cta-section h3 {\n            font-size: clamp(24px, 5vw, 32px);\n            margin: 0;\n            color: #2c3e50;\n            font-weight: 800;\n        }\n\n        .text-content {\n            font-size: clamp(16px, 4vw, 18px);\n            line-height: 1.8;\n            color: #555;\n            margin: 15px 0;\n        }\n\n        .emoji {\n            font-size: clamp(24px, 5vw, 32px);\n            margin-right: 8px;\n        }\n\n        @media (max-width: 768px) {\n            .kerala-psc-container {\n                padding: 15px;\n            }\n            \n            .content-wrapper {\n                padding: 20px;\n            }\n            \n            .content-grid {\n                grid-template-columns: 1fr;\n                gap: 15px;\n            }\n            \n            .section-title {\n                flex-direction: column;\n                text-align: center;\n                gap: 8px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .kerala-psc-container {\n                padding: 10px;\n            }\n            \n            .content-wrapper {\n                padding: 15px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"kerala-psc-container\">\n        <div class=\"content-wrapper\">\n            <h1 class=\"main-title\">Kerala PSC 10th Level Exam Preparation Hub<\/h1>\n            <p class=\"subtitle\">\u0d15\u0d47\u0d30\u0d33 PSC 10th Level \u0d2a\u0d30\u0d40\u0d15\u0d4d\u0d37\u0d3e \u0d24\u0d2f\u0d4d\u0d2f\u0d3e\u0d31\u0d46\u0d1f\u0d41\u0d2a\u0d4d\u0d2a\u0d3f\u0d28\u0d41\u0d33\u0d4d\u0d33 \u0d38\u0d2e\u0d4d\u0d2a\u0d42\u0d7c\u0d23\u0d4d\u0d23 \u0d2a\u0d30\u0d3f\u0d39\u0d3e\u0d30\u0d02<\/p>\n\n            <h2 class=\"section-title\"><span class=\"emoji\">\ud83c\udfaf<\/span>\u0d1e\u0d19\u0d4d\u0d19\u0d7e \u0d28\u0d7d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d &#8211; What We Offer<\/h2>\n            \n            <div class=\"highlight-box\">\n                <h3>Previous Year Questions (PYQ) + Connected Facts<\/h3>\n                <ul class=\"feature-list\">\n                    <li>\u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e \u0d35\u0d7c\u0d37\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d46 \u0d1a\u0d4b\u0d26\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d7e<\/li>\n                    <li>Related facts \u0d09\u0d02 explanations \u0d09\u0d02<\/li>\n                    <li>\u0d0e\u0d32\u0d4d\u0d32\u0d3e topics \u0d28\u0d4d\u0d31\u0d46\u0d2f\u0d41\u0d02 comprehensive coverage<\/li>\n                <\/ul>\n            <\/div>\n\n            <div class=\"notes-section\">\n                <h4>\u0d2a\u0d42\u0d7c\u0d23\u0d4d\u0d23\u0d2e\u0d3e\u0d2f Learning Package:<\/h4>\n                <ul class=\"package-list\">\n                    <li>\u2705 <strong>Video Classes<\/strong> &#8211; YouTube-\u0d7d publish \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d41<\/li>\n                    <li>\u2705 <strong>Study Notes<\/strong> &#8211; \u0d07\u0d35\u0d3f\u0d1f\u0d46 \u0d0e\u0d32\u0d4d\u0d32\u0d3e notes \u0d09\u0d02 \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d23\u0d4d<\/li>\n                    <li>\u2705 <strong>Practice Exams<\/strong> &#8211; Regular mock tests<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2 class=\"section-title\"><span class=\"emoji\">\ud83d\udcda<\/span>\u0d2a\u0d20\u0d28 \u0d38\u0d3e\u0d2e\u0d17\u0d4d\u0d30\u0d3f\u0d15\u0d7e &#8211; Study Materials<\/h2>\n            \n            <div class=\"content-card\">\n                <h4>\u0d0e\u0d32\u0d4d\u0d32\u0d3e Study Notes \u0d09\u0d02 \u0d24\u0d3e\u0d34\u0d46 \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d23\u0d4d:<\/h4>\n                <ul class=\"feature-list\">\n                    <li>\u0d2e\u0d28\u0d38\u0d4d\u0d38\u0d3f\u0d32\u0d3e\u0d15\u0d4d\u0d15\u0d3e\u0d7b \u0d0e\u0d33\u0d41\u0d2a\u0d4d\u0d2a\u0d2e\u0d41\u0d33\u0d4d\u0d33 explanations<\/li>\n                    <li>\u0d0f\u0d31\u0d4d\u0d31\u0d35\u0d41\u0d02 \u0d2a\u0d41\u0d24\u0d3f\u0d2f syllabus \u0d05\u0d28\u0d41\u0d38\u0d30\u0d3f\u0d1a\u0d4d\u0d1a\u0d4d updated<\/li>\n                <\/ul>\n            <\/div>\n\n            <h2 class=\"section-title\"><span class=\"emoji\">\ud83d\udcf1<\/span>Content &#038; Updates<\/h2>\n            \n            <div class=\"content-grid\">\n                <div class=\"content-card\">\n                    <h4>YouTube Channel:<\/h4>\n                    <ul class=\"feature-list\">\n                        <li>Video classes<\/li>\n                        <li>Topic explanations<\/li>\n                        <li>Exam strategies<\/li>\n                    <\/ul>\n                <\/div>\n                \n                <div class=\"content-card\">\n                    <h4>Telegram Channel:<\/h4>\n                    <ul class=\"feature-list\">\n                        <li>Daily learning plan<\/li>\n                        <li>Detailed notes<\/li>\n                        <li>Daily video classes<\/li>\n                        <li>Daily exams<\/li>\n                        <li>Daily current affairs<\/li>\n                        <li>Instant updates<\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n\n            <div class=\"telegram-section\">\n                <h3><span class=\"emoji\">\ud83d\udd14<\/span>\u0d1e\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 Community-\u0d2f\u0d3f\u0d7d \u0d1a\u0d47\u0d30\u0d41\u0d15<\/h3>\n                <p class=\"text-content\" style=\"color: white; font-size: clamp(16px, 4vw, 20px);\">\n                    <strong>Full Content Access \u0d32\u0d2d\u0d3f\u0d15\u0d4d\u0d15\u0d3e\u0d7b Telegram Channel-\u0d7d \u0d1a\u0d47\u0d30\u0d41\u0d15:<\/strong>\n                <\/p>\n                <a href=\"https:\/\/t.me\/windowedu\" class=\"telegram-link\" target=\"_blank\">\n                    \ud83d\udcf1 Join Telegram Channel\n                <\/a>\n            <\/div>\n\n            <h2 class=\"section-title\"><span class=\"emoji\">\ud83d\udcd6<\/span>\u0d35\u0d3f\u0d36\u0d26\u0d2e\u0d3e\u0d2f Articles<\/h2>\n            \n            <div class=\"content-card\">\n                <h4>\u0d15\u0d42\u0d1f\u0d41\u0d24\u0d7d Articles &#038; Resources:<\/h4>\n                <ul class=\"feature-list\">\n                    <li>In-depth topic analysis<\/li>\n                    <li>Additional study materials<\/li>\n                    <li>Expert tips \u0d09\u0d02 tricks \u0d09\u0d02<\/li>\n                <\/ul>\n                <p class=\"text-content\"><strong>Articles \u0d24\u0d3e\u0d34\u0d46 \u0d32\u0d2d\u0d4d\u0d2f\u0d2e\u0d3e\u0d23\u0d4d<\/strong><\/p>\n            <\/div>\n\n            <div class=\"cta-section\">\n                <h3>\u0d07\u0d28\u0d4d\u0d28\u0d47 \u0d24\u0d41\u0d1f\u0d19\u0d4d\u0d19\u0d42 \u0d28\u0d3f\u0d19\u0d4d\u0d19\u0d33\u0d41\u0d1f\u0d46 \u0d24\u0d2f\u0d4d\u0d2f\u0d3e\u0d31\u0d46\u0d1f\u0d41\u0d2a\u0d4d\u0d2a\u0d4d &#8211; Start Your Preparation Today!<\/h3>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n\t\t\t<div class = \"\n\t\t\twp-block-uagb-post-timeline uagb-timeline__outer-wrap uagb-block-475f51a7    uagb-timeline__arrow-center uagb-timeline__center-block uagb_timeline__cta-enable uagb-timeline uagb-timeline__content-wrap\t\t\tuagb-timeline__arrow-center uagb-timeline__center-block uagb_timeline__cta-enable uagb-timeline uagb-timeline__content-wrap\t\t\t\"\n\t\t\tstyle=\"\" >\n\t\t\t\t\t\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__right\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-right uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-26T14:19:55+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJuly 26, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2555\" target=\"_self\" rel=\"noopener noreferrer\">PART 1. 1.\u0d2f\u0d42\u0d31\u0d4b\u0d2a\u0d4d\u0d2f\u0d28\u0d4d\u0d2e\u0d3e\u0d30\u0d41\u0d1f\u0d46 \u0d06\u0d17\u0d2e\u0d28\u0d02<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>1: \u0d2a\u0d4b\u0d7c\u0d1a\u0d4d\u0d1a\u0d41\u0d17\u0d40\u0d38\u0d41\u0d15\u0d3e\u0d7c (Portuguese) \u0d07\u0d28\u0d4d\u0d24\u0d4d\u0d2f\u0d2f\u0d3f\u0d32\u0d46 \u0d06\u0d26\u0d4d\u0d2f\u0d24\u0d4d\u0d24\u0d46 \u0d2a\u0d4b\u0d7c\u0d1a\u0d4d\u0d1a\u0d41 \u0d17\u0d40\u0d38\u0d4d \u0d35\u0d48\u0d38\u0d4d\u0d30\u0d4b\u0d2f\u0d3f \u0d2b\u0d4d\u0d30\u0d3e\u0d7b\u0d38\u0d3f\u0d38\u0d4d\u0d15\u0d4b \u0d21\u0d3f \u0d05\u0d7d\u0d2e\u0d47\u0d21 (1505-1509) \u0d06\u0d2f\u0d3f\u0d30\u0d41\u0d28\u0d4d\u0d28\u0d41. \u0d07\u0d28\u0d4d\u0d24\u0d4d\u0d2f\u0d2f\u0d3f\u0d32\u0d46 \u0d30\u0d23\u0d4d\u0d1f\u0d3e\u0d2e\u0d24\u0d4d\u0d24\u0d46&#8230;\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2555\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-26T14:19:55+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJuly 26, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__left\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-left uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-01T09:29:08+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJuly 1, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2334\" target=\"_self\" rel=\"noopener noreferrer\">KERALA PSC X LEVEL EXAMS PYQ AND CONNECTED FACTS Part 6<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>6. \u0d12\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d15\u0d31\u0d41\u0d2a\u0d4d\u0d2a\u0d4d \u0d2f\u0d41\u0d26\u0d4d\u0d27\u0d02 \u0d05\u0d35\u0d38\u0d3e\u0d28\u0d3f\u0d2a\u0d4d\u0d2a\u0d3f\u0d1a\u0d4d\u0d1a \u0d09\u0d1f\u0d2e\u0d4d\u0d2a\u0d1f\u0d3f \u0d0f\u0d24\u0d4d?&nbsp; (a) \u0d28\u0d3e\u0d19\u0d4d\u0d15\u0d3f\u0d19\u0d4d\u0d19\u0d4d \u0d09\u0d1f\u0d2e\u0d4d\u0d2a\u0d1f\u0d3f&nbsp; (b) \u0d37\u0d3e\u0d19\u0d4d\u0d15\u0d3e\u0d2f\u0d4d \u0d09\u0d1f\u0d2e\u0d4d\u0d2a\u0d1f\u0d3f&nbsp; (c) \u0d2f\u0d3e\u0d19\u0d4d\u0d19\u0d4d\u0d38\u0d3f&#8230;\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2334\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-07-01T09:29:08+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJuly 1, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__right\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-right uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-29T09:12:47+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJune 29, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2305\" target=\"_self\" rel=\"noopener noreferrer\">PYQ 5 \u0d2f\u0d41.\u0d0e\u0d7b \u0d05\u0d02\u0d17\u0d24\u0d4d\u0d35\u0d02 &#8211; \u0d35\u0d3f\u0d36\u0d26 \u0d35\u0d3f\u0d35\u0d30\u0d19\u0d4d\u0d19\u0d7e<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>United Nations Membership &#8211; Detailed Information&#xD06;&#xD2E;&#xD41;&#xD16;&#xD02;&#xD05;&#xD1F;&#xD3F;&#xD38;&#xD4D;&#xD25;&#xD3E;&#xD28; &#xD35;&#xD3F;&#xD35;&#xD30;&#xD19;&#xD4D;&#xD19;&#xD7E;&#xD28;&#xD3F;&#xD32;&#xD35;&#xD3F;&#xD32;&#xD46; &#xD05;&#xD02;&#xD17;&#xD38;&#xD02;&#xD16;&#xD4D;&#xD2F;&#xD05;&#xD02;&#xD17;&#xD24;&#xD4D;&#xD35; &#xD1A;&#xD30;&#xD3F;&#xD24;&#xD4D;&#xD30;&#xD02;&#xD0F;&#xD31;&#xD4D;&#xD31;&#xD35;&#xD41;&#xD02; &#xD2A;&#xD41;&#xD24;&#xD3F;&#xD2F; &#xD05;&#xD02;&#xD17;&#xD19;&#xD4D;&#xD19;&#xD7E;193-&#xD3E;&#xD2E;&#xD24;&#xD4D;&#xD24;&#xD46; &#xD30;&#xD3E;&#xD1C;&#xD4D;&#xD2F;&#xD02;: &#xD26;&#xD15;&#xD4D;&#xD37;&#xD3F;&#xD23; &#xD38;&#xD41;&#xD21;&#xD3E;&#xD7B;192-&#xD3E;&#xD2E;&#xD24;&#xD4D;&#xD24;&#xD46; &#xD30;&#xD3E;&#xD1C;&#xD4D;&#xD2F;&#xD02;:&#8230;\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2305\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-29T09:12:47+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJune 29, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__left\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-left uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-26T08:09:47+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJune 26, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2214\" target=\"_self\" rel=\"noopener noreferrer\">PYQ PART 4 \u0d07\u0d28\u0d4d\u0d24\u0d4d\u0d2f\u0d2f\u0d3f\u0d32\u0d46 \u0d39\u0d30\u0d3f\u0d24 \u0d35\u0d3f\u0d2a\u0d4d\u0d32\u0d35\u0d35\u0d41\u0d02 \u0d2a\u0d1e\u0d4d\u0d1a\u0d35\u0d24\u0d4d\u0d38\u0d30 \u0d2a\u0d26\u0d4d\u0d27\u0d24\u0d3f\u0d15\u0d33\u0d41\u0d02<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>\ud83c\udf31 \u0d07\u0d28\u0d4d\u0d24\u0d4d\u0d2f\u0d2f\u0d3f\u0d32\u0d46 \u0d39\u0d30\u0d3f\u0d24 \u0d35\u0d3f\u0d2a\u0d4d\u0d32\u0d35\u0d35\u0d41\u0d02 \u0d2a\u0d1e\u0d4d\u0d1a\u0d35\u0d24\u0d4d\u0d38\u0d30 \u0d2a\u0d26\u0d4d\u0d27\u0d24\u0d3f\u0d15\u0d33\u0d41\u0d02 \u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550 \u0d07\u0d28\u0d4d\u0d24\u0d4d\u0d2f\u0d2f\u0d3f\u0d7d \u0d39\u0d30\u0d3f\u0d24 \u0d35\u0d3f\u0d2a\u0d4d\u0d32\u0d35\u0d02 \u0d06\u0d30\u0d02\u0d2d\u0d3f\u0d1a\u0d4d\u0d1a\u0d24\u0d4d \u0d2e\u0d42\u0d28\u0d4d\u0d28\u0d3e\u0d02 \u0d2a\u0d1e\u0d4d\u0d1a\u0d35\u0d24\u0d4d\u0d38\u0d30 \u0d2a\u0d26\u0d4d\u0d27\u0d24\u0d3f \u0d15\u0d3e\u0d32\u0d24\u0d4d\u0d24\u0d3e\u0d23\u0d4d&#8230;.\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2214\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-26T08:09:47+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJune 26, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__right\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-right uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-23T09:08:58+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJune 23, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2177\" target=\"_self\" rel=\"noopener noreferrer\">PYQ PART 3 ISRO &#8211; Kerala PSC Study Notes<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>Question &#x26; Answer&#xD35;&#xD3F;&#xD36;&#xD26;&#xD2E;&#xD3E;&#xD2F; &#xD15;&#xD41;&#xD31;&#xD3F;&#xD2A;&#xD4D;&#xD2A;&#xD41;&#xD15;&#xD7E;&#xD21;&#xD4B;. &#xD35;&#xD3F;&#xD15;&#xD4D;&#xD30;&#xD02; &#xD38;&#xD3E;&#xD30;&#xD3E;&#xD2D;&#xD3E;&#xD2F;&#xD3F;&#xD10;.&#xD0E;&#xD38;&#xD4D;.&#xD06;&#xD7C;.&#xD13;. &#xD38;&#xD4D;&#xD25;&#xD3E;&#xD2A;&#xD28; &#xD35;&#xD3F;&#xD36;&#xD47;&#xD37;&#xD19;&#xD4D;&#xD19;&#xD7E;&#xD2E;&#xD31;&#xD4D;&#xD31;&#xD4D; &#xD2A;&#xD4D;&#xD30;&#xD27;&#xD3E;&#xD28; &#xD24;&#xD40;&#xD2F;&#xD24;&#xD3F;&#xD15;&#xD7E;&#xD35;&#xD3F;&#xD15;&#xD4D;&#xD30;&#xD02; &#xD38;&#xD3E;&#xD30;&#xD3E;&#xD2D;&#xD3E;&#xD2F;&#xD3F; &#xD38;&#xD4D;&#xD2A;&#xD47;&#xD38;&#xD4D; &#xD38;&#xD46;&#xD28;&#xD4D;&#xD31;&#xD7C;&#xD2A;&#xD4D;&#xD30;&#xD38;&#xD4D;&#xD24;&#xD3E;&#xD35;&#xD28;&#xD15;&#xD33;&#xD41;&#xD1F;&#xD46; &#xD35;&#xD3F;&#xD36;&#xD15;&#xD32;&#xD28;&#xD02;ISRO &#xD38;&#xD2E;&#xD15;&#xD3E;&#xD32;&#xD3F;&#xD15;&#8230;\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2177\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-23T09:08:58+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJune 23, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t<article class = \"uagb-timeline__field  uagb-timeline__left\">\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__marker uagb-timeline__out-view-icon\" >\n\t\t\t\t<span class = \"uagb-timeline__icon-new uagb-timeline__out-view-icon\" >\t\t\t\t<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox= \"0 0 448 512\"><path d=\"M160 32V64H288V32C288 14.33 302.3 0 320 0C337.7 0 352 14.33 352 32V64H400C426.5 64 448 85.49 448 112V160H0V112C0 85.49 21.49 64 48 64H96V32C96 14.33 110.3 0 128 0C145.7 0 160 14.33 160 32zM0 192H448V464C448 490.5 426.5 512 400 512H48C21.49 512 0 490.5 0 464V192zM64 304C64 312.8 71.16 320 80 320H112C120.8 320 128 312.8 128 304V272C128 263.2 120.8 256 112 256H80C71.16 256 64 263.2 64 272V304zM192 304C192 312.8 199.2 320 208 320H240C248.8 320 256 312.8 256 304V272C256 263.2 248.8 256 240 256H208C199.2 256 192 263.2 192 272V304zM336 256C327.2 256 320 263.2 320 272V304C320 312.8 327.2 320 336 320H368C376.8 320 384 312.8 384 304V272C384 263.2 376.8 256 368 256H336zM64 432C64 440.8 71.16 448 80 448H112C120.8 448 128 440.8 128 432V400C128 391.2 120.8 384 112 384H80C71.16 384 64 391.2 64 400V432zM208 384C199.2 384 192 391.2 192 400V432C192 440.8 199.2 448 208 448H240C248.8 448 256 440.8 256 432V400C256 391.2 248.8 384 240 384H208zM320 432C320 440.8 327.2 448 336 448H368C376.8 448 384 440.8 384 432V400C384 391.2 376.8 384 368 384H336C327.2 384 320 391.2 320 400V432z\"><\/path><\/svg>\n\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__day-new uagb-timeline__day-left uagb-timeline__events-inner-new\" >\n\t\t\t\t\t\t<div class=\"uagb-timeline__events-inner--content\">\n\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-23T09:02:31+04:00\" class=\"uagb-timeline__date-hide uagb-timeline__inner-date-new\">\n\t\t\t\tJune 23, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<h3 class=\"uagb-timeline__heading\" >\n\t\t\t\t\t<a href=\"https:\/\/windowedu.in\/blog\/?p=2169\" target=\"_self\" rel=\"noopener noreferrer\">PYQ PART 2  \u0d15\u0d4b\u0d24\u0d4d\u0d24\u0d3e\u0d30\u0d3f \u0d15\u0d2e\u0d4d\u0d2e\u0d40\u0d37\u0d7b &amp; NEP 2020 &#8211; Kerala PSC Essential Facts<\/a>\n\t\t\t\t<\/h3>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"dashicons-admin-users dashicons\"><\/span>\n\t\t\t\t<a class=\"uagb-timeline__author-link\" href=\"https:\/\/windowedu.in\/blog\/?author=1\">raghumadambath<\/a>\n\t\t\t\t\t\t\t<div class=\"uagb-timeline-desc-content\">\n\t\t\t\t<p>&#xD1A;&#xD4B;&#xD26;&#xD4D;&#xD2F;&#xD02; 1:&#xD15;&#xD4B;&#xD24;&#xD4D;&#xD24;&#xD3E;&#xD30;&#xD3F; &#xD15;&#xD2E;&#xD4D;&#xD2E;&#xD40;&#xD37;&#xD7B; (1964-66)&#xD2A;&#xD4D;&#xD30;&#xD38;&#xD3F;&#xD26;&#xD4D;&#xD27; &#xD2A;&#xD4D;&#xD30;&#xD38;&#xD4D;&#xD24;&#xD3E;&#xD35;&#xD28;&#xD05;&#xD1F;&#xD3F;&#xD38;&#xD4D;&#xD25;&#xD3E;&#xD28; &#xD35;&#xD3F;&#xD35;&#xD30;&#xD19;&#xD4D;&#xD19;&#xD7E;&#xD2A;&#xD4D;&#xD30;&#xD27;&#xD3E;&#xD28; &#xD36;&#xD41;&#xD2A;&#xD3E;&#xD7C;&#xD36;&#xD15;&#xD7E;NEP 2020 (National Education Policy)&#xD05;&#xD1F;&#xD3F;&#xD38;&#xD4D;&#xD25;&#xD3E;&#xD28; &#xD35;&#xD3F;&#xD35;&#xD30;&#xD19;&#xD4D;&#xD19;&#xD7E;&#xD35;&#xD3F;&#xD26;&#xD4D;&#xD2F;&#xD3E;&#xD2D;&#xD4D;&#xD2F;&#xD3E;&#xD38; &#xD18;&#xD1F;&#xD28;&#xD2F;&#xD3F;&#xD32;&#xD46; &#xD2E;&#xD3E;&#xD31;&#xD4D;&#xD31;&#xD02;&#xD2A;&#xD34;&#xD2F;&#xD24;&#xD4D;: 10+2+3&#xD2A;&#xD41;&#xD24;&#xD3F;&#xD2F;&#xD24;&#xD4D;:&#8230;\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"uagb-timeline__link_parent wp-block-button\">\n\t\t\t\t<a class=\"uagb-timeline__link wp-block-button__link\" style=\"\" href=\"https:\/\/windowedu.in\/blog\/?p=2169\" target=\"_self\" rel=\" noopener noreferrer\">Read More<\/a>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__arrow\"><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div datetime=\"2025-06-23T09:02:31+04:00\" class=\"uagb-timeline__date-new\">\n\t\t\t\tJune 23, 2025\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<\/article>\n\t\t\t\t\t\t\t\t\t\t<div class = \"uagb-timeline__line\" >\n\t\t\t\t\t<div class = \"uagb-timeline__line__inner\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\n\n<div style=\"max-width: 800px; margin: auto; background: #f5f9ff; border: 2px solid #1976d2; border-radius: 16px; padding: 30px 24px; font-family: 'Segoe UI', sans-serif; color: #333; box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05); animation: fadeUp 1s ease-out;\">\n  <h2 style=\"text-align: center; font-size: 28px; color: #0d47a1; margin-bottom: 20px;\">\ud83d\ude80 PSC Crack \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d3e\u0d7b Everything You Need \u2013 All in One Place!<\/h2>\n\n  <p style=\"font-size: 18px; text-align: center;\">\n    Join our learning ecosystem built for modern aspirants who want speed, clarity &#038; results!\n  <\/p>\n\n  <ul style=\"list-style: none; padding: 0; margin: 20px 0; font-size: 17px; line-height: 1.8;\">\n    <li>\u2705 Daily Exams \u2013 Practice Makes Ranks!<\/li>\n    <li>\u2705 Detailed, Crisp Notes \u2013 Easy to Revise<\/li>\n    <li>\u2705 Video Classes \u2013 Live + Recorded Lessons<\/li>\n    <li>\u2705 Latest PSC Updates &#038; Alerts<\/li>\n    <li>\u2705 One-Stop Hub for All Kerala PSC Preparation<\/li>\n  <\/ul>\n\n  <div style=\"text-align: center; margin-top: 24px;\">\n    <a href=\"https:\/\/t.me\/windowedu\" target=\"_blank\" style=\"display: inline-block; background: #1976d2; color: #fff; font-weight: bold; padding: 12px 28px; border-radius: 8px; text-decoration: none; margin: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: background 0.3s;\">\ud83d\udcf2 Join Telegram<\/a>\n    <a href=\"https:\/\/pschub.windowedu.in\/\" target=\"_blank\" style=\"display: inline-block; background: #1976d2; color: #fff; font-weight: bold; padding: 12px 28px; border-radius: 8px; text-decoration: none; margin: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: background 0.3s;\">\ud83c\udf10 Visit PSC Hub<\/a>\n    <a href=\"https:\/\/www.youtube.com\/@Windoweduplus\" target=\"_blank\" style=\"display: inline-block; background: #1976d2; color: #fff; font-weight: bold; padding: 12px 28px; border-radius: 8px; text-decoration: none; margin: 8px; box-shadow: 0 4px 10px rgba(0,0,0,0.1); transition: background 0.3s;\">\ud83d\udcfa Watch on YouTube<\/a>\n  <\/div>\n\n  <p style=\"text-align: center; font-weight: bold; margin-top: 24px; color: #2e7d32;\">\n    \ud83d\udd25 Join the smart side of PSC learning \u2014 Study Smarter, Rank Faster!\n  <\/p>\n<\/div>\n\n<style>\n@keyframes fadeUp {\n  from {\n    opacity: 0;\n    transform: translateY(30px);\n  }\n  to {\n    opacity: 1;\n    transform: translateY(0);\n  }\n}\n<\/style>\n\n","protected":false},"excerpt":{"rendered":"<p>Kerala PSC Block Kerala PSC 10th Level Exam Preparation Hub \u0d15\u0d47\u0d30\u0d33 PSC 10th Level \u0d2a\u0d30\u0d40\u0d15\u0d4d\u0d37\u0d3e \u0d24\u0d2f\u0d4d\u0d2f\u0d3e\u0d31\u0d46\u0d1f\u0d41\u0d2a\u0d4d\u0d2a\u0d3f\u0d28\u0d41\u0d33\u0d4d\u0d33 \u0d38\u0d2e\u0d4d\u0d2a\u0d42\u0d7c\u0d23\u0d4d\u0d23 \u0d2a\u0d30\u0d3f\u0d39\u0d3e\u0d30\u0d02 \ud83c\udfaf\u0d1e\u0d19\u0d4d\u0d19\u0d7e \u0d28\u0d7d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d &#8211; What We Offer Previous Year Questions (PYQ) + Connected Facts \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e \u0d35\u0d7c\u0d37\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d46 \u0d1a\u0d4b\u0d26\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d7e Related facts \u0d09\u0d02 explanations \u0d09\u0d02 \u0d0e\u0d32\u0d4d\u0d32\u0d3e topics \u0d28\u0d4d\u0d31\u0d46\u0d2f\u0d41\u0d02 comprehensive coverage \u0d2a\u0d42\u0d7c\u0d23\u0d4d\u0d23\u0d2e\u0d3e\u0d2f Learning Package: \u2705 Video Classes &#8211; YouTube-\u0d7d publish \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d41 \u2705 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"templates\/landing.php","meta":{"content-type":"","om_disable_all_campaigns":false,"_uag_custom_page_level_css":"","ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-2336","page","type-page","status-publish","hentry","entry"],"aioseo_notices":[],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"ocean-thumb-m":false,"ocean-thumb-ml":false,"ocean-thumb-l":false},"uagb_author_info":{"display_name":"raghumadambath","author_link":"https:\/\/windowedu.in\/blog\/?author=1"},"uagb_comment_info":0,"uagb_excerpt":"Kerala PSC Block Kerala PSC 10th Level Exam Preparation Hub \u0d15\u0d47\u0d30\u0d33 PSC 10th Level \u0d2a\u0d30\u0d40\u0d15\u0d4d\u0d37\u0d3e \u0d24\u0d2f\u0d4d\u0d2f\u0d3e\u0d31\u0d46\u0d1f\u0d41\u0d2a\u0d4d\u0d2a\u0d3f\u0d28\u0d41\u0d33\u0d4d\u0d33 \u0d38\u0d2e\u0d4d\u0d2a\u0d42\u0d7c\u0d23\u0d4d\u0d23 \u0d2a\u0d30\u0d3f\u0d39\u0d3e\u0d30\u0d02 \ud83c\udfaf\u0d1e\u0d19\u0d4d\u0d19\u0d7e \u0d28\u0d7d\u0d15\u0d41\u0d28\u0d4d\u0d28\u0d24\u0d4d &#8211; What We Offer Previous Year Questions (PYQ) + Connected Facts \u0d15\u0d34\u0d3f\u0d1e\u0d4d\u0d1e \u0d35\u0d7c\u0d37\u0d19\u0d4d\u0d19\u0d33\u0d3f\u0d32\u0d46 \u0d1a\u0d4b\u0d26\u0d4d\u0d2f\u0d19\u0d4d\u0d19\u0d7e Related facts \u0d09\u0d02 explanations \u0d09\u0d02 \u0d0e\u0d32\u0d4d\u0d32\u0d3e topics \u0d28\u0d4d\u0d31\u0d46\u0d2f\u0d41\u0d02 comprehensive coverage \u0d2a\u0d42\u0d7c\u0d23\u0d4d\u0d23\u0d2e\u0d3e\u0d2f Learning Package: \u2705 Video Classes &#8211; YouTube-\u0d7d publish \u0d1a\u0d46\u0d2f\u0d4d\u0d2f\u0d41\u0d28\u0d4d\u0d28\u0d41 \u2705&hellip;","_links":{"self":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2336"}],"version-history":[{"count":3,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2336\/revisions"}],"predecessor-version":[{"id":2340,"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=\/wp\/v2\/pages\/2336\/revisions\/2340"}],"wp:attachment":[{"href":"https:\/\/windowedu.in\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}