
Real Mobile-Solutions-Architecture-Designer are Uploaded by Prep4King provide 2021 Latest Mobile-Solutions-Architecture-Designer Practice Tests Dumps.
All Mobile-Solutions-Architecture-Designer Dumps and Salesforce Certified Mobile Solutions Architecture Designer Training Courses Help candidates to study and pass the Salesforce Certified Mobile Solutions Architecture Designer Exams hassle-free!
NEW QUESTION 13
Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce?
- A. Use a pre-shared key in a query parameter.
- B. Encrypt the Payload with a shared key.
- C. Utilize CA - signed certificates on the host.
- D. Implement two way (or mutual) SSL certificates.
Answer: C
NEW QUESTION 14
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. Create a mobile Integration user ID whose credentials are stored within the mobile application code.
- C. Prompt for the mobile user's username and password; utilize the Enterprise WSDL login() operation to obtain a session ID.
- D. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token.
Answer: D
NEW QUESTION 15
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. Apex batch Processing
- D. point-to-point
Answer: A
NEW QUESTION 16
What are two benefits an Integration Architect should consider when recommending web-to-lead?Choose 2 answers
- A. Web-to-Lead is a simple way to capture responses to marketing landing pages.
- B. Web-to-Lead can be utilized for Lead data migrations.
- C. web-to-Lead can be used to de-duplicate leads during integrations.
- D. Web-to-Lead requests have their own limits separate from other APIs.
Answer: A,D
NEW QUESTION 17
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, what techniques should the Architect recommend to make sure theload go according to schedule?Choose 2 answers
- A. Leverage several workstations, loading different objects simultaneously.
- B. Perform loads over a weekend server resource availability.
- C. Perform a test load using a full Sandbox prior to the Production load.
- D. Pre-process data that the triggers and workflows can be deactivated.
Answer: C,D
NEW QUESTION 18
Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern to Salesforce. The security officer would like to understand the authentication solution.What are the three ways that the call back can authenticate itself to Salesforce?Choose 3 answers
- A. Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session ID.
- B. Utilize the Enterprise WSDL login() operation to obtain a new session ID.
- C. Utilize the session ID contained within the outbound message notification as the authorization header.
- D. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
- E. Utilize the REST API login() operation to obtain a new session ID
Answer: B,C,E
NEW QUESTION 19
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. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- C. Implement a Regression Testing policy to catch issues earlier in the development process.
- D. Encourage code developers and integration developers to work in separate sandboxes.
Answer: A,B
NEW QUESTION 20
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. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
- B. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
- C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
- D. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
Answer: B
NEW QUESTION 21
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. Regression Testing
- C. Unit Testing
- D. Performance testing
Answer: A,D
NEW QUESTION 22
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 23
Universal containers has a simple co -premise web app that is unauthenticated.What capability should an integration Architect recommend to make the app accessible from within Salesforce?
- A. Apex callout
- B. Visualforce
- C. Custom Web tab
- D. Lightning connect
Answer: C
NEW QUESTION 24
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. Salesforce Data Loader
Answer: D
NEW QUESTION 25
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 26
As part of their customer setup process. Universal containers requires that any address put into Salesforce be validated by the US Postal Service.The customer must provide their address while they are on the phone with the Universal Containers representative.What two solutions should a Technical Architect recommend to fulfill this requirement?Choose 2 answers
- A. Implement a VisualForce page that validates entered addresses against an API.
- B. Leverage an Appexchange application to validate addresses entered.
- C. Build a custom Address object and a trigger that will validate the address against the object.
- D. Write a trigger with an @future callout that validates addresses against an API.
Answer: A,B
NEW QUESTION 27
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 28
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. Performance
- B. Orchestration
- C. Logging
- D. Bulkification
- E. Error Handling
Answer: B,C,E
NEW QUESTION 29
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 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 no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
Answer: B,C
NEW QUESTION 30
Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce?
- A. Data Loader
- B. Metadata audit trail
- C. Workbench
- D. Force.com SOAP Explorer
Answer: C
NEW QUESTION 31
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 32
......
Valid Way To Pass Salesforce's Mobile-Solutions-Architecture-Designer Exam with : https://www.prep4king.com/Mobile-Solutions-Architecture-Designer-exam-prep-material.html
Free Test Engine For Salesforce Certified Mobile Solutions Architecture Designer Certification Exams: https://drive.google.com/open?id=10C1Ec2I833aSgyx1R47hEB6TBv-2LXvS

