Start Learning Today Speak to an Advisor
- .btn-start-your-free-trial { /* …same rules… */ } .btn-start-your-free-trial:hover { … } .btn-start-your-free-trial:active { … } .btn-start-your-free-trial:focus-visible { … } /* COURSE PAYMENT OPTIONS PAGE - > Section 2 - Payment Options */ .lw-cols .col img { margin-bottom: 1rem; max-width: 80%; height: auto; } /* ABOUT US PAGE - > Section 1 - Header */ .hero-section { background-image: url('https://lwfiles.mycourse.app/68135dc9fe1f562a4f64f0a1-public/e23b8f62cc42c835f123ea90990a7287.jpg'); margin-bottom: 30px; } .section-heading { font-size: 2.5rem; /* Adjust size for prominence */ font-weight: bold; line-height: 1.4; /* Better spacing between lines */ } .section-subheading { font-size: 1.8rem; /* Adjust size to complement the main heading */ font-weight: normal; line-height: 1.6; /* Adjust spacing between lines */ } .content-box { padding: 20px; /* Add space inside the content box */ } .image-box { padding: 15px; /* Add space around the image */ } .cta-button { background-color: #ff6f61; /* Bright CTA color */ padding: 15px 30px; color: white; text-decoration: none; border-radius: 5px; font-size: 1.1rem; display: inline-block; text-align: center; } .learnworlds-button-wrapper { margin-top: 20px; margin-bottom: 20px; /* Add space above and below the button */ } .cta-button:hover { background-color: #e15d50; /* Darken color on hover */ } @media (max-width: 768px) { .section-container { display: block; /* Stack the content vertically */ } .content-box, .image-box { width: 100%; /* Ensure full width on small screens */ } } .lw-widget-in.learnworlds-image { max-width: 100%; height: auto; } .learnworlds-heading { color: #333; /* Darker color for better contrast */ } .learnworlds-main-text { color: #444; /* Slightly darker text color */ } .learnworlds-button-solid-accent1:hover { background-color: #FF720C; font-weight: bold; /* Adding bold effect on hover */ } .learnworlds-heading, .learnworlds-heading4, .learnworlds-main-text { margin-bottom: 20px; } @media (max-width: 768px) { .lw-cols { flex-direction: column; /* Stack columns vertically on small screens */ } .learnworlds-button-wrapper { margin-top: 20px; /* Add space above the button */ } .learnworlds-section-content { padding: 20px; /* Add some padding for mobile screens */ } .learnworlds-heading { font-size: 2rem; /* Slightly reduce heading size for mobile */ } .learnworlds-main-text { font-size: 1.1rem; /* Adjust text size for readability */ } .learnworlds-image { max-width: 100%; /* Ensure the image is responsive */ height: auto; } } /* Header Hero Picture */ .hero-img-wrap{ aspect-ratio:3/2; /* 1.5 : 1 */ max-width:460px; /* whatever width suits your layout */ width:100%; overflow:hidden; /* hides the trimmed top/bottom */ } /* ABOUT US PAGE -> Section 2 -> Trusted by Learners and Recruiters Nationwide Section */ .learnworlds-section-overlay { background-color: rgba(0, 0, 0, 0.5); /* Darker overlay for better contrast */ } .progress-container_counter h2 { font-size: 3rem; /* Larger font for better visibility */ color: #FF720C; /* Accent color for the numbers */ font-weight: bold; transition: transform 0.3s ease-in-out; } .progress-container_counter h2:hover { transform: scale(1.05); /* Slight zoom effect on hover */ } .lw-cols .col { margin-bottom: 20px; /* Ensure consistent spacing */ } @media (max-width: 768px) { .lw-cols { display: block; /* Stack columns vertically */ text-align: center; /* Center align text */ } .progress-container_counter h2 { font-size: 2.5rem; /* Adjust number size for mobile */ } .learnworlds-main-text p { font-size: 1.1rem; /* Adjust text size for readability */ } } .learnworlds-image { max-width: 100%; height: auto; } .lw-progress:hover { box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); /* Add shadow for interactive feel */ } /* ABOUT US PAGE -> Section 3 -> Flexible, Self-Paced Learning, Expert-Led Training, Student Success is our Priority Block */ .learnworlds-heading4 { font-size: 1.8rem; font-weight: 600; line-height: 1.5; /* Improve line height for better legibility */ text-align: left; /* Ensures the text is aligned uniformly */ } .learnworlds-main-text { font-size: 1.2rem; line-height: 1.6; /* Increase line height for text sections */ margin-top: 10px; } .learnworlds-main-text { color: #333333; /* Darker color for better contrast */ } .learnworlds-heading4 cite { /* Space between the icon and the text */ } .learnworlds-heading4 { margin-right: 10px; display: flex; align-items: center; /* Ensure text and icon are vertically aligned */ } @media (max-width: 768px) { .lw-cols { display: block; /* Stack columns vertically */ } .learnworlds-heading4 { font-size: 1.6rem; /* Adjust the heading size for mobile */ } .learnworlds-main-text { font-size: 1rem; /* Adjust text size for mobile */ } } .wow-cta-button { padding: 16px 30px; /* Increase padding for better button size */ font-weight: 600; font-size: 1.1rem; /* Slightly larger font size */ display: inline-flex; align-items: center; gap: 0.5rem; border-radius: 5px; background-color: #FF720C; /* Make the button match the brand color */ color: white; } .wow-cta-button:hover { background-color: #e15d0c; /* Slightly darker hover color */ transform: translateY(-2px); /* Slight lift on hover */ } .wow-cta-button .fa-long-arrow-alt-right { transition: transform 0.3s ease-in-out; } .wow-cta-button:hover .fa-long-arrow-alt-right { transform: translateX(6px); /* Arrow movement on hover */ } .lw-cols .col { margin-bottom: 30px; /* Consistent spacing between columns */ } .learnworlds-main-text { margin-bottom: 30px; /* Space between text sections */ } .col { margin-bottom: 20px; /* Adds space between columns */ } .learnworlds-heading4 cite { color: #FF720C; /* Make icon color consistent with the brand color */ } .col:hover { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add subtle shadow on hover */ transition: all 0.3s ease-in-out; } .learnworlds-image { max-width: 100%; height: auto; object-fit: cover; /* Ensure images do not stretch */ } /* Vertical Alignment and Spacing */ .feature-col { display: flex; flex-direction: column; align-items: flex-start; max-width: 260px; /* caps line length on large screens */ margin: 0 1rem; } .feature-col p { margin-top: 0.5rem; margin-bottom: 1.25rem; line-height: 1.6; } /* Responsive Wrapping */ .features-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; } @media (max-width: 768px) { .feature-col { flex: 1 1 100%; text-align: center; max-width: none; } .feature-col i { margin-right: 0; margin-bottom: 0.5rem; } } /* Copy & Link Styling */ .features-footer a { color: #2B3990; text-decoration: none; font-weight: 600; transition: text-decoration .2s ease; } .features-footer a:hover { text-decoration: underline; } /* ABOUT US PAGE -> Section 4 -> Our Company */ .learnworlds-subheading { font-size: 2rem; /* Increase font size for visual hierarchy */ font-weight: 700; color: #2B3990; /* Matching brand color for uniformity */ } .learnworlds-main-text { padding-left: 20px; padding-right: 20px; line-height: 1.7; /* Adds some space between lines for improved readability */ } .learnworlds-align-right { display: flex; align-items: center; justify-content: center; } .learnworlds-image { max-width: 100%; /* Makes sure images scale responsively */ } @media (max-width: 768px) { .lw-cols { display: block; } .col { width: 100%; /* Stacks columns vertically on smaller screens */ margin-bottom: 2rem; } } .learnworlds-main-text { margin-bottom: 20px; } .learnworlds-section-content { padding-top: 40px; padding-bottom: 40px; } /* Apply Flexbox to both the columns containing the icon and text */ .learnworlds-align-right { display: flex; flex-direction: column; align-items: center; /* Horizontally center the icon */ justify-content: center; /* Vertically center the icon */ text-align: center; } /* Add some margin to the icon for spacing */ .learnworlds-image { margin-bottom: 20px; /* Adds spacing between icon and text */ } /* Ensure uniform text alignment */ .learnworlds-main-text { text-align: center; /* Center the description text */ padding-left: 20px; padding-right: 20px; } /* Optional: Add uniform margin to the headings */ .learnworlds-subheading { margin-bottom: 20px; /* Adds spacing between heading and description */ } /* Making sure the columns are flexible and adaptable */ .col { display: flex; flex-direction: column; justify-content: center; /* Vertically center all content in the column */ align-items: center; /* Horizontally center all content */ } /* For small screens (mobile optimization) */ @media (max-width: 768px) { .learnworlds-align-right { text-align: center; /* Ensure text is centered on mobile screens */ } .learnworlds-image { margin-bottom: 15px; /* Reduce spacing between image and text on smaller screens */ } } /* Aligning the columns and content properly */ .learnworlds-align-right { display: flex; flex-direction: column; justify-content: flex-start; /* Align content to the top */ align-items: center; /* Horizontally center the content */ text-align: center; } /* Margin and padding adjustments */ .learnworlds-image { margin-bottom: 20px; /* Adds spacing between icon and text */ } .learnworlds-main-text { text-align: justify; /* Ensure text alignment is justified */ padding-left: 20px; padding-right: 20px; } /* Uniform margin for headings */ .learnworlds-subheading { margin-top: 20px; margin-bottom: 20px; /* Consistent margin for both headings */ } /* Make sure both "Our Vision" and "Our Mission" headings are aligned */ .learnworlds-heading, .learnworlds-subheading { text-align: center; /* Ensure headings are centered */ margin-bottom: 20px; /* Space out from text */ } /* Optional: Ensure responsiveness on smaller screens */ @media (max-width: 768px) { .learnworlds-align-right { text-align: center; } .learnworlds-image { margin-bottom: 15px; /* Reduce spacing between image and text on smaller screens */ } } /* Apply Flexbox to both the columns containing the icon and text */ .learnworlds-align-right { display: flex; flex-direction: column; align-items: center; /* Horizontally center the icon */ justify-content: center; /* Vertically center the icon */ text-align: center; } /* Add some margin to the icon for spacing */ .learnworlds-image { margin-bottom: 20px; /* Adds spacing between icon and text */ } /* Ensure uniform text alignment */ .learnworlds-main-text { text-align: center; /* Center the description text */ padding-left: 20px; padding-right: 20px; } /* Optional: Add uniform margin to the headings */ .learnworlds-subheading { margin-bottom: 20px; /* Adds spacing between heading and description */ } /* Making sure the columns are flexible and adaptable */ .col { display: flex; flex-direction: column; justify-content: center; /* Vertically center all content in the column */ align-items: center; /* Horizontally center all content */ } /* For small screens (mobile optimization) */ @media (max-width: 768px) { .learnworlds-align-right { text-align: center; /* Ensure text is centered on mobile screens */ } .learnworlds-image { margin-bottom: 15px; /* Reduce spacing between image and text on smaller screens */ } } max-width:800px; margin:0 auto; text-align:center; /* Remove White Boxes Around Icons */ .vision-icon, .mission-icon { background: transparent !important; display: block; } /* Fine-Tune Icon ↔ Heading Spacing */ .vision-icon, .mission-icon { margin-bottom: 0.75rem; } /* Cap Copy Width and Justify */ .vision-col p, .mission-col p { max-width: 280px; /* keeps each block neatly under ~40–45 characters */ margin: 0; /* remove stray top/bottom margins */ text-align: justify; text-justify: inter-word; } /* Cap Copy Width and Justify */ @media (max-width: 768px) { .vision-col, .mission-col { flex: 1 1 100%; align-items: center; /* center icon + heading */ text-align: center; /* center the paragraph */ max-width: none; margin-bottom: 1.5rem; /* breathing room before next block */ } } /* ABOUT US PAGE -> Section 5 - > Meet our Tutors */ body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 0; color: #333; } .container { padding: 30px; } .learnworlds-overline-text { font-size: 1.2rem; font-weight: bold; color: #FF720C; } .learnworlds-subheading { font-size: 2rem; margin-top: 10px; color: #181818; text-align: center; font-weight: 600; } .lw-cols { display: flex; flex-wrap: wrap; justify-content: space-around; margin-top: 30px; } .col { flex: 1; margin: 10px; max-width: 300px; } .tutor-card { background: #fff; border-radius: 15px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; overflow: hidden; text-align: center; } .tutor-card:hover { transform: translateY(-10px); } .tutor-image { width: 100%; height: 250px; background-size: cover; background-position: center; transition: transform 0.3s ease; } .tutor-card:hover .tutor-image { transform: scale(1.05); } .tutor-info { padding: 20px; background: #f8f8f8; border-top: 1px solid #e0e0e0; } .tutor-name { font-size: 1.2rem; color: #FF720C; font-weight: bold; } .role-title { font-size: 0.9rem; color: #666; margin: 10px 0; } .tutor-bio { font-size: 1rem; color: #444; margin-bottom: 15px; } .tutor-btn { background-color: #FF720C; color: white; padding: 10px 20px; border: none; border-radius: 25px; cursor: pointer; transition: background-color 0.3s ease; } .tutor-btn:hover { background-color: #E66000; } .role-title-animated { font-size: 0.85rem; font-weight: 600; color: #FF720C; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); opacity: 0; transform: translateY(5px); animation: fadeUpRoleTitle 0.6s ease-in-out forwards; animation-delay: 0.3s; } @keyframes fadeUpRoleTitle { to { opacity: 1; transform: translateY(0); } } /* ABOUT US PAGE -> Section 6 -> Who Our CeMAP Courses Are Designed For */ .course-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 320px; /* adjust until all cards match height */ background: #f9f7f0; border-radius: 8px; padding: 1rem; } .course-card h4 { margin: 0.5rem 0 0.5rem; font-size: 1.125rem; font-weight: 700; } .course-card p { margin: 0 0 1rem; line-height: 1.6; } /* ABOUT US PAGE -> Section 6 -> Who Our CeMAP Courses Are Designed For */ @media (max-width: 768px) { .logo-row { flex-wrap: wrap; gap: 1.5rem; } .logo-row img { max-height: 40px; } } @media (max-width: 480px) { .logo-row { flex-direction: column; gap: 1rem; } .logo-section .overline { font-size: 0.875rem; } .logo-section .subtext { font-size: 0.875rem; line-height: 1.4; } } /* ABOUT US PAGE -> Responsive Column Stack */ @media (max-width: 768px) { .col { width: 100% !important; margin-bottom: 2rem; } } .card-icon-container i { font-size: 3rem; /* Ensures all icons are the same size */ } .card-heading { text-align: center; font-size: 2.3rem; /* Ensure the font size is consistent */ margin-top: 10px; } .flex-item { margin-bottom: 2rem; /* This can help ensure consistency between all cards */ } .card-text p { text-align: center; /* Adjust as necessary to maintain consistent alignment */ } @media (max-width: 768px) { .col { width: 100%; /* Stack the columns vertically on smaller screens */ margin-bottom: 1rem; /* Space between stacked cards */ } } /* FREE TRIAL PAGE -> Section - What you get in your 48 Hour Free Trial */ .trial-features li { margin-bottom: 1.5rem; line-height: 1.6; } .trial-features strong { display: block; margin-bottom: 0.25rem; }
Join today

CeMAP 2 & 3

Build confidence and competence with CeMAP 2 & 3 – your next step toward becoming a fully qualified mortgage advisor.
  • 68 learners

    Enrolled
  • 4 hours

    Video duration
  • 27 hours

    Course duration
  • 4 Ebooks

    Free of charge
    What you are going to learn

    Course Overview

    If you’ve completed CeMAP 1 and are ready to become a fully qualified Mortgage Adviser, CeMAP 2 & 3 are your next steps. These final stages of the Certificate in Mortgage Advice and Practice (CeMAP) qualification build on your foundational knowledge and prepare you to give real-world mortgage advice with confidence.


    CeMAP 2 focuses on the core aspects of mortgage advice and practice. It is divided into four key units that cover the mortgage application process in detail — including assessing clients' needs, understanding different types of mortgage products, mortgage law, and how to deal with arrears and post-completion issues. This module helps you build a strong practical understanding of how mortgages work in day-to-day scenarios.


    CeMAP 3 is the final assessment unit, designed to test your ability to apply the knowledge gained in CeMAP 1 and 2 through realistic case studies. You’ll be assessed on your decision-making, product recommendations, and ability to meet customer needs — just like in a real mortgage advisory role.


    The course is delivered 100% online, so you can study at your own pace, with 24/7 access to interactive lessons, expert video tutorials, revision quizzes, and tutor support to keep you motivated and on track.


    ✅ Want to get qualified faster? Choose our CeMAP 1, 2 & 3 course bundle for the complete pathway to becoming a Mortgage Adviser.



    You will learn in CeMAP 2:

    • The full mortgage application process, from enquiry to completion
    • Different types of mortgage products and repayment options
    • The roles of lenders, intermediaries, and other stakeholders
    • Legal and regulatory considerations in mortgage lending
    • Handling arrears, payment difficulties, and post-completion issues
    • Protection products and their role in mortgage advice
    • Understanding property types, valuations, and legal titles

    You will learn in CeMAP 3:

    • How to analyse client case studies and financial situations
    • Applying CeMAP 1 & 2 knowledge to realistic advisory scenarios
    • Recommending suitable mortgage products based on client needs
    • Demonstrating ethical, compliant, and customer-focused advice
    • Preparing for the multiple-choice, case-study-based CeMAP 3 exam

    CeMAP 2 & 3 Course Syllabus

    By completing CeMAP 2 and 3, you’ll gain the practical knowledge and assessment skills needed to apply mortgage advice in real-world scenarios. These modules cover product types, client circumstances, and the full advice process—ensuring you’re fully prepared to pass the final exams and begin advising clients with professionalism and confidence.

    Empty space, drag to resize

    Course Structure and Delivery

    Our CeMAP 2 & 3 course is designed for maximum flexibility, allowing you to study fully online at your own pace. The course is divided into separate modules for CeMAP 2 and CeMAP 3, each focusing on essential topics and practical applications needed to pass the exams.
    Write your awesome label here.

    With 24/7 access to our easy-to-use learning platform on both desktop and mobile, you can fit your studies around your work, family, and other commitments — whether that’s early mornings, evenings, or weekends.


    Most students complete the CeMAP 2 & 3 modules within 8 to 12 weeks, with a recommended study time of 6–8 hours per week. However, you have the freedom to progress faster or slower based on your individual schedule and learning style.


    Throughout the course, you’ll benefit from ongoing tutor support available via email and live chat, plus interactive lessons, quizzes, and exam practice to keep you motivated and confident every step of the way.


    • Interactive lessons to break down complex mortgage topics clearly
    • Video tutorials to demonstrate real-world examples and applications
    • End-of-section quizzes to check your understanding and reinforce learning
    • Case study-based practice exams to prepare you for CeMAP 3’s scenario-based format
    • Access to our Student Community Forum to connect with peers and share insights
    • 24/7 Learning Support via messaging to our tutors for whenever you need help

    CeMAP 2 & 3 Exam Format

    The CeMAP 2 & 3 exams assess your ability to apply mortgage advice knowledge in practical scenarios.

    CeMAP 2 covers four units across the mortgage advice process and is tested through a computer-based exam consisting of 100 multiple-choice questions.

    CeMAP 3 is the final assessment module and evaluates your ability to apply what you’ve learned in CeMAP 1 and 2. It involves six case studies, followed by 60 multiple-choice questions based on realistic client scenarios. You’ll need to demonstrate your understanding of the mortgage advice process, ethical considerations, and regulatory compliance.

    A minimum of 70% is required to pass each module.

    You can sit the exams at one of the 150+ Pearson VUE test centres across the UK or online via remote invigilation, giving you the flexibility to choose a time and place that works best for you.

    The key details are outlined below:
    Empty space, drag to resize

    🕒 Time: 2 hours per module
    Number of Questions:

    • CeMAP 2: 100 multiple-choice questions (across 4 units)

    • CeMAP 3: 60 multiple-choice questions based on 6 case studies

    🎯 Pass Mark: 70% per module
    💻 Format: Online or Test Centre
    📅 Availability: Year-round across the UK at 150+ Pearson VUE Centres or online via remote invigilation
    💷 Cost of Exam: £202 per module
    📝 Results: Instant feedback after completion


    Empty space, drag to resize
    "Quote text."
    Empty space, drag to resize
    The skill you need to become a real professional.
    Empty space, drag to resize
    Josh Stobbard
    Learn the tools used by the world's top professionals.
    Empty space, drag to resize
    Josh Stobbard
    Boost your confidence, master "the field".
    Empty space, drag to resize
    Josh Stobbard
    Normal text.
    kind words by students

    CeMAP 2 & 3 Course Reviews from Real Students

     “Passed First Time – Thanks to the Clear Structure”
    "CeMAP 2 & 3 felt daunting at first, but the structure of the course made it manageable and even enjoyable. The real-life examples and mock assessments were incredibly helpful in preparing for the final exam. I passed both modules first time!"
    Jalil PATEL
    Newly Qualified Mortgage Adviser
    “Perfect for Busy Professionals Like Me”
    "I studied CeMAP 2 & 3 alongside a full-time job and found the flexibility of the online platform a lifesaver. The lessons were clear, the tutor support was excellent, and I felt totally prepared going into the exams."
    Michael Tranmere
    Career Changer from Finance Sector
     “Gave Me the Confidence to Go Independent”
     "The case study approach in CeMAP 3 really boosted my confidence. It helped me understand how to apply theory to real client scenarios. This course gave me the final push I needed to become a fully qualified adviser."
    Aisha Gupta
    Independent Mortgage Broker

    Why Learn with Us

    Learning should fit your life, not the other way around.

    Everyone learns differently, and our CeMAP courses are designed with that in mind. Whether you prefer watching videos, reading through detailed resources, or chatting one-on-one with an expert, we make it easy for you to learn in your own style.

    With flexible, online learning and access to a vibrant student community, you don’t have to sacrifice collaboration or support. You’ll benefit from peer insights, interactive forums, and fast, responsive instructor help—often within 5 minutes via live chat. You’re never on your own, and you’re always just a message away from expert guidance.
    Take control of your learning journey—on your time, your terms, and with real support every step of the way.

    Higher Pass Rate

    Our structured and supportive courses give students the skills and confidence to pass their CeMAP exams with flying colours.

    Lucrative Career Opportunities

    Newly qualified mortgage advisors often start at £60,000 a year—with earnings increasing quickly as your experience grows.

    Learn When It Works for You

    Study from home, on your schedule. Our course is built for flexibility—perfect for busy lives and career changers.

    Expert Tutor Support

    Our experienced CeMAP instructors are online 8am–8pm, 7 days a week. Reach out by phone, email, or live chat—whenever you need help.

    Simple, Effective Course Materials

    We use clear, easy-to-follow materials designed to make complex topics accessible to everyone—no jargon, no confusion.

    Exceptional Reviews

    Thousands of learners have transformed their careers through our training—and they’re eager to share their success stories.

    Fully Virtual Learning

    No travel, no babysitters, no commute. Study in the comfort of your own home via web or mobile app with full access to all learning resources online

    FCA Accredited Qualification

    Earn the FCA-recognised CeMAP certification you need to begin advising clients or brokering mortgages professionally in the UK.
    Services

    What Happens After CeMAP 2 & 3?

    01

     Become a Fully Qualified Mortgage Adviser

    By completing CeMAP 2 and 3, you’ll have passed all three modules of the CeMAP qualification — making you fully certified to give regulated mortgage advice in the UK. This is the final step in your training and officially qualifies you to work in the financial services industry as a Mortgage Adviser.
    02

     Unlock a Range of Career Opportunities

    With your full CeMAP qualification, you can apply for roles with high street banks, specialist mortgage brokerages, estate agencies, or even start your own advisory practice. Whether you're entering the industry for the first time or making a career switch, CeMAP opens the door to stable and rewarding opportunities.
    03

     Get Support Finding Your First Role

    We don’t just help you qualify — we help you take the next step. Our optional job support includes CV feedback, interview preparation, and connections to trusted mortgage firms and recruiters looking for newly qualified advisers. We're here to support your transition from training to employment.

    Frequently asked questions

    What is the difference between CeMAP 1 and CeMAP 2 & 3?

    CeMAP 1 covers the basics of UK financial services and regulation. CeMAP 2 dives into mortgage products, law, and advice, while CeMAP 3 tests your ability to apply that knowledge through case studies and practical scenarios.

     Can I take the CeMAP 2 and 3 exams separately?

    Yes, you can take CeMAP 2 and CeMAP 3 exams independently, but both are required to complete your full CeMAP qualification.

    How long does it typically take to complete CeMAP 2 & 3?

    Most students complete both modules within 3 to 6 months, depending on study pace and schedule flexibility.

    Are the CeMAP 2 & 3 exams online or in-person?

    Both options are available. You can take the exams online with remote invigilation or at any Pearson VUE test centre across the UK.

    What is the passing score for CeMAP 2 & 3 exams?

    You need to score at least 70% to pass each exam.

    Can I get support if I struggle with any part of the course?

    Yes! Our course offers tutor support, interactive lessons, and plenty of practice materials to help you succeed.

    What happens if I fail one of the exams?

    You can retake the exam as many times as needed. We recommend reviewing the areas where you struggled and using our practice tests to prepare.

     Is there a time limit to complete the course after enrolling?

    Our course is self-paced, but we recommend completing CeMAP 2 & 3 within 12 months to keep your knowledge current.

    Will this course prepare me for a career in mortgage advice?

    Absolutely. The course is designed to equip you with the knowledge and skills to pass the exams and succeed in your mortgage adviser career.

    Pricing & Enrolment Options

    We offer flexible enrolment options to help you continue your CeMAP journey with ease—no hidden fees, no hassle, just straightforward access to CeMAP 2 & 3.

    CeMAP 2 & 3 Online Course – £399 (incl. VAT)

    • Full access to all learning materials
    • Interactive lessons, quizzes & video tutorials
    • 6 months course access
    • Practice exams & progress tracking
    • Tutor support via live chat or email
    • Access to student forum & job tips
    • Ipsem ad Llorem

     Payment Options

    Flexible Payment Options to Suit Your Budget

    Debit / Credit Card

    Split into 3 Payments

    Pay Monthly

    Ready to enroll and start now?

    Join the ranks of successful mortgage advisors who have chosen CeMAP Training as their partner in education. Click below to enrol. We're here to guide you toward CeMAP 1 success and beyond. Enrol with us today - 100% online, 100% at your pace and take the first step toward a bright future in the mortgage industry.

    Speak to our CeMAP Advisors

    Whether you want to understand if CeMAP 1 is right for you, need guidance on how the course works, or have questions about career pathways, our friendly course advisors are just a message away.

    💬 Talk to Us About

    Not sure if CeMAP 1 is right for you? Our expert course advisors can answer your questions and guide you through everything—from course content and study plans to exam details and payment options. We're here to help you make an informed decision with confidence.
    • Course content and study support
    • Exam booking and next steps
    • Payment plans and enrolment options
    • Career opportunities after CeMAP

    🗓️ Book a Free Call

    Speak directly with one of our advisors at a time that suits you. We'll walk you through the course, answer any questions, and help you get started with confidence.
     Book a Free Call 
     Or email us at learn@cemap-training.co.uk
     Or chat with us live using the website chat icon
    Created with