Best Preparations of Mobile-Solutions-Architecture-Designer Exam 2021 Salesforce Architect Exams Unlimited 87 Questions [Q18-Q35]

Share

Best Preparations of Mobile-Solutions-Architecture-Designer Exam 2021 Salesforce Architect Exams Unlimited 87 Questions

Focus on Mobile-Solutions-Architecture-Designer All-in-One Exam Guide For Quick Preparation.

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

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

Answer: C

 

NEW QUESTION 19
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?Choose 2 answers

  • A. Bulk API with parallel option.
  • B. Standard API with serial option.
  • C. Standard API with parallel option.
  • D. Bulk API with serial option.

Answer: A,D

 

NEW QUESTION 20
Universal containers uses a 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 case needs 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?

  • A. Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals.
  • B. Use Apex callout to send case status from Salesforce to the legacy system.
  • C. use Outbound messages to send status updates from Salesforce to the legacy system.
  • D. Write an Apex web service returning case status, to be called from the legacy system.

Answer: C

 

NEW QUESTION 21
Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce. Which approach should an Integration Architect recommend that matches the Salesforce UI? Choose 2 answers

  • A. Acustom visualforce page with a controller thats calls-out to the other systems.
  • B. An iFrame embedding a custom .Net application that displays data from the other systems.
  • C. A custom Visualforce page with client- side calls out to the other systems.
  • D. A middleware orchestration to continuously persist data from other systems into Salesforce.

Answer: A,B

 

NEW QUESTION 22
Universal Containers has built an integration using the SOAP 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?

  • A. Reaching a logins per Day limit.
  • B. Too many record-lock errors
  • C. Too many concurrent sessions
  • D. Reaching an API call limit.

Answer: D

 

NEW QUESTION 23
Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations.What Salesforce platform capability should an Integration Architect consider?

  • A. Custom Apex batch job to check for SMTP messages.
  • B. Custom Apex class with webservice methods that implement the SMTP protocol.
  • C. Lightning connect with an oData/SMTP interchange.
  • D. Custom InboundEmailHandler to process the messages.

Answer: B

 

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

  • A. MiddleWare
  • B. Web Mashup
  • C. Apex batch Processing
  • D. point-to-point

Answer: A

 

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

  • A. Use lightning connect to save the data to an external object.
  • B. Use an Apex class to perform the REST callout asynchronously.
  • C. use the REST API with the content-Type headerset to "JSON."
  • D. Use an outbound Message with the record's data.

Answer: B

 

NEW QUESTION 26
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 27
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 a visualforce page to send order information to ERP.
  • B. Write a nightly batch job to send customer information to ERP.
  • C. Write an outbound message to send order information to ERP.
  • D. Write an opportunity trigger to send order information to ERP.

Answer: D

 

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

  • A. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.
  • B. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
  • C. Provide a session ID as part of the outbound message.
  • D. Define a custom WSDL based upon an Apex Interface class definition.
  • E. Build integration components without the Use of APEX.

Answer: B,C,E

 

NEW QUESTION 29
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. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
  • 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 metadata API to download the new salesforce sObject definition into the financial system integration.
  • D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.

Answer: C,D

 

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

  • A. Use Apex callout to send customer data from Salesforce to the marketing system
  • B. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
  • C. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
  • D. Use outbound messages to send customer data from Salesforce to the marketing system.
  • E. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.

Answer: A,B,D

 

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. The Integration cannot find the parent orders for some Shipments.
  • B. The integration is causing UC to exceedits API limits
  • C. Error reporting is not enabled in Salesforce.
  • D. The integration takes more than five minutes to run.

Answer: D

 

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

  • A. Data Loader
  • B. Middleware
  • C. Canvas
  • D. Process Builder

Answer: B

 

NEW QUESTION 33
Universal Containers is building a native mobile application that queries and updates data in their Salesforce in real time.What statement is correct about the Salesforce APIs?

  • A. REST API supports WS-Security.
  • B. Rest API supports oAuth
  • C. Enterprise WSDL minimizes payload size.
  • D. Enterprise WSDL supports WS-Security

Answer: B

 

NEW QUESTION 34
Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce as cases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts.After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts?Choose 2 answers

  • A. Bulk API with parallel option and batch size 100, and no code changes.
  • B. Bulk API with serial option and batch size 100, and no code changes
  • C. No change to API options, and move the trigger code into a Queuetable apex
  • D. No change to API options, and move the trigger code into a future method.

Answer: A,D

 

NEW QUESTION 35
......

Guaranteed Success with Mobile-Solutions-Architecture-Designer Dumps: https://www.itexamreview.com/Mobile-Solutions-Architecture-Designer-exam-dumps.html

Pass Salesforce Mobile-Solutions-Architecture-Designer Exam – Experts Are Here To Help You: https://drive.google.com/open?id=1OdSfqMSR5CeJQaCfZna4JV6_xYFLW9cK