Certbus > Salesforce > Integration Architecture Designer > INTEGRATION-ARCHITECT > INTEGRATION-ARCHITECT Online Practice Questions and Answers

INTEGRATION-ARCHITECT Online Practice Questions and Answers

Questions 4

A healthcareservices 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, andother 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 deidentified data in Einstein Analytics.

Which two capabilities should the integration architect require for the Community Cloud portal and Einstein Analytics? Choose 2 answers

A. Identity token data storage

B. Bulk load for Einstein Analytics

C. Callouts toRESTful services

D. Encryption in transit and at rest

Browse 105 Q&As
Questions 5

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

A. Cryptography Class

B. Data Masking

C. Classic Encryption

D. Platform Shield Encryption

Browse 105 Q&As
Questions 6

Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applicationsand is planning to include Salesforce as well. Which Salesforce API should an Integration Architect use to meet the requirement?

A. SOAP API

B. Analytics REST API

C. Metadata API

D. Tooling API

Browse 105 Q&As
Questions 7

The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team memberscan work on them. The current integration often experiences latency issues.

Which two recommendations should an Architect make to improve the integration performance? Choose 2 answers

A. Reduce batch size of asynchronous BULK API.

B. Reduce batch size of synchronous BULK API.

C. Legacy system should submit in serial mode.

D. Legacy system should submit in parallel mode.

Browse 105 Q&As
Questions 8

A customer's enterprise architect has identified requirements around caching, queuing, error handling, alerts, retries,event handling, etc. The company has asked the Salesforce integration architect to help fulfill such aspects with their Salesforce program.

Which three recommendations should the Salesforce integration architect make? Choose 3 answers

A. Transform a fire-and-forget mechanism to request-reply should be handled bymiddleware tools (like ETL/ESB) to improve performance.

B. Provide true message queueing for integration scenarios (including orchestration,process choreography, quality of service, etc.) given thata middleware solution is required.

C. Message transformation and protocol translation should be done within Salesforce. Recommend leveraging Salesforce native protocol conversion capabilities as middle watools are NOT suited for such tasks

D. Eventhandling processes such as writing to a log, sending an error or recovery process, or sending an extra message, can be assumed to be handled by middleware.

E. Event handling in a publish/subscribe scenario, the middleware can be used to route requests ormessages to active data-event subscribers from active data-event publishers.

Browse 105 Q&As
Questions 9

KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.

1.

Customer requests Customer Service Representative (CSR) for a Service upgrade.

2.

Customer provides credit card details to CSR for payment.

3.

CSR submits payment information in Salesforce, and processed in a

4.

CSR receives confirmation of payment.

5.

CSR upgrades service for customer and confirms Customer.

external payment gateway.

This use case requires the CSR to obtain confirmation of payment before upgrading the service.

The integration with Payment gateway needs to be reliable and monitored for audit purposes.

The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.

What should an Integration Architect recommend for this integration?

A. Build a custom Apex Callout to external Payment gateway service and provide success message to the CSR, the details of calloutsand responses are logged for audit purposes.

B. Use External Services feature to integrate gateway to Salesforce ensuring real- timeupdates the CSR and support post payment processes.

C. Make a callout to the payment gateway through ESB supporting error handling andlogging for audit purposes.

D. Platform events allow integration to payment gateway through the exchange ofreal-time event data, platform events are scalable and secure.

Browse 105 Q&As
Questions 10

An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events. What is taking place if events are only beingpublished?

A. The platform events are published immediately before the Apex transaction completes.

B. The platform events are published after the Apex transaction completes.

C. The platform events has a trigger in Apex.

D. The platform events are being published from Apex.

Browse 105 Q&As
Questions 11

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

willneed 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 using Bulk API 2.0 and query using REST API.

B. Insert and query using Bulk API 1.0.

C. Insert using Bulk API 1.0 and query using REST API.

D. Insert and query using Bulk API 2.0.

Browse 105 Q&As
Questions 12

Northern Trail Outfitters (NTO) uses a custom mobile app to interact with their customers.

One of the features of the app are Salesforce Chatter Feeds. NTO wants to automatically post a Chatter item to Twitter whenever the post includes the #thanksNTO hashtag.

Which API should an Integration Architect use to meet this requirement?

A. Connect REST API

B. REST API

C. Streaming API

D. Apex REST

Browse 105 Q&As
Questions 13

Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat. The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts.

UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system.

Which integration pattern is recommended for this use case?

A. Use streaming API to generate push topic.

B. Use outbound message.

C. Use salesforce platform event.

D. Use request and reply.

Browse 105 Q&As
Questions 14

Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements:

1.

The external systems must follow the principle of least privilege, and

2.

The activities of the eternal systems must be available for audit.

What should an Integration Architect recommend as a solution forthese integrations?

A. A shared integration user for the three external system integrations.

B. A shared Connected App for the three external system integrations.

C. A unique integration user for each external system integration.

D. A Connected App for each external system integration.

Browse 105 Q&As
Questions 15

A largeB2C 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. Order Management System

B. Case Management System

C. Sales Activity System

D. Email Marketing System

E. Quoting System

Browse 105 Q&As
Questions 16

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 shouldan Integration Architect recommend be implemented to minimize potential downtime for users in this situation? Choose 2 answers

A. Named Credentials

B. Remote Site Settings

C. Content Security Policies

D. Enterprise ESB

Browse 105 Q&As
Questions 17

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

A. Use middleware queuing and buffering to insulate Salesforce from system outages.

B. A Use Platform Event replayldand custom scheduled Apex process to retrieve missed events.

C. Use @future jobld and custom scheduled apex process to retry failed service calls.

D. Use Outbound Messaging to automatically retry failed service calls.

Browse 105 Q&As
Questions 18

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. Review shield platformencryption configurations.

C. Encrypt all the data so that it is secure.

D. Use Shield Platform Encryption as a user authentication or authorization tool.

Browse 105 Q&As
Exam Name: Salesforce Certified Integration Architect
Last Update: Apr 30, 2024
Questions: 105 Q&As

PDF

$45.99

VCE

$49.99

PDF + VCE

$59.99