[Sep 18, 2021] Step by Step Guide to Prepare for Integration-Architecture-Designer Exam BrainDumps [Q52-Q76]

Share

Sep 18, 2021 Step by Step Guide to Prepare for Integration-Architecture-Designer Exam BrainDumps

Salesforce Integration Architecture Designer Integration-Architecture-Designer Real Exam Questions and Answers FREE Updated on 2021

NEW QUESTION 52
Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce.
Which three considerations should be evaluated and highlighted when deciding between the solutions?
Choose 3 answers

  • A. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations.
  • B. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point.
  • C. Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce.
  • D. In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery.
  • E. Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered.

Answer: B,D,E

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.h
https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5

 

NEW QUESTION 53
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, Invoices system, Data Warehouse and BI Tool
  • B. ERP, MDM, BI tool and Data Warehouse
  • C. ERP, MDM, Data Warehouse, Invoices system
  • D. ERP, Inventory, Pricing Engine, Invoices system

Answer: D

 

NEW QUESTION 54
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. Use duplicate management rules on Lead to report duplicate records.
  • C. Design an ETL job to eliminate duplicates from the lead aggregation system.
  • D. Create a custom web service to identify duplicate leads and load.

Answer: B,C

 

NEW QUESTION 55
What is the recommended approach to implement a login authentication call for an inbound integration call to Salesforce?

  • A. Perform the login authentication call before each integration call to Salesforce every time.
  • B. Perform the login authentication call before a single transaction of multiple calls to Salesforce.
  • C. Only perform a single login call forever and store the session/access token permanently.
  • D. Perform the login call only when the session/access token has expired or no longer works.

Answer: D

 

NEW QUESTION 56
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. Email Marketing System
  • B. Sales Activity System
  • C. Case Management System
  • D. Order Management System
  • E. Quoting System

Answer: A,B,C

 

NEW QUESTION 57
Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy.
What technology should an Architect recommend in order to minimize Salesforce code customizations?

  • A. Data Loader
  • B. Middleware
  • C. Canvas
  • D. Process Builder

Answer: B

 

NEW QUESTION 58
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: B

 

NEW QUESTION 59
Northern Trail Outfitters needs to make synchronous callouts "available to promise" services to query product availability and reserve inventory during customer checkout process.
Which two considerations should an integration architect make when building a scalable integration solution?
Choose 2 answers

  • A. The maximum query cursors open per user on the service.
  • B. The number batch jobs that can run concurrently.
  • C. How many concurrent service calls are being placed.
  • D. The typical and worst-case historical response times.

Answer: A,B

 

NEW QUESTION 60
A new Salesforce program has the following high level abstract requirement: Business processes executed on Salesforce require data updates between the internal systems and Salesforce Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Choose 3 answers

  • A. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryption needs, Community, and license choices.
  • B. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.
  • C. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
  • D. Integration skills, SME availability and Program Governance details.

Answer: A,B,C

 

NEW QUESTION 61
Universal Containers (UC) sends Order data to an external ERP system via ESB. UC sends an outbound message on update or Order to ESB. Once ESB completes creating the Order in the back-end ERP, it send back the Order with the Order Number from the ERP. During development, UC is experiencing an issue.
When the Order is updated by ESB, it again fires a workflow rule that sends the outbound message again.
Which two recommended steps can be done to prevent this looping issue?

  • A. Update workflow rule conditions to exclude the Integration User.
  • B. Update workflow rule conditions to exclude the ERP Order Number field update.
  • C. Update the outbound message to exclude the Integration User.
  • D. Update workflow rule conditions to exclude the ERP Order Number field update.
  • E. Write an Apex trigger to send an outbound message to ESB.

Answer: A

 

NEW QUESTION 62
Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities.
The ERP system has SOAP based web services orders. UC chose to use Apex callouts.
Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services?
Choose 2 answers

  • A. Appropriate error handling to retry failed messages.
  • B. Too many callouts resulting in exceeding the daily limit for number of callouts.
  • C. DML operations are not allowed right after Apex callouts.
  • D. Code changes may be required following upgrades to the ERP system.

Answer: B,C

 

NEW QUESTION 63
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 64
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 serial mode.
  • B. Use Bulk API to process jobs in parallel mode.
  • C. Contact Salesforce support to schedule performance load.
  • D. Use Bulk API to processjobs in high performance mode.

Answer: B

 

NEW QUESTION 65
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. Canvas
  • B. Visualforce
  • C. Lightning Component
  • D. Custom Web Tab

Answer: A

 

NEW QUESTION 66
Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?

  • A. Data Loader
  • B. Metadata audit trail
  • C. Workbench
  • D. Force.com SOAP Explorer

Answer: C

 

NEW QUESTION 67
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?
Choose 2 answers

  • A. Whitelist the corporate IPS in Salesforce.
  • B. Whitelist Salesforce IPs on the firewall.
  • C. Utilize two-way(mutual) SSL
  • D. Place the systems in aDMZ.

Answer: B,C

 

NEW QUESTION 68
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that eac order reach the finance application exactly once for accurate invoicing.
What solution should an architect propose?

  • A. Outbound Messaging, which will automatically handle error retries to the service.
  • B. Trigger invokes Queueable Apex method, with custom error handling process.
  • C. Trigger makes @future Apex method, with custom error handling process.
  • D. Button press invokes synchronous callout, with user handling retries in case of error

Answer: B

 

NEW QUESTION 69
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce How should an architect design this requirement considering both security and scalability?

  • A. Leverage Salesforce Lightning Connect to display order information in Salesforce.
  • B. Leverage the REST API to receive orders from the ERP system as they are created.
  • C. write an outbound message to receive orders from ERP system as they are created.
  • D. Build a scheduled ETL job to sync all customer order history in the orders object.

Answer: A

 

NEW QUESTION 70
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 isexpected 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. RemoteProcess Invocation-Fire and Forget
  • C. Remote Call-In
  • D. Batch Data Synchronization

Answer: D

 

NEW QUESTION 71
What should an integration Architect consider when building a visulaforce page that makes client-side callouts to multiple domains that may violate the browser's same-origin policy?
Choose 2 answers

  • A. Ensure each javascript resource communicates only with its origin.
  • B. Setup CORS to whitelist all domains that the client scripts communicate with.
  • C. utilize the canvas SDK to perform the callouts.
  • D. Set up Remote site settings for all domains that the client scripts communicate with.

Answer: B,D

 

NEW QUESTION 72
Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials Which two methods should the architect consider in order to protect these credentials?
Choose 2 answers

  • A. Utilize named credentials to store the username/password of the web service end post.
  • B. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
  • C. Utilize protected custom settings to store the username/password of the web service end point.
  • D. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.

Answer: A,C

 

NEW QUESTION 73
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 74
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 75
Universal Containers is integrating their Salesforce platform with their on-premise ERP system. As part of the test class design DML operations are to be performed before making the test callout.
What capability does Salesforce provides to facilitate this?

  • A. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout outside of the Test.StartTest and Test.StopTest block.
  • B. Perform the DML operation inside the Test.StartTest and Test.Stop Test and make the callout outside the Test.StartTest and Test.Stop Test block.
  • C. Perform the DML operation within the Test.StartTest and Test.Stop Test and make the callout within Test.StartTest and Test.StopTest block.
  • D. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout with the Test.StartTest and Test.StopTest block.

Answer: D

 

NEW QUESTION 76
......

Ultimate Guide to Prepare Integration-Architecture-Designer Certification Exam for Salesforce Integration Architecture Designer: https://www.braindumpspass.com/Salesforce/Integration-Architecture-Designer-practice-exam-dumps.html

Integration-Architecture-Designer Ultimate Study Guide: https://drive.google.com/open?id=1QBoguK2Zu5eELTN4U_LLJQxVqI2PwDOd