Note there are way more APIs than this but the exam is OLD.
Bulk API
REST based
Aysnchronous
Version 1 (OLD) and Version 2
Large Data Volumes
For Data Migrations
Query, Insert, Update, Upsert and Delete
Create a Job
Send data in batches
check status of batches
retrieve the result for each batch
Close the job
Chatter REST API
Chatter Feed
Users
Groups
Followers
Metadata API
the metadata of the Org
Streaming API
Pub / Sub model
Subscribe to a channel
No need for polling
Broadcast changes
Concurrent limits (No. of long running calls) and total limits
Email Service
Process Contents, Headers and Attachments of Inbound Email
Messaging.InboundEmailHandler
...