It is impossible to pass Salesforce Integration-Architecture-Designer exam without any help in the short term. Come to Testking soon and find the most advanced, correct and guaranteed Salesforce Integration-Architecture-Designer practice questions. You will get a surprising result by our Renovate Salesforce Certified Integration Architecture Designer (SP19) practice guides.
Salesforce Integration-Architecture-Designer Free Dumps Questions Online, Read and Test Now.
NEW QUESTION 1
When a Sales Rep closes an opportunity in Salesforce, an Order should be created in Universal Containers' SAP system and the Sales Rep should be notified with an order number as soon as possible.
What is the recommended solution?
- A. Apex @ future callout from an update trigger with an opportunity page refresh using Streaming API.
- B. Workflow Outbound message with an email notification on callback from SAP
- C. Apex callout from an update trigger with an opportunity page refresh using Streaming API.
- D. Workflow Outbound message with an email notification on acknowledgement from SAP
Answer: B
NEW QUESTION 2
Universal Containers has an external ERP that will manage inventory and initiate shipping logistics after an Opportunity is marked "Closed Won" in Salesforce. A "Shipping Number" needs to be written back to the Opportunity to track related records in the ERP. Sales Reps need to move quickly from one Opportunity to the next.
What integration pattern will satisfy the system reqs while maximizing the efficiency of the Sales Reps?
- A. Remote Process Invocation - Fire and Forget
- B. Batch Data Synchronization
- C. Remote Process Invocation - Request and Reply
- D. Remote Call-In
Answer: A
NEW QUESTION 3
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. Outbound messaging
- B. APEX Batch
- C. APEX Callout
- D. Middleware
Answer: D
NEW QUESTION 4
Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to " Max CPU time exceeded"errors which could be resolved with a Similar batch size.
What are two risks involved with batch sizes that are too small? Choose 2 answers
- A. Possibilityof hitting the daily limit for number of batches.
- B. possibility of very long bulk job execution times
- C. Possibility of failures due to record-locking errors.
- D. Possibility of hitting the "Too many concurrent batches" limi
Answer: BC
NEW QUESTION 5
Developers at Universal Containers have created a custom command-line tool to help with their application lifecycle management by allowing them to deploy metadata changes such as page layouts, custom labels, and list views to their org using the Metadata API.
What integration pattern does this tool utilize?
- A. Request and Reply
- B. Fire and Forget
- C. Remote Call-In
- D. UI Update Based on Data Changes
Answer: A
NEW QUESTION 6
Universal Containers (UC) is working with multiple partners to get lists of leads into the Lead aggregation system. These leads are imported into Salesforce as parot of a daily batch integration through the ETL tool. UC observed that may times, leads are duplicated, as they are sourced from different partners.
Which two options should an Architect recommend to improve data quality?
- A. Extract Salesforce lead data into a staging table and use ETL to de-duplicate.
- B. Create a custom web service to identify duplicate leads and load.
- C. Design an ETL job to eliminate duplicates from the lead aggregation system.
- D. Use duplicate management rules on Lead to report duplicate record
Answer: CD
NEW QUESTION 7
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 8
Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete.
What integration pattern should an architect recommend to ensure minimal throwaway code?
- A. point-to-point
- B. Web Mashup
- C. MiddleWare
- D. Apex batch Processing
Answer: C
NEW QUESTION 9
The use of custom development Should be minimized Which two solutions should the architect consider? Choose two options
- A. Utilizelightning connect with custom ApexAdapter to provided CRUD access to the data warehouse
- B. Utilize a canvas application to render the data warehouse data from within Salesforce
- C. Utilize a visual force page from 3rd party JavaScript library that will provide CRUD capabilities to the data warehouse.
- D. Utilize a 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce
Answer: A
Explanation:
3. Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must also be sent along with Opportunities. The ERP system supports only SOAP- based messages for receiving orders
What limitation of outbound messages might present a problem in this scenario?
A. Outbound messaging does not support multiple objects
B. Outbound messaging does not support SOAP
C. Outbound messaging cannot be made secure
D. Outbound messaging does not offer any reliability.
NEW QUESTION 10
What are two reasons an existing custom field cannot be marked as External ID? Choose 2 answers
- A. Maximum number of External IDs allowed on an object has been reached,
- B. Maximum number of fields of an object has been reached.
- C. Maximum number of skinny tables has been reached.
- D. Maximum number of indexes allowed on an object has been reache
Answer: AD
NEW QUESTION 11
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. Performance
- B. Error Handling
- C. Bulkification
- D. Orchestration
- E. Logging
Answer: BDE
NEW QUESTION 12
Universal Containers has a customer setup process that relies on external database to send customers welcome & registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications.
What Salesforce technology best fulfills this requirement?
- A. Write a nightly batch synchronization to send customer information to the external database.
- B. Write an outbound message to send customer Information to an ESB.
- C. Write an outbound message to send customer Information to the external database.
- D. Write a trigger with an @future method to send customer Information to the external database
Answer: C
NEW QUESTION 13
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 14
Universal Containers has a SOAP-based 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 a green-screen ERP that must be taken offline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot.
What three recommendations might a Technical Architect make to resolve this issue? Choose 3 answers
- A. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
- B. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
- C. Pre-process the data to avoid the need for workflow rules or triggers
- D. Use the Bulk API UPDATE or UPSERT records more efficiently.
- E. Contact Salesforce support to request that they turn off record locking on the Product2 objec
Answer: BCD
NEW QUESTION 15
Universal Containers (UC) maintains the Customer Master outside of Salesforce and would like to sync the Customer records with Salesforce on a daily basis. UC has complex logic in the Account trigger and will have to test it for bulk inserts and updates. UC has been given a csv file with test data.
What is the recommended way to use this data in a test class?
- A. Load the customer-provided csv file as a static resource and refer to it in the test classes.
- B. Load the customer-provided csv file as a Chatter file and refer to it in the test classes.
- C. Load the customer-provided csv file under Documents and refer to it in the test classes.
- D. Load the customer-provided csv file to a custom object for testing and delete the test records after testing.
Answer: A
NEW QUESTION 16
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 require unit and functional testing
- C. They cannot be built or maintained declaratively
- D. They consume more API limits than SOAP or REST API
Answer: AC
NEW QUESTION 17
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 18
Universal Containers is planning to sue Bulk API instead of SOAP API to load 1 million activity records from Accounts. Opportunities, can Cases.
Which are two advantages of using Bulk API over SOAP API?
- A. Bulk API needs fewer network round trips to complete the data load.
- B. Bulk API doesn't need a login to Salesforce and can process data offline.
- C. Bulk API doesn't need XML processing and can send data using CSV.
- D. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSD
Answer: AC
NEW QUESTION 19
Universal Containers would like to use a hard-coded username/password/security token of a user with a System Administrator profile to integrate its back-end system to Salesforce for inbound API calls.
Which two security issues are associated with this approach.
- A. All back-end systems get uncontrolled access to any data within the Salesforce environment.
- B. Unintended password resets will cause the integration to stop working and disrupt business processes.
- C. Apex web services can executive with system privileges with such Salesforce credentials.
- D. Unsecure storage of the credentials may result in hackers gaining unauthorized access to Salesforce.
Answer: AD
NEW QUESTION 20
Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.
While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule?
Choose 2 answers
- A. Pre-process data that the triggers and workflows can be deactivated.
- B. Perform a test load using a full Sandbox prior to the Production load.
- C. Perform loads over a weekend server resource availability.
- D. Leverage several workstations, loading different objects simultaneousl
Answer: AB
NEW QUESTION 21
......
P.S. Certleader now are offering 100% pass ensure Integration-Architecture-Designer dumps! All Integration-Architecture-Designer exam questions have been updated with correct answers: https://www.certleader.com/Integration-Architecture-Designer-dumps.html (141 New Questions)
