Certified Integration Architect Exam QuestionsBrowse all questions from this exam

Certified Integration Architect Exam - Question 5


A global financial company sells financial products and services that include the following:

1. Bank accounts

2. Loans

3. Insurance

The company has a state-of-the-art core banking system that is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10 million financial transactions per day. The CTO for the company is considering building a community portal so that customers can review their bank account details, update their Information and review their account financial transactions.

What should an integration architect recommend as a solution to enable customer community users to view their financial transactions?

Show Answer
Correct Answer: A

The company needs a way for customers to securely view their financial transactions without overwhelming Salesforce's data limits. Salesforce External Service can integrate directly with the core banking system, allowing for dynamic data display in real-time. This approach avoids the limitations of Salesforce Connect, which may have restrictions with the high volume of transactions. Additionally, this method maintains data security and access controls, which are critical for sensitive financial information.

Discussion

7 comments
Sign in to comment
VolovitchOption: A
Dec 27, 2022

B is not correct because there are too many records (10.000.000 per day). Max 100k new records per hour. https://help.salesforce.com/s/articleView?id=sf.odata_general_limits.htm&language=en_US&r=https%3A%2F%2Fwww.google.com%2F&type=5 So A but it needs to be configured to editable (default = read only). C is not wrong, but A is better D this is outdated

ughirgendwashalt
Jun 23, 2023

Many thanks for the hint about SF Connect record limits.

AshleyRainOption: B
Jul 25, 2023

Just because the banking service does 10 mil per day does not mean that many will need to be visible in the CC. B is the correct answer.

sb10
Sep 24, 2023

Every data you look in an external objects hits API limit 10 million a day is way above the governor limit

HammadLodhiOption: B
Dec 18, 2022

Why do we have to use external service to display data. Since it is a case of data virtualization then salesforce connect is more than enoough. Can some one elaborate on this?

VolovitchOption: B
Dec 20, 2022

Not A but B

SFDCArchitectureOption: A
Jan 24, 2023

A: By using the below explanations (10 Milion Per Day) of @Volovitch

sxmrxmOption: A
Jul 3, 2023

A: That's doable B: maybe too many records will hit limitations C: too many data it should be avoided D: Iframes are not allowed in experience sites

Paul421Option: A
May 31, 2024

Salesforce connect can't do granular enough security, you'd need sharing rules or record ownership - not supported by Salesforce connect. Therefore you could see all other users records. The answer is to use REST - aka Services to enforce the security