Total 185 Questions
Last Updated On : 11-Sep-2025 - Spring 25 release
Preparing with Experience-Cloud-Consultant practice test is essential to ensure success on the exam. This Salesforce SP25 test allows you to familiarize yourself with the Experience-Cloud-Consultant exam questions format and identify your strengths and weaknesses. By practicing thoroughly, you can maximize your chances of passing the Salesforce certification spring 2025 release exam on your first attempt. Surveys from different platforms and user-reported pass rates suggest Experience-Cloud-Consultant practice exam users are ~30-40% more likely to pass.
The Cloud Kicks (CK) site administrator is onboarding a now partner to its Experience Cloud site. They have created the partner as an Account, added the required Contacts, and ensured that the Welcome Email selection is checked. However, upon review, the site administrator has found that none of the partner users were able to register. What should the site administrator do to ensure they are able to set up partner users correctly?
A. Double-check that the partner profile has been added to the CK site.
B. Ensure that the Account has been enabled as a partner Account.
C. Double-check that the provided email addresses are correct.
D. Ensure that the Contacts under the Account are enabled as partner users.
Explanation:
D. Ensure that the Contacts under the Account are enabled as partner users.
🔑 The administrator correctly created the partner as an Account, but a crucial step was missed: converting the associated Contacts into actual partner users. Simply creating a contact and checking the welcome email on the account does not create a user record. The administrator must go to each contact record and select the "Enable Partner User" action, which provisions the user, assigns them a license and profile, and then sends the welcome email that allows them to register and log in to the site.
Incorrect Options:
A. Double-check that the partner profile has been added to the CK site.
A profile is assigned to a user after they are created. Since the users were unable to register, it means their user records were never created in the first place. The issue lies in the provisioning process, not the site's membership settings, which are for managing access once a user exists.
B. Ensure that the Account has been enabled as a partner Account.
The prompt indicates the administrator has already taken steps specific to partner accounts, such as checking the "Welcome Email" selection. This implies the account itself has been properly enabled as a partner account. The problem is a subsequent action required for the individual contacts, not the account itself.
C. Double-check that the provided email addresses are correct.
Correct email addresses are a prerequisite for receiving the welcome email, but they are not the root cause of the problem. The core issue is that the welcome emails were never triggered to be sent because the user records were never created. The contacts must be enabled as users before any email related to registration is sent out.
Universal Containers (UC) is a conglomerate with various lines of business operating worldwide. UC helps finance crop research, provides insurance services to coffee growers, and manufactures specialized coffee machines and other products. UC also has a franchise unit to help grow its franchise business worldwide. UC is planning to build multiple portals and sites to support its various lines of business. What two points should UC keep in mind when selecting a template for these sites and portals? Choose 2 answers
A. Industry-specific Lightning Bolt solutions are available today but not templates. Pencil & Paper
B. Insurance Agent Portal template becomes available once Financial Services Cloud is correctly set up in an org.
C. Industry-specific templates are available today but not Lightning Bolt solutions.
D. Industry-specific templates as well as Lightning Bolt solutions are available today.
Explanation:
Correct Options:
✅ B. Insurance Agent Portal template becomes available once Financial Services Cloud is correctly set up in an org.
✅ D. Industry-specific templates as well as Lightning Bolt solutions are available today.
Salesforce Experience Cloud offers both pre-built templates and more comprehensive Lightning Bolt solutions for various industries. ⚡ The availability of some specific templates, like the Insurance Agent Portal, is conditional and requires the corresponding industry-specific cloud, such as Financial Services Cloud, to be properly set up within the Salesforce org. This shows that both templates and Lightning Bolt solutions exist today, and their availability can be tied to the organization's specific licenses and configurations.
Incorrect Options:
A. Industry-specific Lightning Bolt solutions are available today but not templates.
This statement is incorrect. Salesforce provides both standard and industry-specific templates as well as Lightning Bolt solutions, which are often built on those templates. It is not an "either/or" scenario; both are available and serve different purposes in a site's creation.
C. Industry-specific templates are available today but not Lightning Bolt solutions.
This statement is also incorrect. Just as with option A, both templates and Lightning Bolt solutions are part of the Experience Cloud offering. Lightning Bolt solutions are pre-packaged sets of a template, components, and business processes, and are a key part of the platform's ability to accelerate development for specific industries.
What is required when creating portal users through Just-Time (JIT) provisioning?
A. FederationIdentifier
B. Organization_id
C. FirstName
D. User.Role
Explanation:
Correct Options:
🟢 A. FederationIdentifier
For Just-in-Time (JIT) provisioning to work, the FederationIdentifier is a mandatory requirement. 🔗 This field uniquely identifies a user from an external identity provider and is used by Salesforce to match, update, or create a new user record upon the first login via Single Sign-On (SSO). It acts as the key that connects the external user's identity to their corresponding Salesforce user record, making the on-demand provisioning process possible without manual user creation.
Incorrect Options:
B. Organization_id
The Organization_id is a unique identifier for the entire Salesforce org, not an individual user. This field is not used for JIT provisioning, as the process focuses on individual user identity, not the org's identity.
C. FirstName
While the FirstName is part of a user's record, it is not required for the core JIT provisioning logic. The system uses the FederationIdentifier as the unique key to determine if a user record exists or needs to be created. Other user attributes are often included in the SAML assertion but are not mandatory for provisioning itself.
D. User.Role
A user's Role can be passed in the SAML assertion to be automatically assigned upon user creation, but it is not a required field for the provisioning process itself. The user record can be created without a role, which can then be assigned manually later. The FederationIdentifier is the only non-negotiable field for JIT provisioning to occur.
Ursa Major Solar (UMS) wants to differentiate between the leads created by partners and the leads created by its own Sales team. All lead records are shared with partners: however, some of the information captured by the Sales team on the lead record should not be shared with partners. Which two steps should UMS take at a minimum in order to meet the requirement? Choose 2 answers
A. Create Lead Record Types for Lead Distribution.
B. Enable “Lead Sharing" in Digital Experience settings.
C. Create a separate channel for partners in PRM Workspaces.
D. Create Page Layouts for Lead Distribution.
Explanation:
The core requirement has two parts: (1) differentiating the source of a lead (partner vs. internal), and (2) controlling the visibility of specific fields on those leads for partner users.
✅ A. Create Lead Record Types for Lead Distribution:
This is the foundational step. Record Types allow you to categorize leads into different business processes (e.g., "Partner Lead" and "Internal Sales Lead"). This differentiation is crucial because it enables you to assign...
✅ D. Create Page Layouts for Lead Distribution:
...different Page Layouts. Page Layouts control which fields are visible to which users. You can assign a more detailed layout with all sensitive fields to the "Internal Sales" record type for your internal team's profile. For the partner community profile, you assign a different, restricted layout to the "Partner Lead" record type that omits the sensitive fields. This combination directly meets the requirement of hiding specific information.
❌ B. Enable “Lead Sharing" in Digital Experience settings:
This setting controls whether lead records are shared at all with the experience. The question states "All lead records are shared with partners," meaning this is already configured. This setting does not help with differentiating lead sources or hiding specific fields; it is simply an on/off switch for lead sharing.
❌ C. Create a separate channel for partners in PRM Workspaces:
PRM Workspaces are excellent for organizing different groups of partners and tailoring their experience (e.g., which apps, tabs, and records they see). However, a workspace itself does not inherently differentiate between record sources or control field-level visibility on a single object like Lead. The Record Type and Page Layout configuration is a more fundamental and necessary solution.
Reference:
This solution leverages the standard Salesforce tools for object-specific sharing and visibility. The key is using Record Types to classify data and then using Profile- and Record Type-specific Page Layouts to enforce field-level security (FLS) for external users.
Universal Containers is looking to build a new self-service site. Users will post questions, read Knowledge articles, and view case reports, users will not be registering deals or participating in any other sales activity. Which external user license meets these requirements?
A. Authenticated Service Site User
B. External Community Plus
C. External Identity
D. Customer Community Plus
Explanation:
The requirement is for a licensed external user who can perform specific actions in a service-oriented community:
➡️ Post questions: This is typically done via Chatter feeds or through a custom component that creates feed posts or cases.
➡️ Read Knowledge articles: This requires read access to the Knowledge object.
➡️ View case reports: This requires read access to the Case object and the Report tab.
Let's evaluate the licenses:
✅ D. Customer Community Plus:
This license is specifically designed for this use case. It includes licenses for:
➡️ Chatter (enabling users to post questions in feeds).
➡️ Knowledge User license (enabling read access to Knowledge articles).
➡️ Cases and Reports (enabling users to view their own cases and run reports on them).
❌ A. Authenticated Service Site User:
This is a legacy license with very limited permissions. It does not include access to standard Salesforce tabs like Reports, making it unsuitable for the "view case reports" requirement. Its use is generally discouraged in favor of modern community licenses.
❌ B. External Community Plus:
This is not an official Salesforce license name. The standard licenses are "Customer Community" and "Customer Community Plus." This distractor is likely pointing to the latter, which is the correct choice.
❌ C. External Identity:
This is an Identity Only license. It provides login authentication (via Salesforce Identity) but does not include a license to access any standard Salesforce data like Knowledge, Cases, or Reports. It is used for portals where users only need to access custom applications or storefronts built on the platform without accessing core CRM data.
Reference:
The Salesforce Help article "Experience Cloud License Comparison" details the exact permissions and object access granted to each type of external user license. Customer Community Plus is the minimum license that supports all the listed functionalities out-of-the-box.
Dreamscape Flowers (DF) is a well-known global with a large network of partners in various regions DF currently has a number of manual process with varied complexity. Some of these processes involve lifecycle management that DF is looking to automate as part of a broad digital transformation initiative. In what three ways can Salesforce Partnership Management (PRM) help DF? Choose 3 answers
A. Automating partner onboarding process
B. Helping partners manage their payments and file taxes
C. Providing reports and dashboards access to partners
D. Preventing channel conflict
Explanation:
Salesforce PRM is a set of features on the Experience Cloud platform designed to manage business relationships with a channel of partners.
✅ A. Automating partner onboarding process:
This is a primary benefit of PRM. The "lifecycle management" mentioned directly refers to the partner journey from recruitment and application to training, approval, and activation. PRM automates this with tools like automated welcome emails, task assignments, and required training checklists before granting access.
✅ C. Providing reports and dashboards access to partners:
Transparency is a key tenet of PRM. By providing partners with dedicated reports and dashboards on their performance (e.g., leads converted, opportunities influenced, marketing fund usage), DF can align incentives and help partners focus on the most productive activities.
✅ D. Preventing channel conflict:
This is solved through deal registration. This process allows a partner to formally claim credit for an opportunity they are working on. Once registered, the deal is protected for that partner, preventing other partners or the internal sales team from pursuing the same customer and causing conflict. This builds trust in the partner ecosystem.
❌ B. Helping partners manage their payments and file taxes:
Salesforce is a CRM (Customer Relationship Management) platform, not an ERP (Enterprise Resource Planning) or accounting system. While PRM can track metrics used for calculating commissions or funds (e.g., influenced revenue), it does not handle the actual processing of payments, payroll, or tax calculations and filings. These functions require integration with a dedicated financial system.
Reference:
The core capabilities of Salesforce PRM are outlined in the "Partner Management" Trailhead modules and Salesforce Help documentation, focusing on onboarding, enablement, performance management, and conflict resolution—not financial operations.
Dreamscape Flowers (DF) is planning to use Salesforce Partner Relationship Management (PRM) to manage partner lifecycle. DF is aware that Salesforce PRM can help with channel sales, lead distribution, and co-marketing with partners. Which other three features come standard with Salesforce PRM that DF can leverage without any code customization? Choose 3 answers
A. Partner Value Score Matrix
B. Case Escalation
C. Al-Powered Knowledge Base
D. Partner Incentivization Map
E. Chat
Explanation:
Salesforce Partner Relationship Management (PRM) is built on Experience Cloud and provides standard features to help businesses like Dreamscape Flowers manage their partner relationships without needing custom code. Let’s go through each option to see why B, C, and E are correct:
A. Partner Value Score Matrix ❌
This is not a standard feature in Salesforce PRM. While Salesforce allows you to evaluate partners (e.g., through reports or dashboards), there’s no specific feature called “Partner Value Score Matrix” that comes out-of-the-box. This sounds like a custom solution that would require development.
B. Case Escalation ✅
Salesforce PRM includes case management features, allowing partners to create and manage cases directly in the partner portal. Case Escalation is a standard feature in Salesforce Service Cloud, which integrates with PRM. It lets DF set up escalation rules to automatically handle urgent partner issues (e.g., escalating a case about a delayed order to a manager). This requires no custom code, as it’s configured through Salesforce’s standard setup.
C. AI-Powered Knowledge Base ✅
Salesforce PRM supports a Knowledge base powered by Salesforce Knowledge, which includes AI-driven features like article recommendations and search optimization (part of Einstein for Service). DF can use this to share guides or FAQs with partners (e.g., how to sell flowers effectively) without coding, as it’s a standard feature in Experience Cloud sites integrated with PRM.
D. Partner Incentivization Map ❌
There’s no standard feature called “Partner Incentivization Map” in Salesforce PRM. While PRM supports partner programs and incentives (e.g., through campaigns or reports), this specific term suggests a custom-built feature, which would require code or additional configuration.
E. Chat ✅
Salesforce PRM includes Chat (powered by Salesforce Service Cloud’s Embedded Service Chat) as a standard feature. DF can enable chat in the partner portal to allow partners to get real-time support (e.g., asking about order status). This is set up through Experience Builder or Service Cloud settings without any custom coding.
Reference:
Salesforce Help: Set Up Salesforce PRM
Trailhead: Partner Relationship Management Basics
Cloud Kicks (CK) has a subscription model to send new sneakers to customers every month. Customers log in to the CK site, where they can manage their accounts, manage and create cases, and submit refund claims. CK also provides access to articles from its Knowledge base. Which template should CK use to give customers the access they need?
A. Build Your Own
B. Microsite
C. Help Center
D. Account Portal
Explanation:
Salesforce Experience Cloud offers several templates to create sites, each designed for specific use cases. CK needs a site where customers can log in, manage their accounts, create and manage cases, submit refund claims, and access Knowledge articles. Let’s see why D is the best choice:
A. Build Your Own ❌
The Build Your Own template is highly flexible but requires significant customization to set up features like account management, case management, and Knowledge access. It’s not ideal for CK’s needs, as it demands more configuration effort compared to a pre-built template designed for customer interactions.
B. Microsite ❌
The Microsite template is designed for lightweight, public-facing sites with minimal interactivity (e.g., a promotional page). It’s not suited for logged-in experiences where customers need to manage accounts, create cases, or access a Knowledge base, as it lacks these robust features out-of-the-box.
C. Help Center ❌
The Help Center template is great for self-service support, focusing on Knowledge articles and case management. While it supports some of CK’s needs (e.g., Knowledge access and case creation), it’s not optimized for account management or transactional features like refund claims, which are central to CK’s subscription model.
D. Account Portal ✅
The Account Portal template (also known as the Customer Account Portal) is designed for logged-in customer experiences. It provides out-of-the-box features for customers to manage their accounts (e.g., update payment info), create and track cases (e.g., for support issues), submit refund claims, and access Knowledge articles. For example, CK customers can log in to update their sneaker subscription preferences, file a case for a late delivery, or read articles about sneaker care—all within the Account Portal template. This matches CK’s requirements perfectly.
Reference:
Salesforce Help: Experience Cloud Templates
Trailhead: Explore Experience Cloud Templates
To which three objects can the Partner Super User access be applied? Choose 3 answers
A. Opportunities
B. Accounts
C. Cases
D. Custom Objects
E. Campaigns
Explanation:
Partner Super User Access is a feature in Experience Cloud that allows partner users to access data owned by other users in their partner account. It is especially useful for collaboration within a partner organization. However, this feature is limited to specific objects and does not extend to all Salesforce records.
🏆 Correct Option (A – Opportunities):
Super User Access allows partner users to see and collaborate on Opportunities owned by other partner users within their account. This supports effective deal collaboration between partner sales representatives.
🏆 Correct Option (B – Accounts):
Partner Super Users can access Accounts owned by their peers. This ensures the whole partner company has shared visibility into customer records for better account management and coordination.
🏆 Correct Option (D – Custom Objects):
Custom objects that are set up for partner access can also be included in Super User Access. This allows partners to share data beyond standard objects, extending functionality to custom business processes.
🚫 Incorrect Option (C – Cases):
Super User Access does not extend to Cases. Case visibility is managed using Sharing Sets or other sharing rules, not through Partner Super User functionality.
🚫 Incorrect Option (E – Campaigns):
Campaigns are not supported by Super User Access. Campaign participation is controlled separately, usually through Campaign Member settings or sharing rules, not via Super User permissions.
🔗 Reference:
Salesforce Help: Partner Super User Access
Northern Trail Qutfitters has a network of resellers who are Partner Community users. One of the resellers has requested that their parent company get View access to cases created by their child companies. Which functionality will meet the requirement best?
A. Manually share cases.
B. Move users who need case access to a higher level in the Role Hierarchy.
C. Configure an External Account Hierarchy.
D. Create a Sharing Set for the Account.
Explanation:
🔒 Correct Option (C):
An External Account Hierarchy allows administrators to set up parent-child account relationships for external users. Once configured, parent accounts can view cases and other records created by their child accounts, making it the best solution for Northern Trail Outfitters.
🚫 Incorrect Option (A – Manually share cases):
Manual sharing could provide access but would require ongoing administrative work and is not scalable for a reseller network. It is not a best practice for structured account visibility.
🚫 Incorrect Option (B – Role Hierarchy):
Moving users higher in the role hierarchy helps with internal Salesforce user access but does not apply to external users in Experience Cloud. Role hierarchy cannot provide parent-child reseller case visibility.
🚫 Incorrect Option (D – Create a Sharing Set for the Account):
Sharing Sets grant record access based on user-to-account relationships. However, they do not support parent-child account visibility across related companies. This makes them insufficient for this use case.
💡 Summary:
Resellers often need visibility into cases created across different related accounts. Salesforce supports this through External Account Hierarchies, which mirror the internal account hierarchy but work specifically for external Experience Cloud users. This provides scalable and structured record access without manual workarounds.
🔗 Reference:
Salesforce Help: External Account Hierarchies
Page 2 out of 19 Pages |
Experience-Cloud-Consultant Practice Test Home |