Certified Integration Architect Exam QuestionsBrowse all questions from this exam

Certified Integration Architect Exam - Question 21


A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Its customer base and data set is growing rapidly. The company wants to make sure that the following policies are enforced:

1. Identifiable patient prescriptions must exist only in the company's secure system's database and encrypted at rest.

2. Identifiable patient prescriptions must be made available only to people explicitly authorized in the Patient Prescriptions System. Assigned nurses and doctors, the patient, and people authorized by the patient.

3. Must be available only to verified and pre-approved people or legal entities.

To enable this, the company provides the following capabilities:

1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.

2. Certificates for legal entities.

3. RESTful services.

The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de-identified data in Einstein Analytics.

Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics? (Choose two.)

Show Answer
Correct Answer: BCD

Encryption in transit and at rest is essential to ensure that patient prescriptions are secure and meet policy requirements for data security. Callouts to RESTful services are necessary to access and share data securely among authorized users and systems, fulfilling the need for controlled data availability and interoperability as specified in the company's policies.

Discussion

4 comments
Sign in to comment
VolovitchOptions: BC
Dec 21, 2022

Need encryption and need to fetch data. Identity token is normal REST behavior, no?

hammadOptions: BC
Jan 14, 2023

I agree. Encryption is main requirement and it needs to be selected.

Aviy5Options: BC
May 25, 2023

Encryption is a something that needs to be enforced

Paul421Options: BD
May 31, 2024

doesnt Einstein Analytics needs data locally in salesforce, or in Data Cloud. It can't operate over Rest. So you'd need to bulk load anything einstein needs.