Free Sales Ending Soon - 100% Valid Integration-Architecture-Designer Exam Dumps with 108 Questions [Q11-Q35]

Share

Free Sales Ending Soon - 100% Valid Integration-Architecture-Designer Exam Dumps with 108 Questions

Verified Integration-Architecture-Designer dumps Q&As on your Salesforce Integration Architecture Designer Exam Questions Certain Success!

NEW QUESTION 11
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?

  • A. Enable My Domain and SSL/TLS.
  • B. Generate a Self-signed Certificate.
  • C. Generate a CA-signed Certificate.
  • D. Enforce SSL/TLS Mutual Authentication.

Answer: D

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

 

NEW QUESTION 12
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 13
Universal Containers (UC) currently owns a middleware tool and they have developed an API-led integration architecture with three API tiers. The first tier interfaces directly with the systems of engagement, the second tier implements business logic and aggregates data, while the third tier interfaces directly with systems of record. Some of the systems of engagement will be a mobile application, a web application, and Salesforce.
UC has a business requirement to return data to the systems of engagement in different formats while also enforcing different security protocols.
What should an Integration Architect recommend to meet these requirements?

  • A. Enforce separate security protocols and return formats at the first tier of the API-led architecture.
  • B. Enforce separate security protocols and return formats at the second tier of the API-led architecture.
  • C. Implement an API gateway that all systems of engagement must interface with first.
  • D. Leverage an Identity Provider solution that communicates with the API tiers via SAML

Answer: C

 

NEW QUESTION 14
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 15
Universal Containers has a data warehouse system that collects information from upstream systems in order to do proprietary reporting. Every day there are several thousand record insertions and updates in Salesforce that might be a interest to this data warehouse. Reports in the data warehouse are run at the end of the month.
What is a recommended way to transfer record insertions and updates to the data warehouse?

  • A. Use scheduled Apex to do an Apex callout to the data warehouse.
  • B. Use the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records.
  • C. Use native Outbound message functionality to send a message with each record change.
  • D. Use a trigger to do an Apex callout to the data warehouse with each record change.

Answer: B

 

NEW QUESTION 16
Universal Containers requires Salesforce to send order data to an ERP system that requires a system-defined username/password for authentication.
Which two integration options are recommended from a security perspective?

  • A. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
  • B. Store the username/hashed password in a private Static Resource, allowing the Apex callout to read it.
  • C. Set up a Named Credential with a Named Principal Identity Type allowing the Apex callout to use it.
  • D. Use custom settings to store the username and password allowing the Apex callout to read it.
  • E. Use custom settings to store the username and password allowing the Apex callout to read it.

Answer: C

 

NEW QUESTION 17
Universal Containers (UC) sends Order data to an external ERP system via ESB. UC sends an outbound message on update or Order to ESB. Once ESB completes creating the Order in the back-end ERP, it send back the Order with the Order Number from the ERP. During development, UC is experiencing an issue.
When the Order is updated by ESB, it again fires a workflow rule that sends the outbound message again.
Which two recommended steps can be done to prevent this looping issue?

  • A. Write an Apex trigger to send an outbound message to ESB.
  • B. Update workflow rule conditions to exclude the Integration User.
  • C. Update the outbound message to exclude the Integration User.
  • D. Update workflow rule conditions to exclude the ERP Order Number field update.
  • E. Update workflow rule conditions to exclude the ERP Order Number field update.

Answer: B

 

NEW QUESTION 18
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers

  • A. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
  • B. Use Change Data Capture to update downstream systems accordingly when a record changes.
  • C. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
  • D. Design an MDM solution that maps external ID's to the Salesforce record ID.

Answer: B,D

 

NEW QUESTION 19
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 offer any reliability.
  • B. Outbound messaging does not support multiple objects
  • C. Outbound messaging does not support SOAP
  • D. Outbound messaging cannot be made secure

Answer: B

 

NEW QUESTION 20
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.
What should an Architect determine before recommending a solution?

  • A. Determine inbound integration requirements, then identify frequency.
  • B. Determine data volume requirements, then identify the loading schedule.
  • C. Determine data access prevention requirements, then identify frequency.
  • D. Determine data access prevention requirements, then identify system constraints.

Answer: A

 

NEW QUESTION 21
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
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 the necessary 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. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
  • B. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • C. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
  • D. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.

Answer: D

 

NEW QUESTION 22
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 23
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.
Which solution is recommended in order to meet the requirement?

  • A. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
  • B. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
  • C. Create a connected app in the affiliate org and select the "Accept CometD API Requests".
  • D. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.

Answer: A

 

NEW QUESTION 24
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?

  • A. A Make Apex REST outbound integrations to external web services more secure.
  • B. Make an API inbound integration from an external Java client more secure.
  • C. Make formula fields with HYPERLINK() to external web servers more secure.
  • D. Make Apex SOAP outbound integrations to external web services more secure.

Answer: A

 

NEW QUESTION 25
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 under Documents and refer to it in the test classes.
  • B. Load the customer-provided csv file as a static resource and refer to it in the test classes.
  • C. Load the customer-provided csv file to a custom object for testing and delete the test records after testing.
  • D. Load the customer-provided csv file as a Chatter file and refer to it in the test classes.

Answer: B

 

NEW QUESTION 26
Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on.
Which two design specifications should the Integration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers

  • A. Require the Apex REST API Clients to implement the HttpCalloutMock.
  • B. Call the Apex REST API Clients in a test context to get the mock response.
  • C. Call the HttpCalloutMock implementation from the Apex REST API Clients.
  • D. Implement HttpCalloutMock to return responses per RAML specification.

Answer: B,D

 

NEW QUESTION 27
business requires automating the check and update of the phone number type classification (mobile vs. landline) for all in-coming calls delivered to their phone sales agents. The following conditions exist:
1. At peak, their 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 custom premise.
In order to implement these patterns and mechanisms, which component should an integration architect recommend?

  • A. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.
  • B. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).
  • C. ConnectedApp configured in Salesforce to authenticate the middleware.
  • D. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.

Answer: C

 

NEW QUESTION 28
UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved.
What is the recommended approach?

  • A. Make a synchronous callout from VF page controller with page refresh using Action region.
  • B. Make an asynchronous callout from VF page controller with page refresh using Action region.
  • C. Make an @future callout to MDM from a trigger with page refresh using Action region.
  • D. Make a continuation callout from VF page controller with page refresh using Action poller.

Answer: D

 

NEW QUESTION 29
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 H
  • B. Sum of A, G, and H
  • C. Sum of A to F
  • D. Sum of A and H

Answer: D

 

NEW QUESTION 30
An insurance company decides to build an online portal using the Salesforce platform for receiving quote requests from customers. The company has a legacy quoting system that will generate quotes while the rest of the sales process is managed by Salesforce Sales Cloud. The legacy system has an API for creating quotes.
What Implementation method should be used so that customers can request quotes online and receive them in real time?

  • A. Apex callout to send quote requests from Salesforce to the legacy System.
  • B. Middleware tool to pull quote requests from SF and push to the legacy system.
  • C. Trigger with an @Future method to send quote requests to the legacy system.
  • D. Outbound message to send quote requests from Salesforce to the legacy system.

Answer: A

 

NEW QUESTION 31
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 a shared integration username/password with a specific role/profile provisioned to the appropriate data.
  • B. Provide each business partner their own 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: B

 

NEW QUESTION 32
Universal Containers is building a mobile application that connects to Salesforce for reading and updating data What is the appropriate authentication solution?

  • A. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.
  • B. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.
  • C. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
  • D. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.

Answer: D

 

NEW QUESTION 33
Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.
What solution should an architect recommend to handle errors during these types of service outages?

  • A. Use Outbound Messaging to automatically retry failed service calls.
  • B. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
  • C. Use middleware queuing and buffering to insulate Salesforce from system outages.
  • D. Use @future jobld and custom scheduled apex process to retry failed service calls.

Answer: C

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_co

 

NEW QUESTION 34
A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.
Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?
Choose 2 answers

  • A. Named Credentials
  • B. Protected Custom Metadata Types
  • C. Protected Custom Settings
  • D. Encrypted Custom Fields

Answer: A,D

 

NEW QUESTION 35
......

Integration-Architecture-Designer Exam Dumps - 100% Marks In Integration-Architecture-Designer Exam: https://www.actualvce.com/Salesforce/Integration-Architecture-Designer-valid-vce-dumps.html

Exam Dumps Use Real Salesforce Integration Architecture Designer Dumps With 108 Questions: https://drive.google.com/open?id=1UL6MIoAAzKDgBUuRl3-jCtkAdnqeD0yy