
Pass Salesforce Mobile-Solutions-Architecture-Designer PDF Dumps | Recently Updated 87 Questions
Updated Test Engine to Practice Mobile-Solutions-Architecture-Designer Dumps & Practice Exam
What is the duration of the Mobile-Solutions-Architecture-Designer Exam
- Passing Score: 68%
- Number of Questions: 60
- Length of Examination: 120 minutes
- Format: Multiple choices, multiple answers
NEW QUESTION 44
A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation.What approach should an architect recommend that conserves API limits?
- A. Use the SOAP API to upsert the data. The API will then return all opportunity details.
- B. Use a custom Apex class with a webservice method that performs both actions.
- C. Use a publisher action to update the data and callback to the other system.
- D. Use the generic streaming API to publish changes and listen for updates.
Answer: B
NEW QUESTION 45
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 Partial Sandbox in order to replicate Production functionality and performance characteristics.
- B. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics.
- C. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics.
- D. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
Answer: B
NEW QUESTION 46
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 47
Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it.Which three options should a Technical Architect consider that do not require building custom web services on the marketing system?Choose 3 answers
- A. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data.
- B. Use Apex callout to send customer data from Salesforce to the marketing system
- C. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system.
- D. Use outbound messages to send customer data from Salesforce to the marketing system.
- E. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis.
Answer: A,B,D
NEW QUESTION 48
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?
- A. SSH
- B. SMTP
- C. SFTP
- D. TLS
Answer: D
NEW QUESTION 49
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. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
- B. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
- C. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
- D. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
Answer: C
NEW QUESTION 50
What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?
- A. Use an outbound Message with the record's data.
- B. Use lightning connect to save the data to an external object.
- C. use the REST API with the content-Type headerset to "JSON."
- D. Use an Apex class to perform the REST callout asynchronously.
Answer: D
NEW QUESTION 51
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. Enterprise WSDL minimizes payload size.
- B. Enterprise WSDL supports WS-Security
- C. REST API supports WS-Security.
- D. Rest API supports oAuth
Answer: D
NEW QUESTION 52
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 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 cannot be made secure
- B. Outbound messaging does not offer any reliability.
- C. Outbound messaging does not support SOAP
- D. Outbound messaging does not support multiple objects
Answer: D
NEW QUESTION 53
What are two benefits of named credentials?Choose 2 answers
- A. They Secure integrations to Salesforce from other systems.
- B. They enforce secure communication to external systems
- C. They simplify utilizing oAuth for Apex callouts.
- D. They securely store credentials in a maintainable way.
Answer: C,D
NEW QUESTION 54
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?Choose 2 answers
- A. Standard API with serial option.
- B. Bulk API with parallel option.
- C. Standard API with parallel option.
- D. Bulk API with serial option.
Answer: B,D
NEW QUESTION 55
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 the REST API batch URI to consolidate 100 DML operations into single API call.
- B. Utilize workflow outbound messaging which does not count towards the API limits.
- C. Migrate the integration to the Bulk API which does not count towards the API limits.
- D. Migrate the integration to the partner WSDL to support 200 DML operations in a single API call.
Answer: A,C
NEW QUESTION 56
Which two automated methods should an architect use to solve an issue with duplicate contacts?Choose 2 answers
- A. Assign new contacts to queues to be reviewed by a data quality team.
- B. Write a Batch Apex class to manage the deduplication
- C. Leverage an AppExchange data management toolto de-duplicate contacts.
- D. Enable duplicate management in the org to prevent duplicates.
Answer: C,D
NEW QUESTION 57
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. Outbound message 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. 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 58
Universal Containers acquiresplanetary shipping and decides to migrate all customer contacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems.Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts?Choose 2 answers
- A. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
- B. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
- C. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
- D. Create a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
Answer: A,C
NEW QUESTION 59
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 takenoffline 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 aTechnical 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. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
- D. Contact Salesforce support to request that they turn off record locking on theProduct2 object.
- E. Store the Salesforce Product ID in the source system to eliminate the needfor External IDs and UPSERT API calls.
Answer: A,B,E
NEW QUESTION 60
Universal Containers acquiresplanetary shipping and decides to migrate all customercontacts of planetary Shipping into Universal Containers Salesforce org Due to the lack of common unique identifier, they decide that a combination of first name, last name and street address could be used as a key to identify duplicate contacts. These three fields are populated on all contacts in both the systems. Which two methods should be considered to load contacts into Universal Containers org and avoid creation of duplicate contacts? Choose 2 answers
- A. Createa new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
- B. Create a new text field to contain a hashed value for (first name+last name + street number) in Universal containers org and define it as External ID.
- C. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
- D. Create an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
Answer: B,D
NEW QUESTION 61
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 62
......
Certification Path
There is no prerequisite for this exam.
Salesforce Mobile-Solutions-Architecture-Designer Dumps Cover Real Exam Questions: https://www.preppdf.com/Salesforce/Mobile-Solutions-Architecture-Designer-prepaway-exam-dumps.html
Dumps Collection Mobile-Solutions-Architecture-Designer Test Engine Dumps Training With 87 Questions: https://drive.google.com/open?id=1ao80sk82IGqInOlbE4nhf_bzNV-h6Fd5