Free 2021 Salesforce Architect Exams Mobile-Solutions-Architecture-Designer dumps are available by Actual4Cert [Q50-Q68]

Share

Free 2021 Salesforce Architect Exams Mobile-Solutions-Architecture-Designer dumps are available on Google Drive shared by Actual4Cert

Welcome to download the newest Actual4Cert Mobile-Solutions-Architecture-Designer PDF dumps: https://www.actual4cert.com/Mobile-Solutions-Architecture-Designer-real-questions.html ( 87  Q&As)

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. Build all Integrations as nightly ETL batches to minimize real-time overhead.
  • B. Leverage Apex callouts to integrate directly with acquired applications.
  • C. Use custom Linksto direct users to the appropriate ERP system to view order status.
  • D. Use an ESB to abstract the Salesforce integration from other enterprise applications.

Answer: A

 

NEW QUESTION 51
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 workflow outbound messaging, which has a built-in queuing framework.
  • B. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
  • 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: A,D

 

NEW QUESTION 52
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.What could be the cause of this issue?

  • A. Data skew is causing record locking issues on the Oder Share object.
  • B. API limits being limited.
  • C. The trigger is failing Unit Tests that access the new data.
  • D. Record locking contention on the parent Account.

Answer: D

 

NEW QUESTION 53
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 54
Universal containers is building an integration from their employee portal to salesforce Chatter.They would like their employee portal to read and write to the Chatter API on behalf of the employee using the portal.
What is the correct way to authenticate to the chatter API to meet this requirement?

  • A. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • B. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
  • C. Use oAuth Which will pass their portal credentials to the chatter API.
  • D. Use a chatter API integrationuser which authenticates to salesforce using oAuth.

Answer: D

 

NEW QUESTION 55
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 56
In which three ways can production data be moved into a sandbox for testing purpose?

  • A. Refresh a Copy Sandbox.
  • B. Use the metadata API.
  • C. use the Apex Data Loader.
  • D. Refresh a Full Sandbox.
  • E. Request a Snapshot from Support

Answer: A,C,D

 

NEW QUESTION 57
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 the architect 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 58
Universal Containers has two integrations to Salesforce; System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts.Which approach ensures compliance with the principal of least priviledge?

  • A. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts.
  • B. Utilize separate credentials and profiles for each integration, one having "view All" to ties and the other having "Modify All" to Accounts.
  • C. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data.
  • D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.

Answer: A

 

NEW QUESTION 59
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 testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • C. Users should be testingin a Partial 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 60
What are two reasons an existing custom field cannot be marked as External ID?Choose 2 answers

  • A. Maximum number of skinny tables has been reached.
  • B. Maximum number of External IDs allowed on an object has been reached,
  • C. Maximum number of indexes allowed on an object has been reached.
  • D. Maximum number of fields of an object has been reached.

Answer: B,C

 

NEW QUESTION 61
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 62
What are three capabilities of Salesforce to Salesforce(S2S)?Choose 3 answers

  • A. Integrate data between Salesforce orgs via pre-built web service adapters.
  • B. Publish data from the publisher's Account object to the consumer's Customer__c object.
  • C. Share reports and dashboards between Salesforce orgs.
  • D. Manually consume data into the consumer org.
  • E. Automatically publish data from the publisher org.

Answer: B,D,E

 

NEW QUESTION 63
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 64
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 65
What Salesforce technology should an Integration Architect consider when needing to securely expose an external system User Interface from within the Salesforce UI and provide that system with information about the user?

  • A. Canvas
  • B. Visualforce
  • C. Lightning Component
  • D. Custom Web Tab

Answer: A

 

NEW QUESTION 66
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 at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
  • B. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
  • C. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
  • D. Review the firewall logs to make sure that the outbound messages are being delivered.
  • E. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged

Answer: A,B,E

 

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

Tested Material Used To Mobile-Solutions-Architecture-Designer: https://www.actual4cert.com/Mobile-Solutions-Architecture-Designer-real-questions.html

Following are some new Mobile-Solutions-Architecture-Designer Real Exam Questions!: https://drive.google.com/open?id=1OVk64tNWv3-GJggylA7JRjE7jF6Ei1Zr