Get Salesforce Integration-Architecture-Designer Dumps Questions [2021] To Gain Brilliant Result [Q34-Q55]

Share

Get Salesforce Integration-Architecture-Designer Dumps Questions [2021] To Gain Brilliant Result

Integration-Architecture-Designer dumps - 2Pass4sure - 100% Passing Guarantee

NEW QUESTION 34
An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system.
What should an Architect determine before recommending a solution?

  • A. Determine data access prevention requirements, then identify frequency.
  • B. Determine data access prevention requirements, then identify system constraints.
  • C. Determine data volume requirements, then identify the loading schedule.
  • D. Determine inbound integration requirements, then identify frequency.

Answer: D

 

NEW QUESTION 35
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 require unit and functional testing
  • B. They consume more API limits than SOAP or REST API
  • C. They cannot utilize publisher actions.
  • D. They cannot be built or maintained declaratively

Answer: A,D

 

NEW QUESTION 36
Universal Containers (UC) has an existing web-based application that a group of employees use on a regular basis. These employees often have Salesforce and the web-based application open and find themselves manually moving the data between both. UC would like the two systems to be integrated so that the employees will see all the data in one screen without the need for manually updating the data.
What integration pattern can help accomplish this requirement?

  • A. Use Rest API to pull data from Salesforce and update the external application.
  • B. Use the Force.com canvas framework to embed the external application into Salesforce.
  • C. Use Steaming API to create a push topic to send the message to the external system asynchronously.

Answer: B

 

NEW QUESTION 37
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 38
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 39
An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field.
The geolocation field is secured with Field Level Security, so users can view the value without changing it.
What should be done to meet the requirement?

  • A. The mobile device makes a REST API inbound call.
  • B. The mobile device makes a SOAP API inbound call.
    The mobile device receives a REST Apex callout call.
  • C. The mobile device makes a REST Apex inbound call.

Answer: C

 

NEW QUESTION 40
Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.
One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.
Which API should an Integration Architect use to meet this requirement?

  • A. Apex REST
  • B. Streaming API
  • C. Connect REST API
  • D. REST API

Answer: C

 

NEW QUESTION 41
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service.
Which two solutions should an architect propose?
Choose 2 answers

  • A. Use middleware to abstract the call to the specific shipping services.
  • B. Invoke middleware service to retrieve valid shipping methods.
  • C. Store shipping services in a picklist that is dependent on a country picklist.
  • D. Use Platform Events to construct and publish shipper-specific events.

Answer: A,B

 

NEW QUESTION 42
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 43
The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users.
Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation?
Choose 2 answers

  • A. Named Credentials
  • B. Enterprise ESB
  • C. Content Security Policies
  • D. Remote Site Settings

Answer: A,B

Explanation:
Explanation
https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5

 

NEW QUESTION 44
Universal Containers would like their end users to be able to periodically import lists of leads into the Salesforce lead object. What tool should an architect recommend to support this?

  • A. Data Import Wizard
  • B. Salesforce Workbench
  • C. Salesforce Data Loader
  • D. BulkWeb-to-Lead

Answer: A

 

NEW QUESTION 45
Universal Containers acquires several companies and decides to consolidate all customer service systems used by the acquired companies into one Salesforce Service Cloud. They decide to use an ETL to extract service requests from various systems, apply appropriate transformations, and load cases into Salesforce. Different requests captured by different customer service systems could belong to common accounts in Salesforce, so care must be taken to avoid creating duplicate accounts. Which two API options should be considered to load cases into Salesforce that would be safe from record -locking issues? Choose 2 answers

  • A. Bulk API with parallel option and a batch size of 1000 or less
  • B. Bulk API with serial option and a batch size of 1000 or less
  • C. SOAP API with a batch size of 200 or less
  • D. SOAP API with a batch size of 1000 or less

Answer: B,C

 

NEW QUESTION 46
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 Identity Product
  • B. Leverage Message Queue Product
  • C. Leverage Identity Product
  • D. Leverage SOAP API
  • E. Leverage REST API

Answer: E

 

NEW QUESTION 47
The director of customer service at Northern Trail Outfitters (NTO) wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events that are of interest are:
A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case Which two solutions will meet these business requirements?
Choose 2 answers

  • A. Case after insert Trigger that executes a callout.
  • B. Case Workflow Rule that sends an Outbound Message.
  • C. Custom Apex controller that publishes a Platform Event.
  • D. Case after insert Trigger that publishes a Platform Event.

Answer: C,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
What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?

  • A. The endpoint URL has been added to Content Security Policies.
  • B. The endpoint URL has added been to an outbound firewall rule.
  • C. The endpoint URL has been added to Remote Site Settings.
  • D. The endpoint domain has been added to Cross-Origin Resource Sharing.

Answer: A

 

NEW QUESTION 50
Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS.
Which integration mechanism should be used to meet the requirement?

  • A. Platform Event
  • B. Streaming API
  • C. Outbound Message
  • D. Change Data Capture (CDC)

Answer: D

 

NEW QUESTION 51
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 52
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 Salesforce connect for looking up order information from ERP.
  • C. Use Salesforce connect to write service data into UC's ERP system.
  • D. Use an Apex callout to look up order information on the ERP system.

Answer: B,C

 

NEW QUESTION 53
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 54
Universal Containers (UC) uses Salesforce to track the following customer data:
1. Leads,
2. Contacts
3. Accounts
4. Cases
Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems.
UC has a requirement to update the proper external system with record changes in Salesforce and vice versa.
Which two solutions should an Integration Architect recommend to handle this requirement?
Choose 2 answers

  • A. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems.
  • B. Design an MDM solution that maps external ID's to the Salesforce record ID.
  • C. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems.
  • D. Use Change Data Capture to update downstream systems accordingly when a record changes.

Answer: B,D

 

NEW QUESTION 55
......

Get 100% Passing Success With True Integration-Architecture-Designer Exam: https://www.2pass4sure.com/Salesforce-Integration-Architecture-Designer/Integration-Architecture-Designer-actual-exam-braindumps.html

Premium Quality Salesforce Integration-Architecture-Designer Online dumps: https://drive.google.com/open?id=1QO08eULKSSh61RSQAGspKFMaFHsxEvyj