Practice questions 1-20
- Universal Containers report slow performance and timeouts in some cases when trying to export all data from their
Account
table. There are 15 millionAccount
records present. Which method should be used to ensure the export can run successfully? Pick one answer:- Batch Apex
- Primary Key (PK) chunking
- Asynchronous Apex
- Bulk API query with a batch size of 200
- Universal Containers wish to expose the
Lead
andOpportunity
objects to their resellers using Experience Cloud. Which license type is the correct one for them to purchase for those Experience Cloud users? Pick one answer:- Customer Community
- Partner Community
- Customer Community Plus
- Experience Cloud Plus
- What is the annotation on asynchronous Apex methods? Pick one answer:
@
async
@
batch
@
future
@
istest
- Universal Containers have a generic
Account
record that is used for allContact
records that don’t have a known parentAccount
record. Recently, performance has been sluggish with regard to operations...