Labour Day - Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 70dumps

Mobile-Solutions-Architecture-Designer Questions and Answers

Question # 6

What are three capabilities of Salesforce to Salesforce(S2S)? Choose 3 answers

A.

Share reports and dashboards between Salesforceorgs.

B.

Automatically publish data from the publisher org.

C.

Manually consume data into the consumer org.

D.

Integrate data between Salesforce orgs via pre-built web service adapters.

E.

Publish data from the publisher's Account object to the consumer'sCustomer__c object.

Full Access
Question # 7

What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?

A.

Use an outbound Message with the record's data.

B.

Use lightning connect to save the data to an external object.

C.

Use an Apex class to perform the REST callout asynchronously.

D.

use the REST API with the content-Type headerset to "JSON."

Full Access
Question # 8

What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

A.

Visualforce

B.

Custom Web Tab

C.

Canvas

D.

Lightning Component

Full Access
Question # 9

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 a time-based workflow action to trigger an accountoutbound message notification for all records updated within the last 24 hours.

B.

Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.

C.

Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.

D.

Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.

E.

Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.

Full Access
Question # 10

Universal Containers has an integration that runs nightly to update the Product (Product2) object in Salesforce withupdated product availability for over 500,000 products. The source system is green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors. Which two steps should the Technical Architect should recommend? Choose 2 answers

A.

Ask the ERP report designers to redesign the report to provide properly formatted data.

B.

Implements a regression testing policy to detect issues following development.

C.

Use SOAP headers to turn off validation rules and triggers during the integration.

D.

Review the Salesforce data model and Validation rules and modify the integration as necessary.

Full Access
Question # 11

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.

Custom Apex class with webservice methods that implement the SMTP protocol.

B.

Custom InboundEmailHandler to process the messages.

C.

Lightning connect with an oData/SMTP interchange.

D.

Custom Apex batch job to check for SMTP messages.

Full Access
Question # 12

Universal Containers has decided that acquisition of other companies will be akey focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customerservice agents must be able to see up-to-date order status from all ERP systems. What recommendation should a technical Architect make to minimize complexity during new acquisitions?

A.

Use custom Linksto direct users to the appropriate ERP system to vieworder status.

B.

Build all Integrations as nightly ETL batches to minimize real-time overhead.

C.

Leverage Apex callouts to integrate directly with acquired applications.

D.

Use an ESB to abstract the Salesforce integration from other enterprise applications.

Full Access
Question # 13

Universal Containers has a trigger on the Order object to update the parentAcount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures. What could be the cause of this issue?

A.

The trigger is failing Unit Tests that access the new data.

B.

API limits being limited.

C.

Data skew is causing record locking issues on the Oder Share object.

D.

Record locking contention on the parent Account.

Full Access
Question # 14

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?

A.

VPN

B.

Two-way SSL

C.

Profile Security

D.

IP Whitelisting

Full Access
Question # 15

What are two considerations to make when performing SOAP callouts from within Apex? Choose 2 answers

A.

SOAP callouts consume API limits.

B.

WSDL2Apex supports RPC-style SOAP callouts.

C.

WSDL2Apex can be used to generate stub code.

D.

SOAP callouts cannot occur after any DML statements.

Full Access
Question # 16

Universal Containers is building anative mobile application that queries and updates data in their Salesforce in real time. What statement is correct about the Salesforce APIs?

A.

Enterprise WSDL minimizes payload size.

B.

Rest API supports oAuth

C.

Enterprise WSDL supports WS-Security

D.

REST API supports WS-Security.

Full Access
Question # 17

Universal Containers(UC) has a legacy application that tracks customer order status once theorder has been sent to the fulfillment department this legacy application does not easily provide an API to integrate with Customer service reps need to be able t access the data from within Sales force and cannot be given separate logins to the application, UC does not have single-sign-on enabled. How should an architect solve this problem?

A.

Leverage canvas to display the legacy application within Salesforce.

B.

use the Streaming API to receive order updates in real time.

C.

Migrate the legacy application to Heroku and Integrate the database.

D.

Create a web-tab in Salesforce directly to the legacy application.

Full Access
Question # 18

Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release thearchitect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration. What two actions should the architect take to ensure the new object will be available to the financial system integration? Choose 2 answers

A.

Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.

B.

Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object

C.

Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects

D.

Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.

Full Access
Question # 19

Universal Containers has a customer setup process that relies on external database to send customers welcome & registration emails. When a customer contacts Universal containers via phone they need to receive the welcome emailshortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications. What Salesforce technology best fulfills this requirement?

A.

Write a nightly batch synchronization to send customer information to the external database.

B.

Write an outbound message to send customer Information to an ESB.

C.

Write an outbound message to send customer Information to the external database.

D.

Write a trigger with an @future method to send customer Information to the external database

Full Access
Question # 20

Which two automated methods should an architect use to solve an issue with duplicate contacts? Choose 2 answers

A.

Write a Batch Apex class to manage the deduplication

B.

Assign new contacts to queues to be reviewed by a data quality team.

C.

Leverage an AppExchange data management toolto de-duplicate contacts.

D.

Enable duplicate management in the org to prevent duplicates.

Full Access
Question # 21

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

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.

Full Access
Question # 22

Universal Containers wishes to validate street addresses in Salesforce against their legacy Accounting system,Which is the system of record. Retrieving an Account record in this system takes 7-12 seconds per query, and the address must be validated as quickly as possible to ensure proper order processing.What integration pattern should an Architect suggest?

A.

Remote Invocation initiated by Middleware

B.

@Future method with an Apex callout.

C.

Nightly batch validating records modified the previous day.

D.

Outbound Message with a Callback.

Full Access
Question # 23

Universal Containers manages a catalog of overone million products that it makes available to its customers. The master product catalog is stored and managed in their ERP application with frequent updates made to the product catalog by their sourcing team. The sourcing team may update attributes suchas price, general catalog availability, and the product description. When the sourcing team makes an update that change must go into effect during the next business day and there may be thousands of changes made over the course of the day. What integration pattern would you recommend to best manage this scenario?

A.

Write a custom web service to accept product catalog changes from ERP.

B.

Use the streaming API to receive product changes in real time from ERP.

C.

Write an outbound message to send productchanges in real time from ERP.

D.

Build a scheduled ETL job to sync products on a nightly basis from ERP.

Full Access
Question # 24

Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remotesystem that results in the remote system trusting Salesforce?

A.

Encrypt the Payload with a shared key.

B.

Use a pre-shared key in a query parameter.

C.

Implement two way (or mutual) SSL certificates.

D.

Utilize CA - signed certificates on the host.

Full Access
Question # 25

What are the two considerations of Apex REST services that anintegration architect should keep in mind when building custom integrations? Choose 2 answers

A.

They cannot utilize publisher actions.

B.

They require unit and functional testing

C.

They cannot be built or maintained declaratively

D.

They consume more APIlimits than SOAP or REST API

Full Access