
Pass Mobile-Solutions-Architecture-Designer Exam in First Attempt Guaranteed 2021 Dumps!
Mobile-Solutions-Architecture-Designer Dumps Full Questions - Exam Study Guide
NEW QUESTION 26
Universal containers(UC) leverages the standard opportunity and opportunity product objects to manage their orders in Salesforce. When a deal is closed, all opportunity information, including products and billing contacts, must be send to their ERP application for order fulfillment. As UC has an "express shipping" guarantee, leadership would like order information sent to ERP as quickly as possible after the deal is closed?How should an Architect fulfill this requirement?
- A. Write a visualforce page to send order information to ERP.
- B. Write a nightly batch job to send customer information to ERP.
- C. Write an outbound message to send order information to ERP.
- D. Write an opportunity trigger to send order information to ERP.
Answer: D
NEW QUESTION 27
Universal Containers has built an integration using the SOAP API to load records from a back-office system into Salesforce. The records created in the back-office system must be loaded into Salesforce in almost real time, so a custommodule was written to identify CRUD events in the back-office system and perform sync with Salesforce. UC has several other systems that integrate with Salesforce through the SOAP API using separate integration users.What is a risk involved with this sort of integration?
- A. Reaching a logins per Day limit.
- B. Too many record-lock errors
- C. Too many concurrent sessions
- D. Reaching an API call limit.
Answer: D
NEW QUESTION 28
Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces.How should the architect ensure this requirement is met?
- A. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately.
- B. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data.
- C. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data.
- D. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.
Answer: C
NEW QUESTION 29
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 - C. User Acceptance Testing
Answer: C
NEW QUESTION 30
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 thearchitect 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 31
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?Choose 2 answers
- A. Whitelist the corporate IPS in Salesforce.
- B. Whitelist Salesforce IPs on the firewall.
- C. Utilize two-way(mutual) SSL
- D. Place the systems in aDMZ.
Answer: B,C
NEW QUESTION 32
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 33
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 34
Universal Containers wishes to validate street addresses in Salesforce against their legacy Accounting system,Which is the system of record. Retrieving an Account record in this system takes 7-12 seconds per query, and the address must be validated as quickly as possible to ensure proper order processing.What integration pattern should an Architect suggest?
- A. Remote Invocation initiated by Middleware
- B. Nightly batch validating records modified the previous day.
- C. Outbound Message with a Callback.
- D. @Future method with an Apex callout.
Answer: C
NEW QUESTION 35
try Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API.Which three statements are true about the Bulk API and REST API?Choose 3 answers
- A. The Bulk API allows multiple attachments to be leaded from within a single ZIP file.
- B. The SOAP API provides jpb monitoring on the Salesforce setup menu.
- C. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.
- D. DML limits on Bulk are not governed on Salesforce servers.
- E. The SOAP API avoids record locking contention on parent objects of Master-Details relationship.
Answer: A,C,E
NEW QUESTION 36
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 37
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 an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
- 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 a new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
Answer: A,B
NEW QUESTION 38
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 39
What are the three capabilities of the Bulk API? Choose 3 answers
- A. Monitorjob status via the API.
- B. process multiple batch jobs asynchronously
- C. Roll back all transactions within a batch of 10000 records
- D. Monitor job status via the Web UI.
- E. Process multiple batch jobs synchronously
Answer: A,B,D
NEW QUESTION 40
Which two automated methods should an architect use to solve an issue with duplicate contacts?Choose 2 answers
- A. Write a Batch Apex class to manage the deduplication
- B. Enable duplicate management in the org to prevent duplicates.
- C. Leverage an AppExchange data management toolto de-duplicate contacts.
- D. Assign new contacts to queues to be reviewed by a data quality team.
Answer: B,C
NEW QUESTION 41
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 42
Universal containers are building an integration between Salesforce and their data warehouse. The architecthas the following requirements:
1. Salesforce users need the ability to CRUD (create,read,update and delete) data from their data warehouse without leaving the Salesforce user interface
2.The integration to the data warehouse should maintain the same look and feel as the existing Salesforce user interface
3.The use of custom development Should be minimized
Which two solutions should the architect consider?Choose two options
- A. Utilizelightning connect with custom ApexAdapter to provided CRUD access to the data warehouse
- B. Utilize a canvas application to render the data warehouse data from within Salesforce
- C. Utilize a 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce
- D. Utilize a visual force page from 3rd party JavaScript library that will provide CRUD capabilities to the data warehouse.
Answer: A,B
NEW QUESTION 43
......
Salesforce Architect Exams Free Certification Exam Material from PrepAwayETE with 87 Questions: https://www.prepawayete.com/Salesforce/Mobile-Solutions-Architecture-Designer-practice-exam-dumps.html
Use Real Mobile-Solutions-Architecture-Designer - 100% Cover Real Exam Questions: https://drive.google.com/open?id=1WTwLQxahKRz18TYOF6AkzRAc61zbbrN6