Last Updated On : 20-May-2026


Salesforce Financial Services Cloud (FSC) Accredited Professional (AP) Exam (SP25) Practice Test

Prepare with our free Salesforce Financial Services Cloud (FSC) Accredited Professional (AP) Exam (SP25) sample questions and pass with confidence. Our Financial-Services-Cloud practice test is designed to help you succeed on exam day.

171 Questions
Salesforce 2026

Cumulus Cloud Bank is asking the consultant to explain some tools available to integrateSalesforce into several of its back-end/core systems.
Which three capabilities should a consultant recommend?

A. Industry Integration Solutions with the MuleSoft Anypoint Platform

B. Data Processing Engine

C. OmniStudio Integration Procedures

D. Data Consumption Framework

E. OmniStudio DataRaptors

A.   Industry Integration Solutions with the MuleSoft Anypoint Platform
C.   OmniStudio Integration Procedures
E.   OmniStudio DataRaptors

Explanation:

The modern FSC integration stack is built on the OmniStudio framework and MuleSoft to provide a seamless flow between Salesforce and external core systems:

MuleSoft Anypoint Platform (Option A):
For complex enterprise environments like a retail bank, MuleSoft is the recommended middleware. It provides pre-built "Industry Integration Solutions" (MuleSoft Direct) that include templates and connectors specifically for core banking APIs. This allows Cumulus Cloud Bank to orchestrate data across legacy systems and Salesforce without point-to-point custom code.

OmniStudio Integration Procedures (Option C):
These are server-side processes used to execute multiple data actions in a single call. In a banking context, an Integration Procedure might call an external API to check a credit score, fetch transaction history, and then update a Salesforce record all at once. Because they run on the server, they are more performant for complex back-end integrations than client-side tools.

OmniStudio DataRaptors (Option E):
DataRaptors (now often called Data Mappers) are the "translation" tools. They are used to map data between Salesforce objects and the JSON or XML formats required by back-end systems. For example, a DataRaptor Transform can take a complex raw response from a core banking system and "flatten" it into a format that Salesforce can easily display.

Detailed Explanation of Incorrect Answers

B. Data Processing Engine:
Reasoning: The Data Processing Engine (DPE) is a powerful tool used for internal data transformation within Salesforce (e.g., calculating complex roll-ups or rebates across millions of records). While it processes data, it is not a primary tool for integrating with external back-end systems in real-time.

D. Data Consumption Framework:
Reasoning: While the Data Consumption Framework is a valid FSC feature used to call external APIs (often via Flows), it is typically positioned as a way for agents to view external data rather than a primary tool for broad system-to-system integration. In the context of a "consultant recommendation" for core system connectivity, the OmniStudio and MuleSoft suite is the standard enterprise-grade answer.

References
Salesforce Help: Integration Solutions with MuleSoft
Salesforce Help: OmniStudio Integration Procedures
Trailhead: Build Guided Experiences with OmniStudio

The Salesforce Admin of Lake Tahoe Bank wants to implement Financial Services Cloud using the individual object model. What are the steps to disable person accounts? (Choose Three)

A. Log a case with Salesforce to perform the conversion from Person Accounts to the individual model.

B. Assign the Person Account record type to the user profiles.

C. Disable the Person Account custom setting.

D. Remove Person Account record types from the Individual Record Type Mapper.

E. Assign the Individual record type to the user profiles.

A.   Log a case with Salesforce to perform the conversion from Person Accounts to the individual model.
D.   Remove Person Account record types from the Individual Record Type Mapper.
E.   Assign the Individual record type to the user profiles.

Explanation:

Steps to disable Person Accounts when moving to the Individual object model in FSC
When an FSC implementation uses the Individual object model, Person Accounts must be disabled. This is a controlled process with specific admin steps.

A. Log a case with Salesforce to perform the conversion from Person Accounts to the Individual model — ✅ Correct
Person Accounts cannot be disabled by admins directly.
Salesforce requires you to log a support case so they can:
Convert existing Person Account data
Safely disable Person Accounts in the org
This is a mandatory step.

D. Remove Person Account record types from the Individual Record Type Mapper — ✅ Correct
FSC uses the Individual Record Type Mapper to determine how records are created.
To move away from Person Accounts, you must remove Person Account mappings so Individuals are no longer created as Person Accounts.

E. Assign the Individual record type to the user profiles — ✅ Correct
Users must be able to create and work with Individual records.
Assigning the Individual record type ensures the org consistently uses the Individual model going forward.

Why the other options are incorrect

B. Assign the Person Account record type to the user profiles — ❌ Incorrect
This would enable or continue using Person Accounts, which is the opposite of the goal.

C. Disable the Person Account custom setting — ❌ Incorrect
There is no custom setting that disables Person Accounts.
Person Accounts are an org-level feature, not controlled by a custom setting.

📌 Exam takeaway
To disable Person Accounts for FSC Individual model:
Open a Salesforce Support case
Update the Individual Record Type Mapper
Assign Individual record types to profiles
This sequence is commonly tested on the FSC AP-208 exam.

Which Salesforce Financial Services Cloud featureenables financial advisors to track and manage client accounts?

A. Financial accounts management

B. Performance reporting

C. Client onboarding

D. Opportunity management

A.   Financial accounts management

Explanation:

The core functionality within Salesforce Financial Services Cloud (FSC) that specifically enables financial advisors to track and manage client accounts is the Financial Accounts Management feature.

Financial Accounts Management: This provides a dedicated data model and user interface components to capture all of a client's financial data. It allows advisors to view aggregated information across various types of accounts (checking, savings, investments, mortgages, etc.), roles (owner, joint owner, beneficiary), and institutions, all within a unified 360-degree view of the client.

Why the other options are less specific or incorrect:

B. Performance reporting: This is an outcome of financial accounts management (analyzing the data), not the underlying feature used to track and manage the accounts themselves.

C. Client onboarding: Onboarding is a process (often managed via Action Plans) used when bringing a client into the bank or opening a new account, but it is not the feature used for the ongoing management of the accounts.

D. Opportunity management: This standard Salesforce feature is used to track potential sales or deals in the pipeline, not to manage the existing, ongoing financial accounts themselves.

Cumulus Insurance has created a Delegated Administrator groupfor its franchise users to reduce the workload on head office support staff.
Which three functions should be added to the Delegated Administrator group?

A. Unlock users.

B. Modify permission sets.

C. Set organization-wide sharing defaults on custom objects.

D. Assign or remove permission sets for users in their delegated groups.

E. Create and manage membership of specified public groups.

A.   Unlock users.
D.   Assign or remove permission sets for users in their delegated groups.
E.   Create and manage membership of specified public groups.

Explanation:

The following functions are standard capabilities provided to users in a Delegated Administration group:

Unlock Users (Option A): Delegated administrators can unlock users who have been locked out of their accounts due to too many failed login attempts. This is a common support request that franchise managers can handle locally to save time.

Assign/Remove Permission Sets (Option D): While delegated admins cannot create or modify the actual permission sets themselves, they can assign or remove specific, pre-approved permission sets for users within the roles they manage. This allows franchise managers to grant functional access (like "Export Reports") to their team as needed.

Manage Public Groups (Option E): Administrators can specify certain Public Groups that a delegated admin is allowed to manage. The delegated admin can then add or remove members from those specific groups, which is often used to control record-sharing and folder access within a franchise.

Detailed Explanation of Incorrect Answers

B. Modify permission sets:
Reasoning: Only a full System Administrator (or a user with the "Manage Profiles and Permission Sets" permission) can modify the actual metadata and permissions contained within a permission set. Delegated admins are restricted to assignment only to prevent them from accidentally granting high-level system access.

C. Set organization-wide sharing defaults on custom objects:
Reasoning: Delegated administrators can manage custom objects (create fields, edit layouts, etc.), but they cannot change the security model, such as Organization-Wide Defaults (OWD) or Sharing Rules. These global security settings remain under the strict control of the head office System Administrator.

References
Salesforce Help: Delegate Administrative Duties - Capability List
Salesforce Help: Define Delegate Administrators
Trailhead: Delegate Administrative Tasks

A consultant is configuring a demo for a customer but cannot create new residential loan application records. What is prohibiting the consultant from creating a new residential loan application?

A. The Residential Loan Application flow was not enabled in the setup.

B. The administrator did not enable "Allow Mortgage Access" in Setup.

C. The user does not have "Mortgage User" checked in their user record.

D. The administrator did not assign the Mortgage permission set to the user.

D.   The administrator did not assign the Mortgage permission set to the user.

Explanation:

In Salesforce Financial Services Cloud (FSC), the Mortgage features—including the ability to create Residential Loan Application records—are gated behind a specific Mortgage permission set (and associated permission set license). This permission set grants users the necessary license to access mortgage-specific objects (such as Residential Loan Application, Loan Applicant, Document Checklist Items, etc.) and enables Create, Read, Edit, and Delete permissions on those objects.
Without assigning the standard Mortgage permission set (or a custom one that includes the Mortgage license and object permissions), users cannot create new Residential Loan Application records, even if they have general FSC access.

Why not A?
While flows (e.g., mortgage intake flows) can be used to guide the creation process, the core ability to create the record itself is controlled by permissions, not by enabling a specific flow.

Why not B?
There is no org-wide setup toggle called "Allow Mortgage Access." Mortgage features are enabled via permission sets.

Why not C?
There is no "Mortgage User" checkbox on the User record. Access is managed entirely through permission sets and licenses.

References:
Trailhead Module: Optimize User Access for Mortgage Features (Mortgage Mastery with Financial Services Cloud) – Explicitly describes assigning the Mortgage permission set to grant the "User license to access mortgage in Financial Services Cloud."
Salesforce Help Documentation: Sections on setting up Mortgage features emphasize assigning the Mortgage permission set for access to Residential Loan Application and related objects.

Page 1 out of 35 Pages