Official Bank 0/84

Salesforce Certified Mobile Solutions Architecture Designer (Mobile-Solutions-Architecture-Designer) - SalesForce Actual Exam Questions

Last updated on May 12, 2026

97% Exam Compliance
84 Total Questions
1
Question

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

Select 3
Options
A

Leverage a time-based workflow action to trigger an account outbound 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.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question

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?

Options
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."

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question

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.

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question

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

Options
A

Data Loader

B

Canvas

C

Process Builder

D

Middleware

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question

Universal containers is building an integration from their employee portal to salesforce Chatter.They would like their employee portal to read and write to the Chatter API on behalf of the employee using the portal. What is the correct way to authenticate to the chatter API to meet this requirement?

Options
A

Use oAuth to authorize the portal to access the chatter API on behalf of the user.

B

Use oAuth Which will pass their portal credentials to the chatter API.

C

Use a chatter API integration user which authenticates to salesforce using oAuth.

D

Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().

Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.