Salesforce Platform Developer I (legacy) — Question 193
Which statement is true about developing in a multi-tenant environment?
Answer options
- A. Apex Sharing controls access to records from multiple tenants on the same instance.
- B. Org-level data security controls which users can see data from multiple tenants on the same instance.
- C. Governor limits prevent Apex from impacting the performance of multiple tenants on the same instance.
- D. Global Apex classes can be referenced from multiple tenants on the same instance.
Correct answer: C
Explanation
The correct answer is C because governor limits are designed to maintain system performance by restricting resource usage, ensuring that one tenant's processes do not degrade the service for others. Options A and B are incorrect as they pertain to data access and visibility rather than performance management. Option D is misleading as it suggests accessibility without addressing performance implications.