Sep-2023 Salesforce Integration-Architecture-Designer Certification Real 2023 Mock Exam [Q19-Q38]

Share

Sep-2023 Salesforce Integration-Architecture-Designer Certification Real 2023 Mock Exam

Integration-Architecture-Designer Exam Questions and Valid PMP Dumps PDF


Salesforce Integration-Architecture-Designer certification exam consists of 60 multiple-choice questions, and candidates have 105 minutes to complete the test. To pass the exam, candidates must score at least 63%, and they must renew their certification every two years by completing continuing education requirements. Integration-Architecture-Designer exam is designed to be challenging and comprehensive, and it requires a deep understanding of integration principles and best practices. However, the benefits of earning this certification are significant, including increased job opportunities, higher salary potential, and enhanced credibility and recognition within the Salesforce community.


The Salesforce Integration-Architecture-Designer exam is designed for integration architects who have extensive knowledge of Salesforce and its various integration technologies, such as Salesforce Connect, Apex REST API, and Platform Events. Integration-Architecture-Designer exam covers a wide range of topics, including integration patterns, data modeling, security and authentication, and integration testing. Integration-Architecture-Designer exam also tests the candidate's ability to design and implement solutions that meet specific business requirements and integrate with various systems and applications.

 

NEW QUESTION # 19
Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and an external data source us Salesforce Connect. The external data source supports Open Data Protocol.
Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?
Choose 3 answers

  • A. Configure Identity Type for OData connection.
  • B. Configure a Certificate for OData connection.
  • C. Configure CSRF Protection on External Data Source.
  • D. Configure Special Compatibility for OData connection,
  • E. Configure CSRF Protection for OData connection.

Answer: A,B,E

Explanation:
Explanation
https://help.salesforce.com/articleView?id=apex_add_external_data_source.htm&type=5


NEW QUESTION # 20
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. Record locking contention on the parent Account.
  • B. API limits being limited.
  • C. Data skew is causing record locking issues on the Oder Share object.
  • D. The trigger is failing Unit Tests that access the new data.

Answer: C


NEW QUESTION # 21
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. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
  • 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. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
  • D. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
  • E. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).

Answer: A,C,E


NEW QUESTION # 22
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 Visualforce page that uses JavaScript Remoting.
  • B. Develop a Visaulforce page that uses the Steaming API.
  • C. Use native Salesforce dashboard functionality
  • D. Use Heroku to develop a dashboard page that uses the REST API.

Answer: B


NEW QUESTION # 23
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 Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
  • C. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
  • D. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.

Answer: B,C


NEW QUESTION # 24
Universal Containers' Customer Service Managers wants to be automatically notified when a Customer Service Representative successfully closes a case What is the recommended approach for the Service Manager to be notified in the Salesforce user interface without having to refresh the screen?

  • A. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.
  • B. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen.
  • C. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout.
  • D. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser.

Answer: B


NEW QUESTION # 25
What are three capabilities of Salesforce outbound messaging?
Choose 3 answers

  • A. Provide a session ID as part of the outbound message.
  • B. Build integration components without the Use of APEX.
  • C. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
  • D. Define a custom WSDL based upon an Apex Interface class definition.
  • E. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.

Answer: A,B,C


NEW QUESTION # 26
Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the dataload to Salesforce.
Which approach should used to meet the requirement?

  • A. Use Bulk API to processjobs in high performance mode.
  • B. Use Bulk API to process jobs in serial mode.
  • C. Contact Salesforce support to schedule performance load.
  • D. Use Bulk API to process jobs in parallel mode.

Answer: D


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

Answer: B,C,E


NEW QUESTION # 28
Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:
1. The external systems must follow the principle of least privilege, and
2. The activities of the eternal systems must be available for audit.
What should an Integration Architect recommend as a solution for these integrations?

  • A. A unique integration user for each external system integration.
  • B. A shared integration user for the three external system integrations.
  • C. A Connected App for each external system integration.
  • D. A shared Connected App for the three external system integrations.

Answer: C


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

Answer: C

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


NEW QUESTION # 30
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.
Which solution is recommended in order to meet the requirement?

  • A. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
  • B. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
  • C. Create a connected app in the affiliate org and select the "Accept CometD API Requests".
  • D. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.

Answer: B


NEW QUESTION # 31
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. APEX Callout
  • B. Middleware
  • C. Outbound messaging
  • D. APEX Batch

Answer: B


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. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • B. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • 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: B,D


NEW QUESTION # 33
An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints.
How is authentication achieved?

  • A. Handle authentication with login flows.
  • B. Handle authentication in the code.
  • C. Connect via Communities.
  • D. Connect via Salesforce Connect.

Answer: D

Explanation:
Explanation
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5


NEW QUESTION # 34
Universal Containers has a batch integration that runs every five minutes to load Shipment records related to existing orders that have been updated in the previous five minutes. the integration is not reporting any errors, but some Shipment records are not being loaded.
What could be the problem?

  • A. Error reporting is not enabled in Salesforce.
  • B. The Integration cannot find the parent orders for some Shipments.
  • C. The integration is causing UC to exceedits API limits
  • D. The integration takes more than five minutes to run.

Answer: D


NEW QUESTION # 35
Universal Containers has a customer setup process that relies on external database to send customers welcome
& registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications.
What Salesforce technology best fulfills this requirement?

  • A. Write an outbound message to send customer Information to an ESB.
  • B. Write a nightly batch synchronization to send customer information to the external database.
  • C. Write a trigger with an @future method to send customer Information to the external database
  • D. Write an outbound message to send customer Information to the external database.

Answer: D


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

Answer: B,D,E


NEW QUESTION # 38
......

Integration-Architecture-Designer Question Bank: Free PDF Download Recently Updated Questions: https://www.itcertmagic.com/Salesforce/real-Integration-Architecture-Designer-exam-prep-dumps.html

Integration-Architecture-Designer Brain Dump: A Study Guide with Tips & Tricks for passing Exam: https://drive.google.com/open?id=1-hMRfPL9O1muNX1iJJrNqGSzTS4700LR