aiotestking uk

Integration-Architecture-Designer Exam Questions - Online Test


Integration-Architecture-Designer Premium VCE File

Learn More 100% Pass Guarantee - Dumps Verified - Instant Download
150 Lectures, 20 Hours

Cause all that matters here is passing the Salesforce Integration-Architecture-Designer exam. Cause all that you need is a high score of Integration-Architecture-Designer Salesforce Certified Integration Architecture Designer (SP19) exam. The only one thing you need to do is downloading Actualtests Integration-Architecture-Designer exam study guides now. We will not let you down with our money-back guarantee.

Free Integration-Architecture-Designer Demo Online For Salesforce Certifitcation:

NEW QUESTION 1
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 custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner.
  • D. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner

Answer: BC

NEW QUESTION 2
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.
What integration pattern should an architect recommend to ensure minimal throwaway code?

  • A. point-to-point
  • B. Web Mashup
  • C. MiddleWare
  • D. Apex batch Processing

Answer: C

NEW QUESTION 3
What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce?
Choose 2 Answers

  • A. Canvas can provide authorization information via the signed Request.
  • B. The canvas SDK can be used to make an external systems UI look like Salesforce.
  • C. Canvas can send data to an external system asynchronously.
  • D. Canvas endpoint URLs can be dynamically changed via a Lifecycle Handle

Answer: AD

NEW QUESTION 4
Universal Containers has a call center that would like to have a dashboard that updates in real time and shows information about phone calls that have been completed today (recorded in the Activity object). There are several teams in the call center, and each dashboard should only show calls from that team. An employee can start the board each morning, but after that no further user interaction should be needed.
What is a recommended pattern that would minimize implementation time?

  • A. Develop a Visaulforce page that uses the Steaming API.
  • B. Use Heroku to develop a dashboard page that uses the REST API.
  • C. Use native Salesforce dashboard functionality
  • D. Develop a Visualforce page that uses JavaScript Remotin

Answer: A

NEW QUESTION 5
Universal Containers (UC) uses Salesforce to create and manager accounts and opportunities. With Salesforce being the master of records, the opportunities on existing accounts are required to be updated with product usage statistics from an on-premise usage tracking system that is capable of participating in contract-first integration.
Which three steps should the Integration Architect consider given that UC does not want any custom
development in Salesforce?

  • A. Create a Workflow outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
  • B. Use a REST API callback to update the Opportunity record with the product usage data from the remote system.
  • C. Create a Process Builder outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
  • D. Use a SOAP API callback to update the Opportunity record with the product usage data from the remote system.
  • E. Generate a partner WSDL in Salesforce and provide it to the remote system to create a client stu

Answer: ADE

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

Answer: A

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

Answer: A

NEW QUESTION 8
Universal Containers has chosen Salesforce Wave as their Analytics Platform. There is a requirement to join data from multiple systems(including Salesforce) to be displayed in a single Wave Lens. What should the Architect recommend?

  • A. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
  • B. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.
  • C. Use an ETL tool to join multiple sources and load them into a single data set.
  • D. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.

Answer: C

NEW QUESTION 9
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. Middleware tool to pull quote requests from SF and push to the legacy system.
  • B. Trigger with an @Future method to send quote requests to the legacy syste
  • C. C.Outbound message to send quote requests from Salesforce to the legacy system.
  • D. Apex callout to send quote requests from Salesforce to the legacy Syste

Answer: D

NEW QUESTION 10
Universal Containers has a requirement to query all Account records within Salesforce that were updated in the last 24 hours and download those Accounts to their data warehouse on a nightly basis. They expect the volume of records to be between 500-1500 records per day.
What three techniques should an Architect consider ? Choose 3 answers

  • A. Leverage a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.
  • B. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.
  • C. Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.
  • D. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
  • E. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.

Answer: BCD

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

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

Answer: BCE

NEW QUESTION 12
UC leverages customer MDM as a source of truth. The requirement is to dedupe and store any account or contact created in MDM before the same is created in Salesforce. This ensures data is clean and not duplicated in Salesforce. During peak season, users experience a "Concurrent Request Limit Exceeded" error.
What is the recommended solution?

  • A. Invoke a continuation callout to MDM from a VF Page controller.
  • B. Invoke a continuation callout to MDM from a before insert trigger.
  • C. Invoke a continuation callout to MDM from a VF Page JavaScript.
  • D. Invoke a continuation callout to MDM from a VF Page @future cal

Answer: A

NEW QUESTION 13
Universal Containers is planning to sue Bulk API instead of SOAP API to load 1 million activity records from Accounts. Opportunities, can Cases.
Which are two advantages of using Bulk API over SOAP API?

  • A. Bulk API needs fewer network round trips to complete the data load.
  • B. Bulk API doesn't need a login to Salesforce and can process data offline.
  • C. Bulk API doesn't need XML processing and can send data using CSV.
  • D. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSD

Answer: AC

NEW QUESTION 14
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. REST API to continuously poll Salesforce for updates to records.
  • B. Generic Streaming API to support notifications coming from other systems.
  • C. Streaming API to support push notifications to users on mobile devices using Salesforce1.
  • D. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
  • E. Streaming API to support real-time data updates by other users within Salesforc

Answer: CDE

NEW QUESTION 15
Universal containers are building an integration between Salesforce and their data warehouse. The architect has the following requirements
1. Salesforce users need the ability to CRUD (create,read,update and delete) data from their data warehouse without leaving the Salesforce user interface
2. The integration to the data warehouse should maintain the same look and feel as the existing Salesforce user interface

  • A. Mastered
  • B. Not Mastered

Answer: A

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

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

Answer: A

NEW QUESTION 17
Universal Containers (UC) is planning to roll out a new Force.com app to a regional business unit. UC has partial copy and a full sandbox available for deployment. UC's Architect has been asked to design an environment strategy for integration testing and performance testing, as well as user acceptance testing.
What is the recommended use of available sandbox types that an Architect should consider?

  • A. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing.
  • B. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing.
  • C. Use the full sandbox for integration testing and the partial copy for user acceptance and performance testing.
  • D. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.

Answer: B

NEW QUESTION 18
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.
What could be the cause of this issue ?

  • A. The trigger is failing Unit Tests that access the new data.
  • B. API limits being limited.
  • C. Data skew is causing record locking issues on the Oder Share object.
  • D. Record locking contention on the parent Accoun

Answer: D

NEW QUESTION 19
What are two reasons an existing custom field cannot be marked as External ID? Choose 2 answers

  • A. Maximum number of External IDs allowed on an object has been reached,
  • B. Maximum number of fields of an object has been reached.
  • C. Maximum number of skinny tables has been reached.
  • D. Maximum number of indexes allowed on an object has been reache

Answer: AD

NEW QUESTION 20
What should an integration Architect consider when building a visulaforce page that makes clientside callouts to multiple domains that may violate the browser's same-origin policy?
Choose 2 answers

  • A. Setup CORS to whitelist all domains that the client scripts communicate with.
  • B. utilize the canvas SDK to perform the callouts.
  • C. Ensure each javascript resource communicates only with its origin.
  • D. Set up Remote site settings for all domains that the client scripts communicate wit

Answer: AD

NEW QUESTION 21
Universal Containers has an integration that runs nightly to update the Product (Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is green
screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.
Which two steps should the Technical Architect should recommend? Choose 2 answers

  • A. Ask the ERP report designers to redesign the report to provide properly formatted data.
  • B. Implements a regression testing policy to detect issues following development.
  • C. Use SOAP headers to turn off validation rules and triggers during the integration.
  • D. Review the Salesforce data model and Validation rules and modify the integration as necessar

Answer: BD

NEW QUESTION 22
......

Recommend!! Get the Full Integration-Architecture-Designer dumps in VCE and PDF From Dumpscollection, Welcome to Download: http://www.dumpscollection.net/dumps/Integration-Architecture-Designer/ (New 141 Q&As Version)