Certification
Kumaresan  

Experience Cloud Consultant – Exam Prep Notes

Introduction

The Experience Cloud Consultant certification tests whether you can design, build, and roll out secure, scalable digital experiences on Salesforce Experience Cloud for customers and partners—not just if you know all the features.

The exam throws you into business scenarios, so it is less about definitions and more about making smart architectural decisions. Licensing, security, data visibility, and authentication are core topics.

This cheat sheet focuses on high-weight topics, common traps, and Salesforce best practices. Use these notes for your final revision.

1. Exam Overview

  • Format: ~60 multiple-choice questions
  • Time Allowed: 105 minutes
  • Passing Score: ~65%
  • Question Style: Business scenario-based questions where multiple choices may look correct initially.

Exam Mindset: Always ask yourself, “What is the Salesforce-recommended best practice?”

2. Exam Weighting at a Glance

TopicExam Weight
Sharing, Visibility & SecurityVery High
Discovery & PlanningHigh
User Creation & AuthenticationHigh
Experience Cloud SetupMedium
Customization & ExtensibilityMedium
Deployment & MaintenanceLow – Medium

3. Discovery & Planning

Key Focus Areas

  • Defining clear business goals and identifying the target audience (Customers vs. Partners).
  • Quantifying user volumes and licensing tiers.
  • Mapping out data access, login/registration, and reporting requirements.

Golden Rule: Business requirements drive your license and template choices—never the other way around.

4. Templates Matrix

TemplateBest ForKey Considerations
Customer ServiceCase management, Knowledge bases, FAQsStandard Aura framework, out-of-the-box self-service.
Partner CentralDeal registration, Lead distribution, CampaignsBuilt-in channel management workflows.
Build Your Own (LWR)High customization, pixel-perfect branding, maximum performanceLightning Web Runtime (LWR) offers superior page speed and SEO performance.

5. User Types & Licenses

License TypeRole Hierarchy Support?Standard Sharing Rules Support?Primary Use Case
Customer Community❌ No❌ NoHigh-volume basic self-service (Cases, Knowledge).
Customer Community PlusYesYesB2B customer portals requiring record-level sharing.
Partner CommunityYesYesPartner relationship management (Leads, Deals, Opportunities).

Exam Shortcuts:

  • Need record-level sharing rules or Role Hierarchy? Choose Customer Community Plus or Partner Community.
  • Need basic self-service with high user volume? Choose Customer Community.

6. Security & Sharing

External users do not inherit internal user sharing models. Access must be explicitly configured.

Mechanism Options:

  • Sharing Rules & Account-Based Sharing (Sharing sets / Share groups).
  • Role Hierarchy (Customer Community Plus & Partner Community only).
  • Apex Managed Sharing (for complex, dynamic programmatic sharing requirements).

Guest User Guardrails:

  • Highly restricted default access.
  • Cannot own records or edit existing data.
  • Always explicitly audit the Guest User Profile and Organization-Wide Defaults (OWDs).

7. Authentication & Registration

Login Methods

  • Username / Password
  • Single Sign-On (SSO via SAML / OAuth)
  • Social Login
  • Login Discovery

Self-Registration Best Practices

  • Always implement self-registration logic using Flow (avoid Apex unless strictly necessary).
  • Ensure registration logic dynamically assigns correct Profiles/Permission Sets and maps the user to the appropriate Contact and Account.

8. Experience Cloud Setup

  • Experience Builder: Branding, page variations, and component layout.
  • Audience Targeting: Deliver personalized experiences based on user Profile, Permission Sets, or Login Status.
  • Navigation Menus: Tile, dropdown, and default navigation.
  • Salesforce CMS: Manage and publish structured content across digital channels.

9. Customization & Extensibility

Scenario RequirementRecommended Salesforce Solution
Simple business logic & guided processesSalesforce Flow
Custom user interface & frontend logicLightning Web Components (LWC)
Complex data sharing or external APIsApex / Middleware
Centralized content managementSalesforce CMS

Design Principle: Declarative configuration first $\rightarrow$ Low-code (Flow/LWC) second $\rightarrow$ Custom Apex code only when unavoidable.

10. Automation & Workflows

Expect scenarios testing automated business processes:

  • Case Creation from Portal: Embedded Screen Flows or Web-to-Case.
  • Lead/Deal Registration: Lead Assignment Rules and Approval Processes in Partner portals.
  • Notifications: Automated Email Alerts and In-App Notifications triggered by Flow.

11. Performance & Best Practices

  • Minimize custom Apex calculations during initial page loads.
  • Utilize indexed fields in SOQL queries executed by external profiles.
  • Avoid exposing heavy, complex reports on external community dashboards.
  • Opt for LWR (Lightning Web Runtime) templates for maximum page performance and enhanced SEO capability.

12. Deployment & Maintenance

Deployment Pathways

  • Salesforce CLI & DevOps Center
  • Change Sets (for sandbox-to-production migration)

Ongoing Maintenance Tasks

  • Audit active vs. inactive community licenses.
  • Monitor login histories and security access logs.
  • Deactivate unused external accounts to free up licensing limits.

13. Common Exam Traps

  • ❌ Selecting Customer Community licenses when record-level sharing rules are required.
  • ❌ Assuming external users inherit internal data visibility settings.
  • ❌ Writing custom Apex for self-registration instead of leveraging Flow.
  • ❌ Over-customizing with code instead of using out-of-the-box Experience Builder capabilities.
  • ❌ Forgetting to lock down Guest User Profile permissions.

14. One-Week-Out Revision Checklist

  • [ ] Review license matrix differences (Community vs. Plus vs. Partner).
  • [ ] Master Guest User security restrictions.
  • [ ] Understand Flow-based Self-Registration configurations.
  • [ ] Memorize when to choose LWR vs. Standard Aura templates.
  • [ ] Review Sharing Sets and Share Groups configuration.

Conclusion

The Experience Cloud Consultant exam evaluates your ability to architect smart, secure, and scalable solutions.

Leave A Comment