[Sep-2021] Get 100% Real Integration-Architecture-Designer Exam Questions, Accurate & Verified PassTorrent Dumps in the Real Exam!
Pass Your Salesforce Integration Architecture Designer Exams Fast. All Top Integration-Architecture-Designer Exam Questions Are Covered.
NEW QUESTION 45
Which two automated methods should an architect use to solve an issue with duplicate contacts?
Choose 2 answers
- A. Write a Batch Apex class to manage the deduplication
- B. Enable duplicate management in the org to prevent duplicates.
- C. Leverage an AppExchange data management toolto de-duplicate contacts.
- D. Assign new contacts to queues to be reviewed by a data quality team.
Answer: B,C
NEW QUESTION 46
Given the diagram below, a Salesforce org, middleware, and Historical data store (with
20million records and growing) exists with connectivity between them
Historical records are archived from Salesforce and moved to Historical Data store (which houses 20M records and growing; fine-tuned to be performant with search queries).
Call center agents use Salesforce, when reviewing occasional special cases, have requested access to view the related historical case items that relate to submit cases.
Which mechanism and patterns are recommended to maximize declarative configuration?
- A. Use an ETL tool with a Batch Data Synchronization pattern to migrate historical data into Salesforce and into a custom object (historical data) related to Case object.
- B. Use an ESB tool with Request-Reply pattern and then make a real-time Apex callout to the ESB endpoint to fetch and display component related to Case object
- C. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
- D. Use ESB tool with Data Virtualization pattern, expose OData endpoint, and then use Salesforce Connect to consume and display the External Object alongside with the Caseobject.
Answer: D
NEW QUESTION 47
Universal Containers is implementing Salesforce, including a new business process for order management. All Opportunities that reach the Close -Won stage need to be sent to an order management system. When this Opportunity is marked as Complete, a record must be created in their billing system. After the bill is processed, their billing system will be marked as Paid. Each status change from each system must be reflected in Salesforce so call center agents can answer questions about the status of a customer order. All system administrators have agreed to use recent Production data to seed their test systems. What types of sandbox should an Architect recommend end-to-end testing occur in? Choose 2 answers
- A. Partial Copy Sandbox
- B. Developer Org
- C. Developer Pro Sandbox
- D. Full Sandbox
Answer: A,D
NEW QUESTION 48
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. Review the Salesforce data model and Validation rules and modify the integration as necessary.
- B. Use SOAP headers to turn off validation rules and triggers during the integration.
- C. Implements a regression testing policy to detect issues following development.
- D. Ask the ERP report designers to redesign the report to provide properly formatted data.
Answer: A,C
NEW QUESTION 49
An enterprise customer that has more than 10 Million customers has the following systems and conditions in their landscape:
- A. Enterprise Document Management System (DMS) Bills mailed to customers are maintained in the Document Management system.
- B. Salesforce CRM (CRM)- Customer information, Sales and Support information is maintained in CRM.
- C. Enterprise Billing System (EBS) - All customer's monthly billing is generated by this system.
Answer: A,B
NEW QUESTION 50
Universal Containers send quotes to customers periodically when the customer contract is near expiration.
Quoting is generated by an external quoting engine. The VP recommends that the quote-generated request should be sent one week prior to the contract expiration. The Quote engine requires the latest account, contact, and contract information from Salesforce to generate the quote.
What is the recommended solution?
- A. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page.
- B. Workflow-initiated Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
- C. Workflow-initiated outbound message with a callback to gather additional information from Salesforce.
- D. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine.
Answer: D
NEW QUESTION 51
Which two automated methods should an architect use to solve an issue with duplicate contacts?
Choose 2 answers
- A. Enable duplicate management in the org to prevent duplicates.
- B. Leverage an AppExchange data management toolto de-duplicate contacts.
- 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: A,C
NEW QUESTION 52
A Salesforce customer is planning to roll out Salesforce for all their Sales and Service staff.
Senior Management has requested that monitoring is to be in pla for Operations to notify any degradation in Salesforce performance.
How should an integration consultant implement monitoring?
- A. Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
- B. Use APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
- C. Identify critical business processes and establish automation to monitor performance against established benchmarks.
- D. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
Answer: C
NEW QUESTION 53
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 54
Universal Containers merges with Planetary Shipping. They decide to consolidate their systems and migrate all the customer accounts into one Salesforce org. After some data analysis, they find out that their systems have common accounts that they would like to merge and avoid duplicate accounts in Salesforce. They find out that customer email, available in both the systems, can be used to match common accounts. The customer data can be exported as CSV files from their systems. Which two options should be considered to load accounts into Salesforce and eliminate duplicate accounts? Choose 2 answers
- A. Dataloader upsert operation with a custom External ID field containing the email address
- B. ETL tool that is capable of identifying common accounts using a Salesforce ID and performing updates
- C. ETL tool that is capable of identifying common accounts using email address and performs updates
- D. Dataloader insert operation and Saleforce's native deduplication after the load
Answer: A,C
NEW QUESTION 55
Universal Containers has a requirement to update the Salesforce Account object any time the corresponding account is updated within their financial system.
Which three Salesforce capabilities should the Architect consider?
- A. Partner WSDL because of a requirement to utilize SOAP-based web services.
- B. Partner WSDL because of a requirement to dynamically inspect field names during runtime.
- C. Partner WSDL because of a requirement to utilize REST-based web services
- D. Enterprise WSDL because of a requirement to utilize SOAP-based services
- E. Streaming API because of a requirement to dynamically inspect field names during runtime.
Answer: A,B,D
NEW QUESTION 56
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. Utilize a middleware solution and bulk API to do a nightly sync from Production to Full Sandbox
- B. Request that Salesforce schedule a Full Sandbox refresh on a nightly basis
- C. Use Salesforce-to-Salesforce to keep data synchronized between Production and Full Sandboxes
- D. Create Apex unit tests so testing can be done against Production data, but rolled back before being committed
Answer: A
NEW QUESTION 57
Universal Containers is a global financial company that sells financial products and services.
There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.
UC requested building a resilient integration for this batch apex job in case the invoice generation fails.
What should an integration architect recommend to fulfill the requirement?
- A. Batch Retry & Error Handling report to monitor the error handling.
- B. Build Batch Retry & Error Handling in the middleware.
- C. Build Batch Retry & Error Handling in the Batch Apex Job itself.
- D. Build Batch Retry & Error Handling using BatchApexErrorEvent.
Answer: D
NEW QUESTION 58
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. Email Marketing System
- B. Sales Activity System
- C. Case Management System
- D. Order Management System
- E. Quoting System
Answer: A,B,C
NEW QUESTION 59
try Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API.
Which three statements are true about the Bulk API and REST API?
Choose 3 answers
- A. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
- B. The SOAP API provides jpb monitoring on the Salesforce setup menu.
- C. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
- D. DML limits on Bulk are not governed on Salesforce servers.
- E. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
Answer: A,C,E
NEW QUESTION 60
Only authorized users are allowed access to the EBS and the Enterprise DMS.
Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.
Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?
should an integration consultant consider while integrating the DMS and ESB with Salesforce?
Choose 3 answers
- A. Consider options to migrate DMS and EBS into Salesforce.
- B. Users should be authenticated into DMS and EBS without having to enter username and password.
- C. Identify options to maintain DMS and EBS authentication and authorization details in Salesforce.
- D. Consider Enterprise security needs for access to DMS and EBS.
- E. Users should be authorized to view information specific to the customer they are servicing without a need to search for customer.
Answer: A,B,C
NEW QUESTION 61
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. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance.
How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?
- A. Configure the ETL middleware to notify an administrator via email when a record update fails.
- B. Configure Salesforce to email an administrator when Bulk API batches fail.
- C. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.
- D. Monitor the Bulk Data Load Jobs page daily for failed batches
Answer: D
NEW QUESTION 62
Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations.
What Salesforce platform capability should an Integration Architect consider?
- A. Custom Apex batch job to check for SMTP messages.
- B. Custom InboundEmailHandler to process the messages.
- C. Custom Apex class with webservice methods that implement the SMTP protocol.
- D. Lightning connect with an oData/SMTP interchange.
Answer: B
NEW QUESTION 63
Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and an external data source us Salesforce Connect. The external data source supports Open Data Protocol.
Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce?
Choose 3 answers
- A. Configure CSRF Protection on External Data Source.
- B. Configure a Certificate for OData connection.
- C. Configure Special Compatibility for OData connection,
- D. Configure CSRF Protection for OData connection.
- E. Configure Identity Type for OData connection.
Answer: B,D,E
Explanation:
Explanation
https://help.salesforce.com/articleView?id=apex_add_external_data_source.htm&type=5
NEW QUESTION 64
When an opportunity is closed in Salesforce, an order should be created in the back-office SAP system. At the end of the day, Universal Containers allows customers to call back and cancel an order within 24 hours. To cancel an order, the Sales Rep has to set the opportunity status to Open from Closed. The Sales Manager wants all opportunities that changed from Closed to Open to be sent over to the SAP system for order cancellation on nightly basis. Salesforce has a total of 20M opportunities.
What is the recommended way to achieve this?
- A. An ETL job to leverage Bulk API to extract modified opportunities.
- B. An ETL job to leverage REST API to extract all opportunities.
- C. An ETL job to leverage SOAP API to extract modified opportunities.
- D. An ETL job to leverage SOAP API to extract all opportunities.
Answer: C
NEW QUESTION 65
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 doesn't need a login to Salesforce and can process data offline.
- B. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSDL.
- C. Bulk API doesn't need XML processing and can send data using CSV.
- D. Bulk API needs fewer network round trips to complete the data load.
Answer: C,D
NEW QUESTION 66
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. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
- 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. 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.
Answer: A,C,D
NEW QUESTION 67
Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it.
Which three options should a Technical Architect consider that do not require building custom web services on the marketing system?
Choose 3 answers
- A. Use Apex callout to send customer data from Salesforce to the marketing system
- B. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
- C. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
- D. Use outbound messages to send customer data from Salesforce to the marketing system.
- E. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.
Answer: A,B,D
NEW QUESTION 68
......
Penetration testers simulate Integration-Architecture-Designer exam: https://www.passtorrent.com/Integration-Architecture-Designer-latest-torrent.html
Free Test Engine For Salesforce Certified Integration Architecture Designer Certification Exams: https://drive.google.com/open?id=1oTuUih0Z4Ikr3LxLyxYbgx_dEYUeJVs1