Most Up-to-date Integration-Architecture-Designer Samples 2021
We provide real Integration-Architecture-Designer exam questions and answers braindumps in two formats. Download PDF & Practice Tests. Pass Salesforce Integration-Architecture-Designer Exam quickly & easily. The Integration-Architecture-Designer PDF type is available for reading and printing. You can print more and practice many times. With the help of our Salesforce Integration-Architecture-Designer dumps pdf and vce product and material, you can easily pass the Integration-Architecture-Designer exam.
Salesforce Integration-Architecture-Designer Free Dumps Questions Online, Read and Test Now.
NEW QUESTION 1
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. Error reporting is not enabled in Salesforce.
- B. The integration takes more than five minutes to run.
- C. The integration is causing UC to exceedits API limits
- D. The Integration cannot find the parent orders for some Shipment
Answer: B
NEW QUESTION 2
Universal Containers has chosen Salesforce Wave as their Analytics Platform. There is a requirement to join data from multiple systems(including Salesforce) to be displayed in a single Wave Lens. What should the Architect recommend?
- A. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
- B. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.
- C. Use an ETL tool to join multiple sources and load them into a single data set.
- D. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
Answer: C
NEW QUESTION 3
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. Performance Testing
- B. Unit Testing
- C. Regression Testing
- D. User Acceptance Testing
Answer: C
NEW QUESTION 4
Universal Containers has a homegrown application that polls Salesforce using SOAP API every 2 minutes to obtain newly created case information. This causes both performance issues and API usage limits to be exceeded.
What should an Architect recommend to improve performance and optimum use the API limits?
- A. Use an Apex callout to identify new case records and send them to the client.
- B. Use Streaming API to publish new case records to a push topic and subscribe to it.
- C. Use Generic Streaming to send push notifications of case creation events to the client.
- D. Use REST API to identify new case records in Salesforce every 15 minute
Answer: B
NEW QUESTION 5
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. Develop a Visaulforce page that uses the Steaming API.
- B. Use Heroku to develop a dashboard page that uses the REST API.
- C. Use native Salesforce dashboard functionality
- D. Develop a Visualforce page that uses JavaScript Remotin
Answer: A
NEW QUESTION 6
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 syste
Answer: CD
NEW QUESTION 7
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?
- A. Encrypt the Payload with a shared key.
- B. Use a pre-shared key in a query parameter.
- C. Implement two way (or mutual) SSL certificates.
- D. Utilize CA - signed certificates on the hos
Answer: D
NEW QUESTION 8
What are three capabilities of Salesforce to Salesforce(S2S)? Choose 3 answers
- A. Share reports and dashboards between Salesforce orgs.
- B. Automatically publish data from the publisher org.
- C. Manually consume data into the consumer org.
- D. Integrate data between Salesforce orgs via pre-built web service adapters.
- E. Publish data from the publisher's Account object to the consumer's Customer c objec
Answer: BCE
NEW QUESTION 9
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. Canvas
- D. Lightning Component
Answer: C
NEW QUESTION 10
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process.
What two recommendations should a Technical Architect make to resolve this issue? Choose 2 answers
- A. Implement a Regression Testing policy to catch issues earlier in the development process.
- B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- C. Implement a continuous Integration process to identify issues earlier in the development process.
- D. Encourage code developers and integration developers to work in separate sandboxe
Answer: BC
NEW QUESTION 11
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?
- A. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
- B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
- C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
- D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.
Answer: C
NEW QUESTION 12
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.
Which two integration designs should the architect consider? Choose 2 answers
- A. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
- B. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.
- C. Utilize workflow outbound messaging, which has a built-in queuing framework.
- D. Utilize an Apex trigger with an @future class to callout to the accounting system after the monthend processing is complete.
Answer: BC
NEW QUESTION 13
Universal containers are building an integration between Salesforce and their data warehouse. The architect has the following requirements
1. Salesforce users need the ability to CRUD (create,read,update and delete) data from their data warehouse without leaving the Salesforce user interface
2. The integration to the data warehouse should maintain the same look and feel as the existing Salesforce user interface
- A. Mastered
- B. Not Mastered
Answer: A
NEW QUESTION 14
Universal Containers has just purchased large volume of contact data from an external vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts.
What should an Architect recommend to prevent data duplication in salesforce?
- A. Load the data into salesforce and then utilize the contact Duplicate Rule feature
- B. Utilize an off-platform de-duplication tool prior to loading.
- C. Create a de-duplication trigger before loading the data.
- D. Utilize a batch apex process to de-duplicate the data after loadin
Answer: B
NEW QUESTION 15
Universal Containers is building a mobile application that connects to Salesforce for reading and updating data
What is the appropriate authentication solution?
- A. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
- B. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.
- C. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.
- D. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.
Answer: C
NEW QUESTION 16
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. The source system is green
screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.
Which two steps should the Technical Architect should recommend? Choose 2 answers
- A. Ask the ERP report designers to redesign the report to provide properly formatted data.
- B. Implements a regression testing policy to detect issues following development.
- C. Use SOAP headers to turn off validation rules and triggers during the integration.
- D. Review the Salesforce data model and Validation rules and modify the integration as necessar
Answer: BD
NEW QUESTION 17
Universal Containers has a data warehouse system that collects information from upstream systems in order to do proprietary reporting. Every day there are several thousand record insertions and updates in Salesforce that might be a interest to this data warehouse. Reports in the data warehouse are run at the end of the month.
What is a recommended way to transfer record insertions and updates to the data warehouse?
- A. Use the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records.
- B. Use scheduled Apex to do an Apex callout to the data warehouse.
- C. Use native Outbound message functionality to send a message with each record change.
- D. Use a trigger to do an Apex callout to the data warehouse with each record chang
Answer: A
NEW QUESTION 18
A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation.
What approach should an architect recommend that conserves API limits?
- A. Use a publisher action to update the data and callback to the other system.
- B. Use the generic streaming API to publish changes and listen for updates.
- C. Use the SOAP API to upsert the dat
- D. The API will then return all opportunity details.
- E. Use a custom Apex class with a webservice method that performs both actions.
Answer: D
NEW QUESTION 19
Universal Containers is using Sales Could with Order Capture. It has been integrated with an SAP system for Order fulfillment. The SAP system sends the Order status updates to Salesforce on a nightly basis. The SAP system tracks Order status more granularly than required by Salesforce. Which two options should an Architect recommend to address different statuses in Salesforce and SAP?
- A. Create a batch Apex to run on a daily basis, which converts order status to pre-defined order status.
- B. ETL Change Data Capture interface to send only required status updates to Salesforce.
- C. ETL change Data capture interface transforms the SAP order statuses to Salesforce order status.
- D. Update the SAP Order fulfillment process to match Salesforce Order Statuses against the SAP order status.
Answer: BC
NEW QUESTION 20
Universal Containers (UC) has multiple orgs with Sales and Service Cloud implementation to support different lines of business. UC is planning to consolidate Salesforce orgs to benefit from a 360-degree view of the customer based on revenue, support requests, and contracts.
What should an Architect recommend?
- A. Use staging tables with an ETL tool for data cleaning and standardization.
- B. Use a custom REST service for data cleaning and standardization.
- C. Use a custom SOAP service for data cleaning and standardization.
- D. Use standard SOAP API for data cleaning and standardizatio
Answer: A
NEW QUESTION 21
......
P.S. Passcertsure now are offering 100% pass ensure Integration-Architecture-Designer dumps! All Integration-Architecture-Designer exam questions have been updated with correct answers: https://www.passcertsure.com/Integration-Architecture-Designer-test/ (141 New Questions)