DumpsFree provides high-quality dumps PDF & dumps VCE for candidates who are willing to pass exams and get certifications soon. We provide dumps free download before purchasing dumps VCE. 100% pass exam!

[Q15-Q31] Get 100% Passing Success With True Integration-Architecture-Designer Exam! [Aug-2021]

Share

Get 100% Passing Success With True Integration-Architecture-Designer Exam! [Aug-2021] 

Salesforce Integration-Architecture-Designer PDF Questions - Exceptional Practice To Salesforce Certified Integration Architecture Designer

NEW QUESTION 15
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?

  • A. Use a pre-shared key in a query parameter.
  • B. Encrypt the Payload with a shared key.
  • C. Utilize CA - signed certificates on the host.
  • D. Implement two way (or mutual) SSL certificates.

Answer: C

 

NEW QUESTION 16
Universal Containers has a custom Salesforce UI that is used by all users to check on a container's status. This check is done via an integration to its back-end system which all users have access to. However, some users have a higher privilege access into that back-end system, which allows them to retrieve more details in the same container status check. Those users would like the same Salesforce UI to recognize their higher privilege access and display those extra details for them, but without allowing all users to see the same level of details.
What is the recommended security approach to satisfy this requirement?

  • A. Custom permission to control the Apex callout to retrieve different levels of details.
  • B. Permission set to identify users with higher-level privileges in order to control the Apex callout.
  • C. Named credential set with "per-user" identify type to control the Apex callout.
  • D. Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout.

Answer: C

 

NEW QUESTION 17
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. Integration Middleware
  • C. Salesforce Continuation.
  • D. Message-oriented Middleware

Answer: A,D

 

NEW QUESTION 18
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

  • A. SSH
  • B. SFTP
  • C. TLS
  • D. SMTP

Answer: C

 

NEW QUESTION 19
In order to avoid slowing down inbound call center sales agents, Universal Containers wants to de-duplicate Lead records against their 3rd-party MDM system after that the agent has served the record in Salesforce.
What integration strategy should an Architect recommend?

  • A. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
  • B. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
  • C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
  • D. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.

Answer: B

 

NEW QUESTION 20
Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities.
The ERP system has SOAP based web services orders. UC chose to use Apex callouts.
Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services?
Choose 2 answers

  • A. Appropriate error handling to retry failed messages.
  • B. Too many callouts resulting in exceeding the daily limit for number of callouts.
  • C. DML operations are not allowed right after Apex callouts.
  • D. Code changes may be required following upgrades to the ERP system.

Answer: B,C

 

NEW QUESTION 21
A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries, event handling, etc. The company has asked the Salesforce integration architect to help fulfill such aspects with their Salesforce program.
Which three recommendations should the Salesforce integration architect make?
Choose 3 answers

  • A. Message transformation and protocol translation should be done within Salesforce.
    Recommend leveraging Salesforce native protocol conversion capabilities as middle watools are NOT suited for such tasks
  • B. Provide true message queueing for integration scenarios (including orchestration,process choreography, quality of service, etc.) given that a middleware solution is required.
  • C. Event handling processes such as writing to a log, sending an error or recovery process, or sending an extra message, can be assumed to be handled by middleware.
  • D. Event handling in a publish/subscribe scenario, the middleware can be used to route requests or messages to active data-event subscribers from active data-event publishers.
  • E. Transform a fire-and-forget mechanism to request-reply should be handled bymiddleware tools (like ETL/ESB) to improve performance.

Answer: B,C,D

 

NEW QUESTION 22
Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing.
They identified one org that would act as a gateway to receive all the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution.
What limitation of Salesforce-to-Salesforce must be considered to ensure searchless two-way integration?

  • A. Salesforce-to-Salesforce has a limit on number of records shared between systems.
  • B. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
  • C. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
  • D. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.

Answer: B

 

NEW QUESTION 23
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?
Choose 2 answers

  • A. Bulk API with parallel option.
  • B. Standard API with serial option.
  • C. Standard API with parallel option.
  • D. Bulk API with serial option.

Answer: A,D

 

NEW QUESTION 24
Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?

  • A. Data Loader
  • B. Metadata audit trail
  • C. Workbench
  • D. Force.com SOAP Explorer

Answer: C

 

NEW QUESTION 25
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. Make an API inbound integration from an external Java client more secure.
  • B. A Make Apex REST outbound integrations to external web services more secure.
  • C. Make Apex SOAP outbound integrations to external web services more secure.
  • D. Make formula fields with HYPERLINK() to external web servers more secure.

Answer: B

 

NEW QUESTION 26
Universal Containers has a homegrown application that polls Salesforce using SOAP API every 2 minutes to obtain newly created case information. This causes both performance issues and API usage limits to be exceeded.
What should an Architect recommend to improve performance and optimum use the API limits?

  • A. Use Streaming API to publish new case records to a push topic and subscribe to it.
  • B. Use an Apex callout to identify new case records and send them to the client.
  • C. Use REST API to identify new case records in Salesforce every 15 minutes.
  • D. Use Generic Streaming to send push notifications of case creation events to the client.

Answer: A

 

NEW QUESTION 27
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 to the system via outbound message with session ID.
  • B. Order information sent via a Visualforce page with an Apex callout.
  • C. Order information inserted or updated via Salesforce Connect: OData 2.0.
  • D. Order information sent via process builder via invokable method/future method callout.

Answer: C,D

 

NEW QUESTION 28
Universal Containers (UC) is working with multiple partners to get lists of leads into the Lead aggregation system. These leads are imported into Salesforce as parot of a daily batch integration through the ETL tool.
UC observed that may times, leads are duplicated, as they are sourced from different partners.
Which two options should an Architect recommend to improve data quality?

  • A. Extract Salesforce lead data into a staging table and use ETL to de-duplicate.
  • B. Use duplicate management rules on Lead to report duplicate records.
  • C. Design an ETL job to eliminate duplicates from the lead aggregation system.
  • D. Create a custom web service to identify duplicate leads and load.

Answer: B,C

 

NEW QUESTION 29
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. An API Gateway that authenticates requests from Salesforce into the Middleware(ETL/ESB).
  • B. IoConfigure Remote Site Settings in Salesforce to authenticate the middleware.
  • C. ConnectedApp configured in Salesforce to authenticate the middleware.
  • D. Firewall and reverse proxy are required to protect internal APIs and resource being exposed.

Answer: C

 

NEW QUESTION 30
Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it.
Which three options should a Technical Architect consider that do not require building custom web services on the marketing system?
Choose 3 answers

  • A. Use Apex callout to send customer data from Salesforce to the marketing system
  • B. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
  • C. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
  • D. Use outbound messages to send customer data from Salesforce to the marketing system.
  • E. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.

Answer: A,B,D

 

NEW QUESTION 31
......

Integration-Architecture-Designer dumps - DumpsFree - 100% Passing Guarantee: https://www.dumpsfree.com/Integration-Architecture-Designer-valid-exam.html

Fast, Hands-On Integration-Architecture-Designer exam: https://drive.google.com/open?id=1CisZe5G5CPa1ynJNDDlS3o0i8ySeCwGT