Use Real Integration-Architecture-Designer - 100% Cover Real Exam Questions [Dec-2023]
Dumps Brief Outline Of The Integration-Architecture-Designer Exam - Prep4pass
Salesforce Integration Architecture Designer certification is highly valued in the industry as it demonstrates the candidate's ability to handle complex integration projects. It helps professionals to stand out in the job market and opens up new career opportunities. Salesforce Certified Integration Architecture Designer certification is also a requirement for the Salesforce Certified Technical Architect (CTA) credential, which is the highest level of certification in the Salesforce ecosystem.
NEW QUESTION # 62
Northern Trail Outfitters is in the final stages of merging two Salesforce orgs but needs to keep the retiring org available for a short period of time for lead management as it is connected to multiple public web site forms.
The sales department has requested that new leads are available in the new Salesforce instan within 30 minutes.
Which two approaches will require the least amount of development effort?
Choose 2 answers
- A. Use the tooling API with Process Builder to insert leads in real time.
- B. Call the Salesforce REST API to insert the lead into the target system.
- C. Configure named credentials in the source org.
- D. Use the Composite REST API to aggregate multiple leads in a single call.
Answer: C,D
NEW QUESTION # 63
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.
Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?
- A. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
- B. Integrating Salesforce with Email Management System, Order Management System and Case Management System.
- C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
- D. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
Answer: A
NEW QUESTION # 64
Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware Which three considerations should an Architect bring up to the CIO?
Choose 3 answers
- A. Logging
- B. Bulkification
- C. Orchestration
- D. Error Handling
- E. Performance
Answer: A,C,D
NEW QUESTION # 65
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?
- A. The limit of pending operations in the same transaction.
- B. The limit on long-running requests (total execution time).
- C. The maximum callouts in a single Apex transaction.
- D. The maximum number of parallel Apex callouts in a single continuation.
Answer: A
NEW QUESTION # 66
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers
- A. Design an MDM solution that maps external ID's to the Salesforce record ID.
- B. Use Change Data Capture to update downstream systems accordingly when a record changes.
- C. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
- D. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
Answer: A,B
NEW QUESTION # 67
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 serial mode.
- B. Reduce batch size of synchronous BULK API.
- C. Legacy system should submit in parallel mode.
- D. Reduce batch size of asynchronous BULK API.
Answer: C,D
NEW QUESTION # 68
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production.
How can Universal Containers achieve the requirement?
- A. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
- B. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
- C. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
- D. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
Answer: D
NEW QUESTION # 69
Customer Support Reps at Universal Containers (UC) work on a Case record in Salesforce while talking to a customer on the phone about a piece of machinery they have purchased from UC. This machine is a connected device and sends data packets to UC as the customer presses buttons on the machine.
What integration pattern will allow the support Rep to watch their screen and diagnose problems customer is having in near real-time?
- A. Remote Process Invocation-Request and Reply
- B. Remote Call-In
- C. Remote Process Invocation-Fire and Forget
- D. UI Update Based on Data Changes
Answer: D
NEW QUESTION # 70
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. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
- B. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
- C. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- D. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
Answer: D
NEW QUESTION # 71
A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud.
The following business processes need to be supported in Salesforce:
1. Sales Consultants should be able to have access to current inventory.
2. Enterprise Resource Planning System(ERP) is the system of record for pricing information.
3. Quotes should be generated in Salesforce with pricing from ERP.
4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards.
5. Master Data Management (MDM) is the system of record for customers and prospects.
6. Invoices should be accessible in Salesforce.
Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements?
- A. ERP, MDM, Data Warehouse, Invoices system
- B. ERP, Inventory, Pricing Engine, Invoices system
- C. ERP, MDM, BI tool and Data Warehouse
- D. ERP, Invoices system, Data Warehouse and BI Tool
Answer: B
NEW QUESTION # 72
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. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.
- B. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
- C. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
- D. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
Answer: B
NEW QUESTION # 73
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.
Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?
- A. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
- B. Integrating Salesforce with Email Management System, Order Management System and Case Management System.
- C. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
- D. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
Answer: A
NEW QUESTION # 74
Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials Which two methods should the architect consider in order to protect these credentials?
Choose 2 answers
- A. Utilize protected custom settings to store the username/password of the web service end point.
- B. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
- C. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.
- D. Utilize named credentials to store the username/password of the web service end post.
Answer: A,D
NEW QUESTION # 75
Universal containers has a simple co -premise web app that is unauthenticated.
What capability should an integration Architect recommend to make the app accessible from within Salesforce?
- A. Custom Web tab
- B. Apex callout
- C. Lightning connect
- D. Visualforce
Answer: A
NEW QUESTION # 76
Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server.
This monolithic web service is responsible for Point-to-Point (P2P) integrations between:
1. Salesforce and a legacy billing application
2. Salesforce and a cloud-based Enterprise Resource Planning application
3. Salesforce and a data lake.
UC has found that the tight interdependencies between systems is causing integrations to fail.
What should an architect recommend to decouple the systems and improve performance of the integrations?
- A. Use the Salesforce Bulk API when integrating back into Salesforce.
- B. Move the custom monolithic web service from on-premise to a cloud provider.
- C. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
- D. Re-write and optimize the current web service to be more efficient.
Answer: C
NEW QUESTION # 77
Universal Containers has built an integration using the SOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users.
What is a risk involved with this sort of integration?
- A. Reaching a logins per Day limit.
- B. Too many record-lock errors
- C. Reaching an API call limit.
- D. Too many concurrent sessions
Answer: C
NEW QUESTION # 78
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. The integration is causing UC to exceedits API limits
- B. The integration takes more than five minutes to run.
- C. The Integration cannot find the parent orders for some Shipments.
- D. Error reporting is not enabled in Salesforce.
Answer: B
NEW QUESTION # 79
An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems.
Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems?
- A. Make Apex SOAP outbound integrations to external web services more secure.
- B. Make formula fields with HYPERLINK() to external web servers more secure.
- C. Make an API inbound integration from an external Java client more secure.
- D. A Make Apex REST outbound integrations to external web services more secure.
Answer: B
NEW QUESTION # 80
Universal Containers has a custom Visualforce page that makes a callout to an external service to show historical sales data from the warehouse. Due to heavy usage and slow response time of the external web service, Salesforce continues to hit the Apex Concurrent limit. Assuming that external web service response time can't be improved, what changes can be made to the custom Visaualforce page and Apex Controller to avoid hitting the Apex Concurrent limit?
- A. Set a timeout on the web service HTTP callout.
- B. Use @future annotation to make the HTTP Callout.
- C. Invoke a Workflow Outbound message from the Apex trigger.
- D. Replace the standard HTTP Callout with Continuation.
Answer: D
NEW QUESTION # 81
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system.
NTOwould like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?
- A. Streaming API
- B. Tooling API
- C. REST API
- D. Connect REST API
Answer: A
NEW QUESTION # 82
Universal Containers (UC) manages all of their customer information on the Sales Cloud. UC would like to view real-time order information from their ERP system, and also update the ERP system with service information from Salesforce that relates to the orders. UC's ERP system supports OData 4.0.
Which two options are recommended to achieve the desired functionality?
- A. Set up data replication for order and service data syncing.
- B. Use an Apex callout to look up order information on the ERP system.
- C. Use Salesforce connect for looking up order information from ERP.
- D. Use Salesforce connect to write service data into UC's ERP system.
Answer: C,D
NEW QUESTION # 83
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. APEX Batch
- C. Middleware
- D. Outbound messaging
Answer: C
NEW QUESTION # 84
......
Certification Training for Integration-Architecture-Designer Exam Dumps Test Engine: https://passguide.prep4pass.com/Integration-Architecture-Designer_exam-braindumps.html
