Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: netbudy65

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

Questions 4

Which two statements are correct about External ID? Choose 2 answers

Options:

A.

External IDs must be Text fields

B.

External IDs are always searchable

C.

External IDs fields are always unique

D.

External IDs can be used to upsert records

Buy Now
Questions 5

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 6

Universal containers is implementing Salesforce for the first time. As part of the implementation, approximately 10 Million contact records need to be migrated into the new environment. What tool should an architect recommend?

Options:

A.

SalesforceData Loader

B.

Data Import Wizard

C.

Excel connector

D.

Salesforce Workbench

Buy Now
Questions 7

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.

Buy Now
Questions 8

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 9

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 10

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

Buy Now
Questions 11

Universal Containers has a batch integration that runs every five minutes toload Shipment records related to existing orders that have been updated in the previous five minutes. the integration is not reporting any errors, but some Shipment records are not being loaded. What could be the problem?

Options:

A.

Error reporting is not enabledin Salesforce.

B.

The integration takes more than five minutes to run.

C.

The integration is causing UC to exceedits API limits

D.

The Integration cannot find the parent orders for some Shipments.

Buy Now
Questions 12

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.

Buy Now
Questions 13

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 14

Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce. How should an architect design this requirement considering both security and scalability?

Options:

A.

Leverage the REST API to receive orders from the ERP system as they are created.

B.

Leverage Salesforce Lightning Connect to display order information in Salesforce.

C.

write an outboundmessage to receive orders from ERP system as they are created.

D.

Build a scheduled ETL job to sync all customer order history in the orders object.

Buy Now
Questions 15

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?

Options:

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.

Buy Now
Questions 16

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

Buy Now
Questions 17

Universal containers usesa legacy system to receive and handle Level 1 service requests, and Salesforce service Cloud for Level2 requests and above, Cases will be pushed from the legacy system to Service Cloud by a nightly batch process. Once the cases are closed in SF, the caseneeds to be updated in the legacy system as soon as possible. How should the Technical Architect recommend that case status be updated in the legacy system?

Options:

A.

Use Apex callout to send case status from Salesforce to the legacy system.

B.

use Outbound messages to send status updates from Salesforce to the legacy system.

C.

Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals.

D.

Write an Apex web service returning case status, to be called from the legacy system.

Buy Now
Questions 18

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

Options:

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

Buy Now
Questions 19

Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must alsobe sent along with Opportunities. The ERP system supports only SOAP- based messages for receiving orders. What limitation of outbound messages might present a problem in this scenario?

Options:

A.

Outbound messaging does not support multiple objects

B.

Outbound messaging does not support SOAP

C.

Outbound messaging cannot be made secure

D.

Outbound messaging does not offer any reliability.

Buy Now
Questions 20

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
Questions 21

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.

Buy Now
Questions 22

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 23

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.

Buy Now
Questions 24

Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities. The ERP system has SOAP based web services orders. UC chose to use Apex callouts. Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services? Choose 2 answers

Options:

A.

Too many callouts resulting in exceeding the daily limit for number of callouts.

B.

Code changesmay be required following upgrades to the ERP system.

C.

DML operations are not allowed right after Apex callouts.

D.

Appropriate error handling to retry failed messages.

Buy Now
Exam Name: Salesforce Certified Mobile Solutions Architecture Designer(SP23)
Last Update: May 20, 2024
Questions: 85

PDF + Testing Engine

$140

Testing Engine

$105

PDF (Q&A)

$90