[Feb 02, 2022] Mobile-Solutions-Architecture-Designer Exam Dumps - Try Best Mobile-Solutions-Architecture-Designer Exam Questions - PassReview [Q49-Q68]

Share

[Feb 02, 2022] Mobile-Solutions-Architecture-Designer Exam Dumps - Try Best Mobile-Solutions-Architecture-Designer Exam Questions - PassReview

Verified Mobile-Solutions-Architecture-Designer exam dumps Q&As with Correct 87 Questions and Answers

NEW QUESTION 49
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. utilize the canvas SDK to perform the callouts.
  • B. Ensure each javascript resource communicates only with its origin.
  • C. Setup CORS to whitelist all domains that the client scripts communicate with.
  • D. Set up Remote site settings for all domains that the client scripts communicate with.

Answer: C,D

 

NEW QUESTION 50
Universal Containers has decidedthat acquisition of other companies will be a key 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 customer service 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?

  • A. Use an ESB to abstract the Salesforce integration from other enterprise applications.
  • 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 custom Linksto direct users to the appropriate ERP system to view order status.

Answer: B

 

NEW QUESTION 51
Universal Containers would like to integrate to an external system from Salesforce over a secure channel howeverthe external system does not support HTTP-basic authentication.What approach should an integration Architect recommend that enables the external system to trust the data being received?

  • A. Digitally sign the Payload using a private key trusted by the external system.
  • B. Utilize a 3rd-party SSO solution to authenticate the session.
  • C. Include a secret passphrase in the payload that is a validated by the external system.
  • D. Base64 encode the data to ensure untrusted 3rd parties don't see it.

Answer: D

 

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

Answer: B,D

 

NEW QUESTION 53
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. point-to-point
  • D. Apex batch Processing

Answer: A

 

NEW QUESTION 54
Universal Containers is currently doing User Acceptance Testing for small changes in a Developer sandbox.
Users are complaining that allow release to production, some functionality is broken and performance is often negatively impacted. What is causing these complaints?

  • A. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.
  • B. Users should be testingin a Partial Sandbox in order to replicate Production functionality and performance characteristics.
  • C. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • D. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.

Answer: A

 

NEW QUESTION 55
Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware.Which three considerations should an Architect bring up to the CIO?Choose 3 answers

  • A. Logging
  • B. Bulkification
  • C. Orchestration
  • D. Performance
  • E. Error Handling

Answer: A,C,E

 

NEW QUESTION 56
What are two scenarios that utilize the chatter REST API?Choose 2 answers

  • A. When posting status updates to social media.
  • B. When migrating Opportunity data.
  • C. When uploading large files.
  • D. When integrating chatter into custom mobile apps.

Answer: A,D

 

NEW QUESTION 57
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. Write a visualforce page to send order information to ERP.
  • D. Write an opportunity trigger to send order information to ERP.

Answer: D

 

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

Answer: C,D,E

 

NEW QUESTION 59
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. Encourage code developers and integration developers to work in separate sandboxes.
  • C. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • D. Implement a Regression Testing policy to catch issues earlier in the development process.

Answer: A,C

 

NEW QUESTION 60
What are three capabilities of Salesforce Lightning Connect?Choose 3 answers.

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

Answer: B,D,E

 

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

Answer: D

 

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. Apex callout to send quote requests from Salesforce to the legacy System.
  • B. Middleware tool to pull quote requests from SF and push to the legacy system.
  • C. Trigger with an @Future method to send quote requests to the legacy system.
  • D. Outbound message to send quote requests from Salesforce to the legacy system.

Answer: A

 

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

  • A. Utilize workflow outbound messaging which does not count towards the API limits.
  • B. Migrate the integration to the partner WSDL to support 200 DML operations in a single API call.
  • C. Utilize the REST API batch URI to consolidate 100 DML operations into single API call.
  • D. Migrate the integration to the Bulk API which does not count towards the API limits.

Answer: C,D

 

NEW QUESTION 64
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?Choose 2 answers

  • A. Whitelist Salesforce IPs on the firewall.
  • B. Whitelist the corporate IPS in Salesforce.
  • C. Place the systems in aDMZ.
  • D. Utilize two-way(mutual) SSL

Answer: A,D

 

NEW QUESTION 65
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. Encourage code developers and integration developers to work in separate sandboxes.
  • C. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
  • D. Implement a Regression Testing policy to catch issues earlier in the development process.

Answer: A,C

 

NEW QUESTION 66
In order to avoid slowing down inbound call center sales agents, Universal Containers wants to de-duplicate Lead records against their 3rd-party MDM system after that the agent has served the record in Salesforce.What integration strategy should an Architect recommend?

  • A. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
  • B. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
  • C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
  • D. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.

Answer: D

 

NEW QUESTION 67
Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data.Which two types of testing should a technical Architect implement to reduce or eliminate the complaint?Choose 2 answers

  • A. user Acceptance Testing
  • B. Performance testing
  • C. Unit Testing
  • D. Regression Testing

Answer: A,B

 

NEW QUESTION 68
......

Salesforce Mobile-Solutions-Architecture-Designer Test Engine PDF - All Free Dumps: https://getfreedumps.passreview.com/Mobile-Solutions-Architecture-Designer-exam-questions.html