100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

Integration Architecture Designer Exam Questions and Answers (Latest Update 2024)

Rating
-
Sold
-
Pages
55
Grade
A+
Uploaded on
27-10-2024
Written in
2024/2025

Integration Architecture Designer Exam Questions and Answers (Latest Update 2024) 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 so 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 to increase server resource availability. D. Leverage several workstations, loading different objects simultaneously. - Answers A, B Universal Containers are building an integration between Salesforce and their data warehouse. The architect has the following requirements: 1. Salesforce users need the ability to CRUD (create, read, update and delete) data from their data warehouse without leaving the Salesforce user interface 2. The integration to the data warehouse should maintain the same look and feel as the existing Salesforce user interface 3. The use of custom development Should be minimized Which two solutions should the architect consider? Choose two options A. Utilize lightning connect with custom Apex Adapter to provide CRUD access to the data warehouse B. Utilize a canvas application to render the data warehouse data from within Salesforce C. Utilize a VisualForce page from 3rd party JavaScript library that will provide CRUD capabilities to the data warehouse. D. Utilize a 3rd party tool from the App-Exchange that will provide CRUD c - Answers A,B Universal Containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must also be sent along with Opportunities. The ERP system supports only SOAP-based messages for receiving orders. What limitation of outbound messages might present a problem in this scenario? A. Outbound messaging does not support multiple objects B. Outbound messaging does not support SOAP C. Outbound messaging cannot be made secure D. Outbound messaging does not offer any reliability. - Answers A Universal Containers (UC) leverages the standard opportunity and opportunity product objects to manage their orders in Salesforce. When a deal is closed, all opportunity information, including products and billing contacts, must be sent to their ERP application for order fulfillment. As UC has an "express shipping" guarantee, leadership would like order information sent to ERP as quickly as possible after the deal is closed? How should an Architect fulfill this requirement? A. Write a nightly batch job to send customer information to ERP. B. Write a visualforce page to send order information to ERP. C. Write an opportunity trigger to send order information to ERP. D. Write an outbound message to send order information to ERP. - Answers C Universal Containers has a simple co-premise web app that is unauthenticated. What capability should an integration Architect recommend to make the app accessible from within Salesforce? A. Apex callout B. Visualforce C. Custom Web tab D. Lightning connect - Answers C

Show more Read less
Institution
Integration Architecture Designer
Course
Integration Architecture Designer











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Integration Architecture Designer
Course
Integration Architecture Designer

Document information

Uploaded on
October 27, 2024
Number of pages
55
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

Integration Architecture Designer Exam Questions and Answers (Latest Update 2024)

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 so 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 to increase server resource availability.

D. Leverage several workstations, loading different objects simultaneously. - Answers A, B

Universal Containers are building an integration between Salesforce and their data warehouse. The
architect has the following requirements:



1. Salesforce users need the ability to CRUD (create, read, update and delete) data from their data
warehouse without leaving the Salesforce user interface

2. The integration to the data warehouse should maintain the same look and feel as the existing
Salesforce user interface

3. The use of custom development Should be minimized



Which two solutions should the architect consider?

Choose two options



A. Utilize lightning connect with custom Apex Adapter to provide CRUD access to the data warehouse

B. Utilize a canvas application to render the data warehouse data from within Salesforce

C. Utilize a VisualForce page from 3rd party JavaScript library that will provide CRUD capabilities to the
data warehouse.

D. Utilize a 3rd party tool from the App-Exchange that will provide CRUD c - Answers A,B

,Universal Containers decided to use Salesforce sales cloud for their sales processes won Opportunities
must be sent to external ERP system for order fulfillment. All the line items must also be sent along with
Opportunities. The ERP system supports only SOAP-based messages for receiving orders.



What limitation of outbound messages might present a problem in this scenario?



A. Outbound messaging does not support multiple objects

B. Outbound messaging does not support SOAP

C. Outbound messaging cannot be made secure

D. Outbound messaging does not offer any reliability. - Answers A

Universal Containers (UC) leverages the standard opportunity and opportunity product objects to
manage their orders in Salesforce. When a deal is closed, all opportunity information, including products
and billing contacts, must be sent to their ERP application for order fulfillment. As UC has an "express
shipping" guarantee, leadership would like order information sent to ERP as quickly as possible after the
deal is closed?

How should an Architect fulfill this requirement?



A. Write a nightly batch job to send customer information to ERP.

B. Write a visualforce page to send order information to ERP.

C. Write an opportunity trigger to send order information to ERP.

D. Write an outbound message to send order information to ERP. - Answers C

Universal Containers has a simple co-premise web app that is unauthenticated.

What capability should an integration Architect recommend to make the app accessible from within
Salesforce?



A. Apex callout

B. Visualforce

C. Custom Web tab

,D. Lightning connect - Answers C

Universal Containers has just purchased a large volume of contact data from an external vendor. The
head of sales would like to use the new data set within the existing production org. The production org
currently contains a large volume of contacts.

What should an Architect recommend to prevent data duplication in salesforce?



A. Load the data into salesforce and then utilize the contact Duplicate Rule feature

B. Utilize an off-platform de-duplication tool prior to loading.

C. Create a de-duplication trigger before loading the data.

D. Utilize a batch apex process to de-duplicate the data after loading. - Answers B

Which two automated methods should an architect use to solve an issue with duplicate contacts?



Choose 2 answers



A. Write a Batch Apex class to manage the deduplication

B. Assign new contacts to queues to be reviewed by a data quality team.

C. Leverage an AppExchange data management tool to de-duplicate contacts.

D. Enable duplicate management in the org to prevent duplicates. - Answers C,D

Universal Containers is building a managed package to distribute on the AppExchange. As part of the
solution they would like to include authentication information (username/password) inside of the
package for web service calls made from the package Universal containers web services. A Salesforce
security review has flagged this as a security violation and the architect must decide how best to protect
these credentials

Which two methods should the architect consider in order to protect these credentials?



Choose 2 answers



A. Utilize named credentials to store the username/password of the web service end post.

, B. Utilize a custom object with an encrypted text field to store the username/password of the web
service end point.

C. Utilize protected custom settings to store the username/password of the web service end point.

D. Store the username/password directly in the Apex class that will be obfuscated in the managed p -
Answers A,C

As part of their customer setup process, Universal Containers requires that any address put into
Salesforce be validated by the US Postal Service.

The customer must provide their address while they are on the phone with the Universal Containers
representative.

What two solutions should a Technical Architect recommend to fulfill this requirement?



Choose 2 answers



A. Implement a VisualForce page that validates entered addresses against an API.

B. Write a trigger with an @future callout that validates addresses against an API.

C. Build a custom Address object and a trigger that will validate the address against the object.

D. Leverage an AppExchange application to validate addresses entered. - Answers A,D

What are three capabilities of Salesforce Lightning Connect?



Choose 3 answers.



A. Write to OData - Compliant data sources without APEX.

B. Read from OData - Compliant data sources without APEX.

C. Associate external object records to Salesforce Account records.

D. Write triggers and workflows on external objects.

E. Write SOQL queries on external object. - Answers B,C,E

Which two statements are correct about External ID?

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
TutorJosh Chamberlain College Of Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
332
Member since
1 year
Number of followers
16
Documents
28211
Last sold
1 day ago
Tutor Joshua

Here You will find all Documents and Package Deals Offered By Tutor Joshua.

3.6

53 reviews

5
18
4
14
3
12
2
0
1
9

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions