Spring Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

Mobile-Solutions-Architecture-Designer Salesforce Certified Mobile Solutions Architecture Designer Questions and Answers

Questions 4

What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce? Choose 2 Answers

Options:

A.

Canvas can provide authorization information via the signed Request.

B.

The canvas SDK can be used to make an external systems UI look like Salesforce.

C.

Canvas can send data to an external system asynchronously.

D.

Canvas endpoint URLs can be dynamically changed via a Lifecycle Handler.

Buy Now
Questions 5

Universal containers(UC) leverages the standard opportunity and opportunity product objects to manage their orders in Salesforce. When a deal is closed, all opportunity information, including products and billing contacts, must be send to their ERP application for order fulfillment. As UC has an " express shipping " guarantee, leadership would like order information sent to ERP as quickly as possible after the deal is closed? How should an Architect fulfill this requirement?

Options:

A.

Write a nightly batch job to send customer information to ERP.

B.

Write a visualforce page to send order information to ERP.

C.

Writean opportunity trigger to send order information to ERP.

D.

Write an outbound message to send order information to ERP.

Buy Now
Questions 6

What are two reasons an existing custom field cannot be marked as External ID? Choose 2 answers

Options:

A.

Maximum number of External IDs allowed on an objecthas been reached,

B.

Maximum number of fields of an object has been reached.

C.

Maximum number of skinny tables has been reached.

D.

Maximum number of indexes allowed on an object has been reached.

Buy Now
Questions 7

In which three ways can production data be moved into a sandbox for testing purpose?

Options:

A.

Refresh a Full Sandbox.

B.

Use the metadata API.

C.

Request a Snapshot from Support

D.

Refresh a Copy Sandbox.

E.

use the Apex Data Loader.

Buy Now
Questions 8

try Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API. Whichthree statements are true about the Bulk API and REST API? Choose 3 answers

Options:

A.

DML limits on Bulk are not governed on Salesforce servers.

B.

The SOAP API provides jpb monitoring on the Salesforce setup menu.

C.

The Bulk API allows multiple attachments to be leaded from within a single ZIP file.

D.

The SOAP API avoids record locking contention on parent objects of Master-Details relationship.

E.

The Bulk API may cause record locking contension on parent objects od Master-Details relationship.

Buy Now
Questions 9

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.

Buy Now
Questions 10

Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern toSalesforce. The security officer would like to understand the authentication solution. What are the three ways that the call back can authenticate itself to Salesforce? Choose 3 answers

Options:

A.

Utilize the Enterprise WSDL login() operation to obtain a new session ID.

B.

Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.

C.

Utilize the REST API login() operation to obtain a new session ID

D.

Utilize the session ID contained within the outbound message notification as theauthorization header.

E.

Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session ID.

Buy Now
Questions 11

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.

Buy Now
Questions 12

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.

Buy Now
Questions 13

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.

Buy Now
Questions 14

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

Options:

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.

Buy Now
Questions 15

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

Options:

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.

Buy Now
Questions 16

Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations. What Salesforce platform capability should an Integration Architect consider?

Options:

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.

Buy Now
Questions 17

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.

Buy Now
Questions 18

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

Buy Now
Questions 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.

Buy Now
Questions 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.

Buy Now
Questions 21

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

Buy Now
Questions 22

Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it. Which three options should a Technical Architect consider that do not require building custom web services on the marketing system? Choose 3 answers

Options:

A.

Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.

B.

Use Apex callout to send customer data from Salesforce to the marketing system

C.

Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.

D.

Builda custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.

E.

Use outbound messages to send customer data from Salesforce to the marketing system.

Buy Now
Questions 23

In order to avoid slowing down inbound callcenter sales agents, Universal Containers wants to de-duplicate Lead records against their 3rd-party MDM system after that the agent has served the record in Salesforce. What integration strategy should an Architect recommend?

Options:

A.

Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.

B.

Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.

C.

Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.

D.

Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.

Buy Now
Questions 24

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 integrationuser which authenticates to salesforce using oAuth.

D.

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

Buy Now
Questions 25

Universal containers would like to restrict access to Salesforce to only clients on their network. Which two mechanisms should an Integration Architect utilize to prevent unauthorized clients? Choose 2 answers

Options:

A.

Configure Login IP Ranges on any profiles used by Integration

B.

Use a login flow to validate the IP and request a 2nd factor if incorrect

C.

Use a trigger to change the user ' s profile if their IP is not trusted.

D.

Enable the " Lock sessions to the IP address from which they originated " setting.

Buy Now
Exam Name: Salesforce Certified Mobile Solutions Architecture Designer
Last Update: May 5, 2026
Questions: 85

PDF + Testing Engine

$63.52  $181.49

Testing Engine

$50.57  $144.49
buy now Mobile-Solutions-Architecture-Designer testing engine

PDF (Q&A)

$43.57  $124.49
buy now Mobile-Solutions-Architecture-Designer pdf