Salesforce Integration-Architecture-Designer Free Demo 2021

Passleader Integration-Architecture-Designer Questions are updated and all Integration-Architecture-Designer answers are verified by experts. Once you have completely prepared with our Integration-Architecture-Designer exam prep kits you will be ready for the real Integration-Architecture-Designer exam without a problem. We have Up to the immediate present Salesforce Integration-Architecture-Designer dumps study guide. PASSED Integration-Architecture-Designer First attempt! Here What I Did.

Salesforce Integration-Architecture-Designer Free Dumps Questions Online, Read and Test Now.

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

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

Answer: C

NEW QUESTION 2
Universal Containers is using Sales Could with Order Capture. It has been integrated with an SAP system for Order fulfillment. The SAP system sends the Order status updates to Salesforce on a nightly basis. The SAP system tracks Order status more granularly than required by Salesforce. Which two options should an Architect recommend to address different statuses in Salesforce and SAP?

  • A. Create a batch Apex to run on a daily basis, which converts order status to pre-defined order status.
  • B. ETL Change Data Capture interface to send only required status updates to Salesforce.
  • C. ETL change Data capture interface transforms the SAP order statuses to Salesforce order status.
  • D. Update the SAP Order fulfillment process to match Salesforce Order Statuses against the SAP order status.

Answer: BC

NEW QUESTION 3
What are three capabilities of Salesforce to Salesforce(S2S)? Choose 3 answers

  • A. Share reports and dashboards between Salesforce orgs.
  • B. Automatically publish data from the publisher org.
  • C. Manually consume data into the consumer org.
  • D. Integrate data between Salesforce orgs via pre-built web service adapters.
  • E. Publish data from the publisher's Account object to the consumer's Customer c objec

Answer: BCE

NEW QUESTION 4
Universal Containers (UC) would like to provide near real-time updates on their customer-facing external portal when a Sales Manager approves a new feature that is recommended by a customer.
UC has no middleware, and the portal exposes a REST API therefore, UC is considering a custom-built system process to handle the integration.
What is the recommended approach for the custom-built system process to retrieve updates in near real-time?

  • A. Leverage a related push topic that pushed information to the portal client.
  • B. Leverage a Streaming API client to subscribe to the related push topic.
  • C. Leverage Canvas to send information to the portal whenever an idea is voted on.
  • D. Leverage an outbound message to the portal whenever an idea is voted on the saved.

Answer: B

NEW QUESTION 5
In which three ways can production data be moved into a sandbox for testing purpose?

  • A. Refresh a Full Sandbox.
  • B. Use the metadata API.
  • C. Request a Snapshot from Support
  • D. Refresh a Copy Sandbox.
  • E. use the Apex Data Loade

Answer: ADE

NEW QUESTION 6
What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?

  • A. Use an outbound Message with the record's data.
  • B. Use lightning connect to save the data to an external object.
  • C. Use an Apex class to perform the REST callout asynchronously.
  • D. use the REST API with the content-Type headerset to "JSON."

Answer: C

NEW QUESTION 7
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process.
What two recommendations should a Technical Architect make to resolve this issue? Choose 2 answers

  • A. Implement a Regression Testing policy to catch issues earlier in the development process.
  • B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • C. Implement a continuous Integration process to identify issues earlier in the development process.
  • D. Encourage code developers and integration developers to work in separate sandboxe

Answer: BC

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
Universal Containers has built an integration using the SOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users.
What is a risk involved with this sort of integration?

  • A. Too many concurrent sessions
  • B. Reaching an API call limit.
  • C. Reaching a logins per Day limit.
  • D. Too many record-lock errors

Answer: B

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

Answer: B

NEW QUESTION 11
Universal containers(UC) leverages the standard opportunity and opportunity product objects to manage their orders in Salesforce. When a deal is closed, all opportunity information, including products and billing contacts, must be send to their ERP application for order fulfillment. As UC has an "express shipping" guarantee, leadership would like order information sent to ERP as quickly as possible after the deal is closed?
How should an Architect fulfill this requirement?

  • A. Write a nightly batch job to send customer information to ERP.
  • B. Write a visualforce page to send order information to ERP.
  • C. Write an opportunity trigger to send order information to ERP.
  • D. Write an outbound message to send order information to ER

Answer: C

NEW QUESTION 12
Universal Containers has an Outbound messaging-Based integration that posts closed opportunities to an ERP system for fulfillment in 1% of the test cases, the integration creates multiple orders for a closed opportunity
Which three steps should a Technical Architect take to diagnose the issue? Choose 3 answers

  • A. Review the firewall logs to make sure that the outbound messages are being delivered.
  • B. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged
  • C. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
  • D. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
  • E. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.

Answer: BCD

NEW QUESTION 13
Universal containers would like to restrict access to Salesforce to only clients on their network Which two mechanisms should an Integration Architect utilize to prevent unauthorized clients? Choose 2 answers

  • A. Configure Login IP Ranges on any profiles used by Integration B.Use a login flow to validate the IP and request a 2nd factor if incorrect
  • B. Use a trigger to change the user's profile if their IP is not trusted.
  • C. Enable the "Lock sessions to the IP address from which they originated" settin

Answer: AB

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

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

Answer: B

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

Answer: AC

NEW QUESTION 17
Universal Containers (UC) stores inventory of products in one Salesforce org. UC wants regional and local branch offices who have their own Salesforce orgs to see the latest information about the product.
What is the recommended approach to provide data access?

  • A. Use Heroku Connect to provide access to products as external objects from other orgs.
  • B. Use Salesforce Connect with oData to provide access to products as external objects.
  • C. Use Apex HTTP Callouts to call Salesforce Rest APIs and provide access restrictions within the Apex class.
  • D. Use Cross-Org adapter for Salesforce Connect to provide access to products as external object

Answer: D

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

Answer: B

NEW QUESTION 19
Universal Containers(UC) has a legacy application that tracks customer order status once the order has been sent to the fulfillment department this legacy application does not easily provide an API to integrate with Customer service reps need to be able t access the data from within Sales force and cannot be given separate logins to the application, UC does not have single-sign-on enabled.
How should an architect solve this problem?

  • A. Leverage canvas to display the legacy application within Salesforce.
  • B. use the Streaming API to receive order updates in real time.
  • C. Migrate the legacy application to Heroku and Integrate the database.
  • D. Create a web-tab in Salesforce directly to the legacy applicatio

Answer: A

NEW QUESTION 20
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 21
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. Named credential set with "per-user" identify type to control the Apex callout.
  • B. Custom permission to control the Apex callout to retrieve different levels of details.
  • C. Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout.
  • D. Permission set to identify users with higher-level privileges in order to control the Apex callou

Answer: A

NEW QUESTION 22
Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.
While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule?
Choose 2 answers

  • A. Pre-process data that the triggers and workflows can be deactivated.
  • B. Perform a test load using a full Sandbox prior to the Production load.
  • C. Perform loads over a weekend server resource availability.
  • D. Leverage several workstations, loading different objects simultaneousl

Answer: AB

NEW QUESTION 23
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.
What recommendation should a technical Architect make to minimize complexity during new acquisitions?

  • A. Use custom Linksto direct users to the appropriate ERP system to view order status.
  • B. Build all Integrations as nightly ETL batches to minimize real-time overhead.
  • C. Leverage Apex callouts to integrate directly with acquired applications.
  • D. Use an ESB to abstract the Salesforce integration from other enterprise application

Answer: B

NEW QUESTION 24
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 25
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 26
......

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)