Practice questions
Test your knowledge of the topics and concepts covered in this chapter by attempting to answer the following questions:
- Which data API facilitates the asynchronous processing of data in parallel batches?
- Which LDV mitigation technique can be used to partition data and reduce the number of records returned by SOQL queries?
- Which header is required for PK chunking to be enabled?
- Which is considered the fastest mode for data loads with the
Bulk
API—Serial or Parallel? - When Salesforce performs an indexed search, standard indexes are used if the filter condition of the query matches what?
- Custom indexes are used where the query filter matches what?
- When mitigating ownership skew for users that must have a role, where should that role reside in the role hierarchy?
- True or false? Salesforce support is needed to enable skinny tables.
- True or false? When mitigating ownership skew, you should consider removing a role associated...