Tested & Approved Integration-Architecture-Designer Study Materials Download Free Updated 108 Questions [Q13-Q28]

Share

Tested & Approved Integration-Architecture-Designer Study Materials Download Free Updated 108 Questions

Regular Free Updates Integration-Architecture-Designer Dumps Real Exam Questions Test Engine

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

Answer: A

 

NEW QUESTION 14
Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce as cases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts.
After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts?
Choose 2 answers

  • A. No change to API options, and move the trigger code into a Queuetable apex
  • B. Bulk API with serial option and batch size 100, and no code changes
  • C. No change to API options, and move the trigger code into a future method.
  • D. Bulk API with parallel option and batch size 100, and no code changes.

Answer: C,D

 

NEW QUESTION 15
Universal Containers would like to ensure that the server and client-side app's identity is mutually authenticated for all integrations.
Which two of the integration patterns below support such authentication?

  • A. Outbound message received by client-side app that uses a Salesforce-provided client certificate.
  • B. Apex callout with the client-side app that provides Salesforce with a CA-signed client certificate.
  • C. Outbound message sent to a client-side app endpoint defined with a Per-User Named Credential.
  • D. Apex callout to the client-side app with the callout payload encrypted with custom Apex code.

Answer: A,B

 

NEW QUESTION 16
A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in real time.
What type of event should be used to meet this requirement?

  • A. Platform Event
  • B. Change Data Capture Event
  • C. Push Topic Event
  • D. Generic Event

Answer: C

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/pushtopic_events_intro.htm

 

NEW QUESTION 17
Which two statements are correct about External ID?
Choose 2 answers

  • A. External IDs must be Text fields
  • B. External IDs fields are always unique
  • C. External IDs can be used to upsert records
  • D. External IDs are always searchable

Answer: C,D

 

NEW QUESTION 18
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 data load to Salesforce.
Which approach should used to meet the requirement?

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

Answer: C

 

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

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

Answer: A,B,E

 

NEW QUESTION 20
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.
What should an Architect determine before recommending a solution?

  • A. Determine data access prevention requirements, then identify frequency.
  • B. Determine data access prevention requirements, then identify system constraints.
  • C. Determine inbound integration requirements, then identify frequency.
  • D. Determine data volume requirements, then identify the loading schedule.

Answer: C

 

NEW QUESTION 21
When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values.
Which integration pattern and mechanism should be selected to meet the conditions?

  • A. Request-Reply: Enhanced External Services invokes a REST API.
  • B. Data Virtualization: Salesforce Connect map data external REST data in external objects.
  • C. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
  • D. Remote Call-In: Salesforce REST API with REST Composite Resources.

Answer: A

 

NEW QUESTION 22
An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.
What is taking place if events are only being published?

  • A. The platform events has a trigger in Apex.
  • B. The platform events are being published from Apex.
  • C. The platform events are published after the Apex transaction completes.
  • D. The platform events are published immediately before the Apex transaction completes.

Answer: C

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

 

NEW QUESTION 23
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 highvolume of records, salesforce will need to make a REST API call to external system.
  • C. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
  • D. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.

Answer: A

 

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

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

Answer: B,D,E

 

NEW QUESTION 25
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users.
Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?
Choose 2 answers

  • A. Remote Site Settings
  • B. Content Security Policies
  • C. Enterprise ESB
  • D. Named Credentials

Answer: A,D

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

 

NEW QUESTION 26
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, a third party integration tool is required to stage records off platform.
  • B. Due to high volume of records, salesforce will need to make a REST API call to external system.
  • C. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system.
  • D. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce.

Answer: A

 

NEW QUESTION 27
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. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance.
How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?

  • A. Monitor the Bulk Data Load Jobs page daily for failed batches
  • B. Configure the ETL middleware to notify an administrator via email when a record update fails.
  • C. Configure Salesforce to email an administrator when Bulk API batches fail.
  • D. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.

Answer: A

 

NEW QUESTION 28
......

Pass Salesforce Integration-Architecture-Designer Exam in First Attempt Easily: https://certblaster.lead2passed.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html