ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 136 - Certified Data Architect discussion

Report
Export

UC has migrated its Back-office data into an on-premise database with REST API access. UC recently implemented Sales cloud for its sales organization. But users are complaining about a lack of order data inside SF.

UC is concerned about SF storage limits but would still like Sales cloud to have access to the data.

Which design patterns should a data architect select to satisfy the requirement?

A.
Migrate and persist the data in SF to take advantage of native functionality.
Answers
A.
Migrate and persist the data in SF to take advantage of native functionality.
B.
Use SF Connect to virtualize the data in SF and avoid storage limits.
Answers
B.
Use SF Connect to virtualize the data in SF and avoid storage limits.
C.
Develop a bidirectional integration between the on-premise system and Salesforce.
Answers
C.
Develop a bidirectional integration between the on-premise system and Salesforce.
D.
Build a UI for the on-premise system and iframe it in Salesforce
Answers
D.
Build a UI for the on-premise system and iframe it in Salesforce
Suggested answer: B

Explanation:

The best design pattern to satisfy the requirement of accessing order data from an on-premise database with REST API access without consuming SF storage limits is to use SF Connect to virtualize the data in SF and avoid storage limits. SF Connect is an integration tool that allows users to access and integrate data from external sources using external objects. External objects are similar to custom objects, except that the data resides in another system and is accessed in real time via web service callouts.SF Connect supports various adapters to connect to different types of external data sources, such as OData, cross-org, or Apex custom adapter11. Migrate and persist the data in SF to take advantage of native functionality is not a good option because it would consume SF storage limits and require data synchronization between systems. Develop a bidirectional integration between the on-premise system and Salesforce is not a good option because it would be complex and costly to implement and maintain, and it would also consume SF storage limits. Build a UI for the on-premise system and iframe it in Salesforce is not a good option because it would not provide a seamless user experience and it would not allow users to search, report, or perform actions on the external data.

asked 23/09/2024
Zahid Maqsood
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first