Free 2021 Salesforce Integration Architecture Designer Integration-Architecture-Designer dumps are available by Pass4Leader [Q28-Q45]

Share

Free 2021 Salesforce Integration Architecture Designer Integration-Architecture-Designer dumps are available on Google Drive shared by Pass4Leader

Welcome to download the newest Pass4Leader Integration-Architecture-Designer PDF dumps: https://www.pass4leader.com/Salesforce/Integration-Architecture-Designer-exam.html ( 108  Q&As)

NEW QUESTION 28
Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations.
The callout from Salesforce to the OMS should be synchronous.
What should an Integration Architect do to satisfy these requirements?

  • A. Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System.
  • B. Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System.
  • C. Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly.
  • D. Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked.

Answer: B

 

NEW QUESTION 29
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 a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
  • B. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.
  • C. Use Apex callout to send customer data from Salesforce to the marketing system
  • D. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
  • E. Use outbound messages to send customer data from Salesforce to the marketing system.

Answer: A,B,C

 

NEW QUESTION 30
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers

  • A. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.
  • B. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
  • C. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
  • D. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.

Answer: C,D

 

NEW QUESTION 31
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. Protected Custom Metadata Types
  • B. Named Credentials
  • C. Protected Custom Settings
  • D. Encrypted Custom Fields

Answer: B,C

 

NEW QUESTION 32
Universal Containers wants to gather information from a third-party application to update shipping information for an order inside Salesforce. A salesperson could trigger an update and the user interface would refresh with the current status.
Which are two recommended options for this when utilizing a Remote Process Invocation-Request and Reply pattern?

  • A. A batch Apex job that performs an Apex SOAD or HTTP callout in a synchronous manner.
  • B. A custom Visualforce page or button that initiates an Apex REST callout in a synchronous manner.
  • C. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner
  • D. A custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner.

Answer: B,D

 

NEW QUESTION 33
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time What statement is correct about the Salesforce APIs?

  • A. REST API supports WS-Security.
  • B. Rest API supports oAuth
  • C. Enterprise WSDL minimizes payload size.
  • D. Enterprise WSDL supports WS-Security

Answer: B

 

NEW QUESTION 34
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. An iFrame embedding a custom .Net application that displays data from the other systems.
  • C. A custom Visualforce page with client- side calls out to the other systems.
  • D. A middleware orchestration to continuously persist data from other systems into Salesforce.

Answer: A,B

 

NEW QUESTION 35
Universal Containers requires Salesforce to send expense data to an accounting system. Each user has their own username/password credential to access the account system via integration.
What is a recommended option for an integration approach from a security perspective?

  • A. Set up a Named-Principal Named Credential and have the administrator set up the username/password.
  • B. Use hierarchical custom settings to store the username/password allowing the Apex callout to read it.
  • C. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout.
  • D. Set up a Per-User Named Credential and have the users each set up their username/password.

Answer: D

 

NEW QUESTION 36
A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.
Which two questions should the integration architect consider?
Choose 2 answers

  • A. Can the fulfillment system create new addresses within the Order Create service?
  • B. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  • C. Is the product catalog data identical at all times in both systems?
  • D. Can the fulfillment system make a callback into Salesforce?

Answer: B,D

Explanation:
https://www.youtube.com/watch?v=zQncznMLrt4 Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.

 

NEW QUESTION 37
Universal Containers (UC) has multiple orgs with Sales and Service Cloud implementation to support different lines of business. UC is planning to consolidate Salesforce orgs to benefit from a 360-degree view of the customer based on revenue, support requests, and contracts.
What should an Architect recommend?

  • A. Use a custom REST service for data cleaning and standardization.
  • B. Use staging tables with an ETL tool for data cleaning and standardization.
  • C. Use a custom SOAP service for data cleaning and standardization.
  • D. Use standard SOAP API for data cleaning and standardization.

Answer: B

 

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

  • A. Use an API only user profile and implement use an external identity provider with federated API access.
  • 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. Configure mutual server authentication with two-way SSL using CA issued certificates.

Answer: D

 

NEW QUESTION 39
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 a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • B. Use Apex callout to push orders from universal Containers to Planetary Shipping
  • C. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
  • D. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping

Answer: D

 

NEW QUESTION 40
Universal containers is building an integration from their employee portal to salesforce Chatter.They would like their employee portal to read and write to the Chatter API on behalf of the employee using the portal.
What is the correct way to authenticate to the chatter API to meet this requirement?

  • A. Use a chatter API integration user which authenticates to salesforce using oAuth.
  • B. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • C. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
  • D. Use oAuth Which will pass their portal credentials to the chatter API.

Answer: A

 

NEW QUESTION 41
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 middleware queuing and buffering to insulate Salesforce from system outages.
  • B. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.
  • C. Use Outbound Messaging to automatically retry failed service calls.
  • D. Use @future jobld and custom scheduled apex process to retry failed service calls.

Answer: A

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

 

NEW QUESTION 42
Universal Containers is currently doing User Acceptance Testing for small changes in a Developer sandbox.
Users are complaining that allow release to production, some functionality is broken and performance is often negatively impacted.
What is causing these complaints?

  • A. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.
  • B. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • C. Users should be testing in a Partial Sandbox in order to replicate Production functionality and performance characteristics.
  • D. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.

Answer: A

 

NEW QUESTION 43
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. Generic Events
  • B. PushTopic Events
  • C. High Volume Platform Events
  • D. Change Data Capture Events

Answer: C,D

 

NEW QUESTION 44
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. Profile Security
  • B. VPN
  • C. Two-way SSL
  • D. IP Whitelisting

Answer: C

 

NEW QUESTION 45
......

Tested Material Used To Integration-Architecture-Designer: https://www.pass4leader.com/Salesforce/Integration-Architecture-Designer-exam.html

Following are some new Integration-Architecture-Designer Real Exam Questions!: https://drive.google.com/open?id=1TuZBqGXXnF179tF6nCWb8JYMmVLA2G6d