[Q48-Q73] Salesforce Mobile-Solutions-Architecture-Designer Practice Verified Answers - Pass Your Exams For Sure! [2021]

Share

Salesforce Mobile-Solutions-Architecture-Designer Practice Verified Answers - Pass Your Exams For Sure! [2021]

Valid Way To Pass Salesforce Architect Exams's  Mobile-Solutions-Architecture-Designer Exam

NEW QUESTION 48
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. Writean opportunity trigger to send order information to ERP.

Answer: D

 

NEW QUESTION 49
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 50
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?

  • A. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • B. Use Apex callout to push orders from universal Containers to Planetary Shipping
  • C. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
  • D. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping

Answer: D

 

NEW QUESTION 51
What are two benefits an Integration Architect should consider when recommending web-to-lead?Choose 2 answers

  • A. Web-to-Lead is a simple way to capture responses to marketing landing pages.
  • B. Web-to-Lead can be utilized for Lead data migrations.
  • C. web-to-Lead can be used to de-duplicate leads during integrations.
  • D. Web-to-Lead requests have their own limits separate from other APIs.

Answer: A,D

 

NEW QUESTION 52
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 53
Universal Containers is building a mobile application that connects to Salesforce for reading and updating dataWhat is the appropriate authentication solution?

  • A. Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.
  • B. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
  • C. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.
  • D. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.

Answer: D

 

NEW QUESTION 54
Universal Containers has just purchased large volume of contact data from an external 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?

  • A. Utilize an off-platform de-duplication tool prior to loading.
  • B. Utilize a batch apex process to de-duplicate the data after loading.
  • C. Load the data into salesforce and then utilize the contact Duplicate Rule feature
  • D. Create a de-duplication trigger before loading the data.

Answer: A

 

NEW QUESTION 55
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 56
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 require unit and functional testing
  • B. They consume more API limits than SOAP or REST API
  • C. They cannot utilize publisher actions.
  • D. They cannot be built or maintained declaratively

Answer: C,D

 

NEW QUESTION 57
Which two statements are correct about External ID?Choose 2 answers

  • A. External IDs are always searchable
  • B. External IDs must be Text fields
  • C. External IDs fields are always unique
  • D. External IDs can be used to upsert records

Answer: A,D

 

NEW QUESTION 58
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 59
Universal containers decided to use Salesforce sales cloud for their sales processes won Opportunities must be sent to external ERP system for order fulfillment. All the line items must also be sent along with Opportunities. The ERP system supports only SOAP- based messages for receiving orders.What limitation of outbound messages might present a problem in this scenario?

  • A. Outbound messaging does not support multiple objects
  • B. Outbound messaging does not offer any reliability.
  • C. Outbound messaging does not support SOAP
  • D. Outbound messaging cannot be made secure

Answer: A

 

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

Answer: A,C,D

 

NEW QUESTION 61
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. The source system is green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.Which two steps should the Technical Architect should recommend?Choose 2 answers

  • A. Review the Salesforce data model and Validation rules and modify the integration as necessary.
  • B. Use SOAP headers to turn off validation rules and triggers during the integration.
  • C. Implements a regression testing policy to detect issues following development.
  • D. Ask the ERP report designers to redesign the report to provide properly formatted data.

Answer: A,C

 

NEW QUESTION 62
An insurance company decides to build an online portal using the Salesforce platform for receiving quote requests from customers. The company has a legacy quoting system that will generate quotes while the rest of the sales process is managed by Salesforce Sales Cloud. The legacy system has an API for creating quotes.What Implementation method should be used so that customers can request quotes online and receive them in real time?

  • A. Trigger with an @Future method to send quote requests to the legacy system.
  • B. Apex callout to send quote requests from Salesforce to the legacy System.
  • C. Middleware tool to pull quote requests from SF and push to the legacy system.
  • D. Outbound message to send quote requests from Salesforce to the legacy system.

Answer: B

 

NEW QUESTION 63
try Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API.Which three statements are true about the Bulk API and REST API?Choose 3 answers

  • A. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
  • B. The SOAP API provides jpb monitoring on the Salesforce setup menu.
  • C. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
  • D. DML limits on Bulk are not governed on Salesforce servers.
  • E. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.

Answer: A,C,E

 

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

  • A. Ensure each javascript resource communicates only with its origin.
  • B. Setup CORS to whitelist all domains that the client scripts communicate with.
  • C. utilize the canvas SDK to perform the callouts.
  • D. Set up Remote site settings for all domains that the client scripts communicate with.

Answer: B,D

 

NEW QUESTION 65
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. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
  • D. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
  • E. Contact Salesforce support to request that they turn off record locking on the Product2 object.

Answer: A,B,C

 

NEW QUESTION 66
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 67
What are three capabilities of Salesforce Lightning Connect?Choose 3 answers.

  • A. Associate external object records to Salesforce Account records.
  • B. Write to OData - Compliant data sources without APEX.
  • C. Write triggers and workflows on external objects.
  • D. Read from OData - Compliant data sources without APEX.
  • E. Write SOQL queries on external object.

Answer: A,D,E

 

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

  • 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. Store the Salesforce Product ID in the source system to eliminate the needfor External IDs and UPSERT API calls.
  • D. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
  • E. Contact Salesforce support to request that they turn off record locking on theProduct2 object.

Answer: A,B,C

 

NEW QUESTION 69
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. Appropriate error handling to retry failed messages.
  • B. Too many callouts resulting in exceeding the daily limit for number of callouts.
  • C. DML operations are not allowed right after Apex callouts.
  • D. Code changes may be required following upgrades to the ERP system.

Answer: B,C

 

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

  • A. Duplicate messages
  • B. Out-of-order delivery.
  • C. Orphaned Requests
  • D. Exceeding Governor Limits.

Answer: A,D

 

NEW QUESTION 71
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process.What two recommendations should a Technical Architect make to resolve this issue?Choose 2 answers

  • A. Implement a continuous Integration process to identify issues earlier in the development process.
  • B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • C. Implement a Regression Testing policy to catch issues earlier in the development process.
  • D. Encourage code developers and integration developers to work in separate sandboxes.

Answer: A,B

 

NEW QUESTION 72
Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool.How should calls to a custom Apex web service be secured?

  • A. Profile Security
  • B. VPN
  • C. Two-way SSL
  • D. IP Whitelisting

Answer: C

 

NEW QUESTION 73
......

Salesforce Mobile-Solutions-Architecture-Designer Pre-Exam Practice Tests | DumpStillValid: https://www.dumpstillvalid.com/Mobile-Solutions-Architecture-Designer-prep4sure-review.html

Mobile-Solutions-Architecture-Designer practice test questions, answers, explanations: https://drive.google.com/open?id=1GGmaO9oTKL-KCMJ7tEd95rqvc6R6zPvP