Salesforce Certified Integration Architect Exam Practice Questions (P. 2)
- 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 #6
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.)
- AInvoke middleware service to retrieve valid shipping methods.
- BStore shipping services in a picklist that is dependent on a country picklist.
- CUse middleware to abstract the call to the specific shipping services.
- DUse Platform Events to construct and publish shipper-specific events.
Correct Answer:
AC
AC
send
light_mode
delete
Question #7
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?
- AUse Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
- BDefine an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup.
- CCreate 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.Most Voted
- DCreate a Lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
Correct Answer:
C
C
send
light_mode
delete
Question #8
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?
- AConfigure Remote Site Settings in Salesforce to authenticate the middleware.
- BFirewall and reverse proxy are required to protect internal APIs and resources being exposed.
- CConnectedApp configured in Salesforce to authenticate the middleware.Most Voted
- DAn API Gateway that authenticates requests from Salesforce into the middleware (ETL/ESB).
Correct Answer:
C
C
send
light_mode
delete
Question #9
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?
- ARe-write and optimize the current web service to be more efficient.
- BLeverage modular design by breaking up the web service into smaller pieces for a microservice architecture.Most Voted
- CUse the Salesforce Bulk API when integrating back into Salesforce.
- DMove the custom monolithic web service from on-premise to a cloud provider.
Correct Answer:
B
B
send
light_mode
delete
Question #10
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.)
- AIntegration Style - Process-based, Data-based, and Virtual integration.
- BTiming aspects, real-time/near real-time (synchronous or asynchronous), batch and update frequency.
- CSource and Target system, Directionality, and data volume & transformation complexity, along with any middleware that can be leveraged.
- DIntegration skills, SME availability, and Program Governance details.
- ECore functional and non-functional requirements for User Experience design, Encryption needs, Community, and license choices.
Correct Answer:
ABC
ABC
send
light_mode
delete
All Pages