Skip to content

Food Trucks R Us (FTRU)

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

FieldDetail
Start hereDiscovery index
Scenario sourceCommunity scenario
Current statusLive
First public date2021-06
Primary sourceOpen primary source
Coverage availableScenario brief + 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

Board Insights & Common Pitfalls

Generalized Judge Questions

  • LDV Check-ins: “How will you handle the millions of daily ‘Check-ins’ from food trucks? Why choose Platform Events for real-time updates over standard object storage?”
  • Person Accounts Logic: “Why did you choose Person Accounts for the massive B2C truck customer base? What are the integration trade-offs compared to a standard Account/Contact model?”
  • Mobile Connectivity: “Food trucks operate in areas with spotty internet. How does your solution support offline order taking and synchronization? Explain the Briefcase configuration.”
  • Moving Personas Security: “How do you ensure Truck Owner A cannot see sales data for Truck Owner B when trucks frequently move across regions? Is a static Role Hierarchy sufficient?”
  • Identity for Drivers: “How are you authenticating third-party delivery drivers? Which OAuth flow is used for their mobile app access?”

Common Mistakes

  • GPS Storage Bloat: Storing every high-frequency GPS ping in standard Salesforce objects leads to immediate locking contention and storage failure.
  • Ignoring Offline Briefcase: Not specifying Mobile Offline/Briefcase Builder requirements for field-service style operations in remote locations.
  • Driver Over-licensing: Assigning full Sales Cloud licenses to external contractors (drivers) when External Apps or CC+ is the more cost-effective choice.
  • Account Data Skew: Parenting all food trucks under a single regional “City” Account creates a large parent-child skew that blocks record locking.

Strong Patterns

  • Virtual Account Buckets: Using a “Bucket” strategy or Virtual Accounts to distribute the load of millions of B2C customers and prevent data skew.
  • LWC/Mobile SDK for High-Perf: Choosing a custom LWC or Mobile SDK solution for the courier/driver experience to handle the complex offline QR scanning and POS integration.
  • Criteria-Based Sharing: Using dynamic sharing based on truck status/location rather than a rigid geography-based role hierarchy.

Strategic Insights

  • The “Field Service” Hybrid: FTRU probes the architect’s ability to borrow Field Service patterns (scheduling, routing, offline) without requiring the full FSL license suite.
  • Order SoR: Success depends on being extremely clear about the “Source of Truth” for Orders (Salesforce vs. an external POS system).

Additional Notes

  • Focuses on mobile-first, high-volume B2C/B2B logistics, real-time location tracking, and POS integration.

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.