Salesforce Integration-Architecture-Designer Test Engine Practice Test Questions, Exam Dumps [Q52-Q73]

Share

Salesforce Integration-Architecture-Designer Test Engine Practice Test Questions, Exam Dumps

100% Free Integration-Architecture-Designer Daily Practice Exam With 108 Questions


Salesforce Integration-Architecture-Designer certification exam consists of 60 multiple-choice questions that must be completed in 105 minutes. To pass the exam, you must score at least 68%. Integration-Architecture-Designer exam is available in English and Japanese and can be taken online or at a testing center. The cost of the exam is $400, and you must have a Salesforce Certified System Architect or Salesforce Certified Application Architect certification to take the exam.


Salesforce Integration-Architecture-Designer certification exam is a highly sought after credential that showcases a candidate’s expertise in designing and implementing effective Salesforce integrations. Salesforce Certified Integration Architecture Designer certification is ideal for professionals who work as solution architects, technical architects, or integration architects and have experience in integrating Salesforce with other systems. Integration-Architecture-Designer exam is designed to test a candidate’s knowledge of integration patterns, best practices, data and security considerations, and API usage.

 

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

Answer: B,D,E


NEW QUESTION # 53
Universal Containers has a requirement to query all Account records within Salesforce that were updated in the last 24 hours and download those Accounts to their data warehouse on a nightly basis. They expect the volume of records to be between 500-1500 records per day.
What three techniques should an Architect consider ?
Choose 3 answers

  • A. Leverage a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.
  • B. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.
  • C. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
  • D. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.
  • E. Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.

Answer: B,C,E


NEW QUESTION # 54
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. Create an Auth provider in the package and set the consumer key and consumer secret of the connected app in the central org.
  • B. 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.
  • C. 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.
  • D. 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.
  • E. Contact Salesforce support and create a case to temporarily enable API access for managed packages.

Answer: A,B,D


NEW QUESTION # 55
Universal Containers is implementing Salesforce, including a new business process for order management. All Opportunities that reach the Close -Won stage need to be sent to an order management system. When this Opportunity is marked as Complete, a record must be created in their billing system. After the bill is processed, their billing system will be marked as Paid. Each status change from each system must be reflected in Salesforce so call center agents can answer questions about the status of a customer order. All system administrators have agreed to use recent Production data to seed their test systems. What types of sandbox should an Architect recommend end-to-end testing occur in? Choose 2 answers

  • A. Full Sandbox
  • B. Partial Copy Sandbox
  • C. Developer Pro Sandbox
  • D. Developer Org

Answer: A,B


NEW QUESTION # 56
A new Salesforce program has the following high level abstract requirement: Business processes executed on Salesforce require data updates between the internal systems and Salesforce Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Which three relevant details should a Salesforce Integration Architect seek to specifically solve for Integration architecture needs of the program?
Choose 3 answers

  • A. Integration skills, SME availability and Program Governance details.
  • B. Timing aspects - real-time/near real-time (synchronous or asynchronous), batch; update frequency.
  • C. Integration Style Process based, Data based, Virtual integration. E Core functional and non functional requirements for User Experience design, Encryption needs, Community, and license choices.
  • D. Source and Target system, Directionality, data volume & transformation complexity long with any middleware that can be leveraged.

Answer: B,C,D


NEW QUESTION # 57
Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers.
What should the Architect consider before recommending a solution?

  • A. Shield Platform Encryption Limitations
  • B. Considerations for using Deterministic Encryption
  • C. A Default gateway restrictions
  • D. External gateway products in use

Answer: D


NEW QUESTION # 58
Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing.
They identified one org that would act as a gateway to receive all the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution.
What limitation of Salesforce-to-Salesforce must be considered to ensure searchless two-way integration?

  • A. Salesforce-to-Salesforce has a limit on number of records shared between systems.
  • B. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
  • C. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
  • D. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.

Answer: B


NEW QUESTION # 59
Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation.
What should be done to mitigate the concerns that the CIO has?

  • A. Refactor the existing future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex.
  • B. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration.
  • C. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.
  • D. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records.

Answer: A


NEW QUESTION # 60
Universal Containers is integrating their Salesforce platform with their on-premise ERP system. As part of the test class design DML operations are to be performed before making the test callout.
What capability does Salesforce provides to facilitate this?

  • A. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout with the Test.StartTest and Test.StopTest block.
  • B. Perform the DML operation within the Test.StartTest and Test.Stop Test and make the callout within Test.StartTest and Test.StopTest block.
  • C. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout outside of the Test.StartTest and Test.StopTest block.
  • D. Perform the DML operation inside the Test.StartTest and Test.Stop Test and make the callout outside the Test.StartTest and Test.Stop Test block.

Answer: A


NEW QUESTION # 61
Universal Containers is a global financial company that sells financial products and services.
There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.
UC requested building a resilient integration for this batch apex job in case the invoice generation fails.
What should an integration architect recommend to fulfill the requirement?

  • A. Build Batch Retry & Error Handling in the middleware.
  • B. Build Batch Retry & Error Handling using BatchApexErrorEvent.
  • C. Build Batch Retry & Error Handling in the Batch Apex Job itself.
  • D. Batch Retry & Error Handling report to monitor the error handling.

Answer: B


NEW QUESTION # 62
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?

  • A. Use a pre-shared key in a query parameter.
  • B. Implement two way (or mutual) SSL certificates.
  • C. Utilize CA - signed certificates on the host.
  • D. Encrypt the Payload with a shared key.

Answer: C


NEW QUESTION # 63
Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce.
Which approach should an Integration Architect recommend that matches the Salesforce UI?
Choose 2 answers

  • A. A custom visualforce page with a controller thats calls-out to the other systems.
  • B. A custom Visualforce page with client- side calls out to the other systems.
  • C. An iFrame embedding a custom .Net application that displays data from the other systems.
  • D. A middleware orchestration to continuously persist data from other systems into Salesforce.

Answer: A,C


NEW QUESTION # 64
Northern Trail Outfitters has a registration system that is used for workshops offered at its conferences.
Attendees use a Salesforce community to register for workshops, but the scheduling system manages workshop availability based on room capacity. It is expected that there will be a big surge of requests for workshop reservations when the conference schedule goes live.
Which integration pattern should be used to manage the influx in registrations?

  • A. Batch Data Synchronization
  • B. Remote Call-In
  • C. Remote Process Invocation-Request and Reply
  • D. Remote Process Invocation-Fire and Forget

Answer: A


NEW QUESTION # 65
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. Cryptography Class
  • B. Classic Encryption
  • C. Platform Shield Encryption
  • D. Data Masking

Answer: C

Explanation:
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 # 66
Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?
Choose 2 answers

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

Answer: B,D


NEW QUESTION # 67
Universal Containers (UC) has many existing applications, including Salesforce, that their users access. UC would like to integrate these applications with Salesforce so that users can accomplish all of their tasks in one user interface.
What is the recommended solution for integrating these applications into Salesforce?

  • A. Set up the external applications as Canvas apps into the Salesforce user interface.
  • B. Set up the external applications as Connected apps into the Salesforce user interface.
  • C. Connect the external applications into the Salesforce user interface using Salesforce Connect.
  • D. Use streaming API to integrate these applications into the Salesforce user interface.

Answer: A


NEW QUESTION # 68
Universal Containers has a batch integration that runs every five minutes to load Shipment records related to existing orders that have been updated in the previous five minutes. the integration is not reporting any errors, but some Shipment records are not being loaded.
What could be the problem?

  • A. The integration is causing UC to exceedits API limits
  • B. The Integration cannot find the parent orders for some Shipments.
  • C. Error reporting is not enabled in Salesforce.
  • D. The integration takes more than five minutes to run.

Answer: D


NEW QUESTION # 69
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 partner WSDL with oAuth to obtain a valid oAuth token for the session ID.
  • C. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
  • D. Utilize the REST API login() operation to obtain a new session ID
  • E. Utilize the session ID contained within the outbound message notification as the authorization header.

Answer: A,D,E


NEW QUESTION # 70
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. Partner WSDL because of a requirement to utilize SOAP-based web services.
  • C. Enterprise WSDL because of a requirement to utilize SOAP-based 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 # 71
Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements:
1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org.
2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems.
3. Expose custom business logic to 5 external applications in a highly secure manner.
4. Schedule nightly automated dataflows, recipes and data syncs.
Which set of APIs are recommended in order to meet the requirements?

  • A. Bulk API, Streaming API, Apex REST API, Analytics REST API
  • B. Bulk API, Streaming API, Apex SOAP API, Analytics REST API
  • C. Bulk API, Chatter REST API, Apex SOAP API, Tooling API
  • D. Bulk API, Chatter REST API, Apex REST API, Analytics REST API

Answer: A


NEW QUESTION # 72
What are three capabilities of Salesforce Lightning Connect?
Choose 3 answers.

  • A. Associate external object records to Salesforce Account records.
  • B. Write triggers and workflows on external objects.
  • C. Write to OData - Compliant data sources without APEX.
  • D. Write SOQL queries on external object.
  • E. Read from OData - Compliant data sources without APEX.

Answer: A,D,E


NEW QUESTION # 73
......


Salesforce Integration-Architecture-Designer Exam is designed to validate the knowledge and skills of integration architects who have expertise in integrating various systems and applications with Salesforce. Passing Integration-Architecture-Designer exam is a key step in becoming a Salesforce Certified Integration Architecture Designer, which is a highly sought-after certification in the Salesforce ecosystem. With this certification, integration architects can demonstrate their ability to design and implement complex integration solutions using Salesforce.

 

Use Valid New Integration-Architecture-Designer Test Notes & Integration-Architecture-Designer Valid Exam Guide: https://www.vceprep.com/Integration-Architecture-Designer-latest-vce-prep.html

Integration-Architecture-Designer exam torrent Salesforce study guide: https://drive.google.com/open?id=1ulWNdmHCdVo7gKateqP221ddXIV3vPpj