Pollard Financial Services
Study Note
This page brings together public scenario links and AI-assisted research notes for study use. Start with the scenario brief, make your own attempt, and open the spoiler section only when you are ready to compare.
Community-Compiled Content
All material on this page — scenario briefs, solutions, presentations, and Q&A discussions — is compiled from publicly available sources including YouTube walkthroughs, community blogs, CTA coaching sites, and mock board recordings. We have only organized and presented what was found online. The architectural approaches, product recommendations, and patterns discussed may not reflect current Salesforce products, naming conventions, or best practices. Always verify against official Salesforce documentation.
Scenario Snapshot
| Field | Detail |
|---|---|
| Start here | Ladies Be Architects |
| Scenario source | Community scenario (Gang of Four) |
| Current status | Live (Community Standard) |
| First public date | 2018-08 |
| Primary source | Ladies Be Architects |
| Coverage available | Scenario brief + Video or presentation + Discussion or analysis |
Only Open If You Have Attempted the Scenario
The section below contains public follow-up links, board-call material, and AI-assisted notes compiled from those public sources.
Open follow-up links, Q&A, and analysis
Follow-Up Links
Board Insights & Common Pitfalls
Generalized Judge Questions
- Complex Sharing: “How do you ensure a client who leaves a business-sponsored plan can no longer see negotiated funds but keeps their individual personal history?”
- Apex Sharing Scale: “You proposed Apex Managed Sharing for Fund Reports. How does your solution handle the recalculation if 1 million clients change their investment portfolio in a single day?”
- LDV Performance: “With 200 million Invested Fund records, how will your ‘Performance Report’ UI remain performant? Are you using standard reports or an off-platform LWC call?”
- Identity & Licensing: “Why choose Customer Community Plus over standard Customer Community? Is the cost justified for 20 million clients?”
- Data Skew: “How do you mitigate data skew on the Account object given the 15 million employees related to a few hundred large business accounts?”
Common Mistakes
- The File Sharing Trap: Sharing Fund Reports using standard Salesforce Files hits the 2,000-entity sharing limit when funds have 100k+ investors.
- Chatter Group Overuse: Using Chatter Groups for report sharing fails the “point-in-time” access requirement (access to history is lost when leaving a group).
- Over-licensing Internal Users: Proposing Sales Cloud for all internal staff when Lightning Platform licenses often suffice for custom investment objects.
- Role Hierarchy Explosion: Creating a unique role for every Sales Rep (800+) causes significant performance degradation.
Strong Patterns
- Virtualization for Performance: Using an LWC to “pull” real-time performance data from an external Portfolio Management System instead of storing millions of records in Salesforce.
- External Data Archiving: Explicitly offloading historical investment data to Snowflake or Big Objects to keep “Hot” data lean while meeting 7-year regulatory retention rules.
- Metadata-Driven Report Sharing: Representing Fund Reports as a custom object shared via Apex Managed Sharing or Sharing Sets (if using CC+).
Strategic Insights
- The “Security King”: Pollard is widely regarded as the ultimate test of sharing model mastery. If you can solve Pollard’s security, you can solve almost any board scenario.
- Scale-First Thinking: Requires “Login-based” community licensing and massive data volume strategies (Skinny Tables, Custom Indexes) due to the 20M client footprint.
Additional Notes
- Core Requirements: Wealth management and financial services, complex hierarchical sharing, massive user volumes.
- Key Objects: Account (B2C Customers), Opportunity (Investments), Account Team/Opportunity Team.
- Security: Famous for its “impossible” sharing requirements that test the limits of Role Hierarchy, Sharing Rules, and Apex Sharing.
- Classification: Frequently mistaken for an official scenario due to its quality and ubiquity, but confirmed as community-created.
Related Study Topics
Always verify against official Salesforce documentation
This content is study material for CTA exam preparation. Content compiled and presented with AI assistance. Not affiliated with Salesforce.
Personal study notes for the Salesforce CTA exam. Content compiled from VJ's study notes, official Salesforce documentation, community sources, and online publicly available content, then organized and presented with AI assistance. Not affiliated with Salesforce. © 2025–2026 VJ Srivastava.