
Integration-Architecture-Designer Premium Files Updated Jan-2023 Practice Valid Exam Dumps Question
Practice with Integration-Architecture-Designer Dumps for Salesforce Integration Architecture Designer Certified Exam Questions & Answer
NEW QUESTION 63
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 64
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 skinny tables has been reached.
- C. Maximum number of indexes allowed on an object has been reached.
- D. Maximum number of fields of an object has been reached.
Answer: A,C
NEW QUESTION 65
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. Create a connected app in the affiliate org and select the "Accept CometD API Requests".
- B. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
- C. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
- 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 66
Universal Containers (UC) has Salesforce integrated with their mainframe system. All the orders placed in Salesforce are sent to the mainframe system in a nightly batch process.
Which two capabilities are required for middleware to support this integration?
- A. Extract, transform, and load
- B. Message queuing
- C. Support for Metadata API
- D. Synchronous transactions
Answer: A,B
NEW QUESTION 67
A company that is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the payn transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.
What is the recommended integration approach to process payments based on this requirement?
- A. Use continuation to process payment to the payment gateway.
C Use change data capture to process payment to the payment gateway. - B. Use platform event to process payment to the payment gateway.
- C. Use request and reply to make an API call to the payment gateway.
Answer: A
NEW QUESTION 68
Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system.
Which type of Integration should an architect recommend to meet this business requirement?
- A. Process Orchestration
- B. Batch Processing
- C. Data Visualization
- D. Data Synchronization
Answer: C
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_a
NEW QUESTION 69
What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce?
Choose 2 Answers
- A. Canvas can provide authorization information via the signed Request.
- B. Canvas endpoint URLs can be dynamically changed via a Lifecycle Handler.
- C. Canvas can send data to an external system asynchronously.
- D. The canvas SDK can be used to make an external systems UI look like Salesforce.
Answer: A,B
NEW QUESTION 70
A US business-to-consumer (B2C) company is planning to expand to Latin America. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:
1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.
Which three requirements should the integration architect consider?
Choose 3 answers
- A. Ability to delete personal data in every system.
- B. Impact of deleted records on system functionality.
- C. Manual steps and procedures that may be necessary.
- D. Ability to provide a 360-degree view of the customer.
- E. Feasibility to restore deleted records when needed.
Answer: A,B,E
NEW QUESTION 71
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?
- A. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
- B. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
- C. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- D. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
Answer: D
NEW QUESTION 72
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. Configure the ETL middleware to notify an administrator via email when a record update fails.
- B. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.
- C. Configure Salesforce to email an administrator when Bulk API batches fail.
- D. Monitor the Bulk Data Load Jobs page daily for failed batches
Answer: D
NEW QUESTION 73
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 74
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 URL has added been to an outbound firewall rule.
- B. The endpoint URL has been added to Remote Site Settings.
- C. The endpoint domain has been added to Cross-Origin Resource Sharing.
- D. The endpoint URL has been added to Content Security Policies.
Answer: D
NEW QUESTION 75
What are two benefits an Integration Architect should consider when recommending web-to-lead?
Choose 2 answers
- A. web-to-Lead can be used to de-duplicate leads during integrations.
- B. Web-to-Lead is a simple way to capture responses to marketing landing pages.
- C. Web-to-Lead requests have their own limits separate from other APIs.
- D. Web-to-Lead can be utilized for Lead data migrations.
Answer: B,C
NEW QUESTION 76
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. Use a SOAP API callback to update the Opportunity record with the product usage data from the remote system.
- B. Create a Process Builder outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
- C. Generate a partner WSDL in Salesforce and provide it to the remote system to create a client stub.
- D. Use a REST API callback to update the Opportunity record with the product usage data from the remote system.
- E. Create a Workflow outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system.
Answer: A,C,E
NEW QUESTION 77
What are the three capabilities of the Bulk API?
Choose 3 answers
- A. process multiple batch jobs asynchronously
- B. Roll back all transactions within a batch of 10000 records
- C. Monitor job status via the API.
- D. Process multiple batch jobs synchronously
- E. Monitor job status via the Web UI.
Answer: A,C,E
NEW QUESTION 78
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?
Choose 2 answers
- A. Bulk API with parallel option.
- B. Bulk API with serial option.
- C. Standard API with serial option.
- D. Standard API with parallel option.
Answer: A,B
NEW QUESTION 79
......
REAL Integration-Architecture-Designer Exam Questions With 100% Refund Guarantee : https://www.vcedumps.com/Integration-Architecture-Designer-examcollection.html
Get Special Discount Offer on Integration-Architecture-Designer Dumps PDF: https://drive.google.com/open?id=15kbFZDJGVY9YnIkOz3zpsMsK5AKJkdmw
