Pass the Salesforce Architect Exams Mobile-Solutions-Architecture-Designer Questions and answers with CertsForce

Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions
Questions # 11:

Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time. Which two integration designs should the architect consider? Choose 2 answers

Options:

A.

Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.


B.

Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.


C.

Utilize workflow outbound messaging, which has a built-in queuing framework.


D.

Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.


Expert Solution
Questions # 12:

Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool. How should calls to a custom Apex web service be secured?

Options:

A.

VPN


B.

Two-way SSL


C.

Profile Security


D.

IP Whitelisting


Expert Solution
Questions # 13:

Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials. Which two methods should the architect consider in order to protect these credentials? Choose 2 answers

Options:

A.

Utilize named credentials to store the username/password of the web service end post.


B.

Utilize a custom object with an encrypted text field to store the username/password of the web service end point.


C.

Utilize protected custom settings to store the username/password of the web service end point.


D.

Store the username/password directly in the Apex class that will be obfuscated in the managed package.


Expert Solution
Questions # 14:

Universal containers is implementing Salesforce for the first time. As part of the implementation, approximately 10 Million contact records need to be migrated into the new environment. What tool should an architect recommend?

Options:

A.

SalesforceData Loader


B.

Data Import Wizard


C.

Excel connector


D.

Salesforce Workbench


Expert Solution
Questions # 15:

Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy. What technology should an Architectrecommend in order to minimize Salesforce code customizations?

Options:

A.

Data Loader


B.

Canvas


C.

Process Builder


D.

Middleware


Expert Solution
Questions # 16:

What are the three capabilities of the Bulk API? Choose 3 answers

Options:

A.

process multiple batch jobs asynchronously


B.

Process multiple batch jobs synchronously


C.

Roll back all transactions within a batch of 10000 records


D.

Monitorjob status via the API.


E.

Monitor job status via the Web UI.


Expert Solution
Questions # 17:

Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours. Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages? Choose 2 answers

Options:

A.

Out-of-order delivery.


B.

Duplicate messages


C.

Orphaned Requests


D.

Exceeding Governor Limits.


Expert Solution
Questions # 18:

What are three capabilities of Salesforce Lightning Connect? Choose 3 answers.

Options:

A.

Write to OData - Compliant data sources without APEX.


B.

Read from OData - Compliant data sources without APEX.


C.

Associate external object records to Salesforce Account records.


D.

Write triggers and workflows on external objects.


E.

Write SOQL queries on external object.


Expert Solution
Questions # 19:

Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities. The ERP system has SOAP based web services orders. UC chose to use Apex callouts. Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services? Choose 2 answers

Options:

A.

Too many callouts resulting in exceeding the daily limit for number of callouts.


B.

Code changesmay be required following upgrades to the ERP system.


C.

DML operations are not allowed right after Apex callouts.


D.

Appropriate error handling to retry failed messages.


Expert Solution
Questions # 20:

Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues. Which three stages should the Architect consider to reduce the security concerns for this Integration use case? Choose 3 answers

Options:

A.

Terminate the SSL connection at a reverse proxy in the DMZ whichestablishes trust in the connection using mutual SSL.


B.

Enable WS-security for the web services made between Salesforce and the accounting system.


C.

Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.


D.

Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.


E.

Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.


Expert Solution
Viewing page 2 out of 3 pages
Viewing questions 11-20 out of questions