Integration-Architecture-Designer Exam Preparation Material with New Integration-Architecture-Designer Dumps Questions [Q23-Q48]

Share

Integration-Architecture-Designer Exam Preparation Material with New Integration-Architecture-Designer Dumps Questions

Integration-Architecture-Designer 2023 Training With 108 QA's

NEW QUESTION 23
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. OpenId Connect Authentication Provider and Registration Handler
  • B. OpenId Connect Authentication Provider and just-in-time provisioning
  • C. SAML SSO and Registration Handler
  • D. SAML SSO and just-in-time provisioning

Answer: A,D

 

NEW QUESTION 24
UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved.
What is the recommended approach?

  • A. Make an asynchronous callout from VF page controller with page refresh using Action region.
  • B. Make an @future callout to MDM from a trigger with page refresh using Action region.
  • C. Make a synchronous callout from VF page controller with page refresh using Action region.
  • D. Make a continuation callout from VF page controller with page refresh using Action poller.

Answer: D

 

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

Answer: B,C,E

 

NEW QUESTION 26
Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers.
Shipping services used vary by region, and have similar but distinct service request parameters.
Which integration component capability should be used?

  • A. Enterprise Service Bus user interface to collect shipper-specific form data.
  • B. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
  • C. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.
  • D. APEX REST Service to implement routing logic to the various shipping service.

Answer: C

 

NEW QUESTION 27
Northern Trail Outfitters is planning to create a native employee facing mobile app with the look and feel of Salesforce's Lighting Experience. The mobile ap needs to integrate with their Salesforce org.
Which Salesforce API should be used to implement this integration?

  • A. Streaming API
  • B. User Interface API
  • C. Connect REST API
  • D. REST API

Answer: B

 

NEW QUESTION 28
Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern to Salesforce. The security officer would like to understand the authentication solution.
What are the three ways that the call back can authenticate itself to Salesforce?
Choose 3 answers

  • A. Utilize the REST API login() operation to obtain a new session ID
  • B. Utilize the Enterprise WSDL login() operation to obtain a new session ID.
  • C. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
  • D. Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session ID.
  • E. Utilize the session ID contained within the outbound message notification as the authorization header.

Answer: A,B,E

 

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

Answer: D

 

NEW QUESTION 30
An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram
& description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.

* About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
* There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).
* These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
* All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made?
Choose 3 answers

  • A. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
  • B. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
  • C. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
  • D. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
  • E. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.

Answer: C,D,E

 

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

Answer: D

 

NEW QUESTION 32
Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release the architect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration.
What two actions should the architect take to ensure the new object will be available to the financial system integration?
Choose 2 answers

  • A. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • B. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • C. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
  • D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.

Answer: A,D

 

NEW QUESTION 33
When a Sales Rep closes an opportunity in Salesforce, an Order should be created in Universal Containers' SAP system and the Sales Rep should be notified with an order number as soon as possible.
What is the recommended solution?

  • A. Apex @ future callout from an update trigger with an opportunity page refresh using Streaming API.
  • B. Apex callout from an update trigger with an opportunity page refresh using Streaming API.
  • C. Workflow Outbound message with an email notification on acknowledgement from SAP
  • D. Workflow Outbound message with an email notification on callback from SAP

Answer: D

 

NEW QUESTION 34
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?

  • A. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
  • B. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
  • C. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
  • D. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.

Answer: C

 

NEW QUESTION 35
Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware Which three considerations should an Architect bring up to the CIO?
Choose 3 answers

  • A. Orchestration
  • B. Bulkification
  • C. Logging
  • D. Error Handling
  • E. Performance

Answer: A,C,D

 

NEW QUESTION 36
Universal Containers has a data warehouse system that collects information from upstream systems in order to do proprietary reporting. Every day there are several thousand record insertions and updates in Salesforce that might be a interest to this data warehouse. Reports in the data warehouse are run at the end of the month.
What is a recommended way to transfer record insertions and updates to the data warehouse?

  • A. Use the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records.
  • B. Use native Outbound message functionality to send a message with each record change.
  • C. Use scheduled Apex to do an Apex callout to the data warehouse.
  • D. Use a trigger to do an Apex callout to the data warehouse with each record change.

Answer: A

 

NEW QUESTION 37
A company wants to standardize exception tracking, handling, and analytics. Given the following actions:
1. Build a company wide logging service hosted on a middleware platform
2. Create case object records for exceptions based thresholds
3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events.
Which two specifications should the integration architect include in the logging service architecture?
Choose 2 answers

  • A. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
  • B. Create Salesforce Cases conditionally using automatic Case creation rules.
  • C. Subscribe to the Application Exceptions using the Salesforce Streaming API.
  • D. Receive Application Events through Change Data Capture (CDC).

Answer: A,B

 

NEW QUESTION 38
When an opportunity is closed in Salesforce, an order should be created in the back-office SAP system. At the end of the day, Universal Containers allows customers to call back and cancel an order within 24 hours. To cancel an order, the Sales Rep has to set the opportunity status to Open from Closed. The Sales Manager wants all opportunities that changed from Closed to Open to be sent over to the SAP system for order cancellation on nightly basis. Salesforce has a total of 20M opportunities.
What is the recommended way to achieve this?

  • A. An ETL job to leverage REST API to extract all opportunities.
  • B. An ETL job to leverage SOAP API to extract all opportunities.
  • C. An ETL job to leverage Bulk API to extract modified opportunities.
  • D. An ETL job to leverage SOAP API to extract modified opportunities.

Answer: D

 

NEW QUESTION 39
Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and is planning to include Salesforce as well.
Which Salesforce API should an Integration Architect use to meet the requirement?

  • A. Tooling API
  • B. Metadata API
  • C. Analytics REST API
  • D. SOAP API

Answer: A

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecov

 

NEW QUESTION 40
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, a third party integration tool is required to stage records off platform.
  • B. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
  • 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: A

 

NEW QUESTION 41
Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to " Max CPU time exceeded"errors which could be resolved with a Similar batch size.
What are two risks involved with batch sizes that are too small?
Choose 2 answers

  • A. Possibility of hitting the "Too many concurrent batches" limit.
  • B. Possibility of failures due to record-locking errors.
  • C. Possibilityof hitting the daily limit for number of batches.
  • D. possibility of very long bulk job execution times

Answer: B,D

 

NEW QUESTION 42
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 the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.
  • B. Leverage a time-based workflow action to trigger an account outbound message notification for all 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: A,C,D

 

NEW QUESTION 43
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?

  • A. Authenticate the integration using existing Single Sign-On.
  • B. Create a special user solely for the integration purposes.
  • C. Create a new user with System Administrator profile.
  • D. Authenticate the integration using existing Network-BasedSecurity.

Answer: B

 

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

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

Answer: A,C,E

 

NEW QUESTION 45
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?

  • A. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
  • B. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • C. Bulk API, Streaming API, Apex REST API, Analytics REST API
  • D. Bulk API, Chatter REST API, Apex REST API, Analytics REST API

Answer: C

 

NEW QUESTION 46
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality.
What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?

  • A. User Acceptance Testing
  • B. Unit Testing
    C .Regression Testing
  • C. Performance Testing

Answer: A

 

NEW QUESTION 47
The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team members can work on them. The current integration often experiences latency issues.
Which two recommendations should an Architect make to improve the integration performance?
Choose 2 answers

  • A. Legacy system should submit in parallel mode.
  • B. Legacy system should submit in serial mode.
  • C. Reduce batch size of asynchronous BULK API.
  • D. Reduce batch size of synchronous BULK API.

Answer: A,C

 

NEW QUESTION 48
......

Quickly and Easily Pass Salesforce Exam with Integration-Architecture-Designer real Dumps: https://www.actual4exams.com/Integration-Architecture-Designer-valid-dump.html

Salesforce Integration-Architecture-Designer Certification Exam Questions: https://drive.google.com/open?id=18EV_jkIwANXJkkRDqdBm3ipv0DoE6hPj