Labour Day Special - Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: top65certs

Architect Exams Mobile-Solutions-Architecture-Designer Reddit Questions

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

Question 17

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 18

What should an integration Architect consider when building a visulaforce page that makes client-side callouts to multiple domains that may violate the browser's same-origin policy? Choose 2 answers

Options:

A.

Setup CORS to whitelistall domains that the client scripts communicate with.

B.

utilize the canvas SDK to perform the callouts.

C.

Ensure each javascript resource communicates only with its origin.

D.

Set up Remote site settings for all domains that the client scripts communicate with.

Question 19

Universal Containers has two integrations to Salesforce; System A requires read-only accessto all Opportunity data while System B requires read-write access to all Accounts. Which approach ensures compliance with the principal of least priviledge?

Options:

A.

Utilize a single "Integration User" with the "Modify All data" profile setting enabled so thatall integrations always have access to all data.

B.

Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.

C.

Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.

D.

Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.

Question 20

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.