ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 238 - Certified Data Architect discussion

Report
Export

Universal Containers (UC) has built a custom application on Salesforce to help track shipments around the world. A majority of the shipping records are stored on premise in an external data source. UC needs shipment details to be exposed to the custom application, and the data needs to be accessible in real time. The external data source is not OData enabled, and UC does not own a middleware tool.

Which Salesforce Connect procedure should a data architect use to ensure UC's requirements are met?

A.
Write an Apex class that makes a REST callout to the external API.
Answers
A.
Write an Apex class that makes a REST callout to the external API.
B.
Develop a process that calls an inviable web service method.
Answers
B.
Develop a process that calls an inviable web service method.
C.
Migrate the data to Heroku and register Postgres as a data source.
Answers
C.
Migrate the data to Heroku and register Postgres as a data source.
D.
Write a custom adapter with the Apex Connector Framework.
Answers
D.
Write a custom adapter with the Apex Connector Framework.
Suggested answer: D

Explanation:

According tothis article, the Apex Connector Framework enables developers to create custom adapters for Salesforce Connect to access data from external systems that are not OData enabled. This can meet UC's requirements of exposing shipment details to the custom application and accessing the data in real time.

asked 23/09/2024
gokulakrishna S B
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first