Build Solution (23%) Flashcards
What does Pub/Sub API enables to do?
publish events, request schema, and request topic information all within one API. It eradicates the need for building out a custom CometD Streaming API client
What data format does SOAP API (WSDL) support?
XML
Does Pub/Sub replace Streaming API?
Yes
What data format does Bulk API 2.0 support?
CSV
What data format does Pub/Sub API support?
Binary
What protocol does Tooling API use?
REST or SOAP (WSDL)
With which tools can you publish platform events? (4)
Apex, REST API, Flows and Processes
With which tools can you subscribe to platform events? (6)
Apex triggers
Flows
Processes
Lightning component
CometD-based tool
Pub/Sub API
Can you access data that’s stored on premises via Salesforce Connect?
Yes, via web service callouts
Which Integration solution should you recommend, if:
- You have a large amount of data that you don’t want to copy into your SF org
- You need small amounts of data at any one time
- You want real-time access to the latest data
Salesforce Connect
Can external objects be used in global search?
Yes
Can external objects be used in lookups, record feeds and SF mobile app?
Yes
TRUE or FALSE: External objects cannot be deployed
False. Can be deployed via Metadata API, change sets, and packages.
What’s recommended if transmitting potentially sensitive information via Salesforce Connect?
Encrypting data sources at rest.
Transmissions through the SF connect are already encrypted using mTLS.