Pass the Salesforce Integration Architecture Designer Integration-Architect Questions and answers with CertsForce

Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions
Questions # 21:

Northern Trail Outfitters (NTO)has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available.

Which solution is recommended in order to meet the requirement?

Options:

A.

Create a connected app in the affiliate org and select the "Accept CometD API Requests".


B.

A Implement a polling mechanism in the client that calls the SOAP API get updated method to get the ID values of each updated record.


C.

Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow.


D.

Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.


Expert Solution
Questions # 22:

A global financial company sells financial products and services that include the following:

1. Bank Accounts

2. Loans

3. Insurance

The company has a core banking system that is state of the art and is the master system to store

financial transactions, financial products and customer information. The core banking system

currently processes 10M financial transactions per day. The CTO for the company is considering

building a community port so that customers can review their bank account details, update their

information and review their account financial transactions.

What should an integration architect recommend as a solution to enable customer community

users to view their financial transactions?

Options:

A.

UseSalesforce Connect to display the financial transactions as an external object.


B.

Use Salesforce Connect to display the financial transactions as an external object.


C.

Use Salesforce External Service to display financial transactions in a community lightningpage.


D.

Use Iframe to display core banking financial transactions data in the customer community.


Expert Solution
Questions # 23:

Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. Toprevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy.

Which two things should an architect do to improve the performance of the integration?

Choose 2 answers

Options:

A.

Include non-selective criteria in query filters.


B.

Remove the query filters.


C.

Include selective criteria in query filters.


D.

Remove the sharing restrictions.


Expert Solution
Questions # 24:

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 ApexREST API Clients unit testsconfirm adherence to the RAML

specs?

Choose 2 answers

Options:

A.

Call the Apex REST API Clients in a test context to get the mock response.


B.

Require the Apex REST API Clients to implement the HttpCalloutMock.


C.

Call the HttpCalloutMock implementation from theApex REST APIClients.


D.

Implement HttpCalloutMock to return responses per RAMLspecification.


Expert Solution
Questions # 25:

Northern TrailOutfitters 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?

Options:

A.

CryptographyClass


B.

Data Masking


C.

Classic Encryption


D.

Platform Shield Encryption


Expert Solution
Questions # 26:

The director of customer service at Northern Trail Outfitters wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events are as follows:

    A customer initiates a product exchange via a Case.

    A customer service rep clicks on the "Authorize Exchange Product" menu item in the Case.

    A customer initiates a subscription cancellation via a Case.

    A customer service rep clicks on the "Initiate Refund" menu item in the Case.

Which solution should meet these business requirements?

Options:

A.

Case Trigger after insert, after update to publish the platform event


B.

Case Workflow Rule that sends an Outbound Message


C.

Case after insert Trigger that executes a callout


Expert Solution
Questions # 27:

An Integration Architect has built a solutionusing 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?

Options:

A.

SObject Collections


B.

SObject Tree


C.

Batch


D.

Composite


Expert Solution
Questions # 28:

A company's security assessment noted vulnerabilities on the unmanaged packages in its Salesforce orgs; notably, secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce.

Which persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure?

Options:

A.

Encrypted Custom Fields and Protected Custom Settings


B.

Named Credentials and Protected Custom Settings


C.

Protected Custom Metadata Types and Named Credentials


D.

Named Credentials and Encrypted Custom Fields


Expert Solution
Questions # 29:

The sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories toleads before Sales team members can 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

Options:

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.


Expert Solution
Questions # 30:

Universal Containers is a global financial company that sells financialproducts 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?

Options:

A.

Use streaming API to generate push topic.


B.

Use outbound message.


C.

Use salesforce platform event.


D.

Use request and reply.


Expert Solution
Viewing page 3 out of 4 pages
Viewing questions 21-30 out of questions