Education-Cloud-Consultant Practice Test

Salesforce Spring 25 Release -
Updated On 1-Jan-2026

204 Questions

A consultant is setting up Student Success Hub for a university. A Contact record has already been created for a student.
Which two steps should a consultant take to set up a student in Student Success Hub? Choose 2 answers

A. Create a Student Case record.

B. Create a User record.

C. Create a Household Account record.

D. Create an Administrative Account record.

B.   Create a User record.
D.   Create an Administrative Account record.

Explanation:

In Student Success Hub (built on EDA), a Contact record alone is not sufficient to fully enable a student as an active user in the system. To properly "set up" a student for advising, appointment scheduling, success plans, cases, and portal access, the consultant needs to complete two key steps after the Contact exists:

B. Create a User record
This grants the student login access to Salesforce (typically as an Experience Cloud external user with a Student Community license/profile). Without a User record, the student cannot access the student portal, book appointments, view success plans, or interact with Student Success Hub features self-service.

D. Create an Administrative Account record
Student Success Hub requires the Administrative Account Model (the recommended and often default model for higher education student support scenarios). This creates a one-to-one placeholder Administrative Account linked to the student's Contact. Many Student Success Hub features (e.g., cases, appointments, success plans, early alerts) rely on this Account linkage for ownership, sharing, and record visibility. If the Default Account Model is set to Household, it must be changed to Administrative, and an Administrative Account must be created for the Contact.

These two steps ensure the student is fully operational in Student Success Hub.

Why the other options are incorrect:

A. Create a Student Case record
Cases are used for tracking specific support issues or interventions. They are created as needed during ongoing support, not as a required setup step for every student.

C. Create a Household Account record
Household Accounts are used for family/donor grouping in Advancement or K-12 parent scenarios. Student Success Hub explicitly recommends the Administrative model for higher education to avoid family grouping conflicts with advising workflows.

References:

Salesforce Help & Trailhead: "Get Started with Student Success Hub" → Requires User records for portal access and Administrative Account Model for core functionality.
Student Success Hub Setup Guide: Change Default Account Model to Administrative if not already set, and ensure Contacts have linked Administrative Accounts.
Education Cloud Consultant Exam Guide: Student Success Hub configuration objectives include enabling student users and verifying Administrative Account setup.

A university to use Salesforce for its recruitment and admissions process and needs to integrate it with the Student Information System (SIS).
Which step should the consultant take initially?

A. Identify Integration layers.

B. Disable Trigger Handler records.

C. Use the Data Import Wizard.

A.   Identify Integration layers.

Explanation:

Integrating a core system like an SIS with Salesforce is a complex, strategic undertaking. The initial step must be planning and analysis. "Identify Integration layers" refers to defining the architecture: determining what data needs to flow in which direction, how often, the method of integration (real-time API vs. batch), the tools (Middleware like MuleSoft, direct APIs, ETL tools), and the security model. This foundational step shapes all subsequent decisions, costs, and timelines.

Why not C. Use the Data Import Wizard?
The Data Import Wizard is a point-in-time, manual tool for loading records. It is not a sustainable integration solution for an ongoing, automated process between two mission-critical systems. Suggesting this first would be a significant architectural misstep.

Why not B. Disable Trigger Handler records?
This is an irrelevant and potentially harmful technical action. Trigger Handlers (part of the TDTM framework in EDA) manage automation logic. Disabling them would break core platform functionality and has no bearing on the initial planning of a system integration.

Key Concept & Reference:

Integration Strategy:
The first phase of any integration project is the discovery and design phase. This involves:

Identifying systems of record for each data object (e.g., SIS owns Course, Program, and final Grade data; Salesforce owns Prospect and Application data).

Mapping data fields and defining transformation rules.

Choosing the integration pattern (synchronous vs. asynchronous, batch vs. real-time).

Selecting the integration technology (e.g., Salesforce APIs, middleware platform).

Reference:
Standard systems integration methodology and the Salesforce Integration Architecture documentation. Trailhead modules on "Integration Planning" emphasize starting with a clear understanding of endpoints, frequency, and data ownership before writing a single line of code or configuring a tool.

A school is implementing Salesforce with the Education Data Architecture (EDA) to track parents and students in a community. When a contact record is created, a Community user is created leveraging Table-Driven Trigger Management (TDTM). During deployment to production, the consultant notices that only the contact record is created.
Which step should the consultant verify when troubleshooting the issue?

A. Trigger handlers were loaded into production.

B. The community was set to Active.

C. Declarative automations were deployed successfully.

A.   Trigger handlers were loaded into production.

Explanation:

The core of the issue is that a specific programmatic automation (the TDTM trigger that creates a Community user when a Contact is created) is not functioning in the production environment, even though the declarative data (the Contact record) was created successfully. TDTM (Table-Driven Trigger Management) is the framework used by EDA and the Nonprofit Success Pack (NPSP) to manage its Apex triggers.

TDTM Trigger Handlers are configuration records that tell the system which Apex class to run and when. These records are not automatically deployed with standard change sets or metadata deployments unless explicitly included.

The most common cause of this symptom is that while the Contact object and related custom fields were deployed, the TDTM trigger handler records that contain the logic for auto-creating the Community user were not migrated from the sandbox to production.

Why not the others:

B. The community was set to Active:
While the Community must be active for users to log in, this would not prevent the creation of the Community user record. The error would likely manifest later as a login issue. The problem described is that the user record isn't being created at all.

C. Declarative automations were deployed successfully:
The scenario explicitly mentions the automation is driven by TDTM, which is a programmatic (Apex-based) framework, not a declarative one (like Process Builder or Flow). Declarative automation deployment is a separate concern.

Key Concept:
TDTM Framework: In EDA/NPSP, core functionalities like automatic Community user creation, Affiliation management, and Address validation are powered by Apex triggers managed via the TDTM framework. The trigger logic is controlled by records in the Trigger_Handler__c custom object.

Deployment Consideration: Migrating EDA configurations requires ensuring that both the metadata (objects, fields, classes) and the associated TDTM configuration records are deployed to the target org.

Reference:
EDA/NPSP Deployment Guide and Administrator documentation sections on "Managing TDTM" and "Deploying NPSP/EDA." This is a classic deployment issue where data (TDTM records) must be migrated alongside metadata.

Which best practice should a consultant recommend to promote utilization of Salesforce in an Education Cloud deployment?

A. Use Chatter to publicly recognize early adopters.

B. Send a sponsor engagement communication.

C. Enable Salesforce Celebration in Path.

D. Create a Slack group on the day of deployment.

A.   Use Chatter to publicly recognize early adopters.

Explanation:

Why this is critical:
If the org may go live during a major capital campaign, the biggest risk is that the people who need to support go-live—fundraising staff, leadership sponsors, admins, and power users—will be fully occupied with campaign execution, leaving insufficient time for training, UAT, data validation, change management, and post–go-live issue resolution. That “competing major initiative” situation is a classic driver of resource shortages and adoption risk during implementations.

Why the other options are less critical (in this scenario):

B. Technical complexity:
Important, but the question highlights timing vs. a major campaign, which primarily impacts people/time more than architecture.

C. Staff cross-training:
Helpful mitigation, but it’s not the primary “critical factor” created by overlapping the campaign and go-live; it’s one tactic to address the resource constraint.

D. Cost of the implementation:
Always a consideration, but the scenario’s core risk is operational capacity during a peak fundraising period, not budget.

Reference:
Implementation planning guidance: avoid timelines that conflict with other major projects to prevent resource shortages.

A business school will implement Salesforce for its MBA recruitment and admissions. Which role should participate in the Salesforce Center of Excellence?

A. University technology vice president

B. Salesforce system admin

C. President of the university

B.   Salesforce system admin

Explanation:

A Center of Excellence (CoE) is a governing body that ensures Salesforce is used effectively, follows best practices, and aligns with the institution's goals. For a specific implementation like MBA recruitment and admissions, the CoE must include roles that bridge the gap between business needs and technical execution.
Technical Backbone:
The Salesforce system admin is a critical member of the CoE. They are responsible for the day-to-day management, configuration, and maintenance of the environment.
Tactical Governance:
While executive sponsors provide the vision, the system admin provides the technical feasibility. In a CoE, the admin helps define data standards, manage release cycles, and ensure that new customizations for the MBA program do not create "technical debt" or break existing university-wide processes.
Continuous Improvement:
As the MBA team identifies new requirements (e.g., scoring rubrics or event tracking), the system admin ensures these are built using scalable, declarative tools rather than messy, one-off workarounds.

Incorrect Answers

A. University technology vice president:
Why it's incorrect: While a VP might serve as an Executive Sponsor for the overall Salesforce platform at the university level, they are typically too far removed from the granular, tactical decisions required for a specific MBA recruitment implementation. A CoE requires members who can engage in the weekly or monthly prioritization of features.
C. President of the university:
Why it's incorrect: The President provides high-level institutional support but does not participate in the Center of Excellence. Including the President in a CoE would be an inefficient use of their time, as the CoE focuses on platform governance, technical standards, and business process optimization.

References
Salesforce Help: Establish a Center of Excellence
Salesforce Blog: Why You Need a Salesforce Center of Excellence
Trailhead: Education Cloud Strategy - Form a Governance Committee

Education-Cloud-Consultant Exam Questions - Home Previous
Page 4 out of 41 Pages