Practice questions
Test your knowledge of the topics covered in this chapter by answering the following questions:
- What is the only data format that’s suitable for SOAP API requests?
- What are the two job types that the Bulk API is used for?
- What type of resource is used to describe the operations that are offered by a SOAP API that can be imported by calling applications?
- How many retries are attempted by a Bulk API Query operation?
- What batch size are records divided into when running a Bulk API Ingest operation?
- What operations are supported as part of a Bulk API Ingest job?
- What interface is extended when writing an Apex batch class?
- What annotation is used for asynchronous Apex methods?
- The Apex
insert
statement, followed by a list of records of a particular object type, is an example of what type of approach when working with the Salesforce database? - The Apex
Database
class’s insert/update/upsert/delete methods have a Boolean...