Latest Integration-Architecture-Designer Pass Guaranteed Exam Dumps with Accurate & Updated Questions
Integration-Architecture-Designer Exam Brain Dumps - Study Notes and Theory
Below are the requirements of Integration Architecture Designer Exam
This Salesforce Certified integration architecture designer exam evaluates the integration requirements needed to design secure and scalable solutions that integrate the Salesforce platform. The designer has experience in the design and implementation of complex integration models on various platforms, as well as in the communication of design solutions and commitments with commercial and technical stakeholders.
The Candidate has the following background:
- Degree in Computer Science or equivalent diploma
- One year of experience in integration architecture.
- One or two years of experience in Salesforce integration
- Three or four years on the Salesforce platform.
Typical roles can include:
- Application manager
- Integration Architect Solutions Architect
- Technical architect
- Analyst Programmer
There is no perquisites for Integration Architecture Designer exam
NEW QUESTION 38
Universal Containers would like to integrate to an external system from Salesforce over a secure channel howeverthe external system does not support HTTP-basic authentication What approach should an integration Architect recommend that enables the external system to trust the data being received?
- A. Base64 encode the data to ensure untrusted 3rd parties don't see it.
- B. Digitally sign the Payload using a private key trusted by the external system.
- C. Include a secret passphrase in the payload that is a validated by the external system.
- D. Utilize a 3rd-party SSO solution to authenticate the session.
Answer: B
NEW QUESTION 39
Universal Containers is currently doing User Acceptance Testing for small changes in a Developer sandbox.
Users are complaining that allow release to production, some functionality is broken and performance is often negatively impacted.
What is causing these complaints?
- A. Users should be testing in a Partial Sandbox in order to replicate Production functionality and performance characteristics.
- B. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.
- C. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.
- D. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
Answer: B
NEW QUESTION 40
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. Write an Apex trigger to send an outbound message to ESB.
- B. Update workflow rule conditions to exclude the Integration User.
- C. Update workflow rule conditions to exclude the ERP Order Number field update.
- D. Update workflow rule conditions to exclude the ERP Order Number field update.
- E. Update the outbound message to exclude the Integration User.
Answer: B
NEW QUESTION 41
Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system.
NTOwould like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance.
Which Salesforce API should an Integration Architect use to fulfill this requirement?
- A. Streaming API
- B. Tooling API
- C. REST API
- D. Connect REST API
Answer: A
NEW QUESTION 42
What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication?
- A. Enforce SSL/TLS Mutual Authentication.
- B. Generate a CA-signed Certificate.
- C. Generate a Self-signed Certificate.
- D. Enable My Domain and SSL/TLS.
Answer: A
Explanation:
Explanation
https://help.salesforce.com/articleView?id=security_keys_uploading_mutual_auth_cert.htm&type=5
NEW QUESTION 43
What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?
- A. Use an outbound Message with the record's data.
- B. Use lightning connect to save the data to an external object.
- C. use the REST API with the content-Type headerset to "JSON."
- D. Use an Apex class to perform the REST callout asynchronously.
Answer: D
NEW QUESTION 44
Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records.
While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule?
Choose 2 answers
- A. Perform loads over a weekend server resource availability.
- B. Perform a test load using a full Sandbox prior to the Production load.
- C. Leverage several workstations, loading different objects simultaneously.
- D. Pre-process data that the triggers and workflows can be deactivated.
Answer: B,D
NEW QUESTION 45
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. utilize the canvas SDK to perform the callouts.
- B. Set up Remote site settings for all domains that the client scripts communicate with.
- C. Ensure each javascript resource communicates only with its origin.
- D. Setup CORS to whitelist all domains that the client scripts communicate with.
Answer: B,D
NEW QUESTION 46
Northern Trail Outfitters is creating a distributable Salesforce package for other Salesforce orgs within the company. The package needs to call into a custor Apex REST endpoint in the central org. The security team wants to ensure a specific integration account is used in the central org that they will authorize after installation of the package.
Which three items should an architect recommend to secure the integration in the package?
Choose 3 answers
- A. Contact Salesforce support and create a case to temporarily enable API access for managed packages.
- B. Use an encrypted field to store the password that the security team enters and use password management for external orgs and set the encryption method to TLS 1.2.
- C. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
- D. Use the Auth Provider configured and select the identity type as Named Principal with OAuth 2.0 as the protocol and Select Start Authentication Flow on Save.
- E. Create a connected app in the central org and add the callback URL of each org the package is installed in to redirect to after successful authentication.
Answer: C,D,E
NEW QUESTION 47
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. Use Salesforce limits API to capture current API usage and configure alerts for monitoring.
- C. Request Salesforce to monitor the Salesforce instance and notify when there is degradation in performance.
- D. Identify critical business processes and establish automation to monitor performance against established benchmarks.
Answer: D
NEW QUESTION 48
A company wants to standardize exception tracking, handling, and analytics. Given the following actions:
1. Build a company wide logging service hosted on a middleware platform
2. Create case object records for exceptions based thresholds
3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events.
Which two specifications should the integration architect include in the logging service architecture?
Choose 2 answers
- A. Create Salesforce Cases conditionally using automatic Case creation rules.
- B. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
- C. Subscribe to the Application Exceptions using the Salesforce Streaming API.
- D. Receive Application Events through Change Data Capture (CDC).
Answer: A,B
NEW QUESTION 49
An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce.
What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?
- A. Callouts
- B. Platform Events
- C. Generic Events
- D. Change Data Capture
Answer: D
Explanation:
Explanation
https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture
NEW QUESTION 50
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 orchestrated via 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. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load.
- B. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout.
- C. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).
- D. 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.
- E. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system.
Answer: A,C,E
NEW QUESTION 51
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. Two-way SSL
- C. VPN
- D. IP Whitelisting
Answer: B
NEW QUESTION 52
A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business.
Salesforce will be integrated to multiple back office systems to provide a single interface for associates.
Reliability and monitoring of these integrations is required as associates support customers.
Which integration solution should the architect consider when planning the implementation?
- A. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks.
- B. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities.
- C. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.
- D. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities.
Answer: C
NEW QUESTION 53
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. Case Management System
- B. Sales Activity System
- C. Email Marketing System
- D. Order Management System
- E. Quoting System
Answer: A,B,C
NEW QUESTION 54
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 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
- B. 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.
- C. 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.
- D. C Use an ESB tool with a fire and forget pattern and then publish a platform event for the requested historical data.
Answer: C
NEW QUESTION 55
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. Require the Apex REST API Clients to implement the HttpCalloutMock.
- B. Call the Apex REST API Clients in a test context to get the mock response.
- C. Implement HttpCalloutMock to return responses per RAML specification.
- D. Call the HttpCalloutMock implementation from the Apex REST API Clients.
Answer: B,C
NEW QUESTION 56
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. Use Salesforce connect to write service data into UC's ERP system.
- B. Use an Apex callout to look up order information on the ERP system.
- C. Use Salesforce connect for looking up order information from ERP.
- D. Set up data replication for order and service data syncing.
Answer: A,C
NEW QUESTION 57
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 domain has been added to Cross-Origin Resource Sharing.
- B. The endpoint URL has been added to Content Security Policies.
- C. The endpoint URL has been added to Remote Site Settings.
- D. The endpoint URL has added been to an outbound firewall rule.
Answer: B
NEW QUESTION 58
Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data.
Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?
Choose 2 answers
- A. user Acceptance Testing
- B. Regression Testing
- C. Unit Testing
- D. Performance testing
Answer: A,D
NEW QUESTION 59
......
Pass Salesforce Integration-Architecture-Designer Test Practice Test Questions Exam Dumps: https://www.briandumpsprep.com/Integration-Architecture-Designer-prep-exam-braindumps.html
The Best Salesforce Integration Architecture Designer Study Guide for the Integration-Architecture-Designer Exam: https://drive.google.com/open?id=1zVI27wnVJ2Tp7GKoSyyGQvNRw-d3gr7F
