{"id":113983,"date":"2025-12-09T16:02:53","date_gmt":"2025-12-09T10:32:53","guid":{"rendered":"https:\/\/www.mygreatlearning.com\/blog\/?page_id=113983"},"modified":"2025-12-08T20:43:37","modified_gmt":"2025-12-08T15:13:37","slug":"career-quiz","status":"publish","type":"page","link":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/","title":{"rendered":"Career Test: Free Career Assesment Quiz"},"content":{"rendered":"\n<div id=\"tcf-wrapper\">\n    <style>\n        \/* --- SCOPED CSS (Prevents conflict with page) --- *\/\n        #tcf-wrapper {\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            color: #0f172a;\n            line-height: 1.5;\n            width: 100%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            box-sizing: border-box;\n            background-color: #f8fafc;\n            background-image: radial-gradient(#cbd5e1 1px, transparent 1px);\n            background-size: 24px 24px;\n            padding: 2rem 1rem;\n            min-height: 600px;\n        }\n        \n        #tcf-wrapper * { box-sizing: border-box; }\n\n        \/* Tech\/Mono Font helper *\/\n        #tcf-wrapper .tcf-font-mono {\n            font-family: 'JetBrains Mono', 'Courier New', monospace;\n        }\n\n        #tcf-wrapper .tcf-container {\n            width: 100%;\n            max-width: 900px;\n            margin: 0 auto;\n            position: relative;\n        }\n\n        \/* --- CARD STYLES --- *\/\n        #tcf-wrapper .tcf-card {\n            background: #ffffff;\n            border-radius: 16px;\n            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);\n            border: 1px solid #ffffff;\n            padding: 2.5rem;\n            position: relative;\n            overflow: hidden;\n            transition: all 0.3s ease;\n            margin: 20px auto 50px auto !IMPORTANT;\n        }\n\n        \/* Intro Card Sizing *\/\n        #tcf-wrapper #tcf-intro {\n            width: 100%;\n            margin: 50px auto 3rem auto;\n        }\n\n        \/* Details Section Sizing *\/\n        #tcf-wrapper #tcf-details {\n            width: 100%;\n            background: #ffffff;\n            border-radius: 16px;\n            padding: 2.5rem;\n            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);\n        }\n\n        @media (max-width: 600px) {\n            #tcf-wrapper .tcf-card, \n            #tcf-wrapper #tcf-details {\n                padding: 1.5rem; \n                border-radius: 12px;\n            }\n        }\n\n        \/* --- TYPOGRAPHY UPDATES --- *\/\n        #tcf-wrapper h1 { font-size: 2rem; font-weight: 800; margin: 0 0 1rem 0; letter-spacing: -0.03em; line-height: 1.2; }\n        #tcf-wrapper h2 { font-size: 1.5rem; font-weight: 700; margin: 0 0 1rem 0; letter-spacing: -0.02em; }\n        #tcf-wrapper h3 { font-size: 1.2rem; font-weight: 600; margin: 0; }\n        \n        \/* Updated Paragraphs & Lists *\/\n        #tcf-wrapper p, \n        #tcf-wrapper li { \n            color: #64748b; \n            margin-bottom: 1.5rem; \n            font-size: 18px; \/* Desktop Size *\/\n            line-height: 1.6;\n        }\n\n        \/* Tablet & Mobile Breakpoint *\/\n        @media (max-width: 768px) {\n            #tcf-wrapper h1 { font-size: 1.75rem; }\n            #tcf-wrapper h2 { font-size: 1.35rem; }\n            \n            #tcf-wrapper p, \n            #tcf-wrapper li { \n                font-size: 16px; \/* Mobile\/Tablet Size *\/\n            }\n        }\n\n        #tcf-wrapper .tcf-badge {\n            display: inline-block;\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.75rem;\n            font-weight: 700;\n            text-transform: uppercase;\n            background: #eff6ff;\n            color: #2563eb;\n            padding: 4px 8px;\n            border-radius: 4px;\n            margin-bottom: 1rem;\n        }\n\n        \/* --- MARQUEE --- *\/\n        #tcf-wrapper .tcf-marquee-wrapper {\n            width: 100%;\n            overflow: hidden;\n            margin: 2rem 0;\n            mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);\n            -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);\n        }\n\n        #tcf-wrapper .tcf-marquee-content {\n            display: flex;\n            gap: 1rem;\n            width: max-content;\n            animation: tcf-scroll 20s linear infinite;\n        }\n\n        #tcf-wrapper .tcf-marquee-tag {\n            background: #f1f5f9;\n            border: 1px solid #e2e8f0;\n            padding: 0.5rem 1rem;\n            border-radius: 6px;\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.85rem;\n            color: #64748b;\n            white-space: nowrap;\n        }\n\n        @keyframes tcf-scroll {\n            from { transform: translateX(0); }\n            to { transform: translateX(-50%); }\n        }\n\n        \/* --- ROLES GRID --- *\/\n        #tcf-wrapper .tcf-roles-grid {\n            display: grid; \n            grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); \n            gap: 2rem; \n            text-align: left; \n            margin-top: 1.5rem; \n            margin-bottom: 2rem;\n        }\n        \n        #tcf-wrapper .tcf-role-item strong {\n            color: #0f172a; \n            display: block; \n            margin-bottom: 0.5rem;\n            font-size: 1.1rem;\n        }\n\n        #tcf-wrapper .tcf-role-item p {\n            font-size: 15px; \/* Slightly smaller than body text for density *\/\n            line-height: 1.5; \n            color: #64748b; \n            margin: 0;\n        }\n\n        \/* --- BUTTONS --- *\/\n        #tcf-wrapper .tcf-btn-primary {\n            background: #2563eb;\n            color: white;\n            border: none;\n            width: 300px;\n            padding: 1rem;\n            font-size: 1.1rem; \/* Increased btn text too *\/\n            font-weight: 600;\n            border-radius: 8px;\n            cursor: pointer;\n            transition: background 0.2s, transform 0.1s;\n            box-shadow: 0 4px 6px -1px rgba(37, 99, 235, 0.3);\n            display: block;\n            justify-self: center;\n        }\n        #tcf-wrapper .tcf-btn-primary:active { transform: scale(0.98); }\n        #tcf-wrapper .tcf-btn-primary:hover { background: #1d4ed8; transform: translateY(-2px); }\n\n        #tcf-wrapper .tcf-btn-back {\n            background: none;\n            border: none;\n            color: #94a3b8;\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.9rem;\n            cursor: pointer;\n            padding: 0.5rem 0;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            margin-bottom: 1rem;\n        }\n        #tcf-wrapper .tcf-btn-back:hover { color: #0f172a; }\n\n        \/* --- QUIZ OPTIONS --- *\/\n        #tcf-wrapper .tcf-options-grid {\n            display: flex;\n            flex-direction: column;\n            gap: 0.75rem;\n            max-width: 650px; \n            margin: 0 auto;\n        }\n\n        #tcf-wrapper .tcf-btn-option {\n            background: #fff;\n            border: 2px solid #e2e8f0;\n            padding: 1.5rem; \/* Increased padding for clickability *\/\n            border-radius: 12px;\n            text-align: left;\n            cursor: pointer;\n            transition: all 0.2s;\n            font-size: 1.1rem; \/* Larger option text *\/\n            color: #0f172a;\n            position: relative;\n            width: 100%;\n            font-family: inherit;\nline-height: 1.8;\n        }\n        \n        #tcf-wrapper .tcf-btn-option:hover {\n            border-color: #2563eb;\n            background: #eff6ff;\n            transform: translateX(4px);\n        }\n        \n        #tcf-wrapper .tcf-btn-option:active {\n            transform: scale(0.99);\n        }\n\n        \/* --- PROGRESS BAR --- *\/\n        #tcf-wrapper .tcf-progress-container {\n            height: 8px;\n            background: #f1f5f9;\n            border-radius: 4px;\n            margin-bottom: 2rem;\n            overflow: hidden;\n            position: relative;\n        }\n        #tcf-wrapper .tcf-progress-fill {\n            height: 100%;\n            background: #2563eb;\n            width: 0%;\n            transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n        }\n        #tcf-wrapper .tcf-progress-text {\n            float: right;\n            font-family: 'JetBrains Mono', monospace;\n            font-size: 0.85rem;\n            color: #94a3b8;\n            margin-top: -1.8rem;\n            margin-bottom: 0.8rem;\n        }\n\n        \/* --- RESULTS --- *\/\n        #tcf-wrapper .tcf-result-card {\n            border: 1px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 2rem;\n            margin-bottom: 1.5rem;\n            background: #f8fafc;\n        }\n        #tcf-wrapper #tcf-results { max-width: 1000px; margin: 0 auto; }\n\n        #tcf-wrapper .tcf-rank-badge {\n            font-family: 'JetBrains Mono', monospace;\n            font-weight: 800;\n            font-size: 0.95rem;\n            color: #64748b;\n            margin-bottom: 0.5rem;\n            display: block;\n        }\n\n        #tcf-wrapper .tcf-gold {\n            background: #fffbeb;\n            border-color: #fcd34d;\n            border-left: 4px solid #d97706;\n        }\n        #tcf-wrapper .tcf-gold .tcf-rank-badge { color: #d97706; font-size: 1.1rem; }\n        #tcf-wrapper .tcf-gold h3 { color: #92400e; font-size: 1.5rem; }\n        #tcf-wrapper .tcf-silver h3 { font-size: 1.35rem; }\n\n        \/* Learning Section *\/\n        #tcf-wrapper .tcf-learn-section {\n            margin-top: 1.5rem;\n            padding-top: 1.5rem;\n            border-top: 1px dashed #cbd5e1;\n        }\n        #tcf-wrapper .tcf-learn-label {\n            font-size: 0.8rem;\n            text-transform: uppercase;\n            letter-spacing: 0.05em;\n            color: #64748b;\n            font-weight: 700;\n            margin-bottom: 1rem;\n            display: block;\n        }\n        #tcf-wrapper .tcf-links-row {\n            display: flex;\n            flex-wrap: wrap;\n            gap: 0.75rem;\n            margin-bottom: 1.5rem;\n        }\n        #tcf-wrapper .tcf-pill-link {\n            text-decoration: none;\n            font-size: 0.95rem;\n            background: white;\n            border: 1px solid #cbd5e1;\n            padding: 10px 16px;\n            border-radius: 6px;\n            color: #334155;\n            transition: all 0.2s;\n            display: inline-flex;\n            align-items: center;\n            font-weight: 500;\n        }\n        #tcf-wrapper .tcf-pill-link:hover {\n            border-color: #2563eb;\n            color: #2563eb;\n            background: #eff6ff;\n        }\n        \n        #tcf-wrapper .tcf-guide-btn-block {\n            display: block;\n            width: 100%;\n            text-align: center;\n            background: #0f172a;\n            color: white;\n            text-decoration: none;\n            padding: 12px;\n            border-radius: 8px;\n            font-weight: 600;\n            font-size: 1rem;\n            transition: background 0.2s;\n            justify-self: center;\n            max-width: 600px;\n        }\n        #tcf-wrapper .tcf-guide-btn-block:hover { background: #334155; }\n\n        \/* --- ACCORDION --- *\/\n        #tcf-wrapper .tcf-accordion-item { border-bottom: 1px solid #e2e8f0; }\n        #tcf-wrapper .tcf-accordion-header {\n            padding: 1.25rem 0;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            cursor: pointer;\n            width: 100%;\n            background: none;\n            border: none;\n            font-family: inherit;\n            text-align: left;\n        }\n        #tcf-wrapper .tcf-accordion-header:hover .tcf-acc-title { color: #2563eb; }\n        #tcf-wrapper .tcf-acc-rank { font-family: 'JetBrains Mono', monospace; color: #94a3b8; width: 35px; font-weight: bold; }\n        #tcf-wrapper .tcf-acc-title { font-weight: 600; color: #0f172a; flex-grow: 1; font-size: 1.1rem; }\n        #tcf-wrapper .tcf-acc-icon { color: #94a3b8; transition: transform 0.2s; }\n        \n        #tcf-wrapper .tcf-accordion-content {\n            display: none;\n            padding-bottom: 1.5rem;\n            padding-left: 35px; \n        }\n        #tcf-wrapper .tcf-accordion-content.open { display: block; animation: tcf-fadeIn 0.3s; }\n        #tcf-wrapper .tcf-accordion-item.active .tcf-acc-icon { transform: rotate(180deg); }\n\n        #tcf-wrapper .tcf-hidden { display: none !important; }\n        @keyframes tcf-fadeIn { from { opacity: 0; } to { opacity: 1; } }\n\n    <\/style>\n\n    <div class=\"tcf-container\">\n\n        <div id=\"tcf-intro\" class=\"tcf-card\">\n            <span class=\"tcf-badge\">Career Quiz<\/span>\n            <h1 id=\"free-career-assessment-test\">Free Career Assessment Test<\/h1>\n            <p>\n                Are you unsure about your perfect career path? This free Career assessment test matches your skills, personality, and interests to the right job in technology.\n            <\/p>\n\n            <div class=\"tcf-marquee-wrapper\">\n                <div class=\"tcf-marquee-content\" id=\"tcf-marquee-target\">\n                    <\/div>\n            <\/div>\n\n            <button class=\"tcf-btn-primary\" onclick=\"tcfStart()\">Find My Career Path<\/button>\n            <p style=\"text-align:center; font-size:0.9rem; color:#94a3b8; margin-top:1rem; margin-bottom:0;\">Trusted by 10,000+ career switchers<\/p>\n        <\/div>\n\n        <div id=\"tcf-details\">\n            <h2 id=\"quick-overview\">Quick Overview<\/h2>\n            <ul style=\"list-style: none; padding: 0; margin: 0 0 2rem 0;\">\n                <li style=\"margin-bottom: 0.5rem;\">\n                    <strong style=\"color: #0f172a;\">Time:<\/strong> 3-5 minutes.\n                <\/li>\n                <li style=\"margin-bottom: 0.5rem;\">\n                    <strong style=\"color: #0f172a;\">Privacy:<\/strong> No login or email required.\n                <\/li>\n                <li style=\"margin-bottom: 0.5rem;\">\n                    <strong style=\"color: #0f172a;\">Output:<\/strong> A personalized career blueprint based on data.\n                <\/li>\n            <\/ul>\n\n            <hr style=\"border: 0; border-top: 1px dashed #e2e8f0; margin: 2rem 0;\">\n\n            <h2 id=\"how-it-works\">How It Works<\/h2>\n            <div style=\"display: flex; flex-direction: column; gap: 1.5rem; margin-bottom: 3rem;\">\n                <div>\n                    <strong style=\"color: #2563eb; display: block; margin-bottom: 0.5rem; font-size: 1.2rem;\">1. Analyze<\/strong>\n                    <p style=\"margin: 0;\">You answer 15 questions regarding your preferences for logic, design, leadership, and security.<\/p>\n                <\/div>\n                <div>\n                    <strong style=\"color: #2563eb; display: block; margin-bottom: 0.5rem; font-size: 1.2rem;\">2. Calculate<\/strong>\n                    <p style=\"margin: 0;\">Our algorithm compares your answers against the profiles of successful professionals in the industry.<\/p>\n                <\/div>\n                <div>\n                    <strong style=\"color: #2563eb; display: block; margin-bottom: 0.5rem; font-size: 1.2rem;\">3. Match<\/strong>\n                    <p style=\"margin: 0;\">You receive a ranked list of roles where your natural strengths give you a competitive advantage.<\/p>\n                <\/div>\n            <\/div>\n\n            <h2 id=\"job-roles-covered-in-the-assessment\">Job Roles Covered in the Assessment<\/h2>\n            <p style=\"margin-bottom: 2rem;\">This tool screens for 30+ specific high-growth careers across eight distinct categories.<\/p>\n\n            <div class=\"tcf-roles-grid\">\n                <div class=\"tcf-role-item\">\n                    <strong>Artificial Intelligence (AI)<\/strong>\n                    <p>ML Engineer, AI Researcher, NLP Engineer, Computer Vision, AI Ethicist, Prompt Engineer, Robotics.<\/p>\n                <\/div>\n                <div class=\"tcf-role-item\">\n                    <strong>Data Science & Analytics<\/strong>\n                    <p>Data Scientist, Data Engineer, Data Analyst, BI Developer.<\/p>\n                <\/div>\n                <div class=\"tcf-role-item\">\n                    <strong>Software Engineering<\/strong>\n                    <p>Full-Stack, Backend, Frontend, DevOps, Site Reliability Engineer (SRE).<\/p>\n                <\/div>\n                <div class=\"tcf-role-item\">\n                    <strong>Cyber Security<\/strong>\n                    <p>Penetration Tester (Ethical Hacker), Security Analyst, Cryptographer.<\/p>\n                <\/div>\n                <div class=\"tcf-role-item\">\n                    <strong>Business & Strategy<\/strong>\n                    <p>Product Manager, Project Manager, Management Consultant.<\/p>\n                <\/div>\n                <div class=\"tcf-role-item\">\n                    <strong>Design & Creative<\/strong>\n                    <p>UX Designer, UI Designer, Game Designer.<\/p>\n                <\/div>\n                <div class=\"tcf-role-item\">\n                    <strong>Cloud Computing<\/strong>\n                    <p>Cloud Solutions Architect, Serverless Architect.<\/p>\n                <\/div>\n                <div class=\"tcf-role-item\">\n                    <strong>Marketing & Growth<\/strong>\n                    <p>Digital Marketing Manager, Growth Hacker, Content Strategist.<\/p>\n                <\/div>\n            <\/div>\n\n            <div style=\"background: #f8fafc; border: 1px solid #e2e8f0; padding: 2rem; border-radius: 8px; margin-bottom: 3rem;\">\n                <h2 style=\"margin-top: 0;\" style=\"margin-top: 0;\" id=\"what-you-will-get\">What You Will Get<\/h2>\n                <ul style=\"list-style: none; padding: 0; margin: 0;\">\n                    <li style=\"margin-bottom: 1rem;\">\n                        <strong style=\"color: #0f172a;\">Top 10 Matches:<\/strong> The specific roles that align mathematically with your answers.\n                    <\/li>\n                    <li style=\"margin-bottom: 1rem;\">\n                        <strong style=\"color: #0f172a;\">Fit Score:<\/strong> A percentage showing how closely you match the ideal candidate profile.\n                    <\/li>\n                    <li>\n                        <strong style=\"color: #0f172a;\">Learning Paths:<\/strong> Curated links to courses and career path guides.\n                    <\/li>\n                <\/ul>\n            <\/div>\n\n            <div style=\"text-align: center;\">\n                <h3 style=\"margin-bottom: 1rem;\" style=\"margin-bottom: 1rem;\" id=\"trusted-by-career-switchers\">Trusted by Career Switchers<\/h3>\n                <p style=\"margin-bottom: 2rem;\">\n                    Thousands of professionals have used this logic-based approach to transition from non-tech industries into high-paying technical roles.\n                <\/p>\n                <button class=\"tcf-btn-primary\" style=\"max-width: 400px;\" onclick=\"tcfStart()\">Start Assessment Now<\/button>\n            <\/div>\n        <\/div>\n\n        <div id=\"tcf-quiz\" class=\"tcf-hidden\">\n            <div class=\"tcf-card\" style=\"max-width: 650px; margin:0 auto\">\n                <button class=\"tcf-btn-back\" onclick=\"tcfBack()\">\u2190 Back<\/button>\n                \n                <div class=\"tcf-progress-text\" id=\"tcf-progress-label\">1 \/ 15<\/div>\n                <div class=\"tcf-progress-container\">\n                    <div class=\"tcf-progress-fill\" id=\"tcf-progress-bar\"><\/div>\n                <\/div>\n\n                <p id=\"tcf-question\" style=\"min-height: 4rem;\">Loading...<\/p>\n                \n                <div id=\"tcf-options\" class=\"tcf-options-grid\">\n                    <\/div>\n            <\/div>\n        <\/div>\n\n        <div id=\"tcf-results\" class=\"tcf-hidden\">\n            <div class=\"tcf-card\">\n                <span class=\"tcf-badge\">Analysis Complete<\/span>\n                <h2 id=\"your-personalized-career-blueprint\">Your Personalized Career Blueprint<\/h2>\n                <p>Based on your answers, here are your top 10 strongest matches in the tech industry.<\/p>\n                \n                <div id=\"tcf-top-results\"><\/div>\n\n                <div style=\"margin-top: 3rem; margin-bottom: 1.5rem; border-bottom: 2px solid #e2e8f0; padding-bottom: 0.5rem;\">\n                    <h3 style=\"font-size: 1rem; text-transform: uppercase; color: #64748b; letter-spacing: 0.05em;\" style=\"font-size: 1rem; text-transform: uppercase; color: #64748b; letter-spacing: 0.05em;\" id=\"remaining-matches\">Remaining Matches<\/h3>\n                <\/div>\n\n                <div id=\"tcf-accordion-results\"><\/div>\n                \n                <button class=\"tcf-btn-primary\" onclick=\"location.reload()\" style=\"margin-top: 3rem; background: #e2e8f0; color: #334155;\">Retake Assessment<\/button>\n            <\/div>\n        <\/div>\n\n    <\/div>\n\n<script>\n(function() { \n    \n    \/* --- CONFIGURATION --- *\/\n    const STORAGE_KEY = 'tcf_career_quiz_v1';\n    const MEMORY_DURATION = 6 * 60 * 60 * 1000; \/\/ 3 Hours\n    const WRAPPER_ID = 'tcf-wrapper'; \/\/ ID of the main container for scrolling\n\n    \/* --- DATA & CONTENT --- *\/\n    const jobs = [\n        \/\/ 1. AI & ML\n        { \n            group: \"AI\", role: \"Machine Learning Engineer\", desc: \"Builds predictive models and algorithms (e.g., Netflix recommendations).\", scores: {code: 9, math: 9, visual: 1, social: 2, sec: 3, infra: 5, content: 0, strat: 4},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/how-to-become-a-machine-learning-engineer\/\",\n                courses: [\n                    { title: \"Free Machine Learning course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/introduction-to-machine-learning1\" },\n                    { title: \"PG AIML Course\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-artificial-intelligence-course\" }\n                ]\n            }\n        },\n        { \n            group: \"AI\", role: \"AI Research Scientist\", desc: \"Focuses on discovering new ways to solve problems with AI (often requires a PhD).\", scores: {code: 8, math: 10, visual: 1, social: 1, sec: 2, infra: 2, content: 6, strat: 5},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/ai-developer\/\",\n                courses: [\n                    { title: \"PG AIML Course\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-artificial-intelligence-course\" }\n                ]\n            }\n        },\n        { \n            group: \"AI\", role: \"NLP Engineer\", desc: \"Specializes in language-based AI (chatbots, translation, voice assistants).\", scores: {code: 9, math: 8, visual: 0, social: 1, sec: 2, infra: 3, content: 7, strat: 3},\n            links: {\n                courses: [\n                    { title: \"Data Science and Machine Learning Program\", url: \"https:\/\/idss-gl.mit.edu\/mit-idss-data-science-machine-learning-online-program\" }\n                ]\n            }\n        },\n        { \n    group: \"AI\", role: \"Computer Vision Engineer\", desc: \"Teaches computers to 'see' and interpret visual data (self-driving cars).\", scores: {code: 9, math: 8, visual: 5, social: 1, sec: 3, infra: 4, content: 0, strat: 3},\n    links: {\n        courses: [\n            { title: \"Free Computer Vision Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/computer-vision-essentials\" },\n            { title: \"MIT Machine Learning and Data Science Program\", url: \"https:\/\/idss-gl.mit.edu\/mit-idss-data-science-machine-learning-online-program\" }\n        ]\n    }\n},\n        { \n            group: \"AI\", role: \"AI Ethicist\", desc: \"Ensures AI systems are fair, unbiased, and comply with laws.\", scores: {code: 1, math: 2, visual: 0, social: 7, sec: 8, infra: 1, content: 8, strat: 9},\n            links: {\n                courses: [\n                    { title: \"Free AI Ethics Course For Beginners\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/ai-ethics-for-beginners\" },\n                    { title: \"PG AIML Course\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-artificial-intelligence-course\" }\n                ]\n            }\n        },\n        { \n            group: \"AI\", role: \"Prompt Engineer\", desc: \"Specializes in crafting inputs for LLMs to get optimal outputs.\", scores: {code: 3, math: 2, visual: 1, social: 3, sec: 1, infra: 1, content: 10, strat: 4},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/how-to-become-a-prompt-engineer\/\",\n                courses: [\n                    { title: \"Free Prompt Engineering Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/prompt-engineering-for-chatgpt\" },\n                    { title: \"Generative AI Training Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/master-generative-ai\" }\n                ]\n            }\n        },\n        { \n            group: \"AI\", role: \"Robotics Engineer\", desc: \"Combines AI with hardware to create autonomous robots.\", scores: {code: 8, math: 8, visual: 2, social: 1, sec: 4, infra: 9, content: 0, strat: 3},\n            links: {\n                courses: [\n                    { title: \"Robotics and AI Free Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/robotics-and-ai\" },\n                    { title: \"Generative AI Training Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/master-generative-ai\" }\n                ]\n            }\n        },\n\n        \/\/ 2. Data Science\n        { \n            group: \"Data\", role: \"Data Scientist\", desc: \"Uses advanced statistics and coding to predict future trends.\", scores: {code: 8, math: 10, visual: 4, social: 4, sec: 2, infra: 3, content: 2, strat: 6},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/data-scientist-job-description\/\",\n                courses: [\n                    { title: \"Free Data Science Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/data-science-foundations\" },\n                    { title: \"PG Program in Data Science\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-data-science-and-business-analytics-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Data\", role: \"Data Engineer\", desc: \"Builds the pipes that allow data to flow from source to storage.\", scores: {code: 9, math: 6, visual: 0, social: 2, sec: 4, infra: 9, content: 0, strat: 3},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/how-to-become-a-data-engineer\/\",\n                courses: [\n                    { title: \"PG Program in Data Science\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-data-science-and-business-analytics-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Data\", role: \"Data Analyst\", desc: \"Interprets current data to help companies make immediate decisions.\", scores: {code: 4, math: 7, visual: 6, social: 5, sec: 1, infra: 2, content: 3, strat: 5},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/data-analyst-job-description\/\",\n                courses: [\n                    { title: \"Free Data Analytics Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/introduction-to-analytics\" },\n                    { title: \"Certificate Program in Data Analytics\", url: \"https:\/\/onlineexeced.mccombs.utexas.edu\/online-data-analytics-essentials-program\" }\n                ]\n            }\n        },\n        { \n            group: \"Data\", role: \"BI Developer\", desc: \"Creates visual dashboards (PowerBI, Tableau) for non-technical managers.\", scores: {code: 3, math: 5, visual: 8, social: 4, sec: 1, infra: 2, content: 1, strat: 6},\n            links: {\n                courses: [\n                    { title: \"Free Power BI Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/data-visualization-with-power-bi\" },\n                    { title: \"Data Visualization with PowerBI Pro\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/data-visualization-with-powerbi\" }\n                ]\n            }\n        },\n        \n        \/\/ 3. Business\n        { \n            group: \"Business\", role: \"Product Manager\", desc: \"The mini-CEO; decides what features to build based on user needs.\", scores: {code: 2, math: 4, visual: 5, social: 10, sec: 2, infra: 1, content: 4, strat: 10},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/the-role-of-a-product-manager\/\",\n                courses: [\n                    { title: \"Free Product Management Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/product-management\" },\n                    { title: \"Executive PG Program in Management\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-management-executive\" }\n                ]\n            }\n        },\n        { \n            group: \"Business\", role: \"Project Manager\", desc: \"Ensures the team actually builds the product on time and within budget.\", scores: {code: 1, math: 3, visual: 1, social: 9, sec: 4, infra: 1, content: 3, strat: 6},\n            links: {\n                courses: [\n                    { title: \"Free Project Management Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/project-management\" },\n                    { title: \"Executive PG Program in Management\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-management-executive\" }\n                ]\n            }\n        },\n        { \n            group: \"Business\", role: \"Management Consultant\", desc: \"Hired to fix deep operational problems or improve profitability.\", scores: {code: 0, math: 5, visual: 3, social: 9, sec: 1, infra: 0, content: 5, strat: 10},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/management-consultant\/\",\n                courses: [\n                    { title: \"Executive PG Program in Management\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-management-executive\" }\n                ]\n            }\n        },\n        \n        \/\/ 4. Software Eng\n        { \n            group: \"Engineering\", role: \"Full-Stack Developer\", desc: \"Builds both the user interface and the server logic.\", scores: {code: 10, math: 5, visual: 5, social: 3, sec: 3, infra: 4, content: 0, strat: 2},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/full-stack-developer-salary\/\",\n                courses: [\n                    { title: \"Free Full Stack Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/become-full-stack-developer\" },\n                    { title: \"Full Stack Development Certificate\", url: \"https:\/\/onlineexeced.mccombs.utexas.edu\/online-full-stack-software-development-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Engineering\", role: \"DevOps Engineer\", desc: \"Automates software release so updates happen smoothly.\", scores: {code: 8, math: 4, visual: 0, social: 2, sec: 6, infra: 10, content: 0, strat: 3},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/top-skills-required-to-become-a-devops-engineer\/\",\n                courses: [\n                    { title: \"Free DevOps Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/introduction-to-devops1\" },\n                    { title: \"Post Graduate Program in Cloud Computing\", url: \"https:\/\/www.mygreatlearning.com\/pg-program-cloud-computing-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Engineering\", role: \"Backend Engineer\", desc: \"Focuses on server-side logic, databases, and APIs.\", scores: {code: 10, math: 6, visual: 0, social: 1, sec: 5, infra: 6, content: 0, strat: 2},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/back-end-developer\/\",\n                courses: [\n                    { title: \"Free Backend Development Courses\", url: \"https:\/\/www.mygreatlearning.com\/backend-development\/free-courses\" }\n                ]\n            }\n        },\n        { \n            group: \"Engineering\", role: \"Frontend Engineer\", desc: \"Focuses on the visual part of the website\/app.\", scores: {code: 8, math: 2, visual: 8, social: 2, sec: 1, infra: 1, content: 1, strat: 2},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/front-end-developer-guide\/\",\n                courses: [\n                    { title: \"Frontend Development Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/frontend-web-development-essentials\" }\n                ]\n            }\n        },\n        { \n            group: \"Engineering\", role: \"Site Reliability Engineer\", desc: \"Ensures massive systems (like Google) never go down.\", scores: {code: 8, math: 5, visual: 0, social: 1, sec: 7, infra: 10, content: 0, strat: 3}\n        },\n        \n        \/\/ 5. Marketing\n        { \n            group: \"Marketing\", role: \"Digital Marketing Manager\", desc: \"Oversees all online channels (social, search, email).\", scores: {code: 1, math: 5, visual: 5, social: 7, sec: 0, infra: 1, content: 6, strat: 8},\n            links: {\n                courses: [\n                    { title: \"Digital Marketing Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/mastering-digital-marketing\" }\n                ]\n            }\n        },\n        { \n            group: \"Marketing\", role: \"Growth Hacker\", desc: \"A hybrid technical\/marketing role focused purely on rapid user acquisition.\", scores: {code: 4, math: 7, visual: 3, social: 4, sec: 1, infra: 2, content: 5, strat: 9},\n            links: {\n                courses: [\n                    { title: \"Mastering Digital Marketing\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/mastering-digital-marketing\" }\n                ]\n            }\n        },\n        { \n            group: \"Marketing\", role: \"Content Strategist\", desc: \"Plans the roadmap of blogs and videos to attract an audience.\", scores: {code: 0, math: 2, visual: 4, social: 6, sec: 0, infra: 0, content: 10, strat: 7},\n            links: {\n                courses: [\n                    { title: \"Content Marketing Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/master-content-marketing\" }\n                ]\n            }\n        },\n        \n        \/\/ 6. Security\n        { \n            group: \"Security\", role: \"Penetration Tester\", desc: \"Paid to break into systems to find weak spots (Ethical Hacker).\", scores: {code: 7, math: 4, visual: 0, social: 2, sec: 10, infra: 7, content: 1, strat: 3},\n            links: {\n                courses: [\n                    { title: \"Free Ethical Hacking Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/introduction-to-ethical-hacking\" },\n                    { title: \"Penetration Testing Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/penetration-testing-and-ethical-hacking\" },\n                    { title: \"PG Program in Cyber Security\", url: \"https:\/\/www.mygreatlearning.com\/online-cyber-security-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Security\", role: \"Security Analyst\", desc: \"Monitors networks for suspicious activity.\", scores: {code: 3, math: 4, visual: 1, social: 2, sec: 10, infra: 6, content: 2, strat: 3},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/this-is-how-you-can-become-a-cyber-security-analyst\/\",\n                courses: [\n                    { title: \"Cyber Security Course for Beginners\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/cybersecurity-foundations-digital-security-essentials\" },\n                    { title: \"PG Program in Cyber Security\", url: \"https:\/\/www.mygreatlearning.com\/online-cyber-security-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Security\", role: \"Cryptographer\", desc: \"Writes the code that encrypts sensitive data.\", scores: {code: 8, math: 10, visual: 0, social: 0, sec: 10, infra: 2, content: 2, strat: 1},\n            links: {\n                courses: [\n                    { title: \"Free Blockchain Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/blockchain-basics\" }\n                ]\n            }\n        },\n        \n        \/\/ 7. Cloud\n        { \n            group: \"Cloud\", role: \"Cloud Solutions Architect\", desc: \"Designs the cloud environment tailored to a company's needs.\", scores: {code: 5, math: 4, visual: 3, social: 7, sec: 6, infra: 10, content: 2, strat: 8},\n            links: {\n                courses: [\n                    { title: \"Azure Cloud Essentials\", url: \"https:\/\/www.mygreatlearning.com\/academy\/premium\/azure-cloud-essentials\" },\n                    { title: \"PG Program in Cloud Computing\", url: \"https:\/\/www.mygreatlearning.com\/great-lakes-pgp-cloud-computing\" }\n                ]\n            }\n        },\n        { \n            group: \"Cloud\", role: \"Serverless Architect\", desc: \"Designs apps that don't require managing physical servers.\", scores: {code: 7, math: 4, visual: 1, social: 3, sec: 4, infra: 10, content: 0, strat: 6},\n            links: {\n                courses: [\n                    { title: \"Free Serverless Computing Course\", url: \"https:\/\/www.mygreatlearning.com\/academy\/learn-for-free\/courses\/serverless-computing\" },\n                    { title: \"PG Program in Cloud Computing\", url: \"https:\/\/www.mygreatlearning.com\/great-lakes-pgp-cloud-computing\" }\n                ]\n            }\n        },\n        \n        \/\/ 8. Design\n        { \n            group: \"Design\", role: \"UX Designer\", desc: \"Researches user behavior to make the product intuitive.\", scores: {code: 1, math: 4, visual: 8, social: 6, sec: 0, infra: 0, content: 4, strat: 6},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/what-does-a-ux-designer-do\/\",\n                courses: [\n                    { title: \"PG Program in User Experience Design\", url: \"https:\/\/onlineexeced.mccombs.utexas.edu\/pg-program-online-uiux-design-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Design\", role: \"UI Designer\", desc: \"Designs the screens, buttons, and layouts.\", scores: {code: 2, math: 1, visual: 10, social: 3, sec: 0, infra: 0, content: 2, strat: 3},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/what-does-a-ux-designer-do\/\",\n                courses: [\n                    { title: \"PG Program in User Experience Design\", url: \"https:\/\/onlineexeced.mccombs.utexas.edu\/pg-program-online-uiux-design-course\" }\n                ]\n            }\n        },\n        { \n            group: \"Design\", role: \"Game Designer\", desc: \"Creates the mechanics, rules, and story of video games.\", scores: {code: 3, math: 6, visual: 7, social: 4, sec: 0, infra: 1, content: 8, strat: 7},\n            links: {\n                guide: \"https:\/\/www.mygreatlearning.com\/blog\/game-developer-guide\/\"\n            }\n        }\n    ];\n\n    const questions = [\n        {\n            text: \"You are launching a new pizza delivery app. Which part do you obsess over?\",\n            options: [\n                { text: \"The interface: Making the pizza photos look delicious and buttons clicky.\", scores: {visual: 3, content: 1} },\n                { text: \"The logistics: Calculating the fastest route for drivers to save fuel.\", scores: {math: 3, strat: 2} },\n                { text: \"The reliability: Ensuring the app doesn't crash on Super Bowl Sunday.\", scores: {infra: 3, code: 1} },\n                { text: \"The hype: Writing the viral tweets that get people hungry.\", scores: {content: 3, social: 2} }\n            ]\n        },\n        {\n            text: \"A hacker has stolen data! How do you want to help?\",\n            options: [\n                { text: \"I want to hunt them down digitally and find the hole they used.\", scores: {sec: 4, code: 1} },\n                { text: \"I want to communicate with customers and manage the crisis.\", scores: {social: 3, strat: 1} },\n                { text: \"I want to build a new, uncrackable encryption system.\", scores: {math: 3, sec: 2} },\n                { text: \"I want to analyze the logs to see exactly what files they touched.\", scores: {math: 2, sec: 2} }\n            ]\n        },\n        {\n            text: \"You are given a Lego set with no instructions. What do you do?\",\n            options: [\n                { text: \"I sort the pieces by color and size before starting.\", scores: {infra: 2, math: 2} },\n                { text: \"I build something totally new that looks like a piece of art.\", scores: {visual: 3, content: 1} },\n                { text: \"I try to figure out the gears to make something that moves.\", scores: {code: 1, infra: 2} },\n                { text: \"I get my friends together and we build a massive city as a team.\", scores: {social: 3, strat: 1} }\n            ]\n        },\n        {\n            text: \"Which 'flow state' sounds best to you?\",\n            options: [\n                { text: \"Writing a script that automates a boring task perfectly.\", scores: {code: 4} },\n                { text: \"Deep dive in a spreadsheet, finding a trend that saves millions.\", scores: {strat: 3, math: 2} },\n                { text: \"Tweaking a video edit until the timing is perfect.\", scores: {content: 3, visual: 2} },\n                { text: \"Leading a brainstorming session where everyone leaves excited.\", scores: {social: 4, strat: 1} }\n            ]\n        },\n        {\n            text: \"Your boss asks: 'How do we make this product better?' You say:\",\n            options: [\n                { text: \"Let's ask the users what they want (Research).\", scores: {visual: 1, social: 2} },\n                { text: \"Let's rewrite the backend code so it's faster.\", scores: {code: 2, infra: 2} },\n                { text: \"Let's analyze our competitors and beat their pricing.\", scores: {strat: 3, math: 1} },\n                { text: \"Let's simplify the design; it's too cluttered.\", scores: {visual: 3} }\n            ]\n        },\n        {\n            text: \"Pick a sci-fi job:\",\n            options: [\n                { text: \"Terraform Architect: Designing the climate of Mars.\", scores: {infra: 3, strat: 2} },\n                { text: \"Android Psychologist: Debugging AI emotions.\", scores: {content: 2, social: 1} },\n                { text: \"Space Marine: Defending the colony from threats.\", scores: {sec: 4} },\n                { text: \"Holodeck Artist: Creating immersive VR worlds.\", scores: {visual: 3, code: 1} }\n            ]\n        },\n        {\n            text: \"You have to learn a complex new topic. How do you start?\",\n            options: [\n                { text: \"I read the technical manual from cover to cover.\", scores: {infra: 2, sec: 1} },\n                { text: \"I watch YouTube essays and documentaries.\", scores: {content: 2, visual: 1} },\n                { text: \"I just start building and learn from my failures.\", scores: {code: 2, strat: 2} },\n                { text: \"I find an expert and interview them.\", scores: {social: 3} }\n            ]\n        },\n        {\n            text: \"What is the most satisfying sentence to hear?\",\n            options: [\n                { text: \"The system is 100% secure and compliant.\", scores: {sec: 4} },\n                { text: \"The Return on Investment (ROI) is up 200%.\", scores: {strat: 3, math: 1} },\n                { text: \"This design is beautiful and intuitive.\", scores: {visual: 3} },\n                { text: \"It compiles with zero errors.\", scores: {code: 4} }\n            ]\n        },\n        {\n            text: \"If you were a video game character, what are your stats?\",\n            options: [\n                { text: \"High Intelligence & Logic.\", scores: {math: 3, code: 1} },\n                { text: \"High Charisma & Speech.\", scores: {social: 4, content: 1} },\n                { text: \"High Stealth & Hacking.\", scores: {sec: 3, code: 1} },\n                { text: \"High Crafting & Construction.\", scores: {infra: 3, visual: 1} }\n            ]\n        },\n        {\n            text: \"You need to organize a messy library of 50,000 books. You:\",\n            options: [\n                { text: \"Write a Python script to catalog them automatically.\", scores: {code: 3, infra: 1} },\n                { text: \"Create a beautiful color-coded layout.\", scores: {visual: 3} },\n                { text: \"Hire a team and assign each person a section.\", scores: {strat: 2, social: 2} },\n                { text: \"Design a security system so nobody steals rare books.\", scores: {sec: 3} }\n            ]\n        },\n        {\n            text: \"Why do you want to work in tech?\",\n            options: [\n                { text: \"I want to build things that millions of people use.\", scores: {infra: 2, strat: 1} },\n                { text: \"I want to solve hard logic puzzles.\", scores: {math: 3, code: 2} },\n                { text: \"I want to influence culture and tell stories.\", scores: {content: 4, social: 1} },\n                { text: \"I want to make sure technology is used ethically.\", scores: {sec: 2, social: 2} }\n            ]\n        },\n        {\n            text: \"Pick a 'Tool of Choice':\",\n            options: [\n                { text: \"Excel \/ SQL (Data & Logic).\", scores: {math: 3, code: 1} },\n                { text: \"Figma \/ Photoshop (Design).\", scores: {visual: 4} },\n                { text: \"VS Code \/ Terminal (Code).\", scores: {code: 4, infra: 1} },\n                { text: \"Trello \/ Slack (People).\", scores: {social: 3, strat: 2} }\n            ]\n        },\n        \/\/ DEALBREAKERS\n        {\n            text: \"Which of these tasks sounds like a nightmare?\",\n            options: [\n                { text: \"Spending all day in meetings talking to people.\", scores: {social: -5} },\n                { text: \"Staring at lines of code looking for a semicolon.\", scores: {code: -5} },\n                { text: \"Analyzing financial charts and doing math all day.\", scores: {math: -5} },\n                { text: \"Designing a logo and picking fonts.\", scores: {visual: -5} }\n            ]\n        },\n        {\n            text: \"What frustrates you most?\",\n            options: [\n                { text: \"When things are ugly and misaligned.\", scores: {visual: 2} },\n                { text: \"When instructions are vague or illogical.\", scores: {math: 2, code: 1} },\n                { text: \"When the internet is slow or server crashes.\", scores: {infra: 3} },\n                { text: \"When I have to follow rigid rules (I want freedom).\", scores: {strat: 2, content: 2} }\n            ]\n        },\n        {\n            text: \"Final Calibration: Builder or Manager?\",\n            options: [\n                { text: \"I want to build the thing myself (Individual Contributor).\", scores: {code: 2, visual: 2} },\n                { text: \"I want to guide the team that builds the thing (Manager).\", scores: {social: 3, strat: 3} }\n            ]\n        }\n    ];\n\n    \/* --- 2. INITIALIZATION (Marquee) --- *\/\n    const displayJobs = [\"AI Architect\", \"DevOps Engineer\", \"Product Manager\", \"UX Designer\", \"Ethical Hacker\", \"Data Scientist\", \"Cloud Architect\", \"Frontend Dev\", \"Robotics Engineer\", \"Game Designer\", \"CISO\", \"Full Stack Dev\", \"Growth Hacker\", \"Blockchain Dev\"];\n    const marqueeTarget = document.getElementById('tcf-marquee-target');\n    if(marqueeTarget) {\n        let htmlContent = displayJobs.map(job => `<div class=\"tcf-marquee-tag\">${job}<\/div>`).join('');\n        marqueeTarget.innerHTML = htmlContent + htmlContent; \n    }\n\n    \/* --- 3. STATE & HELPERS --- *\/\n    let qIndex = 0;\n    let userVector = { code: 2, math: 2, visual: 2, social: 2, sec: 2, infra: 2, content: 2, strat: 2 };\n    let history = [];\n    const maxPossible = { code: 25, math: 22, visual: 22, social: 24, sec: 20, infra: 20, content: 18, strat: 20 };\n\n    function getEl(id) { return document.getElementById(id); }\n    \n    \/\/ HELPER: Smooth Scroll to Top\n    function scrollToTop() {\n        const wrapper = getEl(WRAPPER_ID);\n        if (wrapper) {\n            wrapper.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        }\n    }\n    \n    \/* --- 4. EXPORTED FUNCTIONS --- *\/\n    window.tcfStart = function(e) {\n        if(e) e.preventDefault(); \/\/ Prevent form submit if passed\n\n        \/\/ Hide intro\/details\n        getEl('tcf-intro').classList.add('tcf-hidden');\n        getEl('tcf-details').classList.add('tcf-hidden');\n        \n        \/\/ Show quiz\n        getEl('tcf-quiz').classList.remove('tcf-hidden');\n        renderQuestion();\n        \n        \/\/ FIX: Take user to top of screen\n        scrollToTop();\n    }\n\n    window.tcfBack = function() {\n        if (qIndex > 0 && history.length > 0) {\n            userVector = history.pop();\n            qIndex--;\n            renderQuestion();\n        }\n    }\n\n    window.tcfReset = function() {\n        localStorage.removeItem(STORAGE_KEY);\n        window.location.reload();\n    }\n\n    \/* --- 5. LOGIC --- *\/\n    function renderQuestion() {\n        const q = questions[qIndex];\n        getEl('tcf-question').innerText = q.text;\n        getEl('tcf-progress-label').innerText = `${qIndex + 1} \/ ${questions.length}`;\n        getEl('tcf-progress-bar').style.width = `${((qIndex) \/ questions.length) * 100}%`;\n\n        const container = getEl('tcf-options');\n        container.innerHTML = '';\n        q.options.forEach(opt => {\n            \/\/ Added type=\"button\" to prevent refresh\n            const btn = document.createElement('button');\n            btn.className = 'tcf-btn-option';\n            btn.type = 'button'; \n            btn.innerText = opt.text;\n            btn.onclick = () => handleAnswer(opt.scores);\n            container.appendChild(btn);\n        });\n\n        const backBtn = document.querySelector('.tcf-btn-back');\n        if(backBtn) {\n            backBtn.type = 'button'; \/\/ Ensure back button doesn't submit\n            backBtn.style.visibility = qIndex === 0 ? 'hidden' : 'visible';\n        }\n    }\n\n    function handleAnswer(scores) {\n        history.push({...userVector}); \n        for (let key in scores) {\n            userVector[key] = Math.max(0, userVector[key] + scores[key]);\n        }\n        \n        qIndex++;\n        if (qIndex < questions.length) renderQuestion();\n        else showResults();\n    }\n\n    function showResults() {\n        \/\/ SAVE STATE\n        const stateToSave = {\n            vector: userVector,\n            timestamp: Date.now()\n        };\n        localStorage.setItem(STORAGE_KEY, JSON.stringify(stateToSave));\n\n        \/\/ Hide other views, show results\n        getEl('tcf-intro').classList.add('tcf-hidden');\n        getEl('tcf-details').classList.add('tcf-hidden');\n        getEl('tcf-quiz').classList.add('tcf-hidden');\n        getEl('tcf-results').classList.remove('tcf-hidden');\n\n        \/\/ FIX: Scroll to top when results appear (useful for refresh)\n        scrollToTop();\n\n        \/\/ 1. Calculate Scores\n        let normalizedUser = {};\n        for (let k in userVector) normalizedUser[k] = (userVector[k] \/ maxPossible[k]) * 10;\n\n        let scoredJobs = jobs.map(job => {\n            let diff = 0;\n            for (let k in normalizedUser) diff += Math.pow(normalizedUser[k] - (job.scores[k] || 0), 2);\n            return { ...job, distance: Math.sqrt(diff) };\n        }).sort((a, b) => a.distance - b.distance);\n\n        \/\/ 2. Render Top 3\n        const top3 = scoredJobs.slice(0, 3);\n        const topContainer = getEl('tcf-top-results');\n        topContainer.innerHTML = '';\n        \n        top3.forEach((job, idx) => {\n            const matchScore = Math.round(Math.max(60, 98 - (job.distance * 2)));\n            const isGold = idx === 0 ? 'tcf-gold' : 'tcf-silver';\n            const rankText = idx === 0 ? '\ud83c\udfc6 #1 BEST MATCH' : `#${idx + 1} STRONG MATCH`;\n            \n            let coursesMarkup = '';\n            if(job.links && job.links.courses && job.links.courses.length > 0) {\n                coursesMarkup = job.links.courses.map(c => \n                    `<a href=\"${c.url}\" class=\"tcf-pill-link\" target=\"_blank\">\ud83d\udcda ${c.title}<\/a>`\n                ).join('');\n            }\n\n            let guideMarkup = '';\n            if(job.links && job.links.guide) {\n                guideMarkup = `<a href=\"${job.links.guide}\" target=\"_blank\" class=\"tcf-guide-btn-block\">\ud83d\udcd6 Guide: How to Become a ${job.role}<\/a>`;\n            }\n\n            let learnSectionHtml = '';\n            if (coursesMarkup || guideMarkup) {\n                learnSectionHtml = `<div class=\"tcf-learn-section\">`;\n                if (coursesMarkup) {\n                    learnSectionHtml += `<span class=\"tcf-learn-label\">Recommended Courses<\/span>\n                                            <div class=\"tcf-links-row\">${coursesMarkup}<\/div>`;\n                }\n                if (guideMarkup) learnSectionHtml += guideMarkup;\n                learnSectionHtml += `<\/div>`;\n            }\n\n            topContainer.innerHTML += `\n                <div class=\"tcf-result-card ${isGold}\">\n                    <span class=\"tcf-rank-badge\">${rankText}<\/span>\n                    <div style=\"display:flex; justify-content:space-between; align-items:center;\">\n                        <h3 id=\"job-role\">${job.role}<\/h3>\n                        <span class=\"tcf-font-mono\" style=\"color:#2563eb; font-weight:bold;\">${matchScore}%<\/span>\n                    <\/div>\n                    <p style=\"margin-bottom:1rem; margin-top:0.5rem;\">${job.desc}<\/p>\n                    ${learnSectionHtml}\n                <\/div>\n            `;\n        });\n\n        \/\/ 3. Render Honorable Mentions\n        const rest = scoredJobs.slice(3, 10);\n        const accContainer = getEl('tcf-accordion-results');\n        accContainer.innerHTML = '';\n        \n        rest.forEach((job, idx) => {\n            const matchScore = Math.round(Math.max(50, 90 - (job.distance * 2.5)));\n            const rank = idx + 4;\n            const accId = `acc-${rank}`;\n            \n            let coursesMarkup = '';\n            if(job.links && job.links.courses && job.links.courses.length > 0) {\n                coursesMarkup = job.links.courses.map(c => \n                    `<a href=\"${c.url}\" class=\"tcf-pill-link\" target=\"_blank\">${c.title}<\/a>`\n                ).join('');\n            }\n\n            let guideMarkup = '';\n            if(job.links && job.links.guide) {\n                guideMarkup = `<a href=\"${job.links.guide}\" target=\"_blank\" class=\"tcf-guide-btn-block\" style=\"font-size:0.8rem; background:#334155;\">Guide: How to Become<\/a>`;\n            }\n\n            let learnSectionHtml = '';\n            if (coursesMarkup || guideMarkup) {\n                learnSectionHtml = `<div style=\"margin-top:1rem; padding-top:1rem; border-top:1px dashed #cbd5e1;\">`;\n                if (coursesMarkup) learnSectionHtml += `<div class=\"tcf-links-row\">${coursesMarkup}<\/div>`;\n                if (guideMarkup) learnSectionHtml += guideMarkup;\n                learnSectionHtml += `<\/div>`;\n            }\n\n            \/\/ FIX: Added type=\"button\" to button element to prevent page refresh\n            accContainer.innerHTML += `\n                <div class=\"tcf-accordion-item\" id=\"item-${accId}\">\n                    <button type=\"button\" class=\"tcf-accordion-header\" onclick=\"toggleAcc('${accId}')\">\n                        <span class=\"tcf-acc-rank\">${rank}<\/span>\n                        <span class=\"tcf-acc-title\">${job.role}<\/span>\n                        <span class=\"tcf-acc-icon\">\u25bc<\/span>\n                    <\/button>\n                    <div class=\"tcf-accordion-content\" id=\"${accId}\">\n                        <div style=\"margin-bottom:0.5rem; color:#2563eb; font-weight:bold; font-size:0.85rem;\">${matchScore}% Match<\/div>\n                        <p style=\"margin-bottom:0.5rem; font-size:0.9rem;\">${job.desc}<\/p>\n                        ${learnSectionHtml}\n                    <\/div>\n                <\/div>\n            `;\n        });\n\n        \/\/ Bind Reset Button\n        setTimeout(() => {\n            const retakeBtn = document.querySelector('#tcf-results .tcf-btn-primary');\n            if(retakeBtn) {\n                retakeBtn.type = 'button'; \/\/ Ensure it doesn't submit form\n                retakeBtn.removeAttribute('onclick'); \n                retakeBtn.onclick = window.tcfReset;  \n            }\n        }, 100);\n    }\n\n    window.toggleAcc = function(id) {\n        const content = getEl(id);\n        const item = getEl('item-' + id);\n        \n        document.querySelectorAll('.tcf-accordion-content').forEach(el => {\n            if(el.id !== id) el.classList.remove('open');\n        });\n        document.querySelectorAll('.tcf-accordion-item').forEach(el => {\n            if(el.id !== 'item-'+id) el.classList.remove('active');\n        });\n\n        content.classList.toggle('open');\n        item.classList.toggle('active');\n    }\n\n    \/\/ --- INITIALIZATION & MEMORY CHECK ---\n    \/\/ Wrapped in DOMContentLoaded to ensure elements exist before we try to manipulate them\n    document.addEventListener(\"DOMContentLoaded\", function() {\n        \n        \/\/ FIX: Find all \"Start Assessment\" buttons in the static HTML \n        \/\/ and set type=\"button\" to prevent them from refreshing the page\n        const startButtons = document.querySelectorAll('.tcf-btn-primary');\n        startButtons.forEach(btn => {\n            \/\/ Only apply to the start buttons (those with tcfStart in onclick)\n            if (btn.getAttribute('onclick') && btn.getAttribute('onclick').includes('tcfStart')) {\n                btn.type = 'button';\n            }\n        });\n\n        try {\n            const savedData = localStorage.getItem(STORAGE_KEY);\n            if (savedData) {\n                const parsed = JSON.parse(savedData);\n                const age = Date.now() - parsed.timestamp;\n                \n                if (age < MEMORY_DURATION) {\n                    \/\/ Restore previous session\n                    userVector = parsed.vector;\n                    showResults();\n                }\n            }\n        } catch (e) {\n            console.error(\"Could not restore session\", e);\n        }\n    });\n\n})();\n<\/script>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.<\/p>\n","protected":false},"author":41,"featured_media":116348,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","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":"","footer-sml-layout":"","ast-disable-related-posts":"","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":"set","ast-page-background-enabled":"default","ast-page-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"categories":[17946],"tags":[36874],"class_list":["post-113983","page","type-page","status-publish","has-post-thumbnail","hentry","category-career","tag-quiz"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Career Test: Free Career Assesment Quiz<\/title>\n<meta name=\"description\" content=\"Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Career Test: Free Career Assesment Quiz\" \/>\n<meta property=\"og:description\" content=\"Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/\" \/>\n<meta property=\"og:site_name\" content=\"Great Learning Blog: Free Resources what Matters to shape your Career!\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GreatLearningOfficial\/\" \/>\n<meta property=\"og:image\" content=\"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1184\" \/>\n\t<meta property=\"og:image:height\" content=\"864\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Great_Learning\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/\"},\"author\":{\"name\":\"Great Learning Editorial Team\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\"},\"headline\":\"Career Test: Free Career Assesment Quiz\",\"datePublished\":\"2025-12-09T10:32:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/\"},\"wordCount\":295,\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/career-quiz-assessment.webp\",\"keywords\":[\"quiz\"],\"articleSection\":[\"Career Development\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/\",\"name\":\"Career Test: Free Career Assesment Quiz\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/career-quiz-assessment.webp\",\"datePublished\":\"2025-12-09T10:32:53+00:00\",\"description\":\"Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/career-quiz-assessment.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/career-quiz-assessment.webp\",\"width\":1184,\"height\":864,\"caption\":\"Clueless About Your Career Path?\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/career-quiz\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Career Test: Free Career Assesment Quiz\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"name\":\"Great Learning Blog\",\"description\":\"Learn, Upskill &amp; Career Development Guide and Resources\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\"},\"alternateName\":\"Great Learning\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#organization\",\"name\":\"Great Learning\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/06\\\/GL-Logo.jpg\",\"width\":900,\"height\":900,\"caption\":\"Great Learning\"},\"image\":{\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GreatLearningOfficial\\\/\",\"https:\\\/\\\/x.com\\\/Great_Learning\",\"https:\\\/\\\/www.instagram.com\\\/greatlearningofficial\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/in.pinterest.com\\\/greatlearning12\\\/\",\"https:\\\/\\\/www.youtube.com\\\/user\\\/beaconelearning\\\/\"],\"description\":\"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.\",\"email\":\"info@mygreatlearning.com\",\"legalName\":\"Great Learning Education Services Pvt. Ltd\",\"foundingDate\":\"2013-11-29\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1001\",\"maxValue\":\"5000\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/#\\\/schema\\\/person\\\/6f993d1be4c584a335951e836f2656ad\",\"name\":\"Great Learning Editorial Team\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"contentUrl\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/unnamed.webp\",\"caption\":\"Great Learning Editorial Team\"},\"description\":\"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.\",\"sameAs\":[\"https:\\\/\\\/www.mygreatlearning.com\\\/\",\"https:\\\/\\\/in.linkedin.com\\\/school\\\/great-learning\\\/\",\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/Great_Learning\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCObs0kLIrDjX2LLSybqNaEA\"],\"award\":[\"Best EdTech Company of the Year 2024\",\"Education Economictimes Outstanding Education\\\/Edtech Solution Provider of the Year 2024\",\"Leading E-learning Platform 2024\"],\"url\":\"https:\\\/\\\/www.mygreatlearning.com\\\/blog\\\/author\\\/greatlearning\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Career Test: Free Career Assesment Quiz","description":"Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/","og_locale":"en_US","og_type":"article","og_title":"Career Test: Free Career Assesment Quiz","og_description":"Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.","og_url":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/","og_site_name":"Great Learning Blog: Free Resources what Matters to shape your Career!","article_publisher":"https:\/\/www.facebook.com\/GreatLearningOfficial\/","og_image":[{"width":1184,"height":864,"url":"http:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp","type":"image\/webp"}],"twitter_card":"summary_large_image","twitter_site":"@Great_Learning","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/#article","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/"},"author":{"name":"Great Learning Editorial Team","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad"},"headline":"Career Test: Free Career Assesment Quiz","datePublished":"2025-12-09T10:32:53+00:00","mainEntityOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/"},"wordCount":295,"publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp","keywords":["quiz"],"articleSection":["Career Development"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/","url":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/","name":"Career Test: Free Career Assesment Quiz","isPartOf":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/#primaryimage"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/#primaryimage"},"thumbnailUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp","datePublished":"2025-12-09T10:32:53+00:00","description":"Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.","breadcrumb":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/#primaryimage","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp","width":1184,"height":864,"caption":"Clueless About Your Career Path?"},{"@type":"BreadcrumbList","@id":"https:\/\/www.mygreatlearning.com\/blog\/career-quiz\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/www.mygreatlearning.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Career Test: Free Career Assesment Quiz"}]},{"@type":"WebSite","@id":"https:\/\/www.mygreatlearning.com\/blog\/#website","url":"https:\/\/www.mygreatlearning.com\/blog\/","name":"Great Learning Blog","description":"Learn, Upskill &amp; Career Development Guide and Resources","publisher":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization"},"alternateName":"Great Learning","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.mygreatlearning.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.mygreatlearning.com\/blog\/#organization","name":"Great Learning","url":"https:\/\/www.mygreatlearning.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/06\/GL-Logo.jpg","width":900,"height":900,"caption":"Great Learning"},"image":{"@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GreatLearningOfficial\/","https:\/\/x.com\/Great_Learning","https:\/\/www.instagram.com\/greatlearningofficial\/","https:\/\/www.linkedin.com\/school\/great-learning\/","https:\/\/in.pinterest.com\/greatlearning12\/","https:\/\/www.youtube.com\/user\/beaconelearning\/"],"description":"Great Learning is a leading global ed-tech company for professional training and higher education. It offers comprehensive, industry-relevant, hands-on learning programs across various business, technology, and interdisciplinary domains driving the digital economy. These programs are developed and offered in collaboration with the world's foremost academic institutions.","email":"info@mygreatlearning.com","legalName":"Great Learning Education Services Pvt. Ltd","foundingDate":"2013-11-29","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1001","maxValue":"5000"}},{"@type":"Person","@id":"https:\/\/www.mygreatlearning.com\/blog\/#\/schema\/person\/6f993d1be4c584a335951e836f2656ad","name":"Great Learning Editorial Team","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","url":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","contentUrl":"https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2022\/02\/unnamed.webp","caption":"Great Learning Editorial Team"},"description":"The Great Learning Editorial Staff includes a dynamic team of subject matter experts, instructors, and education professionals who combine their deep industry knowledge with innovative teaching methods. Their mission is to provide learners with the skills and insights needed to excel in their careers, whether through upskilling, reskilling, or transitioning into new fields.","sameAs":["https:\/\/www.mygreatlearning.com\/","https:\/\/in.linkedin.com\/school\/great-learning\/","https:\/\/x.com\/https:\/\/twitter.com\/Great_Learning","https:\/\/www.youtube.com\/channel\/UCObs0kLIrDjX2LLSybqNaEA"],"award":["Best EdTech Company of the Year 2024","Education Economictimes Outstanding Education\/Edtech Solution Provider of the Year 2024","Leading E-learning Platform 2024"],"url":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"}]}},"uagb_featured_image_src":{"full":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp",1184,864,false],"thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment-150x150.webp",150,150,true],"medium":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment-300x219.webp",300,219,true],"medium_large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment-768x560.webp",768,560,true],"large":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment-1024x747.webp",1024,747,true],"1536x1536":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp",1184,864,false],"2048x2048":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment.webp",1184,864,false],"web-stories-poster-portrait":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment-640x853.webp",640,853,true],"web-stories-publisher-logo":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment-96x96.webp",96,96,true],"web-stories-thumbnail":["https:\/\/www.mygreatlearning.com\/blog\/wp-content\/uploads\/2026\/03\/career-quiz-assessment-150x109.webp",150,109,true]},"uagb_author_info":{"display_name":"Great Learning Editorial Team","author_link":"https:\/\/www.mygreatlearning.com\/blog\/author\/greatlearning\/"},"uagb_comment_info":0,"uagb_excerpt":"Take a free, 5 minute career assessment to discover your ideal tech role based on your skills, personality, and interests. No login required.","_links":{"self":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/113983","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/users\/41"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/comments?post=113983"}],"version-history":[{"count":34,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/113983\/revisions"}],"predecessor-version":[{"id":114050,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/pages\/113983\/revisions\/114050"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media\/116348"}],"wp:attachment":[{"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/media?parent=113983"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/categories?post=113983"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mygreatlearning.com\/blog\/wp-json\/wp\/v2\/tags?post=113983"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}