Mobile-Solutions-Architecture-Designer Salesforce Certified Mobile Solutions Architecture Designer

Loading demo links...

Showing 4–6 of 10 questions

Question 4

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

Select all that apply, then click Submit answer.

  • Implement a Regression Testing policy to catch issues earlier in the development process.

  • Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.

  • Implement a continuous Integration process to identify issues earlier in the development process.

  • Encourage code developers and integration developers to work in separate sandboxes.

Question 5

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

Select all that apply, then click Submit answer.

  • Ask the ERP report designers to redesign the report to provide properly formatted data.

  • Implements a regression testing policy to detect issues following development.

  • Use SOAP headers to turn off validation rules and triggers during the integration.

  • Review the Salesforce data model and Validation rules and modify the integration as necessary.

Question 6

Universal Containers is building a mobile application that connects to Salesforce for reading and updating data What is the appropriate authentication solution?

Select an option, then click Submit answer.

  • Create a mobile Integration user ID whose credentials are stored within the mobile application code.

  • Prompt for the mobile user's username and Password; utilize the oAuth Username-Password flow to obtain an oAuth token.

  • Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.

  • Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.