Latest [Feb 11, 2022] Salesforce Mobile-Solutions-Architecture-Designer Exam Practice Test To Gain Brilliante Result [Q25-Q42]

Share

Latest [Feb 11, 2022] Salesforce Mobile-Solutions-Architecture-Designer Exam Practice Test To Gain Brilliante Result

Take a Leap Forward in Your Career by Earning Salesforce Mobile-Solutions-Architecture-Designer


How to book the Mobile-Solutions-Architecture-Designer Exam

These are following steps for registering the Mobile-Solutions-Architecture-Designer Exam. Step 1: Visit to Webassessor Exam Registration Step 2: Signup/Login to Webassessor Step 3: Select the onsite proctored or online proctored delivery method of Certification Exam Step 4: Select Date, time and confirm with a payment method

For more information, please click here.


Mobile-Solutions-Architecture-Designer Exam topics

Candidates must know the exam topics before they start of preparation. Because it will really help them in hitting the core. Our Salesforce Mobile-Solutions-Architecture-Designer dumps will include the following topics:

  • Mobile Strategy and Design 83%
  • Mobile Security 17%

 

NEW QUESTION 25
What are two benefits of named credentials?Choose 2 answers

  • A. They enforce secure communication to external systems
  • B. They securely store credentials in a maintainable way.
  • C. They simplify utilizing oAuth for Apex callouts.
  • D. They Secure integrations to Salesforce from other systems.

Answer: B,C

 

NEW QUESTION 26
Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues.Which three stages should the Architect consider to reduce the security concerns for this Integration use case?Choose 3 answers

  • A. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
  • B. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
  • C. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.
  • D. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
  • E. Enable WS-security for the web services made between Salesforce and the accounting system.

Answer: A,B,E

 

NEW QUESTION 27
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 alsobe 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 support SOAP
  • C. Outbound messaging cannot be made secure
  • D. Outbound messaging does not offer any reliability.

Answer: A

 

NEW QUESTION 28
Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing.
They identified one org that would act as a gateway to receive all the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution.What limitation of Salesforce-to-Salesforce must be considered to ensure searchless two-way integration?

  • A. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
  • B. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
  • C. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.
  • D. Salesforce-to-Salesforce has a limit on number of records shared between systems.

Answer: A

 

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

Answer: D

 

NEW QUESTION 30
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 authenticates to salesforce using oAuth.
  • B. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().
  • C. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
  • D. Use oAuth Which will pass their portal credentials to the chatter API.

Answer: A

 

NEW QUESTION 31
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 Regression Testing policy to catch 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 continuous Integration process to identify issues earlier in the development process.
  • D. Encourage code developers and integration developers to work in separate sandboxes.

Answer: B,C

 

NEW QUESTION 32
An insurance company decides to build an online portalusing 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. Middleware tool to pull quote requests from SF and push to the legacy system.
  • B. Outbound message to send quote requests from Salesforce to the legacy system.
  • C. Apex callout to send quote requests from Salesforce to the legacy System.
  • D. Trigger with an @Future method to send quoterequests to the legacy system.

Answer: C

 

NEW QUESTION 33
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 Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • B. Users should be testing with date loaded into the Developer sandbox in order to replication 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 in a Full Sandbox in order to replicate Production functionality and performance characteristics.

Answer: D

 

NEW QUESTION 34
Universal Containers has a requirement to query all Account records within Salesforce that were updated in the last 24 hours and download those Accounts to their data warehouse on a nightly basis. They expect the volume of records to be between 500-1500 records per day.What three techniques should an Architect consider?Choose 3 answers

  • A. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.
  • B. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.
  • C. Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.
  • D. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
  • E. Leverage a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.

Answer: A,C,D

 

NEW QUESTION 35
In order to avoid slowing down inbound callcenter 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. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
  • B. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
  • C. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
  • D. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.

Answer: D

 

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

Answer: B

 

NEW QUESTION 37
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 38
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. Orphaned Requests
  • B. Out-of-order delivery.
  • C. Exceeding Governor Limits.
  • D. Duplicate messages

Answer: C,D

 

NEW QUESTION 39
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. No change to API options, and move the trigger code into a Queuetable apex
  • C. Bulk API with serial option and batch size 100, and no code changes
  • D. No change to API options, and move the trigger code into a future method.

Answer: A,D

 

NEW QUESTION 40
Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database.What technology should an architect use to minimize custom development when replacing the CRM system with Salesforce?

  • A. Middleware
  • B. Outbound messaging
  • C. APEX Callout
  • D. APEX Batch

Answer: A

 

NEW QUESTION 41
Universal containers ships millions of orders per year and releases code fixes to the production org mightily.
Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production.How can Universal Containers achieve the requirement?

  • A. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
  • B. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
  • C. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
  • D. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.

Answer: B

 

NEW QUESTION 42
......


Certification Path

There is no prerequisite for this exam.

 

Authentic Best resources for Mobile-Solutions-Architecture-Designer Online Practice Exam: https://www.actual4dumps.com/Mobile-Solutions-Architecture-Designer-study-material.html