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

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

Questions 4

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 5

Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data. Which two types of testing should a technical Architect implementto reduce or eliminate the complaint? Choose 2 answers

Options:

A.

user Acceptance Testing

B.

Unit Testing

C.

Regression Testing

D.

Performance testing

Buy Now
Questions 6

What are two considerations to make when performing SOAP callouts from within Apex? Choose 2 answers

Options:

A.

SOAP callouts consume API limits.

B.

WSDL2Apex supports RPC-style SOAP callouts.

C.

WSDL2Apex can be used to generate stub code.

D.

SOAP callouts cannot occur after any DML statements.

Buy Now
Questions 7

Universal Containers has just purchased large volume of contact data from anexternal vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts. What should an Architect recommend to prevent data duplication in salesforce?

Options:

A.

Load the data into salesforce and then utilize the contact Duplicate Rule feature

B.

Utilize an off-platform de-duplication tool prior to loading.

C.

Create a de-duplication trigger before loading the data.

D.

Utilize a batch apex process to de-duplicate thedata after loading.

Buy Now
Questions 8

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 9

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 10

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 11

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 12

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 13

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 14

Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing. They identified one org that would act as a gateway to receiveall the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution. What limitation ofSalesforce-to-Salesforce must be considered to ensure searchless two-way integration?

Options:

A.

Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.

B.

Salesforce-to-Salesforce has a limit on number of records shared between systems.

C.

salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.

D.

salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.

Buy Now
Questions 15

Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time. Which three approaches should be considered when selecting the correct API? Choose 3 answers

Options:

A.

REST API to continuously poll Salesforce for updates to records.

B.

Generic Streaming API to support notifications coming from other systems.

C.

Streaming API to support push notifications to users on mobile devices using Salesforce1.

D.

Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.

E.

Streaming API to support real-time data updates by other users within Salesforce.

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

Universal Containers has a SOAP-based integration that runs nightly to update the Product(Product2) object in Salesforce with updated product availability for over 500,000 products. The source system is a green-screen ERP that must be takenoffline to produce nightly production reports, such as the inventory availability report used for this integration. The integration is performing very slowly and does not complete within the allocated four-hour time slot. What three recommendations might aTechnical Architect make to resolve this issue? Choose 3 answers

Options:

A.

Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.

B.

Store the Salesforce Product ID in the source system to eliminate the needfor External IDs and UPSERT API calls.

C.

Pre-process the data to avoid the need for workflow rules or triggers

D.

Use the Bulk API UPDATE or UPSERT records more efficiently.

E.

Contact Salesforce support to request that they turn off record locking on theProduct2 object.

Buy Now
Questions 19

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 20

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 21

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 22

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 23

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 24

Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?

Options:

A.

Workbench

B.

Data Loader

C.

Force.com SOAP Explorer

D.

Metadata audit trail

Buy Now
Questions 25

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
Exam Name: Salesforce Certified Mobile Solutions Architecture Designer(SP23)
Last Update: Apr 30, 2024
Questions: 85
Mobile-Solutions-Architecture-Designer pdf

Mobile-Solutions-Architecture-Designer PDF

$28  $80
Mobile-Solutions-Architecture-Designer Engine

Mobile-Solutions-Architecture-Designer Testing Engine

$33.25  $95
Mobile-Solutions-Architecture-Designer PDF + Engine

Mobile-Solutions-Architecture-Designer PDF + Testing Engine

$45.5  $130