[2023] Integration-Architecture-Designer Dumps are Available for Instant Access
Valid Integration-Architecture-Designer Dumps for Helping Passing Integration-Architecture-Designer Exam!
To become a Salesforce Certified Integration Architecture Designer, you must pass the Integration-Architecture-Designer exam. Integration-Architecture-Designer exam consists of 60 multiple-choice questions and is timed for two hours. The passing score for the exam is 68%, and it is recommended that you have at least two years of experience in Salesforce integration before taking the exam.
Salesforce Integration-Architecture-Designer certification is an excellent way for professionals to demonstrate their expertise in designing and implementing complex integrations between Salesforce and other systems. By earning this certification, professionals can enhance their career prospects, demonstrate their commitment to ongoing learning and development, and contribute to the success of their organizations.
NEW QUESTION # 47
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. Leverage an AppExchange data management toolto de-duplicate contacts.
- C. Assign new contacts to queues to be reviewed by a data quality team.
- D. Enable duplicate management in the org to prevent duplicates.
Answer: A,D
NEW QUESTION # 48
Universal Containers leverages Sales Cloud as their sales platform. For every opportunity, three back-office systems need to be updated online in parallel under a single transaction, Unit of Work. If an update to one of the systems fails, a rollback is required for all successful updates in the transaction. Each system exposes different Services for the update and Call to the Services may take more than 10 seconds.
Which two options should an Integration Architect introduce to support this requirement?
- A. Salesforce Outbound Messaging
- B. Salesforce Continuation.
- C. Message-oriented Middleware
- D. Integration Middleware
Answer: A,C
NEW QUESTION # 49
Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce.
Which approach should an Integration Architect recommend that matches the Salesforce UI?
Choose 2 answers
- A. A custom visualforce page with a controller thats calls-out to the other systems.
- B. A custom Visualforce page with client- side calls out to the other systems.
- C. A middleware orchestration to continuously persist data from other systems into Salesforce.
- D. An iFrame embedding a custom .Net application that displays data from the other systems.
Answer: A,D
NEW QUESTION # 50
Universal Containers (UC) has an existing web-based application that a group of employees use on a regular basis. These employees often have Salesforce and the web-based application open and find themselves manually moving the data between both. UC would like the two systems to be integrated so that the employees will see all the data in one screen without the need for manually updating the data.
What integration pattern can help accomplish this requirement?
- A. Use Steaming API to create a push topic to send the message to the external system asynchronously.
- B. Use Rest API to pull data from Salesforce and update the external application.
- C. Use the Force.com canvas framework to embed the external application into Salesforce.
Answer: C
NEW QUESTION # 51
A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls.
The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time - A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?
- A. Sum of A to F
- B. Sum of A, G, and H
- C. Sum of A and H
- D. Sum of A to H
Answer: C
NEW QUESTION # 52
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is asfollows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of thenecessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?
- A. Use the Continuation class to call the Enterprise APIs and then process the responsein a callback method.
- B. Let the Lightning Data Service with an @wire adapter display new values when the custom object records change.
- C. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- D. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
Answer: D
NEW QUESTION # 53
Universal Containers acquiresplanetary shipping and decides to migrate all customer contacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems.
Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts?
Choose 2 answers
- A. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
- B. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
- C. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
- D. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
Answer: B,C
NEW QUESTION # 54
A global financial company sells financial products and services that include the following:
1. Bank Accounts
2. Loans
3. Insurance
The company has a core banking system that is state of the art and is the master system to store financial transactions, financial products and customer information. The core banking system currently processes 10M financial transactions per day. The CTO for the company is considering building a community port so that customers can review their bank account details, update their information and review their account financial transactions.
What should an integration architect recommend as a solution to enable customer community users to view their financial transactions?
- A. Use Salesforce Connect to display the financial transactions as an external object.
- B. Use Salesforce External Service to display financial transactions in a community lightning page.
- C. Use Salesforce Connect to display the financial transactions as an external object.
- D. Use Iframe to display core banking financial transactions data in the customer community.
Answer: B
NEW QUESTION # 55
A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use ofsynchronous and asynchronous calls.
The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time - A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?
- A. Sum of A to F
- B. Sum of A, G, and H
- C. Sum of A and H
- D. Sum of A to H
Answer: C
NEW QUESTION # 56
A new Salesforce program has the following high level abstract requirement: Business processes executed on Salesforce require data updates between the internal systems and Salesforce Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Choose 3 answers
- A. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
- B. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
- C. Integration skills, SME availability and Program Governance details.
- D. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryption needs, Community, and license choices.
Answer: A,B,D
NEW QUESTION # 57
Universal Containers would like to ensure that the server and client-side app's identity is mutually authenticated for all integrations.
Which two of the integration patterns below support such authentication?
- A. Outbound message received by client-side app that uses a Salesforce-provided client certificate.
- B. Apex callout to the client-side app with the callout payload encrypted with custom Apex code.
- C. Outbound message sent to a client-side app endpoint defined with a Per-User Named Credential.
- D. Apex callout with the client-side app that provides Salesforce with a CA-signed client certificate.
Answer: A,D
NEW QUESTION # 58
Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and an external data source us Salesforce Connect. The external data source supports Open Data Protocol.
Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?
Choose 3 answers
- A. Configure CSRF Protection on External Data Source.
- B. Configure CSRF Protection for OData connection.
- C. Configure Identity Type for OData connection.
- D. Configure Special Compatibility for OData connection,
- E. Configure a Certificate for OData connection.
Answer: B,C,E
Explanation:
Explanation
https://help.salesforce.com/articleView?id=apex_add_external_data_source.htm&type=5
NEW QUESTION # 59
Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces.
How should the architect ensure this requirement is met?
- A. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.
- B. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.
- C. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately.
- D. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.
Answer: A
NEW QUESTION # 60
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers
- A. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
- B. Users should be authenticated into DMS and EBS without having to enter username and password.
- C. Consider Enterprise security needs for access to DMS and EBS.
- D. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
- E. Consider options to migrate DMS and EBS into Salesforce.
Answer: A,B,E
NEW QUESTION # 61
Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool.
How should calls to a custom Apex web service be secured?
- A. IP Whitelisting
- B. VPN
- C. Two-way SSL
- D. Profile Security
Answer: C
NEW QUESTION # 62
......
Updated Integration-Architecture-Designer Dumps Questions For Salesforce Exam: https://www.testkingpass.com/Integration-Architecture-Designer-testking-dumps.html
UPDATED Salesforce Integration-Architecture-Designer Exam Questions & Answer: https://drive.google.com/open?id=1SGaWHF5jwrkouF06291oZJsfKYkQYoYD