Black Friday Biggest Discount Flat 70% Offer - Ends in 0d 00h 00m 00s - Coupon code: 70diswrap

Salesforce Mobile-Solutions-Architecture-Designer Dumps

Salesforce Certified Mobile Solutions Architecture Designer (SU24) Questions and Answers

Question 1

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?

Options:

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.

Question 2

As part of their customer setup process. Universal containers requires that any address put into Salesforce be validated by the US Postal Service. The customer must provide their address while they are on the phone with the Universal Containers representative. What two solutions should a Technical Architect recommend to fulfill this requirement? Choose 2 answers

Options:

A.

Implement a VisualForce page that validates entered addresses against an API.

B.

Write a trigger with an @future callout that validates addresses against an API.

C.

Build a custom Address object and a trigger that will validate the address against the object.

D.

Leverage an Appexchange application to validate addresses entered.

Question 3

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?

Options:

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.

Question 4

Universal containers ships millions of orders per year and releases code fixes to the production org mightily. Their corporatetesting strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production. How can Universal Containers achieve the requirement?

Options:

A.

Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.

B.

Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.

C.

Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.

D.

Request that Salesforce to schedule a full sandbox refresh on a nightly basis.

Question 5

Universal Containers is building a mobile application that connects to Salesforce for reading and updating data What is the appropriate authentication solution?

Options:

A.

Create a mobile Integration user ID whose credentialsare stored within the mobile application code.

B.

Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.

C.

Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.

D.

Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.

Question 6

Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database. What technology should an architect use to minimize custom development when replacing the CRM system with Salesforce?

Options:

A.

Outbound messaging

B.

APEX Batch

C.

APEX Callout

D.

Middleware

Question 7

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

Options:

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.

Question 8

An insurance company decides to build an online portalusing the Salesforce platform for receiving quote requests from customers. The company has a legacy quoting system that will generate quotes while the rest of the sales process is managed by Salesforce Sales Cloud. The legacy system has an API for creating quotes. What Implementation method should be used so that customers can request quotes online and receive them in real time?

Options:

A.

Middleware tool to pull quote requests from SF and push to the legacy system.

B.

Trigger with an @Future method to send quoterequests to the legacy system.

C.

Outbound message to send quote requests from Salesforce to the legacy system.

D.

Apex callout to send quote requests from Salesforce to the legacy System.

Question 9

Universal Containers has built an integration using theSOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users. What is a risk involved with this sort of integration?

Options:

A.

Too many concurrent sessions

B.

Reaching an API call limit.

C.

Reaching a logins per Day limit.

D.

Too many record-lock errors

Question 10

Universal containers has a simple co -premise web app that is unauthenticated. What capability should an integration Architect recommend to make the app accessible from within Salesforce?

Options:

A.

Apex callout

B.

Visualforce

C.

Custom Web tab

D.

Lightning connect

Question 11

Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

Options:

A.

SMTP

B.

TLS

C.

SSH

D.

SFTP

Question 12

Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware. Which three considerations should an Architect bring up to the CIO? Choose 3 answers

Options:

A.

Performance

B.

Error Handling

C.

Bulkification

D.

Orchestration

E.

Logging

Question 13

Universal containers utilizes the REST API to update the multiple Salesforce objects in real time based upon changes from their ERP system. They recently started encountering API Limits and have consulted the Integration Architect on possible solutions. What two possible strategies should the architect consider? Choose 2 answers

Options:

A.

Migrate the integration to the partner WSDL to support 200 DML operations in a single API call.

B.

Migrate the integration to the Bulk API which does not count towards the API limits.

C.

Utilize the REST API batch URI to consolidate 100 DML operations into single API call.

D.

Utilize workflow outbound messaging which does not count towards the API limits.

Question 14

Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality. What type of testing program should a Technical Architect implement to reduce or eliminate this complaint?

Options:

A.

Performance Testing

B.

Unit TestingC .Regression Testing

C.

User Acceptance Testing

Question 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

Question 16

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

Options:

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.

Question 17

Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces. How should the architect ensure this requirement is met?

Options:

A.

provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.

B.

Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.

C.

Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately.

D.

Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.

Question 18

Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing. They identified one org that would act as a gateway to receiveall the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution. What limitation ofSalesforce-to-Salesforce must be considered to ensure searchless two-way integration?

Options:

A.

Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.

B.

Salesforce-to-Salesforce has a limit on number of records shared between systems.

C.

salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.

D.

salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.

Question 19

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.

Question 20

What are two benefits an Integration Architect should consider when recommending web-to-lead? Choose 2 answers

Options:

A.

Web-to-Lead requests have their own limits separate from other APIs.

B.

Web-to-Lead is a simple way to capture responses to marketing landingpages.

C.

Web-to-Lead can be utilized for Lead data migrations.

D.

web-to-Lead can be used to de-duplicate leads during integrations.

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

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.

Question 22

Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce. Which approach should an Integration Architect recommend that matches the Salesforce UI? Choose 2 answers

Options:

A.

An iFrame embedding a custom .Net application that displays data from the other systems.

B.

Acustom visualforce page with a controller thats calls-out to the other systems.

C.

A custom Visualforce page with client- side calls out to the other systems.

D.

A middleware orchestration to continuously persist data from other systems into Salesforce.

Question 23

Universal Containers has an Outbound messaging-Based integration that posts closed opportunities to an ERP system for fulfillment in 1% of the test cases, the integration creates multiple orders for a closed opportunity. Which three steps should a Technical Architect take to diagnose the issue? Choose 3 answers

Options:

A.

Review the firewall logs to make sure that the outbound messages are being delivered.

B.

Review the Enterprise Service Bus logs to make sure that successful orders arebeing acknowledged

C.

Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.

D.

Review the Enterprise Service Bus logs t make sure that orders are being created only one time.

E.

Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.

Question 24

Universal Containers would like to integrate to an external system from Salesforceover a secure channel however the external system does not support HTTP-basic authentication. What approach should an integration Architect recommend that enables the external system to trust the data being received?

Options:

A.

Digitally sign the Payload using aprivate key trusted by the external system.

B.

Include a secret passphrase in the payload that is a validated by the external system.

C.

Base64 encode the data to ensure untrusted 3rd parties don't see it.

D.

Utilize a 3rd-party SSO solution to authenticate the session.

Question 25

The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process. What two recommendations should a Technical Architect make to resolve this issue? Choose 2 answers

Options:

A.

Implement a Regression Testing policy to catch issues earlier in the development process.

B.

Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.

C.

Implement a continuous Integration process to identify issues earlier in the development process.

D.

Encourage code developers and integration developers to work in separate sandboxes.

Page: 1 / 9
Total 85 questions