Shop Categories

 [email protected]

Salesforce Certified Integration Architecture Designer Questions

Dec 23,2020

Looking for the latest Salesforce Certified Integration Architecture Designer real exam questions? We have cracked the latest Integration Architecture Designer real exam questions, which are the best guides for you to study. The Salesforce Integration Architecture Designer exam focuses on your understanding of the architectural decisions necessary to facilitate integrations with external systems, options available for integration, and key considerations for developing integrations.

Salesforce Certified Integration Architecture Designer Questions

Salesforce Integration Architecture Designer Exam

Content: 60 multiple-choice/multiple-select questions, up to 5 unscored questions

Time allotted to complete the exam: 105 minutes

Passing score: 68%

Registration fee: USD 200

Retake fee: USD 100

Integration Architecture Designer Exam Topics

Integration Architecture Designer exam topics cover the following sections. 
Integration Architecture Patterns
APIs
Mashups and Composite Apps
WSDL Files
Salesforce-to-Salesforce
Hands-On Work

Study Salesforce Integration Architecture Designer Real Exam Questions

Integration Architecture Designer real exam questions contain 141 Q&As, which can help you test all the above topics. Share some Salesforce Integration Architecture Designer real exam questions below. 
1.Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to " Max CPU time exceeded"errors which could be resolved with a Similar batch size.What are two risks involved with batch sizes that are too small? Choose 2 answers
A. Possibilityof hitting the daily limit for number of batches.
B. possibility of very long bulk job execution times
C. Possibility of failures due to record-locking errors.
D. Possibility of hitting the "Too many concurrent batches" limit.
Answer: B,C

2.Universal Containers (UC) maintains the Customer Master outside of Salesforce and would like to sync the Customer records with Salesforce on a daily basis. UC has complex logic in the Account trigger and will have to test it for bulk inserts and updates. UC has been given a csv file with test data.What is the recommended way to use this data in a test class?
A. Load the customer-provided csv file as a static resource and refer to it in the test classes.
B. Load the customer-provided csv file as a Chatter file and refer to it in the test classes.
C. Load the customer-provided csv file under Documents and refer to it in the test classes.
D. Load the customer-provided csv file to a custom object for testing and delete the test records after testing.
Answer: A

3.Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule? Choose 2 answers
A. Pre-process data that the triggers and workflows can be deactivated.
B. Perform a test load using a full Sandbox prior to the Production load.
C. Perform loads over a weekend server resource availability.
D. Leverage several workstations, loading different objects simultaneously.
Answer: A,B

4.Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern to Salesforce. The security officer would like to understand the authentication solution.What are the three ways that the call back can authenticate itself to Salesforce? Choose 3 answers
A. Utilize the Enterprise WSDL login() operation to obtain a new session ID.
B. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
C. Utilize the REST API login() operation to obtain a new session ID
D. Utilize the session ID contained within the outbound message notification as the authorization header.
E. Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session ID.
Answer: A,C,D

5.What are three capabilities of Salesforce outbound messaging? Choose 3 answers
A. Provide a session ID as part of the outbound message.
B. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
C. Build integration components without the Use of APEX.
D. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.
E. Define a custom WSDL based upon an Apex Interface class definition.
Answer: A,B,C