Integration-Architecture-Designer Training & Certification Get Latest Salesforce Integration Architecture Designer Updated on Sep 18, 2021 [Q56-Q71]

Share

Integration-Architecture-Designer Training & Certification Get Latest Salesforce Integration Architecture Designer Updated on Sep 18, 2021

Certification Training for Integration-Architecture-Designer Exam Dumps Test Engine

NEW QUESTION 56
Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time.
Which three approaches should be considered when selecting the correct API?
Choose 3 answers

  • A. Streaming API to support push notifications to users on mobile devices using Salesforce1.
  • B. REST API to continuously poll Salesforce for updates to records.
  • C. Streaming API to support real-time data updates by other users within Salesforce.
  • D. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
  • E. Generic Streaming API to support notifications coming from other systems.

Answer: A,C,D

 

NEW QUESTION 57
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 Iframe to display core banking financial transactions data in the customer community.
  • B. Use Salesforce Connect to display the financial transactions as an external object.
  • C. Use Salesforce Connect to display the financial transactions as an external object.
  • D. Use Salesforce External Service to display financial transactions in a community lightning page.

Answer: D

 

NEW QUESTION 58
Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database.
What technology should an architect use to minimize custom development when replacing the CRM system with Salesforce?

  • A. Middleware
  • B. Outbound messaging
  • C. APEX Callout
  • D. APEX Batch

Answer: A

 

NEW QUESTION 59
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates.
Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?

  • A. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
  • B. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
  • C. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
  • D. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.

Answer: D

 

NEW QUESTION 60
Universal containers uses a legacy system to receive and handle Level 1 service requests, and Salesforce service Cloud for Level2 requests and above, Cases will be pushed from the legacy system to Service Cloud by a nightly batch process. Once the cases are closed in SF, the case needs to be updated in the legacy system as soon as possible.
How should the Technical Architect recommend that case status be updated in the legacy system?

  • A. Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals.
  • B. Use Apex callout to send case status from Salesforce to the legacy system.
  • C. use Outbound messages to send status updates from Salesforce to the legacy system.
  • D. Write an Apex web service returning case status, to be called from the legacy system.

Answer: C

 

NEW QUESTION 61
Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues.
Which three stages should the Architect consider to reduce the security concerns for this Integration use case?
Choose 3 answers

  • A. Enable WS-security for the web services made between Salesforce and the accounting system.
  • B. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
  • C. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
  • D. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
  • E. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.

Answer: C,D,E

 

NEW QUESTION 62
Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?
Choose 3 answers

  • A. Inability to create a Lightning record page for platform events.
  • B. Subscribe to an AssetToken Event stream to monitor OAuth 2.0 authentication activity. C
  • C. When you delete an event definition, it's permanently removed and can't be restored.
  • D. You can use Event Monitoring to track user activity, such as logins and running reports.
  • E. Inability to query event messages using SOQL

Answer: A,C,E

 

NEW QUESTION 63
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce How should an architect design this requirement considering both security and scalability?

  • A. Leverage Salesforce Lightning Connect to display order information in Salesforce.
  • B. Leverage the REST API to receive orders from the ERP system as they are created.
  • C. write an outbound message to receive orders from ERP system as they are created.
  • D. Build a scheduled ETL job to sync all customer order history in the orders object.

Answer: B

 

NEW QUESTION 64
Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms.
The sales department has requested that new leads are available in the new Salesforce instan within 30 minutes.
Which two approaches will require the least amount of development effort?
Choose 2 answers

  • A. Call the Salesforce REST API to insert the lead into the target system.
  • B. Use the Composite REST API to aggregate multiple leads in a single call.
  • C. Configure named credentials in the source org.
  • D. Use the tooling API with Process Builder to insert leads in real time.

Answer: B,C

 

NEW QUESTION 65
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 require unit and functional testing
  • B. They consume more API limits than SOAP or REST API
  • C. They cannot utilize publisher actions.
  • D. They cannot be built or maintained declaratively

Answer: A,D

 

NEW QUESTION 66
A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall.
The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

  • A. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
  • B. Due to high volume of records, a third party integration tool is required to stage records off platform.
  • C. Due to high volume of records, salesforce will need to make a REST API call to external system.
  • D. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.

Answer: B

 

NEW QUESTION 67
A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall.
The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day.
What shouldan integration architect consider when choosing the right option in building the integration between the external system and Salesforce?

  • A. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
  • B. Due to high volume of records, a third party integration tool is required to stage records off platform.
  • C. Due to highvolume of records, salesforce will need to make a REST API call to external system.
  • D. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.

Answer: B

 

NEW QUESTION 68
Universal Containers (UC) wants to start sharing some of the information collected from customers in Salesforce to other systems. UC wants to start sharing some sales data (orders) with a third-party application to help forecast inventory. This is a web application that supports SOAP and REST interfaces to send and receive data.
What is the recommended solution for integrating with this product?

  • A. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes.
  • B. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close.
  • C. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.
  • D. Create a Submit to Forecast Button on the Order Page to send the data to the Web application via REST.

Answer: D

 

NEW QUESTION 69
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. Custom Apex batch job to check for SMTP messages.
  • B. Custom InboundEmailHandler to process the messages.
  • C. Custom Apex class with webservice methods that implement the SMTP protocol.
  • D. Lightning connect with an oData/SMTP interchange.

Answer: B

 

NEW QUESTION 70
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 71
......

Step by Step Guide to Prepare for Integration-Architecture-Designer Exam: https://www.pass4cram.com/Integration-Architecture-Designer_free-download.html

Salesforce Integration Architecture Designer Integration-Architecture-Designer Real Exam Questions and Answers FREE Updated: https://drive.google.com/open?id=1ugmQfVAn3cr6u-7ZeO7DF0_PQn4iUpUl