Complete list of current Q & A>> Download Salesforce Certified Mobile Solutions Architecture Designer – Quiz 1 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer 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. Base64 encode the data before performing the call out from Apex. B. Encrypt the data with a shared key before performing the Apex callout. C. Use platform Encryption to secure the data before transporting. D. Salesforce automatically secures all data transmissions to external systems. 2 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal Containers would like to display data from an external system inside of Salesforce, and has chosen not to enable lightning Experience. They do not need the data for any other purposes within Salesforce. Whichapproach should an Integration Architect recommend that matches the Salesforce UI? Choose 2 answers A. An iFrame embedding a custom .Net application that displays data from the other systems. B. A custom visualforce page with a controller thats calls-out to the other systems. C. A custom Visualforce page with client- side calls out to the other systems. D. A middleware orchestration to continuously persist data from other systems into Salesforce. 3 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer What are the three capabilities of the Bulk API? Choose 3 answers A. process multiple batch jobs asynchronously B. Process multiple batch jobs synchronously C. Roll back all transactions within a batch of 10000 records D. Monitor job status via the API. E. Monitor job status via the Web UI. 4 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Which mechanism should an Integration Architect recommend to make a secure, authenticated connection toa remote system that results in the remote system trusting Salesforce? A. Encrypt the Payload with a shared key. B. Use a pre-shared key in a query parameter. C. Implement two way (or mutual) SSL certificates. D. Utilize CA – signed certificates on the host. 5 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal containers utilizes the REST API to update the multiple Salesforce objects in real time based uponchanges 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. Migrate the integration to the partner WSDL to support 200 DML operations in a single API call. B. Migrate the integration to the Bulk API which does not count towards the API limits. C. Utilize the REST API batch URI to consolidate 100 DML operations into single API call. D. Utilize workflow outbound messaging which does not count towards the API limits. 6 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal containers would like to restrict access to Salesforce to only clients on their network. Which twomechanisms should an Integration Architect utilize to prevent unauthorized clients? Choose 2 answers A. Configure Login IP Ranges on any profiles used by Integration B. Use a login flow to validate the IP and request a 2nd factor if incorrect C. Use a trigger to change the user's profile if their IP is not trusted. D. Enable the "Lock sessions to the IP address from which they originated" setting. 7 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality. What type of testing program should a Technical Architect implement to reduce or eliminate this complaint? A. Performance Testing B. Unit Testing c. Regression Testing D. User Acceptance Testing 8 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Which two statements are correct about External ID? Choose 2 answers A. External IDs must be Text fields B. External IDs are always searchable C. External IDs fields are always unique D. External IDs can be used to upsert records 9 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer What are three capabilities of Salesforce Lightning Connect? Choose 3 answers. A. Write to OData – Compliant data sources without APEX. B. Read from OData – Compliant data sources without APEX. C. Associate external object records to Salesforce Account records. D. Write triggers and workflows on external objects. E. Write SOQL queries on external object. 10 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal Containers is building a managed package to distribute on the AppExchange. As part of the solutionthey would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials. Which two methods should the architect consider in order to protect these credentials? Choose 2 answers A. Utilize named credentials to store the username/password of the web service end post. B. Utilize a custom object with an encrypted text field to store the username/password of the web service endpoint. C. Utilize protected custom settings to store the username/password of the web service end point. D. Store the username/password directly in the Apex class that will be obfuscated in the managed package. 11 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer 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. Load the data into salesforce and then utilize the contact Duplicate Rule feature B. Utilize an off-platform de-duplication tool prior to loading. C. Create a de-duplication trigger before loading the data. D. Utilize a batch apex process to de-duplicate the data after loading. 12 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal containers has a simple co -premise web app that is unauthenticated. What capability should anintegration Architect recommend to make the app accessible from within Salesforce? A. Apex callout B. Visualforce C. Custom Web tab D. Lightning connect 13 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal containers decided to use Salesforce sales cloud for their sales processes. 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 support SOAP C. Outbound messaging cannot be made secure D. Outbound messaging does not offer any reliability. 14 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records. While planning for the data migration, whattechniques should the Architect recommend to make sure the load go according to schedule? Choose 2 answers A. Pre-process data that the triggers and workflows can be deactivated. B. Perform a test load using a full Sandbox prior to the Production load. C. Perform loads over a weekend server resource availability. D. Leverage several workstations, loading different objects simultaneously. 15 / 15 Category: Salesforce Certified Mobile Solutions Architecture Designer Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to “Max CPUtime exceeded” errors which could be resolved with a Similar batch size. What are two risks involved with batch sizes that are too small? Choose 2 answers A. Possibilityof hitting the daily limit for number of batches. B. possibility of very long bulk job execution times C. Possibility of failures due to record-locking errors. D. Possibility of hitting the "Too many concurrent batches" limit. Your score is 0% Restart quiz Send feedback