
[Apr 25, 2024] Integration-Architecture-Designer Exam Dumps PDF Guaranteed Success with Accurate & Updated Questions
Pass Integration-Architecture-Designer Exam - Real Test Engine PDF with 108 Questions
NEW QUESTION # 62
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.
What recommendation should a technical Architect make to minimize complexity during new acquisitions?
- A. Use custom Linksto direct users to the appropriate ERP system to view order status.
- B. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- C. Use an ESB to abstract the Salesforce integration from other enterprise applications.
- D. Leverage Apex callouts to integrate directly with acquired applications.
Answer: B
NEW QUESTION # 63
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 REST API
- B. Leverage Identity Product
- C. Leverage SOAP API
- D. Leverage Message Queue Product
- E. Leverage Identity Product
Answer: A
NEW QUESTION # 64
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 a nightly batch job to send customer information to ERP.
- B. Write a visualforce page to send order information to ERP.
- C. Write an outbound message to send order information to ERP.
- D. Write an opportunity trigger to send order information to ERP.
Answer: D
NEW QUESTION # 65
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences.
Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?
- A. Remote Process Invocation-Request and Reply
- B. Remote Process Invocation-Fire and Forget
- C. Batch Data Synchronization
- D. Remote Call-In
Answer: C
NEW QUESTION # 66
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 native Salesforce dashboard functionality
- B. Develop a Visaulforce page that uses the Steaming API.
- C. Develop a Visualforce page that uses JavaScript Remoting.
- D. Use Heroku to develop a dashboard page that uses the REST API.
Answer: B
NEW QUESTION # 67
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers
- A. OpenId Connect Authentication Provider and just-in-time provisioning
- B. SAML SSO and just-in-time provisioning
- C. SAML SSO and Registration Handler
- D. OpenId Connect Authentication Provider and Registration Handler
Answer: B,D
NEW QUESTION # 68
Universal Containers acquiresplanetary shipping and decides to migrate all customer contacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems.
Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts?
Choose 2 answers
- A. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
- B. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
- C. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
- D. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
Answer: B,C
NEW QUESTION # 69
An architect decided to use Platform Events for integrating Salesforce with an external system for a company.
Which three things should an architect consider when proposing this type of integration mechanism?
Choose 3 answers
- A. Error handling must be performed by the remote service because the event is effectively handed off to the remote system for further processing.
- B. To subscribe to an event, the integration user in salesforce needs read access to theevent entity.
- C. External system needs to have the same uptime in order to be able to keep up with Salesforce Platform Events.
- D. To publish an event, the integration user in salesforce needs create permission on the event entity.
- E. Salesforce needs to be able to store information about the external system in order toknow which event to send out.
Answer: A,B,D
NEW QUESTION # 70
Universal Containers (UC) has Wave Analytics in their Salesforce org. UC has expertise and access to the Dell boomi ETL tool. UC would like to get all leads and opportunities from the org and data from a few other Marketing tools to a Wave instance for enhanced analysis.
What is the recommended solution to set up the data process?
- A. Use Wave data flow for Salesforce data and data from other sources.
- B. Dell boomi for data from Salesforce and data from other sources.
- C. Wave Data flow for Salesforce data and Dell boomi for data from other sources.
- D. Export data from all sources into Excel and use Wave connector to import data.
Answer: C
NEW QUESTION # 71
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. Error Handling
- B. Orchestration
- C. Logging
- D. Bulkification
- E. Performance
Answer: A,B,C
NEW QUESTION # 72
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. Move the custom monolithic web service from on-premise to a cloud provider.
- B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture.
- C. Re-write and optimize the current web service to be more efficient.
- D. Use the Salesforce Bulk API when integrating back into Salesforce.
Answer: B
NEW QUESTION # 73
Salesforce users need to read data from an external system via HTTPS request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration?
Choose 2 answers
- A. Named Credentials
- B. Two way SSL
- C. Connected App
- D. Authorization Provider
Answer: A,B
NEW QUESTION # 74
A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:
1. Internal users from each country have to be authenticated with their local active directory.
2. Customers can create their own login or use Google login.
3. Partners have to be authenticated through a central system which is to be determined.
4. Internal users will have access to the central ERP with their credentials maintained in the ERP.
5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes.
Which three requirements should the integration architect evaluate while designing the integration needs of this project?
Choose 3 answers
- A. Evaluate Salesforce native authentication mechanism for all users including customers and partners.
- B. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.
- C. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users.
- D. Consider Third party Single Sign On solution supporting all user authentication including customer and partner.
- E. Assess security requirements for internal systems and decide Integration methods that support the requirements.
Answer: A,B,E
NEW QUESTION # 75
UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved.
What is the recommended approach?
- A. Make an @future callout to MDM from a trigger with page refresh using Action region.
- B. Make a synchronous callout from VF page controller with page refresh using Action region.
- C. Make an asynchronous callout from VF page controller with page refresh using Action region.
- D. Make a continuation callout from VF page controller with page refresh using Action poller.
Answer: D
NEW QUESTION # 76
Universal Containers would like to send all the closed opportunity records to the back-end legacy order management system. The order management system exposes REST API endpoints.
What is the recommended approach to send the data to the order management system?
- A. Workflow Outbound SOAP API message to a middleware system.
- B. Workflow Outbound REST message to the order management system.
- C. Workflow Outbound SOAP message to a middleware system.
- D. Workflow Outbound SOAP message to the order management system.
Answer: C
NEW QUESTION # 77
Which two automated methods should an architect use to solve an issue with duplicate contacts?
Choose 2 answers
- A. Leverage an AppExchange data management toolto de-duplicate contacts.
- B. Enable duplicate management in the org to prevent duplicates.
- C. Write a Batch Apex class to manage the deduplication
- D. Assign new contacts to queues to be reviewed by a data quality team.
Answer: B,C
NEW QUESTION # 78
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time What statement is correct about the Salesforce APIs?
- A. Enterprise WSDL minimizes payload size.
- B. Rest API supports oAuth
- C. REST API supports WS-Security.
- D. Enterprise WSDL supports WS-Security
Answer: B
NEW QUESTION # 79
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.
Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?
Choose 2 answers
- A. Duplicate messages
- B. Exceeding Governor Limits.
- C. Orphaned Requests
- D. Out-of-order delivery.
Answer: A,D
NEW QUESTION # 80
What are two considerations to make when performing SOAP callouts from within Apex?
Choose 2 answers
- A. WSDL2Apex can be used to generate stub code.
- B. SOAP callouts consume API limits.
- C. SOAP callouts cannot occur after any DML statements.
- D. WSDL2Apex supports RPC-style SOAP callouts.
Answer: A,C
NEW QUESTION # 81
An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events.
What is taking place if events are only being published?
- A. The platform events are being published from Apex.
- B. The platform events are published immediately before the Apex transaction completes.
- C. The platform events are published after the Apex transaction completes.
- D. The platform events has a trigger in Apex.
Answer: C
Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define
NEW QUESTION # 82
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 dataload to Salesforce.
Which approach should used to meet the requirement?
- A. Use Bulk API to process jobs in parallel mode.
- B. Use Bulk API to processjobs in high performance mode.
- C. Use Bulk API to process jobs in serial mode.
- D. Contact Salesforce support to schedule performance load.
Answer: A
NEW QUESTION # 83
What are two benefits of named credentials?
Choose 2 answers
- A. They Secure integrations to Salesforce from other systems.
- B. They securely store credentials in a maintainable way.
- C. They enforce secure communication to external systems
- D. They simplify utilizing oAuth for Apex callouts.
Answer: B,D
NEW QUESTION # 84
Universal Containers has a back-end ordering system that restricts access on a per-user basis, it was determined that a "Named Credential" will be used to allow per-user identity type access for all integration with the system. One of the requirements is to have order information sent to the system when the status changes to "Confirmed".
Which two valid integration scenarios can take advantage of such a security setup?
- A. Order information inserted or updated via Salesforce Connect: OData 2.0.
- B. Order information sent via a Visualforce page with an Apex callout.
- C. Order information sent to the system via outbound message with session ID.
- D. Order information sent via process builder via invokable method/future method callout.
Answer: A,D
NEW QUESTION # 85
......
Get New Integration-Architecture-Designer Certification Practice Test Questions Exam Dumps: https://www.dumpsfree.com/Integration-Architecture-Designer-valid-exam.html
Real Integration-Architecture-Designer Exam Dumps Questions Valid Integration-Architecture-Designer Dumps PDF: https://drive.google.com/open?id=1uhsmK0cS-FNERCELuuHixnkBPVKi5efc