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

Mobile-Solutions-Architecture-Designer Salesforce Certified Mobile Solutions Architecture Designer (SP24) 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

What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

Options:

A.

Visualforce

B.

Custom Web Tab

C.

Canvas

D.

Lightning Component

Buy Now
Questions 6

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 7

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 8

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 9

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 10

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 11

Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders. What is the best way to integrate the business processes of the companies?

Options:

A.

Use Apex callout to push orders from universal Containers to Planetary Shipping

B.

Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping

C.

Use Outbound messages to send orders from Universal Containers to Planetary shipping.

D.

Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.

Buy Now
Questions 12

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 13

Universal Containers wishes to move data between 3 back office systems: ERP, financial and a legacy home-grown shipping system that will be replaced 3 months after integration is scheduled to be complete. What integration pattern should an architect recommend to ensure minimal throwaway code?

Options:

A.

point-to-point

B.

Web Mashup

C.

MiddleWare

D.

Apex batch Processing

Buy Now
Questions 14

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 15

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 16

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 17

Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy. What technology should an Architectrecommend in order to minimize Salesforce code customizations?

Options:

A.

Data Loader

B.

Canvas

C.

Process Builder

D.

Middleware

Buy Now
Questions 18

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 19

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 20

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 21

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 22

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

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

PDF + Testing Engine

$66.4  $165.99

Testing Engine

$46  $114.99
buy now Mobile-Solutions-Architecture-Designer testing engine

PDF (Q&A)

$42  $104.99
buy now Mobile-Solutions-Architecture-Designer pdf