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:

Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community.

The conceptual design files size is 2.5 GB.

Which solution should an integration architectrecommend?

Options:

A.

Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files.


B.

Define an External Data Source and use Salesforce Connect to upload the files to an external object. Linkthe external object using Indirect lookup.


C.

Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location.


D.

Use Salesforce Files to link the files to Salesforcerecords and display the record and the files in the community.


Expert Solution
Questions # 22:

NorthernTrail 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 CIOis 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?

Options:

A.

Implement an ETL tool and perform nightly batch data loads to reducenetwork traffic using last modified dates on the opportunity object to extract the right records.


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 eachintegration.


C.

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.


D.

Implement an Enterprise Service Bus for service orchestration, mediation, routing anddecouple dependencies across systems.


Expert Solution
Questions # 23:

Northern Trail Outfitters needs to secure an integration with an external Microsoft Azure

API Gateway.

What integration security mechanism should be employed?

Options:

A.

Configure mutual server authentication with two-way SSL using CA issued certificates.


B.

Configure a connected app with an authorization endpoint of the API gateway and configure OAuth settings.


C.

Use an API only user profile and implement use an external identity provider with federated API access.


D.

Implement Salesforce Shield with Encryption at Rest and generate a tenant secret.


Expert Solution
Questions # 24:

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 isan external RESTful service that the B2C Enterprise Customer has subscribed for.

What should an Integration Architect recommend for this integration?

Options:

A.

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


B.

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


C.

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


D.

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


Expert Solution
Questions # 25:

Acustomer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce.

Which three constraints and pain-pointsshould an integration architect consider when choosing the integration pattern/mechanism?

Choose 3 answers

Options:

A.

System types - APIs, File systems, Email


B.

Reporting and usability requirements


C.

Multi-language and multi-currency requirement


D.

Error handling mechanisms


E.

Data Volume and Processing volume


Expert Solution
Questions # 26:

Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process.

1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order,

2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, OrderShipped, Order Paid that are within the retention window.

Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements?

Choose 2 answers

Options:

A.

When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events.


B.

High-volume event messages are stored for 24 hours (one day).


C.

When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events.


D.

High-volume event messages are stored for 72 hours (three days).


Expert Solution
Questions # 27:

A large consumer goods manufacturer operating in multiple countries isplanning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements:

1. Internal users from each country have to be authenticated with their local active directory.

2. Customers can create their own login or use Google login.

3. Partners have to be authenticated through a central system which is to be determined.

4. Internal users will have access to the central ERP with their credentials maintained in the ERP.

5. Additional internal systemswill be integrated with Salesforcefor Sales and Support business processes.

Which three requirements should the integration architect evaluate while designing the integration needs of this project?

Choose 3 answers

Options:

A.

Evaluate Salesforce solution for customers and for partners, using thirdparty solution for internal users.


B.

Assess security requirements for internal systems and decide Integration methods that support the requirements.


C.

Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners.


D.

Consider Third party Single Sign On solution supporting all user authentication including customer and partner.


E.

Evaluate Salesforce native authentication mechanism for all users including customers and partners.


Expert Solution
Questions # 28:

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

Options:

A.

SAML SSO and Registration Handler


B.

OpenId Connect Authentication Provider and Registration Handler


C.

SAML SSO and just-in-time provisioning


D.

OpenId Connect Authentication Provider and just-in-time provisioning


Expert Solution
Questions # 29:

Which three considerations should an Integration Architect consider when recommending Platform Event as a Integration solution?

Choose 3 answers

Options:

A.

Inability to query event messages using SOQL


B.

Subscribe to an AssetToken Event streamto monitor OAuth2.0 authentication activity. C


C.

Inability to create a Lightning record page for platform events.


D.

When you delete an event definition, it's permanently removed and can't be restored.


E.

You can use Event Monitoring to track user activity, such as logins and running reports.


Expert Solution
Questions # 30:

What should an Integration architect consider when recommending Platform Events as an Integration solution?

Options:

A.

Event Monitoring Is used to track user activity, such as logins and running reports.


B.

Subscribe to an AssetTokenEvent stream to monitor OAuth 2.0 authentication activity.


C.

When an event definition Is deleted, It's permanently removed and can't be restored.


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