
Updated May-2024 Exam Integration-Architecture-Designer Dumps - Pass Your Certification Exam
Latest Real Salesforce Integration-Architecture-Designer Exam Dumps Questions
Salesforce Integration-Architecture-Designer certification exam is a challenging exam that tests the candidate's knowledge and expertise in Salesforce integration architecture. It is a valuable certification for professionals who want to demonstrate their skills and knowledge in this field and can help them advance their careers. With the increasing demand for Salesforce integration solutions, this certification has become even more critical for professionals looking to excel in their careers.
NEW QUESTION # 38
Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to synch data from external sources. NTO's Integration Architec has received requirements for a new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once complete, 20GB (about 30M records) needs to be extracted to an external auditing system.
What should the architect recommend using to meet these requirements in a day?
- A. Insert and query using Bulk API 2.0.
- B. Insert using Bulk API 1.0 and query using REST API.
- C. Insert using Bulk API 2.0 and query using REST API.
- D. Insert and query using Bulk API 1.0.
Answer: A
NEW QUESTION # 39
Universal Containers is planning to develop a native mobile app for their employees to interact with Salesforce.
Which two options should the Architect recommend?
- A. Leverage SOAP API
- B. Leverage Message Queue Product
- C. Leverage Identity Product
- D. Leverage Identity Product
- E. Leverage REST API
Answer: E
NEW QUESTION # 40
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 future method.
- B. No change to API options, and move the trigger code into a Queuetable apex
- C. Bulk API with parallel option and batch size 100, and no code changes.
- D. Bulk API with serial option and batch size 100, and no code changes
Answer: A,C
NEW QUESTION # 41
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. Use Heroku to develop a dashboard page that uses the REST API.
- B. Use native Salesforce dashboard functionality
- C. Develop a Visaulforce page that uses the Steaming API.
- D. Develop a Visualforce page that uses JavaScript Remoting.
Answer: C
NEW QUESTION # 42
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 # 43
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. Visualforce
- B. Custom Web Tab
- C. Lightning Component
- D. Canvas
Answer: D
NEW QUESTION # 44
What are two benefits an Integration Architect should consider when recommending web-to-lead?
Choose 2 answers
- A. Web-to-Lead can be utilized for Lead data migrations.
- B. web-to-Lead can be used to de-duplicate leads during integrations.
- C. Web-to-Lead requests have their own limits separate from other APIs.
- D. Web-to-Lead is a simple way to capture responses to marketing landing pages.
Answer: C,D
NEW QUESTION # 45
Universal containers is planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?
- A. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.
- B. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
- C. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
- D. Propose a middleware system that can support interface between systems with Salesforce.
Answer: B
NEW QUESTION # 46
Universal Containers (UC) wants to connect their on-premise ERP system to view Order data in Salesforce.
UC is considering a solution to integrate the on-premise system using Salesforce Connect via OData.
Which three considerations should an Architect keep in mind when recommending use of Salesforce Connect?
- A. Customer wants to create a master-detail relationship between Opportunity and the external object.
- B. Customer needs to query small amounts of data at any time and display using a related list.
- C. Customer wants the ability to query external data using Global Search and reports.
- D. Customer does not want real-time access to the ERP data and is willing to wait for hourly refreshes.
- E. Customer has a large amount of data that they do not want to load into Salesforce.
Answer: B,C,E
NEW QUESTION # 47
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 request and reply to make an API call to the payment gateway.
- B. Use continuation to process payment to the payment gateway.
C Use change data capture to process payment to the payment gateway. - C. Use platform event to process payment to the payment gateway.
Answer: B
NEW QUESTION # 48
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?
- A. Enforce SSL/TLS Mutual Authentication.
- B. Enable My Domain and SSL/TLS.
- C. Generate a Self-signed Certificate.
- D. Generate a CA-signed Certificate.
Answer: A
NEW QUESTION # 49
Universal Containers (UC) has third-party MDM database which is responsible for maintaining the data for Customer and Contacts information for its organization. UC wants to keep this information up-to-date in Salesforce so that the information is as current as possible. UC wants to provide bi-directional synchronization of the data between the MDM and Salesforce.
What is the recommended approach to solving this problem?
- A. Modify the MDM database application to send and receive updates to and from Salesforce via REST or SOAP as they occur.
- B. Implement a third-party middleware tool to maintain the synchronization between Salesforce and the MDM database as they occur.
- C. Create a VisualForce page for Accounts/Contacts that will pull the data from MDM, display it, and send any changes from Salesforce.
- D. Create a Batch process that runs every 5 minutes to pull the changes from MDM and any updates from Salesforce.
Answer: B
NEW QUESTION # 50
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 in the code.
- B. Connect via Communities.
- C. Connect via Salesforce Connect.
- D. Handle authentication with login flows.
Answer: D
Explanation:
Explanation
https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5
NEW QUESTION # 51
Universal Containers (UC) has integrations developed between Salesforce and back-end ERP applications.
During peak load, UC is getting an error at the integration layer indicating, "Login Rate Exceeded".
Which two recommendations would mitigate this issue?
- A. Use a different user for each integration.
- B. Set the permission login to never expire for the user.
- C. Cache the session ID to avoid a login call.
- D. Keep re-typing the login call until it's successful.
Answer: A,C
NEW QUESTION # 52
A company that is a leading provider of courses and training delivers courses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.
What is the recommended approach to automate this process?
- A. Make an apex callout using @future annotation to make the call out to all differentagencies.
The response should update the trainer status to "verified". - B. Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".
- C. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
- D. Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".
Answer: C
NEW QUESTION # 53
......
Integration-Architecture-Designer Dumps To Pass Salesforce Integration Architecture Designer Exam in One Day: https://www.dumpstillvalid.com/Integration-Architecture-Designer-prep4sure-review.html
100% Guaranteed Results Integration-Architecture-Designer Unlimited 108 Questions: https://drive.google.com/open?id=1ndsq5qQZfS1D9GcxMs1eH8xQ2rpgP1Le
