Integration-Architecture-Designer Dumps To Pass Salesforce Integration Architecture Designer Exam in One Day (Updated 108 Questions) [Q57-Q82]

Share

Integration-Architecture-Designer Dumps To Pass Salesforce Integration Architecture Designer Exam in One Day (Updated 108 Questions)

Integration-Architecture-Designer Exam Brain Dumps - Study Notes and Theory

NEW QUESTION 57
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
Which three items should an architect recommend to secure the integration in the package?
Choose 3 answers

  • A. Create a connected app in the central org and add the callback URL of each org the package is installed in to redirect to after successful authentication.
  • B. Use an encrypted field to store the password that the security team enters and use password management for external orgs and set the encryption method to TLS 1.2.
  • C. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • D. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
  • E. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.

Answer: A,C,E

 

NEW QUESTION 58
Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release the architect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration.
What two actions should the architect take to ensure the new object will be available to the financial system integration?
Choose 2 answers

  • A. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • B. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • C. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
  • D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.

Answer: B,D

 

NEW QUESTION 59
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. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • 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. Use the Continuation class to call the Enterprise APIs and then process the responsein a callback method.

Answer: A

 

NEW QUESTION 60
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.
What is the best way to integrate the business processes of the companies?

  • A. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
  • B. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
  • C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • D. Use Apex callout to push orders from universal Containers to Planetary Shipping

Answer: B

 

NEW QUESTION 61
What are two benefits an Integration Architect should consider when recommending web-to-lead?
Choose 2 answers

  • A. Web-to-Lead requests have their own limits separate from other APIs.
  • B. web-to-Lead can be used to de-duplicate leads during integrations.
  • C. Web-to-Lead is a simple way to capture responses to marketing landing pages.
  • D. Web-to-Lead can be utilized for Lead data migrations.

Answer: A,C

 

NEW QUESTION 62
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?

  • A. External gateway products in use
  • B. A Default gateway restrictions
  • C. Shield Platform Encryption Limitations
  • D. Considerations for using Deterministic Encryption

Answer: A

 

NEW QUESTION 63
What are three capabilities of Salesforce Lightning Connect?
Choose 3 answers.

  • A. Write to OData - Compliant data sources without APEX.
  • B. Write SOQL queries on external object.
  • C. Write triggers and workflows on external objects.
  • D. Associate external object records to Salesforce Account records.
  • E. Read from OData - Compliant data sources without APEX.

Answer: B,D,E

 

NEW QUESTION 64
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 the third party agencies. UC would like to collaborate with the
3rd part agencies on the design files and allow them to be able to view the design files in the community.
The conceptual design files size is 2.5 GB.
Which solution should an integration architect recommend?

  • A. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.
  • B. Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.
  • C. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community.
  • D. Define an External Data Source and use Salesforce Connect to upload the files to an external object.
    Link the external object using Indirect lookup.

Answer: D

Explanation:
Explanation
https://help.salesforce.com/articleView?id=collab_files_connect_share.htm&type=5

 

NEW QUESTION 65
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 the Force.com canvas framework to embed the external application into Salesforce.
  • C. Use Rest API to pull data from Salesforce and update the external application.

Answer: B

 

NEW QUESTION 66
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. Leverage several workstations, loading different objects simultaneously.
  • B. Pre-process data that the triggers and workflows can be deactivated.
  • C. Perform loads over a weekend server resource availability.
  • D. Perform a test load using a full Sandbox prior to the Production load.

Answer: B,D

 

NEW QUESTION 67
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?

  • A. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
  • B. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
  • C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • D. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.

Answer: C

 

NEW QUESTION 68
Universal Containers has a customer setup process that relies on external database to send customers welcome
& registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications.
What Salesforce technology best fulfills this requirement?

  • A. Write an outbound message to send customer Information to an ESB.
  • B. Write an outbound message to send customer Information to the external database.
  • C. Write a trigger with an @future method to send customer Information to the external database
  • D. Write a nightly batch synchronization to send customer information to the external database.

Answer: B

 

NEW QUESTION 69
Universal Containers needs to send order details to the ERP system using an Apex callout to a REST API via HTTPS. The client has concerns with the integration's security and insists that such order details should be transmitted securely.
Which two approaches should be used to ensure secure transmission of data from Salesforce to the ERP's REST API?

  • A. The REST API should be SSL enabled with a Salesforce client certificate.
  • B. The order details should be passed in the body of the REST API callout.
  • C. The REST API should be SSLO enabled with a CA-signed certificate.
  • D. The order details should be passed in a URL parameter in the REST API endpoint.

Answer: B,C

 

NEW QUESTION 70
Universal Containers has a back-end ordering system that restricts access on a per-user basis, it was determined that a "Named Credential" will be used to allow per-user identity type access for all integration with the system. One of the requirements is to have order information sent to the system when the status changes to "Confirmed".
Which two valid integration scenarios can take advantage of such a security setup?

  • A. Order information sent via process builder via invokable method/future method callout.
  • B. Order information inserted or updated via Salesforce Connect: OData 2.0.
  • C. Order information sent via a Visualforce page with an Apex callout.
  • D. Order information sent to the system via outbound message with session ID.

Answer: A,B

 

NEW QUESTION 71
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
What integration security mechanism should be employed?

  • A. Configure mutual server authentication with two-way SSL using CA issued certificates.
  • B. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.
  • C. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.
  • D. Use an API only user profile and implement use an external identity provider with federated API access.

Answer: A

 

NEW QUESTION 72
What are two scenarios that utilize the chatter REST API?
Choose 2 answers

  • A. When posting status updates to social media.
  • B. When migrating Opportunity data.
  • C. When uploading large files.
  • D. When integrating chatter into custom mobile apps.

Answer: A,D

 

NEW QUESTION 73
Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations.
What Salesforce platform capability should an Integration Architect consider?

  • A. Lightning connect with an oData/SMTP interchange.
  • B. Custom InboundEmailHandler to process the messages.
  • C. Custom Apex class with webservice methods that implement the SMTP protocol.
  • D. Custom Apex batch job to check for SMTP messages.

Answer: C

 

NEW QUESTION 74
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?

  • A. A shared Connected App for the three external system integrations.
  • B. A Connected App for each external system integration.
  • C. A unique integration user for each external system integration.
  • D. A shared integration user for the three external system integrations.

Answer: B

 

NEW QUESTION 75
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?

  • A. Use the Salesforce Bulk API when integrating back into Salesforce.
  • B. Move the custom monolithic web service from on-premise to a cloud provider.
  • C. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
  • D. Re-write and optimize the current web service to be more efficient.

Answer: C

 

NEW QUESTION 76
Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.
Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption?
Choose 2 answers

  • A. Encrypt the data using the most current key.
  • B. Review shield platform encryption configurations.
  • C. Use Shield Platform Encryption as a user authentication or authorization tool.
  • D. Encrypt all the data so that it is secure.

Answer: A,B

 

NEW QUESTION 77
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?

  • A. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
  • B. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
  • C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • D. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.

Answer: A

 

NEW QUESTION 78
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. Custom Web tab
  • B. Lightning connect
  • C. Visualforce
  • D. Apex callout

Answer: A

 

NEW QUESTION 79
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system.
NTOwould like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?

  • A. Connect REST API
  • B. Streaming API
  • C. REST API
  • D. Tooling API

Answer: B

 

NEW QUESTION 80
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days.
Which two types of Streaming API events should be considered?
Choose 2 answers

  • A. Change Data Capture Events
  • B. PushTopic Events
  • C. Generic Events
  • D. High Volume Platform Events

Answer: A,D

 

NEW QUESTION 81
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers

  • A. They cannot utilize publisher actions.
  • B. They cannot be built or maintained declaratively
  • C. They require unit and functional testing
  • D. They consume more API limits than SOAP or REST API

Answer: B,C

 

NEW QUESTION 82
......

Integration-Architecture-Designer Dumps PDF - Want To Pass Integration-Architecture-Designer Fast: https://dumpstorrent.dumpsking.com/Integration-Architecture-Designer-testking-dumps.html