
Valid Integration-Architecture-Designer Test Answers & Salesforce Integration-Architecture-Designer Exam PDF
Salesforce Integration-Architecture-Designer Certification Real 2023 Mock Exam
NEW QUESTION # 13
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 a trigger to do an Apex callout to the data warehouse with each record change.
- D. Use scheduled Apex to do an Apex callout to the data warehouse.
Answer: A
NEW QUESTION # 14
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
What integration security mechanism should be employed?
- A. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.
- B. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.
- C. Configure mutual server authentication with two-way SSL using CA issued certificates.
- D. Use an API only user profile and implement use an external identity provider with federated API access.
Answer: C
NEW QUESTION # 15
Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat.
The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.
UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.
Which integration pattern is recommended for this use case?
- A. Use salesforce platform event.
- B. Use outbound message.
- C. Use request and reply.
- D. Use streaming API to generate push topic.
Answer: C
NEW QUESTION # 16
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 the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.
- E. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
Answer: A,C,E
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 Cross-Org adapter for Salesforce Connect to provide access to products as external objects.
- B. Use Heroku Connect to provide access to products as external objects from other orgs.
- C. Use Salesforce Connect with oData to provide access to products as external objects.
- D. Use Apex HTTP Callouts to call Salesforce Rest APIs and provide access restrictions within the Apex class.
Answer: A
NEW QUESTION # 18
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?
- A. Implement two way (or mutual) SSL certificates.
- B. Utilize CA - signed certificates on the host.
- C. Encrypt the Payload with a shared key.
- D. Use a pre-shared key in a query parameter.
Answer: B
NEW QUESTION # 19
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?
- A. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
- B. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.
- C. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
- D. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
Answer: B
NEW QUESTION # 20
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?
- A. The endpoint domain has been added to Cross-Origin Resource Sharing.
- B. The endpoint URL has been added to Remote Site Settings.
- C. The endpoint URL has added been to an outbound firewall rule.
- D. The endpoint URL has been added to Content Security Policies.
Answer: B
NEW QUESTION # 21
Universal Containers would like their end users to be able to periodically import lists of leads into the Salesforce lead object. What tool should an architect recommend to support this?
- A. BulkWeb-to-Lead
- B. Salesforce Data Loader
- C. Data Import Wizard
- D. Salesforce Workbench
Answer: C
NEW QUESTION # 22
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?
- A. Lightning Component
- B. Canvas
- C. Visualforce
- D. Custom Web Tab
Answer: B
NEW QUESTION # 23
Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on.
Which two design specifications should the Integration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers
- A. Implement HttpCalloutMock to return responses per RAML specification.
- B. Call the HttpCalloutMock implementation from the Apex REST API Clients.
- C. Require the Apex REST API Clients to implement the HttpCalloutMock.
- D. Call the Apex REST API Clients in a test context to get the mock response.
Answer: A,D
NEW QUESTION # 24
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?
- A. Composite
- B. SObject Collections
- C. Batch
- D. SObject Tree
Answer: D
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm
NEW QUESTION # 25
An enterprise customer that has more than 10 Million customers has the following systems and conditions in their landscape:
- A. Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.
- B. Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.
- C. Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.
Answer: A,C
NEW QUESTION # 26
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 under Documents and refer to it in the test classes.
- C. Load the customer-provided csv file as a Chatter file 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 # 27
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 # 28
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. Remote Call-In: Salesforce REST API with REST Composite Resources.
- B. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus.
- C. Data Virtualization: Salesforce Connect map data external REST data in external objects.
- D. Request-Reply: Enhanced External Services invokes a REST API.
Answer: D
NEW QUESTION # 29
Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details.
However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.
Which integration pattern should be used for this business use case?
- A. Fire and Forget
- B. Batch Data Synchronization
- C. Request and Reply
- D. Remote Call In
Answer: A
NEW QUESTION # 30
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.
What are two considerations an Integration Architect should evaluate before choosing a middleware solution?
Choose 2 answers
- A. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
- B. The middleware solution enforces the OAuth security protocol.
- C. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
- D. The middleware solution is able to interface directly with databases via an ODBC connection string.
Answer: A,C
NEW QUESTION # 31
......
Integration-Architecture-Designer Exam Questions and Valid Integration-Architecture-Designer Dumps PDF: https://www.itexamdownload.com/Integration-Architecture-Designer-valid-questions.html
Integration-Architecture-Designer Brain Dump: A Study Guide with Tips & Tricks for passing Exam: https://drive.google.com/open?id=1zUJZ0uPBdQ0vOKDA09al7kVtFvICbWbZ