QuestionQ95

Risk Identification and Mitigation

Which two limitations should an architect consider when designing a strategy to manage technical reference data with multiple related objects?

Choose two
  • A HTTP response size
  • B Circular relationships
  • C Depth of nested relationships
  • D Apex CPU limits
Explanation

Salesforce limits traversal depth for related-object queries, so deeply nested object structures may require a staged retrieval or deployment design. Custom Apex used to process or establish those related records also runs within Apex CPU governor limits; large or complex relationship processing must therefore be bulkified and divided appropriately.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!