Salesforce Mobile-Solutions-Architecture-Designer Cert Guide PDF 100% Cover Real Exam Questions [Q28-Q46]

Share

Salesforce Mobile-Solutions-Architecture-Designer Cert Guide PDF 100% Cover Real Exam Questions

Pass Mobile-Solutions-Architecture-Designer Exam - Real Questions & Answers


How to book the Mobile-Solutions-Architecture-Designer Exam

These are following steps for registering the Mobile-Solutions-Architecture-Designer Exam. Step 1: Visit to Webassessor Exam Registration Step 2: Signup/Login to Webassessor Step 3: Select the onsite proctored or online proctored delivery method of Certification Exam Step 4: Select Date, time and confirm with a payment method

For more information, please click here.


Salesforce Mobile-Solutions-Architecture-Designer Exam

Salesforce Mobile-Solutions-Architecture-Designer Exam is related to Salesforce Certified Mobile Solutions Architecture Designer Certification. This exam validates the Candidate ability to assess customer mobile architecture and design secure, high-performance mobile solutions while leveraging the Lightning Mobile Platform and SDKs. It also deals with the ability to articulate technical mobile solutions to technical stakeholders and provide mobile solutions across a variety of devices and degrees of connectivity.

 

NEW QUESTION 28
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?

  • A. SSH
  • B. SMTP
  • C. SFTP
  • D. TLS

Answer: D

 

NEW QUESTION 29
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 taken offline 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 a Technical Architect make to resolve this issue?Choose 3 answers

  • A. Pre-process the data to avoid the need for workflow rules or triggers
  • B. Use the Bulk API UPDATE or UPSERT records more efficiently.
  • C. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
  • D. Contact Salesforce support to request that they turn off record locking on the Product2 object.
  • E. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.

Answer: A,B,E

 

NEW QUESTION 30
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

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

Answer: A,C

 

NEW QUESTION 31
Universal Containers has a batch integration that runs every five minutes to load 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?

  • A. Error reporting is not enabled in Salesforce.
  • B. The Integration cannot find the parent orders for some Shipments.
  • C. The integration is causing UC to exceedits API limits
  • D. The integration takes more than five minutes to run.

Answer: D

 

NEW QUESTION 32
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

  • A. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged
  • B. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
  • C. Review the firewall logs to make sure that the outbound messages are being delivered.
  • D. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
  • E. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.

Answer: A,D,E

 

NEW QUESTION 33
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

  • A. Code changes may be required following upgrades to the ERP system.
  • B. Appropriate error handling to retry failed messages.
  • C. DML operations are not allowed right after Apex callouts.
  • D. Too many callouts resulting in exceeding the daily limit for number of callouts.

Answer: C,D

 

NEW QUESTION 34
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?

  • A. @Future method with an Apex callout.
  • B. Remote Invocation initiated by Middleware
  • C. Outbound Message with a Callback.
  • D. Nightly batch validating records modified the previous day.

Answer: C

 

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

  • A. Use an ETL tool to join multiple sources and load them into a single data set.
  • B. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
  • C. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
  • D. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.

Answer: A

 

NEW QUESTION 36
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?Choose 2 answers

  • A. They cannot be built or maintained declaratively
  • B. They require unit and functional testing
  • C. They cannot utilize publisher actions.
  • D. They consume more API limits than SOAP or REST API

Answer: A,C

 

NEW QUESTION 37
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

  • A. Streaming API to support real-time data updates by other users within Salesforce.
  • B. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
  • C. Streaming API to support push notifications to users on mobile devices using Salesforce1.
  • D. REST API to continuously poll Salesforce for updates to records.
  • E. Generic Streaming API to support notifications coming from other systems.

Answer: A,B,C

 

NEW QUESTION 38
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?

  • A. Excel connector
  • B. Salesforce Workbench
  • C. Data Import Wizard
  • D. SalesforceData Loader

Answer: D

 

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

  • A. Salesforce automatically secures all data transmissions to external systems.
  • B. Base64 encode the data before performing the call out from Apex.
  • C. Use platform Encryption to secure the data before transporting.
  • D. Encrypt the data with a shared key before performing the Apex callout.

Answer: B

 

NEW QUESTION 40
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.Which two integration designs should the architect consider?Choose 2 answers

  • A. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
  • B. Utilize workflow outbound messaging, which has a built-in queuing framework.
  • C. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
  • D. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.

Answer: B,D

 

NEW QUESTION 41
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?

  • A. Leverage Salesforce Lightning Connect to display order information in Salesforce.
  • B. Leverage the REST API to receive orders from the ERP system as they are created.
  • C. Build a scheduled ETL job to sync all customer order history in the orders object.
  • D. write an outbound message to receive orders from ERP system as they are created.

Answer: B

 

NEW QUESTION 42
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?

  • A. Write an outbound message to send order information to ERP.
  • B. Write a nightly batch job to send customer information to ERP.
  • C. Writean opportunity trigger to send order information to ERP.
  • D. Write a visualforce page to send order information to ERP.

Answer: C

 

NEW QUESTION 43
Universal Containers manages a catalog of overone million products that it makes available to its customers.
The master product catalog is stored and managed in their ERP application with frequent updates made to the product catalog by their sourcing team. The sourcing team may update attributes suchas price, general catalog availability, and the product description. When the sourcing team makes an update that change must go into effect during the next business day and there may be thousands of changes made over the course of the day.
What integration pattern would you recommend to best manage this scenario?

  • A. Build a scheduled ETL job to sync products on a nightly basis from ERP.
  • B. Write a custom web service to accept product catalog changes from ERP.
  • C. Use the streaming API to receive product changes in real time from ERP.
  • D. Write an outbound message to send productchanges in real time from ERP.

Answer: A

 

NEW QUESTION 44
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 receive all 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 of Salesforce-to-Salesforce must be considered to ensure searchless two-way integration?

  • A. Salesforce-to-Salesforce has a limit on number of records shared between systems.
  • B. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
  • C. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
  • D. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.

Answer: C

 

NEW QUESTION 45
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

  • A. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
  • B. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
  • C. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
  • D. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects

Answer: B,C

 

NEW QUESTION 46
......

100% Free Mobile-Solutions-Architecture-Designer Daily Practice Exam With 87 Questions: https://www.actual4dump.com/Salesforce/Mobile-Solutions-Architecture-Designer-actualtests-dumps.html

Pass Mobile-Solutions-Architecture-Designer Review Guide, Reliable Mobile-Solutions-Architecture-Designer Test Engine: https://drive.google.com/open?id=1RgmKMJxa6AC5lYpneXPvomc-BsVT8Gz3