Salesforce Certified Integration Architect - Certified Integration Architect Exam
Page: 2 / 35
Total 175 questions
Question #6 (Topic: Exam A)
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales representatives serve all NTO customers globally and need to select between valid service(s) for the customer s country and request shipping estimates from that service.
Which two solutions should an architect propose? (Choose two.)
Which two solutions should an architect propose? (Choose two.)
A. Invoke middleware service to retrieve valid shipping methods.
B. Store shipping services in a picklist that is dependent on a country picklist.
C. Use middleware to abstract the call to the specific shipping services.
D. Use Platform Events to construct and publish shipper-specific events.
Answer: AC
Question #7 (Topic: Exam A)
Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and third party agencies. UC would like to collaborate with the third-party agencies on the design files and allow them to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?
A. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
B. Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
C. Create a custom object to store the file location URL: when a community user clicks on the file URL, redirect the user to the on-premise system file location.
D. Create a Lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
Answer: C
Question #8 (Topic: Exam A)
A business requires automating the check and updating of the phone number type classification (mobile vs. landline) for all incoming calls delivered to its phone sales agents. The following conditions exist:
1. At peak, the call center can receive up to 100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on customer premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?
1. At peak, the call center can receive up to 100,000 calls per day.
2. The phone number type classification is a service provided by an external service API.
3. Business is flexible with timing and frequency to check and update the records (throughout the night or every 6-12 hours is sufficient).
A Remote-Call-In pattern and/or Batch Synchronization (Replication via ETL: System -> Salesforce) are determined to work with a middleware hosted on customer premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?
A. Configure Remote Site Settings in Salesforce to authenticate the middleware.
B. Firewall and reverse proxy are required to protect internal APIs and resources being exposed.
C. ConnectedApp configured in Salesforce to authenticate the middleware.
D. An API Gateway that authenticates requests from Salesforce into the middleware (ETL/ESB).
Answer: C
Question #9 (Topic: Exam A)
Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?
A. Re-write and optimize the current web service to be more efficient.
B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
C. Use the Salesforce Bulk API when integrating back into Salesforce.
D. Move the custom monolithic web service from on-premise to a cloud provider.
Answer: B
Question #10 (Topic: Exam A)
A new Salesforce program has the following high-level abstract requirement: Business processes executed on Salesforce require data updates between their internal systems and Salesforce.
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for integration architecture needs of the program? (Choose three.)
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for integration architecture needs of the program? (Choose three.)
A. Integration Style - Process-based, Data-based, and Virtual integration.
B. Timing aspects, real-time/near real-time (synchronous or asynchronous), batch and update frequency.
C. Source and Target system, Directionality, and data volume & transformation complexity, along with any middleware that can be leveraged.
D. Integration skills, SME availability, and Program Governance details.
E. Core functional and non-functional requirements for User Experience design, Encryption needs, Community, and license choices.
Answer: ABC