Salesforce Certified Integration Architect Exam Practice Questions (P. 5)
- Full Access (124 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on the sales rep part. This creates delays in processing orders and incomplete data due to manual entry.
As a part of modernization efforts, the company decided to integrate Salesforce and the Order Management System. The following technical requirements were identified:
1. Orders need to be created in real time from Salesforce.
2. Minimal customizations and code should be written due to a tight timeline and lack of developer resources.
3. Sales reps need to be able to see order history and most up-to-date information on current order status.
4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
5. The legacy system is hosted on-premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by the Salesforce team.
6. There are 1,000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20 to 30 line items.
How should an integration architect integrate the two systems based on the technical requirements and system constraints?
As a part of modernization efforts, the company decided to integrate Salesforce and the Order Management System. The following technical requirements were identified:
1. Orders need to be created in real time from Salesforce.
2. Minimal customizations and code should be written due to a tight timeline and lack of developer resources.
3. Sales reps need to be able to see order history and most up-to-date information on current order status.
4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines.
5. The legacy system is hosted on-premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by the Salesforce team.
6. There are 1,000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20 to 30 line items.
How should an integration architect integrate the two systems based on the technical requirements and system constraints?
- AUse Salesforce custom object, custom REST API, and extract, transform, load (ETL).
- BUse Salesforce big object. SOAP API and Dataloader.
- CUse Salesforce external object and OData connector.
- DUse Salesforce standard object. REST API, and extract, transform, load (ETL).Most Voted
Correct Answer:
C
C
send
light_mode
delete
Question #22
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the architect consider before recommending a solution?
What should the architect consider before recommending a solution?
- AShield Platform Encryption limitations
- BExternal gateway products in useMost Voted
- CConsiderations for using Deterministic Encryption
- DDefault gateway restrictions
Correct Answer:
D
D
send
light_mode
delete
Question #23
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.)
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.)
- AIdentity token data storage
- BEncryption in transit and at restMost Voted
- CCallouts to RESTful servicesMost Voted
- DBulk load for Einstein Analytics
Correct Answer:
CD
CD
send
light_mode
delete
Question #24
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.
Which two types of Streaming API events should be considered? (Choose two.)
Which two types of Streaming API events should be considered? (Choose two.)
- APushTopic Events
- BChange Data Capture EventsMost Voted
- CHigh Volume Platform EventsMost Voted
- DGeneric Events
Correct Answer:
BC
BC
send
light_mode
delete
Question #25
Universal Containers (UC) currently owns a middleware tool and has developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, and while the third tier interfaces directly with the systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an integration architect recommend to meet these requirements?
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an integration architect recommend to meet these requirements?
- AEnforce separate security protocols and return formats at the second tier of the API-led architecture.
- BLeverage an Identity Provider solution that communicates with the API tiers via SAML.
- CImplement an API Gateway that all systems of engagement must interface with first.
- DEnforce separate security protocols and return formats at the first tier of the API-led architecture.
Correct Answer:
C
C
send
light_mode
delete
All Pages