Labour Day Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

Mobile-Solutions-Architecture-Designer Sample Questions Answers

Questions 4

Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware. Which three considerations should an Architect bring up to the CIO? Choose 3 answers

Options:

A.

Performance

B.

Error Handling

C.

Bulkification

D.

Orchestration

E.

Logging

Buy Now
Questions 5

Universal Containers is using the enterprise WSDL to integrate their financial system to salesforce, while reading y=the release notes for the upcoming salesforce release thearchitect discovers a new object will be added to the salesforce data model that would be beneficial for the financial system integration. What two actions should the architect take to ensure the new object will be available to the financial system integration? Choose 2 answers

Options:

A.

Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.

B.

Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object

C.

Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects

D.

Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.

Buy Now
Questions 6

Universal Containers has chosen Salesforce Wave as their Analytics Platform. There is a requirement to join data from multiple systems(including Salesforce) tobe displayed in a single Wave Lens. What should the Architect recommend?

Options:

A.

Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.

B.

Use Data flow to load Salesforce data, and an ETL tool to load other data sets.

C.

Use an ETL tool to join multiple sources and load them into a single data set.

D.

Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.

Buy Now
Questions 7

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 8

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 9

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

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.

Buy Now
Questions 11

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 12

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 13

What are three capabilities of Salesforce outbound messaging? Choose 3 answers

Options:

A.

Provide a session ID as part of the outbound message.

B.

Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.

C.

Build integration components without the Useof APEX.

D.

Define a WSDL based upon 2 objects related via Master-Detaikls relationship.

E.

Define a custom WSDL based upon an Apex Interface class definition.

Buy Now
Questions 14

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 15

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 16

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.

Buy Now
Questions 17

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 18

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 19

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 20

What are two scenarios that utilize the chatter REST API? Choose 2 answers

Options:

A.

When integrating chatter into custom mobile apps.

B.

When migrating Opportunity data.

C.

When uploading large files.

D.

When posting status updates to social media.

Buy Now
Questions 21

Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours. Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages? Choose 2 answers

Options:

A.

Out-of-order delivery.

B.

Duplicate messages

C.

Orphaned Requests

D.

Exceeding Governor Limits.

Buy Now
Questions 22

Universal containers has an integration that runs nightly to update the product(product2) object in Salesforce with updated product availability for over 500,000 products. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance. How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?

Options:

A.

Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.

B.

Configure Salesforce to email an administrator when Bulk API batches fail.

C.

Monitor the Bulk Data Load Jobs page daily for failed batches

D.

Configure the ETLmiddleware to notify an administrator via email when a record update fails.

Buy Now
Questions 23

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 24

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
Exam Code: Mobile-Solutions-Architecture-Designer
Exam Name: Salesforce Certified Mobile Solutions Architecture Designer (SP24)
Last Update: May 2, 2024
Questions: 85
$64  $159.99
$48  $119.99
$40  $99.99
buy now Mobile-Solutions-Architecture-Designer