Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Brilliant Integration-Architecture-Designer Exam Dumps Get Integration-Architecture-Designer Dumps PDF [Q51-Q70]

Share

Brilliant Integration-Architecture-Designer Exam Dumps Get Integration-Architecture-Designer Dumps PDF

Integration-Architecture-Designer Dumps PDF - Integration-Architecture-Designer Real Exam Questions Answers


Below are advantages of Getting the Integration Architecture Designer Certification Exam

  • Salesforce Integration Architecture Designer Certification provides practical experience to candidates from all the aspects to be a proficient worker in the organization.

  • Salesforce Integration Architecture Designer has the knowledge to use the tools to complete the task efficiently and cost effectively than the other non-certified professionals lack in doing so.

  • Salesforce Integration Architecture Designer will be confident and stand different from others as their skills are more trained than non-certified professionals.

  • Salesforce Integration Architecture Designer is distinguished among competitors. Salesforce Integration Architecture Designer certification can give them an edge at that time easily when candidates appear for a job interview employers seek to notify something which differentiates the individual to another.

  • Salesforce Integration Architecture Designer Certifications provide opportunities to get a job easily in which they are interested in instead of wasting years and ending without getting any experience.

  • Salesforce Integration Architecture Designer has more useful and relevant networks that help them in setting career goals for themselves. Salesforce Integration Architecture Designer networks provide them with the right career direction than non certified usually are unable to get.


Salesforce Integration Architecture Designer Exam

The Salesforce Certified Integration Architecture Designer exam validates the a candidate’s knowledge and skills in relation to the following objectives. A candidate must have practical experience in the Integration Architecture application and demonstrate knowledge and experience of Salesforce integration capabilities, Salesforce integration models, business integration architecture concepts, Salesforce integration tests, Salesforce security integration, tools and Monitoring of Salesforce.

 

NEW QUESTION 51
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. Code changes may be required following upgrades to the ERP system.
  • B. Appropriate error handling to retry failed messages.
  • C. DML operations are not allowed right after Apex callouts.
  • D. Too many callouts resulting in exceeding the daily limit for number of callouts.

Answer: C,D

 

NEW QUESTION 52
Universal Containers has a requirement to update the Salesforce Account object any time the corresponding account is updated within their financial system.
Which three Salesforce capabilities should the Architect consider?

  • A. Streaming API because of a requirement to dynamically inspect field names during runtime.
  • B. Enterprise WSDL because of a requirement to utilize SOAP-based services
  • C. Partner WSDL because of a requirement to utilize SOAP-based web services.
  • D. Partner WSDL because of a requirement to utilize REST-based web services
  • E. Partner WSDL because of a requirement to dynamically inspect field names during runtime.

Answer: B,C,E

 

NEW QUESTION 53
Universal Containers (UC) stores inventory of products in one Salesforce org. UC wants regional and local branch offices who have their own Salesforce orgs to see the latest information about the product.
What is the recommended approach to provide data access?

  • A. Use Salesforce Connect with oData to provide access to products as external objects.
  • B. Use Apex HTTP Callouts to call Salesforce Rest APIs and provide access restrictions within the Apex class.
  • C. Use Heroku Connect to provide access to products as external objects from other orgs.
  • D. Use Cross-Org adapter for Salesforce Connect to provide access to products as external objects.

Answer: D

 

NEW QUESTION 54
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 theIntegration 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 theApex REST API Clients to implement the HttpCalloutMock.
  • B. Clients. D Implement HttpCalloutMock to return responses per RAML specification.
  • C. Call the Apex REST API Clients in a test context to get the mock response.
  • D. Call the HttpCalloutMock implementation from the Apex REST API

Answer: B,C

 

NEW QUESTION 55
Universal Containers needs to send order details to the ERP system using an Apex callout to a REST API via HTTPS. The client has concerns with the integration's security and insists that such order details should be transmitted securely.
Which two approaches should be used to ensure secure transmission of data from Salesforce to the ERP's REST API?

  • A. The REST API should be SSLO enabled with a CA-signed certificate.
  • B. The order details should be passed in the body of the REST API callout.
  • C. The REST API should be SSL enabled with a Salesforce client certificate.
  • D. The order details should be passed in a URL parameter in the REST API endpoint.

Answer: A,B

 

NEW QUESTION 56
Universal Containers would like to use a hard-coded username/password/security token of a user with a System Administrator profile to integrate its back-end system to Salesforce for inbound API calls.
Which two security issues are associated with this approach.

  • A. Apex web services can executive with system privileges with such Salesforce credentials.
  • B. All back-end systems get uncontrolled access to any data within the Salesforce environment.
  • C. Unsecure storage of the credentials may result in hackers gaining unauthorized access to Salesforce.
  • D. Unintended password resets will cause the integration to stop working and disrupt business processes.

Answer: B,C

 

NEW QUESTION 57
Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern to Salesforce. The security officer would like to understand the authentication solution.
What are the three ways that the call back can authenticate itself to Salesforce?
Choose 3 answers

  • A. Utilize the Enterprise WSDL login() operation to obtain a new session ID.
  • B. Utilize the REST API login() operation to obtain a new session ID
  • C. Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session ID.
  • D. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
  • E. Utilize the session ID contained within the outbound message notification as the authorization header.

Answer: A,B,E

 

NEW QUESTION 58
A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows:
1. Transactions are created at any time through their various on-premise and cloud-based systems.
2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates.
3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems.
The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions?

  • A. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method.
  • B. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.
  • C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response.
  • D. Let the Lightning Data Service with an wire adapter display new values when the custom object records change.

Answer: C

 

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. SOAP API WSDL
  • B. Corporate WSDL
  • C. Partner WSDL
  • D. Enterprise WSDL

Answer: C

 

NEW QUESTION 60
A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation.
What approach should an architect recommend that conserves API limits?

  • A. Use the SOAP API to upsert the data. The API will then return all opportunity details.
  • B. Use a custom Apex class with a webservice method that performs both actions.
  • C. Use a publisher action to update the data and callback to the other system.
  • D. Use the generic streaming API to publish changes and listen for updates.

Answer: B

 

NEW QUESTION 61
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. Salesforce Workbench
  • B. Data Import Wizard
  • C. BulkWeb-to-Lead
  • D. Salesforce Data Loader

Answer: B

 

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

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

Answer: C

 

NEW QUESTION 63
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 64
Universal containers is planning to implement Salesforce as their CRM system. Currently they have the following systems
1. Leads are managed in a Marketing System.
2. Sales people use Microsoft Outlook to enter contacts, emails and manage activities.
3. Inventory, Billing and Payments are managed in their ERP system. 4. The proposed CRM system is expected to provide Sales and Support people the ability to have a single view of their customers and manage their contacts, emails and activities in Salesforce CRM.
What should an Integration Consultant consider to support the proposed CRM system strategy?

  • A. Propose a middleware system that can support interface between systems with Salesforce.
  • B. Explore Out of box Salesforce connectors for integration with ERP, Marketing and Microsoft Outlook systems.
  • C. Evaluate current and future data and system usage and then identify potential integration requirements to Salesforce.
  • D. Plan for migration of customer and sales data across systems on a regular basis to keep them in sync.

Answer: C

 

NEW QUESTION 65
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. OpenId Connect Authentication Provider and Registration Handler
  • B. SAML SSO and Registration Handler
  • C. SAML SSO and just-in-time provisioning
  • D. OpenId Connect Authentication Provider and just-in-time provisioning

Answer: A,C

 

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

Answer: D

 

NEW QUESTION 67
Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement.
Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption?
Choose 2 answers

  • A. Encrypt the data using the most current key.
  • B. Use Shield Platform Encryption as a user authentication or authorization tool.
  • C. Encrypt all the data so that it is secure.
  • D. Review shield platform encryption configurations.

Answer: A,D

 

NEW QUESTION 68
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 69
Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure API Gateway.
What integration security mechanism should be employed?

  • A. Configure mutual server authentication with two-way SSL using CA issued certificates.
  • B. Use an API only user profile and implement use an external identity provider with federated API access.
  • C. Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.
  • D. Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.

Answer: A

 

NEW QUESTION 70
......

Valid Integration-Architecture-Designer Test Answers & Salesforce Integration-Architecture-Designer Exam PDF: https://www.testsimulate.com/Integration-Architecture-Designer-study-materials.html