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

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

Questions 4

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.

Buy Now
Questions 5

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.

Buy Now
Questions 6

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.

Buy Now
Questions 7

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

Buy Now
Questions 8

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 9

A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation. What approach should an architect recommend that conserves API limits?

Options:

A.

Use a publisher action to update the data and callback to the other system.

B.

Use the generic streaming API to publish changes and listen for updates.

C.

Use the SOAP API to upsert the data. The API will then return all opportunity details.

D.

Use a custom Apex class with a webservice method that performs both actions.

Buy Now
Questions 10

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 11

What are three capabilities of Salesforce to Salesforce(S2S)? Choose 3 answers

Options:

A.

Share reports and dashboards between Salesforceorgs.

B.

Automatically publish data from the publisher org.

C.

Manually consume data into the consumer org.

D.

Integrate data between Salesforce orgs via pre-built web service adapters.

E.

Publish data from the publisher's Account object to the consumer'sCustomer__c object.

Buy Now
Questions 12

Universal Containers acquiresplanetary shipping and decides to migrate all customercontacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems. Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts? Choose 2 answers

Options:

A.

Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.

B.

Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.

C.

Createa new formula field for (first name+last name + street number) in universal containers org and use it as External ID.

D.

Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.

Buy Now
Questions 13

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

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

Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials. Which two methods should the architect consider in order to protect these credentials? Choose 2 answers

Options:

A.

Utilize named credentials to store the username/password of the web service end post.

B.

Utilize a custom object with an encrypted text field to store the username/password of the web service end point.

C.

Utilize protected custom settings to store the username/password of the web service end point.

D.

Store the username/password directly in the Apex class that will be obfuscated in the managed package.

Buy Now
Questions 17

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 18

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 19

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

Buy Now
Questions 20

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 21

Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool. How should calls to a custom Apex web service be secured?

Options:

A.

VPN

B.

Two-way SSL

C.

Profile Security

D.

IP Whitelisting

Buy Now
Questions 22

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.

Buy Now
Questions 23

Universal containers are building an integration between Salesforce and their data warehouse. The architect has the following requirements:

1. Salesforce users need the ability to CRUD (create,read,update and delete) data from their data warehouse without leaving the Salesforce user interface

2.The integration to the data warehouse should maintain the same look and feel as the existing Salesforce user interface

3.The use ofcustom development Should be minimized

Which two solutions should the architect consider? Choose two options

Options:

A.

Utilizelightning connect with custom ApexAdapter to provided CRUD access to the data warehouse

B.

Utilize a canvas application to render the data warehouse data from within Salesforce

C.

Utilize a visual force page from 3rd party JavaScript library that will provide CRUD capabilities to the data warehouse.

D.

Utilize a 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce

Buy Now
Questions 24

Universal Containers is currently doing User Acceptance Testing for small changes in a Developer sandbox. Users are complaining that allow release to production, some functionality is broken and performance is often negatively impacted. What is causing these complaints?

Options:

A.

Users should be testingin a Partial Sandbox in order to replicate Production functionality and performance characteristics.

B.

Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.

C.

Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.

D.

Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.

Buy Now
Questions 25

When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?

Options:

A.

Base64 encode the data before performing the call out from Apex.

B.

Encrypt the data with a shared key before performing the Apex callout.

C.

Use platform Encryption to secure the data before transporting.

D.

Salesforce automatically secures all data transmissions to external systems.

Buy Now
Exam Name: Salesforce Certified Mobile Solutions Architecture Designer (SP24)
Last Update: Apr 25, 2024
Questions: 85

PDF + Testing Engine

$56  $159.99

Testing Engine

$42  $119.99
buy now Mobile-Solutions-Architecture-Designer testing engine

PDF (Q&A)

$35  $99.99
buy now Mobile-Solutions-Architecture-Designer pdf
dumpsmate guaranteed to pass
24/7 Customer Support

DumpsMate's team of experts is always available to respond your queries on exam preparation. Get professional answers on any topic of the certification syllabus. Our experts will thoroughly satisfy you.

Site Secure

mcafee secure

TESTED 26 Apr 2024