(2024) PASS Integration-Architecture-Designer exam with Salesforce Integration-Architecture-Designer Real Exam Questions
Real exam questions are provided for Salesforce Integration Architecture Designer tests, which can make sure you 100% pass
Salesforce Integration-Architecture-Designer (Salesforce Certified Integration Architecture Designer) Certification Exam is designed for professionals who have expertise in integrating various systems and applications with Salesforce. Salesforce Certified Integration Architecture Designer certification exam is one of the most sought-after certifications in the Salesforce ecosystem and is highly valued by employers across industries.
NEW QUESTION # 54
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. Middleware
- B. Outbound messaging
- C. APEX Callout
- D. APEX Batch
Answer: A
NEW QUESTION # 55
Universal Containers (UC) ships millions of orders per year and releases code fixes to the Production org nightly. 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 UC achieve this requirement?
- A. Use Salesforce-to-Salesforce to keep data synchronized between Production and Full Sandboxes
- B. Create Apex unit tests so testing can be done against Production data, but rolled back before being committed
- C. Request that Salesforce schedule a Full Sandbox refresh on a nightly basis
- D. Utilize a middleware solution and bulk API to do a nightly sync from Production to Full Sandbox
Answer: D
NEW QUESTION # 56
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?
- A. Refactor the existing @future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
- B. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
- C. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.
- D. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.
Answer: A
NEW QUESTION # 57
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers
- A. They cannot utilize publisher actions.
- B. They consume more API limits than SOAP or REST API
- C. They require unit and functional testing
- D. They cannot be built or maintained declaratively
Answer: A,D
NEW QUESTION # 58
An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram
& description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.
* About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
* There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).
* These eligibility systems can be accessed through APIs orchestratedvia ESB (MuleSoft).
* All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made?
Choose 3 answers
- A. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
- B. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
- C. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
- D. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
- E. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
Answer: C,D,E
NEW QUESTION # 59
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. Manual steps and procedures that may be necessary.
- B. Ability to provide a 360-degree view of the customer.
- C. Ability to delete personal data in every system.
- D. Feasibility to restore deleted records when needed.
- E. Impact of deleted records on system functionality.
Answer: C,D,E
NEW QUESTION # 60
KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.
1. Customer requests Customer Service Representative (CSR) for a Service upgrade.
2. Customer provides credit card details to CSR for payment.
3. CSR submits payment information in Salesforce, and processed in a
4. CSR receives confirmation of payment.
5. CSR upgrades service for customer and confirms Customer.
external payment gateway.
This use case requires the CSR to obtain confirmation of payment before upgrading the service.
The integration with Payment gateway needs to be reliable and monitored for audit purposes.
The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.
What should an Integration Architect recommend for this integration?
- A. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.
- B. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.
- C. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.
- D. Use External Services feature to integrate gateway to Salesforce ensuring real-timeupdates the CSR and support post payment processes.
Answer: B
NEW QUESTION # 61
Universal Containers (UC) wants to start sharing some of the information collected from customers in Salesforce to other systems. UC wants to start sharing some sales data (orders) with a third-party application to help forecast inventory. This is a web application that supports SOAP and REST interfaces to send and receive data.
What is the recommended solution for integrating with this product?
- A. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.
- B. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes.
- C. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close.
- D. Create a Submit to Forecast Button on the Order Page to send the data to the Web application via REST.
Answer: D
NEW QUESTION # 62
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, the external system will need to use a BULK API Rest endpoint to connect to salesforce.
- B. Due to high volume of records, a third party integration tool is required to stage records off platform.
- 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 highvolume of records, salesforce will need to make a REST API call to external system.
Answer: B
NEW QUESTION # 63
Northern Trail Outfitters (NTO) has recently implemented middleware for orchestration of services across platforms. The ERP system being used requires transactions be captured near real time at a REST endpoint initiated in Salesforce when creating an order object. Additionally, the Salesforce team has limited development resources and requires a low code solution.
Which two options will fulfill the use case requirements?
Choose 2 answers
- A. Implement Change Data Capture on the order object and leverage the replay Id in the middleware solution.
- B. Use a process builder to create a Platform Event, selecting the record type as the Platform Event Name on insert of record.
- C. Implement a Workflow Rule with Outbound Messaging to send SOAP messages to the designated endpoint.
- D. Use Remote Process Invocation fire and forget pattern on insert on the order object using Flow Builder.
Answer: A,D
NEW QUESTION # 64
A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise.
Below, is their current system landscape diagram.
The goals for implementing Salesforce follows:
1. Develop a 360 view of customer
2. Leverage Salesforce capabilities for Marketing, Sales and Service processes
3. Reuse Enterprise capabilities built for Quoting andOrder Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?
Choose 3 answers
- A. Quoting System
- B. Email Marketing System
- C. Case Management System
- D. Order Management System
- E. Sales Activity System
Answer: B,C,E
NEW QUESTION # 65
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 request and reply.
- B. Use salesforce platform event.
- C. Use outbound message.
- D. Use streaming API to generate push topic.
Answer: A
NEW QUESTION # 66
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.
What is the best way to integrate the business processes of the companies?
- A. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
- B. Use Apex callout to push orders from universal Containers to Planetary Shipping
- C. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
- D. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
Answer: A
NEW QUESTION # 67
Which two statements are correct about External ID?
Choose 2 answers
- A. External IDs are always searchable
- B. External IDs fields are always unique
- C. External IDs must be Text fields
- D. External IDs can be used to upsert records
Answer: A,D
NEW QUESTION # 68
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is asfollows:
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 thenecessary 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 responsein 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 # 69
Universal containers(UC) leverages the standard opportunity and opportunity product objects to manage their orders in Salesforce. When a deal is closed, all opportunity information, including products and billing contacts, must be send to their ERP application for order fulfillment. As UC has an "express shipping" guarantee, leadership would like order information sent to ERP as quickly as possible after the deal is closed?
How should an Architect fulfill this requirement?
- A. Write an outbound message to send order information to ERP.
- B. Write a visualforce page to send order information to ERP.
- C. Write a nightly batch job to send customer information to ERP.
- D. Write an opportunity trigger to send order information to ERP.
Answer: D
NEW QUESTION # 70
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met
- A. Corporate WSDL
- B. Partner WSDL
- C. SOAP API WSDL
- D. Enterprise WSDL
Answer: B
NEW QUESTION # 71
An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram
& description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits.
* About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer.
* There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made).
* These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft).
* All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds.
Which three recommendations should be made?
Choose 3 answers
- A. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users.
- B. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
- C. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
- D. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
- E. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
Answer: C,D,E
NEW QUESTION # 72
Universal Containers leverages Sales Cloud as their sales platform. For every opportunity, three back-office systems need to be updated online in parallel under a single transaction, Unit of Work. If an update to one of the systems fails, a rollback is required for all successful updates in the transaction. Each system exposes different Services for the update and Call to the Services may take more than 10 seconds.
Which two options should an Integration Architect introduce to support this requirement?
- A. Integration Middleware
- B. Salesforce Outbound Messaging
- C. Message-oriented Middleware
- D. Salesforce Continuation.
Answer: B,C
NEW QUESTION # 73
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. Batch
- B. SObject Tree
- C. Composite
- D. SObject Collections
Answer: B
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm
NEW QUESTION # 74
A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise.
Below, is their current system landscape diagram.
The goals for implementing Salesforce follows:
1. Develop a 360 view of customer
2. Leverage Salesforce capabilities for Marketing, Sales and Service processes
3. Reuse Enterprise capabilities built for Quoting and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce?
Choose 3 answers
- A. Quoting System
- B. Email Marketing System
- C. Case Management System
- D. Order Management System
- E. Sales Activity System
Answer: B,C,E
NEW QUESTION # 75
Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality.
What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?
- A. Unit Testing
C .Regression Testing - B. User Acceptance Testing
- C. Performance Testing
Answer: B
NEW QUESTION # 76
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. Implement a third-party middleware tool to maintain the synchronization between Salesforce and the MDM database as they occur.
- B. Create a Batch process that runs every 5 minutes to pull the changes from MDM and any updates from Salesforce.
- C. Modify the MDM database application to send and receive updates to and from Salesforce via REST or SOAP as they occur.
- D. Create a VisualForce page for Accounts/Contacts that will pull the data from MDM, display it, and send any changes from Salesforce.
Answer: A
NEW QUESTION # 77
Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.
1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,
2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window.
Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?
Choose 2 answers
- A. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.
- B. High-volume event messages are stored for 72 hours (three days).
- C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.
- D. High-volume event messages are stored for 24 hours (one day).
Answer: A,B
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durab
NEW QUESTION # 78
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, Inventory, Pricing Engine, Invoices system
- B. ERP, Invoices system, Data Warehouse and BI Tool
- C. ERP, MDM, Data Warehouse, Invoices system
- D. ERP, MDM, BI tool and Data Warehouse
Answer: A
NEW QUESTION # 79
......
Latest Integration-Architecture-Designer Pass Guaranteed Exam Dumps Certification Sample Questions: https://examtorrent.dumpsreview.com/Integration-Architecture-Designer-exam-dumps-review.html

