Free Salesforce Integration-Architecture-Designer Exam Questions & Answer from Training Expert Prep4sureExam [Q29-Q51]

Share

Free Salesforce Integration-Architecture-Designer Exam Questions and Answer from Training Expert Prep4sureExam

Top Salesforce Integration-Architecture-Designer Courses Online

NEW QUESTION # 29
Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it.
Which three options should a Technical Architect consider that do not require building custom web services on the marketing system?
Choose 3 answers

  • A. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.
  • B. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
  • C. Use outbound messages to send customer data from Salesforce to the marketing system.
  • D. Use Apex callout to send customer data from Salesforce to the marketing system
  • E. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.

Answer: C,D,E


NEW QUESTION # 30
An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes.
Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call?

  • A. Batch
  • B. Composite
  • C. SObject Collections
  • D. SObject Tree

Answer: D

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm


NEW QUESTION # 31
Universal Containers (UC) has Salesforce integrated with their mainframe system. All the orders placed in Salesforce are sent to the mainframe system in a nightly batch process.
Which two capabilities are required for middleware to support this integration?

  • A. Support for Metadata API
  • B. Extract, transform, and load
  • C. Message queuing
  • D. Synchronous transactions

Answer: B,C


NEW QUESTION # 32
Universal containers(UC) leverages the standard opportunity and opportunity product objects to manage their orders in Salesforce. When a deal is closed, all opportunity information, including products and billing contacts, must be send to their ERP application for order fulfillment. As UC has an "express shipping" guarantee, leadership would like order information sent to ERP as quickly as possible after the deal is closed?
How should an Architect fulfill this requirement?

  • A. Write a visualforce page to send order information to ERP.
  • B. Write an outbound message to send order information to ERP.
  • C. Write an opportunity trigger to send order information to ERP.
  • D. Write a nightly batch job to send customer information to ERP.

Answer: C


NEW QUESTION # 33
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 isexpected 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. Remote Call-In
  • B. Batch Data Synchronization
  • C. Remote Process Invocation-Request and Reply
  • D. RemoteProcess Invocation-Fire and Forget

Answer: B


NEW QUESTION # 34
Universal Containers has a custom Salesforce UI that is used by all users to check on a container's status. This check is done via an integration to its back-end system which all users have access to. However, some users have a higher privilege access into that back-end system, which allows them to retrieve more details in the same container status check. Those users would like the same Salesforce UI to recognize their higher privilege access and display those extra details for them, but without allowing all users to see the same level of details.
What is the recommended security approach to satisfy this requirement?

  • A. Permission set to identify users with higher-level privileges in order to control the Apex callout.
  • B. Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout.
  • C. Named credential set with "per-user" identify type to control the Apex callout.
  • D. Custom permission to control the Apex callout to retrieve different levels of details.

Answer: C


NEW QUESTION # 35
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 for OData connection.
  • B. Configure CSRF Protection on External Data Source.
  • C. Configure a Certificate for OData connection.
  • D. Configure Special Compatibility for OData connection,
  • E. Configure Identity Type for OData connection.

Answer: A,C,E

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


NEW QUESTION # 36
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 serial option and a batch size of 1000 or less
  • B. SOAP API with a batch size of 200 or less
  • C. SOAP API with a batch size of 1000 or less
  • D. Bulk API with parallel option and a batch size of 1000 or less

Answer: A,B


NEW QUESTION # 37
A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications.
Which two findings about their current state will allow copies of legacy data in Salesforce?
Choose 2 answers

  • A. Legacy systems can use queues for on-premise integration.
  • B. On-premise middleware provides APIs to legacy systems data.
  • C. Cloud-based ETL can access Salesforce and supports queues.
  • D. Only on-premise systems are allowed access to legacy systems.

Answer: B,C


NEW QUESTION # 38
A healthcare services company maintains a Patient Prescriptions System that has 50+ million records in a secure database. Their customer base and data set growing rapidly. They want to make sure that the following policies are enforced:
1. Identifiable patient prescriptions must exist only in their secure system's databaseand encrypted at rest.
2. Identifiable patient prescriptions must be made available only to people explicit authorized in the Patient Prescriptions System assigned nurses anddoctors, patient, and people explicitly the patient may authorize.
3. Must be available only to verified and pre-approved people or legal entities.
To enable this, the company provides the following capabilities:
1. One-time use identity tokens for patients, nurses, doctors, and other people that expire within a few minutes.
2. Certificates for legal entities.
. RESTful services.
The company has a Salesforce Community Cloud portal for patients, nurses, doctors, and other authorized people. A limited number of employees analyze de identified data in Einstein Analytics.
Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics?
Choose 2 answers

  • A. Encryption in transit and at rest
  • B. Identity token data storage
  • C. Callouts to RESTful services
  • D. Bulk load for Einstein Analytics

Answer: C,D


NEW QUESTION # 39
What are two scenarios that utilize the chatter REST API?
Choose 2 answers

  • A. When posting status updates to social media.
  • B. When migrating Opportunity data.
  • C. When integrating chatter into custom mobile apps.
  • D. When uploading large files.

Answer: A,C


NEW QUESTION # 40
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. Receive Application Events through Change Data Capture (CDC).
  • C. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API.
  • D. Subscribe to the Application Exceptions using the Salesforce Streaming API.

Answer: A,C


NEW QUESTION # 41
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • B. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
  • C. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
  • D. Integrating Salesforce with Email Management System, Order Management System and Case Management System.

Answer: B


NEW QUESTION # 42
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?
Choose 2 answers

  • A. They cannot be built or maintained declaratively
  • B. They consume more API limits than SOAP or REST API
  • C. They require unit and functional testing
  • D. They cannot utilize publisher actions.

Answer: A,D


NEW QUESTION # 43
In which three ways can production data be moved into a sandbox for testing purpose?

  • A. use the Apex Data Loader.
  • B. Use the metadata API.
  • C. Refresh a Copy Sandbox.
  • D. Request a Snapshot from Support
  • E. Refresh a Full Sandbox.

Answer: A,C,E


NEW QUESTION # 44
Universal containers has an integration that runs nightly to update the product(product2) object in Salesforce with updated product availability for over 500,000 products. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance.
How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?

  • A. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.
  • B. Configure the ETL middleware to notify an administrator via email when a record update fails.
  • C. Configure Salesforce to email an administrator when Bulk API batches fail.
  • D. Monitor the Bulk Data Load Jobs page daily for failed batches

Answer: D


NEW QUESTION # 45
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram.

Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?

  • A. Integrating Salesforce with Order Management System, Email Management System and Case Management System.
  • B. Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
  • C. Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
  • D. Integrating Salesforce withEmail Management System, Order Management System and Case Management System.

Answer: B


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

Answer: D


NEW QUESTION # 47
Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days.
What solution should an architect recommend to handle errors during these types of service outages?

  • A. Use Outbound Messaging to automatically retry failed service calls.
  • B. Use @future jobld and custom scheduled apex process to retry failed service calls.
  • C. Use middleware queuing and buffering to insulate Salesforce from system outages.
  • D. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events.

Answer: C

Explanation:
Explanation
https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_co


NEW QUESTION # 48
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 2.0.
  • B. Insert using Bulk API 2.0 and query using REST API.
  • C. Insert using Bulk API 1.0 and query using REST API.
  • D. Insert and query using Bulk API 1.0.

Answer: A


NEW QUESTION # 49
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 the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.
  • B. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts 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 a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.
  • E. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.

Answer: A,C,E


NEW QUESTION # 50
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.
Which approach ensures compliance with the principal of least priviledge?

  • A. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
  • B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
  • C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.

Answer: C


NEW QUESTION # 51
......

New (2023) Salesforce Integration-Architecture-Designer Exam Dumps: https://lead2pass.prep4sureexam.com/Integration-Architecture-Designer-dumps-torrent.html