Pass Integration-Architecture-Designer Exam in First Attempt Guaranteed 2021 Dumps! [Q38-Q54]

Share

Pass Integration-Architecture-Designer Exam in First Attempt Guaranteed 2021 Dumps!

Integration-Architecture-Designer Dumps Full Questions - Exam Study Guide

NEW QUESTION 38
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 39
A company that is a leading provider of courses and training delivers courses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.
The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.
What is the recommended approach to automate this process?

  • A. Create a trigger on the trainer record to make a Callout to each verification agencies, write business logic to consolidate the verification then update the trainer status to verified".
  • B. Make an apex callout using @future annotation to make the call out to all differentagencies.
    The response should update the trainer status to "verified".
  • C. Use middleware to handle the call out to the 10 different verification services, the middleware will handle the business logic of consolidating the verification result from t 10 services, then make a call-in to sa lesforce and update the verification status to "verified".
  • D. Use salesforce external service to make the call out, Salesforce external service should check the verification agencies until the result is verified, then update the trainer status to "verified".

Answer: C

 

NEW QUESTION 40
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 41
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.
Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?
Choose 2 answers

  • A. Duplicate messages
  • B. Out-of-order delivery.
  • C. Orphaned Requests
  • D. Exceeding Governor Limits.

Answer: A,D

 

NEW QUESTION 42
Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool.
How should calls to a custom Apex web service be secured?

  • A. Profile Security
  • B. VPN
  • C. Two-way SSL
  • D. IP Whitelisting

Answer: C

 

NEW QUESTION 43
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 Apex class with webservice methods that implement the SMTP protocol.
  • C. Lightning connect with an oData/SMTP interchange.
  • D. Custom InboundEmailHandler to process the messages.

Answer: B

 

NEW QUESTION 44
A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production.
What type of monitoring should the Integration Consultant have considered to monitor this integration?

  • A. Monitor the volume of leads that are created in Salesforce.
  • B. Monitor Platform Events created per hour limits across the Salesforce instance.
  • C. Validate the Platform Event definition matches leads definition.
  • D. Set up debug logs for Platform Event triggers to monitor performance .

Answer: D

 

NEW QUESTION 45
A company accepts payment requests 24x7. Once they accept a payment request, their service level agreement (SLA) requires them to make sure each payment request is processed by their Payment System. They track payment requests using a globally unique identifier created at the Data Entry Point. Their simplified flow is as shown in the diagram.
They encounter intermittent update errors when two or more processes try to update the same Payment Request record at the same time.
Which two recommendations should an integration architect make to improve their SLA and update conflict handling?
Choose 2 answers

  • A. Payment System should process a payment request only once.
  • B. Data Entry Point and Middleware should automatically retry requests.
  • C. Middleware should coordinate request delivery and payment processing.
  • D. Payment System and Middleware should automatically retry requests.

Answer: A,C

 

NEW QUESTION 46
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 47
Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on.
Which two design specifications should the Integration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?
Choose 2 answers

  • A. Implement HttpCalloutMock to return responses per RAML specification.
  • B. Call the Apex REST API Clients in a test context to get the mock response.
  • C. Call the HttpCalloutMock implementation from the Apex REST API Clients.
  • D. Require the Apex REST API Clients to implement the HttpCalloutMock.

Answer: A,B

 

NEW QUESTION 48
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 49
What are the three capabilities of the Bulk API?
Choose 3 answers

  • A. Monitor job status via the API.
  • B. process multiple batch jobs asynchronously
  • C. Roll back all transactions within a batch of 10000 records
  • D. Monitor job status via the Web UI.
  • E. Process multiple batch jobs synchronously

Answer: A,B,D

 

NEW QUESTION 50
UC leverages customer MDM as a source of truth. The requirement is to dedupe and store any account or contact created in MDM before the same is created in Salesforce. This ensures data is clean and not duplicated in Salesforce. During peak season, users experience a "Concurrent Request Limit Exceeded" error.
What is the recommended solution?

  • A. Invoke a continuation callout to MDM from a VF Page JavaScript.
  • B. Invoke a continuation callout to MDM from a VF Page @future call.
  • C. Invoke a continuation callout to MDM from a before insert trigger.
  • D. Invoke a continuation callout to MDM from a VF Page controller.

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
Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services.
What are two considerations an Integration Architect should evaluate before choosing a middleware solution?
Choose 2 answers

  • A. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources.
  • B. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network.
  • C. The middleware solution enforces the OAuth security protocol.
  • D. The middleware solution is able to interface directly with databases via an ODBC connection string.

Answer: A,B

 

NEW QUESTION 53
Universal Containers' Customer Service Managers wants to be automatically notified when a Customer Service Representative successfully closes a case What is the recommended approach for the Service Manager to be notified in the Salesforce user interface without having to refresh the screen?

  • A. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser.
  • B. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout.
  • C. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.
  • D. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen.

Answer: D

 

NEW QUESTION 54
......

Salesforce Integration Architecture Designer  Free Certification Exam Material from VerifiedDumps with 108 Questions: https://www.verifieddumps.com/Integration-Architecture-Designer-valid-exam-braindumps.html

Use Real Integration-Architecture-Designer - 100% Cover Real Exam Questions: https://drive.google.com/open?id=1UaPDxGBSgPlv7ceT0dfU1ifmui1_5HFr