Updated Sep-2022 Exam Integration-Architect Dumps - Pass Your Certification Exam [Q55-Q76]

Share

Updated Sep-2022 Exam Integration-Architect Dumps - Pass Your Certification Exam

Latest Real Salesforce Integration-Architect Exam Dumps Questions

NEW QUESTION 55
Northern Trail Outfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules.
Which security solution should an Integration Architect recommend to fulfill the business use case?

  • A. Platform Shield Encryption
  • B. Classic Encryption
  • C. Data Masking
  • D. Cryptography Class

Answer: A

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

 

NEW QUESTION 56
A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).
The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

  • A. SAML SSO and Registration Handler
  • B. OpenId Connect Authentication Provider and Registration Handler
  • C. SAML SSO and just-in-time provisioning
  • D. OpenId Connect Authentication Provider and just-in-time provisioning

Answer: B,C

 

NEW QUESTION 57
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 APIEVENT to track all user initiated API calls through SOAP, REST or BULK APIs.
  • B. Identify critical business processes and establish automation to monitor performance against established benchmarks.
  • C. Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
  • D. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.

Answer: B

 

NEW QUESTION 58
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 HttpCalloutMock implementation from the Apex REST API Clients.
  • C. Require the Apex REST API Clients to implement the HttpCalloutMock.
  • D. Call the Apex REST API Clients in a test context to get the mock response.

Answer: A,D

 

NEW QUESTION 59
Which WSDL should an architect consider when creating an integration that might be used for more than one salesforce organization and different met

  • A. Corporate WSDL
  • B. Partner WSDL
  • C. Enterprise WSDL
  • D. SOAP API WSDL

Answer: B

 

NEW QUESTION 60
Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.
Which solution is recommended in order to meet the requirement?

  • A. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.
  • B. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.
  • C. Create a connected app in the affiliate org and select the "Accept CometD API Requests".
  • D. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record.

Answer: B

 

NEW QUESTION 61
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 CSRF Protection for OData connection.
  • C. Configure Identity Type for OData connection.
  • D. Configure Special Compatibility for OData connection,
  • E. Configure a Certificate for OData connection.

Answer: B,C,E

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

 

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

Answer: A,D,E

 

NEW QUESTION 63
Universal Containers (UC) owns a variety of cloud-based applications, including Salesforce, alongside several on premise applications. The on-premise applications are protected behind a corporate network with limited outside access to external systems.
UC would like to expose data from the on-premise applications to Salesforce for a more unified user experience. The data should be accessible from Salesforce in real-time.
Which two actions should be recommended to fulfill this system requirement?
Choose 2 answers

  • A. Develop an application in Heroku that connects to the on-premise database via an ODBC string and VPC connection.
  • B. Deploy MuleSoft to the on-premise network and design externally facing APIs to expose the data.
  • C. Develop custom APIs on the company's network that are invokable by Salesforce.
  • D. Run a batch job with an ETL tool from an on-premise server to move data to Salesforce.

Answer: B,C

 

NEW QUESTION 64
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 publishes a Platform Event.
  • B. Case after insert Trigger that executes a callout.
  • C. Custom Apex controller that publishes a Platform Event.
  • D. Case Workflow Rule that sends an Outbound Message.

Answer: A,C

 

NEW QUESTION 65
Northern Trail Outfitters' (NTO) Salesforce org usually goes through 8k-10k batches a day to synch data from external sources. NTO's Integration Architec has received requirements for a new custom object, FooBarc, for which 90M records will need to be loaded into the org. Once complete, 20GB (about 30M records) needs to be extracted to an external auditing system.
What should the architect recommend using to meet these requirements in a day?

  • A. Insert and query using Bulk API 1.0.
  • B. Insert using Bulk API 1.0 and query using REST API.
  • C. Insert using Bulk API 2.0 and query using REST API.
  • D. Insert and query using Bulk API 2.0.

Answer: D

 

NEW QUESTION 66
An architect recommended using Apex code to make callouts to an external system to process insurance quote.
What should the integration architect consider to make sure this is the right option for the integration?

  • A. The maximum callouts in a single Apex transaction.
  • B. The limit of pending operations in the same transaction.
  • C. The limit on long-running requests (total execution time).
  • D. The maximum number of parallel Apex callouts in a single continuation.

Answer: B

 

NEW QUESTION 67
A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format.
Which integration capabilities should be used to integrate the two systems?

  • A. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
  • B. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.
  • C. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.
  • D. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

Answer: D

 

NEW QUESTION 68
A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration.
Which two questions should the integration architect consider?
Choose 2 answers

  • A. Can the fulfillment system make a callback into Salesforce?
  • B. Is the product catalog data identical at all times in both systems?
  • C. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  • D. Can the fulfillment system create new addresses within the Order Create service?

Answer: A,C

Explanation:
https://www.youtube.com/watch?v=zQncznMLrt4 Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.

 

NEW QUESTION 69
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. 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".
  • C. Make an apex callout using @future annotation to make the call out to all differentagencies.
    The response should update the trainer status to "verified".
  • D. 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".

Answer: D

 

NEW QUESTION 70
Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers. Shipping services used vary by region, and have similar but distinct service request parameters.
Which integration component capability should be used?

  • A. APEX REST Service to implement routing logic to the various shipping service.
  • B. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry.
  • C. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format.
  • D. Enterprise Service Bus user interface to collect shipper-specific form data.

Answer: C

 

NEW QUESTION 71
Which two system constraint questions should be considered when designing an integration to send orders from Salesforce to a fulfillment system?
Choose 2 answers

  • A. Can the fulfillment system implement a contract-first Outbound Messaging interface?
  • B. What latency is acceptable for orders to reach the fulfillment system?
  • C. Which system will validate order shipping addresses?
  • D. Can the fulfillment system participate in idempotent design to avoid duplicate orders?

Answer: A,D

 

NEW QUESTION 72
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?

  • A. Authenticate the integration using existing Single Sign-On.
  • B. Create a new user with System Administrator profile.
  • C. Create a special user solely for the integration purposes.
  • D. Authenticate the integration using existing Network-BasedSecurity.

Answer: C

 

NEW QUESTION 73
Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering.
Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system?

  • A. Mulesoft Anypoint Platform
  • B. Salesforce B2C Commerce to Service Cloud Connector
  • C. REST API offered by Salesforce Platform
  • D. A REST API offered by Commerce Platform

Answer: B

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

 

NEW QUESTION 74
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. Remote Site Settings
  • B. Content Security Policies
  • C. Named Credentials
  • D. Enterprise ESB

Answer: C,D

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

 

NEW QUESTION 75
Salesforce users need to read data from an external system via HTTPS request.
Which two security methods should an integration architect leverage within Salesforce to secure the integration?
Choose 2 answers

  • A. Named Credentials
  • B. Connected App
  • C. Authorization Provider
  • D. Two way SSL

Answer: A,D

 

NEW QUESTION 76
......

Integration-Architect Dumps To Pass Salesforce Integration Architecture Designer Exam in One Day: https://examschief.vce4plus.com/Salesforce/Integration-Architect-valid-vce-dumps.html