
2022 Valid Mobile-Solutions-Architecture-Designer test answers & Salesforce Exam PDF
Free Salesforce Mobile-Solutions-Architecture-Designer Exam Questions and Answer from Training Expert Test4Sure
NEW QUESTION 33
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. Which approach should an Integration Architect recommend that matches the Salesforce UI? Choose 2 answers
- A. A custom Visualforce page with client- side calls out to the other systems.
- B. An iFrame embedding a custom .Net application that displays data from the other systems.
- C. A middleware orchestration to continuously persist data from other systems into Salesforce.
- D. Acustom visualforce page with a controller thats calls-out to the other systems.
Answer: B,D
NEW QUESTION 34
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. Utilize a batch apex process to de-duplicate the data after loading.
- B. Load the data into salesforce and then utilize the contact Duplicate Rule feature
- C. Create a de-duplication trigger before loading the data.
- D. Utilize an off-platform de-duplication tool prior to loading.
Answer: D
NEW QUESTION 35
What are three capabilities of Salesforce outbound messaging?Choose 3 answers
- A. Define a custom WSDL based upon an Apex Interface class definition.
- B. Build integration components without the Use of APEX.
- C. Provide a session ID as part of the outbound message.
- D. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
- E. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.
Answer: B,C,D
NEW QUESTION 36
What are three capabilities of Salesforce to Salesforce(S2S)?Choose 3 answers
- A. Share reports and dashboards between Salesforce orgs.
- B. Automatically publish data from the publisher org.
- C. Publish data from the publisher's Account object to the consumer's Customer__c object.
- D. Integrate data between Salesforce orgs via pre-built web service adapters.
- E. Manually consume data into the consumer org.
Answer: B,C,E
NEW QUESTION 37
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. Encourage code developers and integration developers to work in separate sandboxes.
- C. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- D. Implement a Regression Testing policy to catch issues earlier in the development process.
Answer: A,C
NEW QUESTION 38
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 39
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. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
- B. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
- C. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
- D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
Answer: B,D
NEW QUESTION 40
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?
- A. SSH
- B. SFTP
- C. SMTP
- D. TLS
Answer: D
NEW QUESTION 41
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. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
- C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
- D. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
Answer: D
NEW QUESTION 42
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. Lightning Component
- B. Canvas
- C. Custom Web Tab
- D. Visualforce
Answer: B
NEW QUESTION 43
Universal Containers has an 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 green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors.Which two steps should the Technical Architect should recommend?Choose 2 answers
- A. Review the Salesforce data model and Validation rules and modify the integration as necessary.
- B. Implements a regression testing policy to detect issues following development.
- C. Ask the ERP report designers to redesign the report to provide properly formatted data.
- D. Use SOAP headers to turn off validation rules and triggers during the integration.
Answer: A,B
NEW QUESTION 44
Universal Containers would like to integrate to an external system from Salesforce over a secure channel howeverthe external system does not support HTTP-basic authentication.What approach should an integration Architect recommend that enables the external system to trust the data being received?
- A. Digitally sign the Payload using a private key trusted by the external system.
- B. Utilize a 3rd-party SSO solution to authenticate the session.
- C. Include a secret passphrase in the payload that is a validated by the external system.
- D. Base64 encode the data to ensure untrusted 3rd parties don't see it.
Answer: D
NEW QUESTION 45
Which two options should be considered to permit automatic retry of failed updates when loading data into Salesforce?Choose 2 answers
- A. Bulk API with parallel option.
- B. Standard API with parallel option.
- C. Bulk API with serial option.
- D. Standard API with serial option.
Answer: A,C
NEW QUESTION 46
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. Encourage code developers and integration developers to work in separate sandboxes.
- C. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- D. Implement a Regression Testing policy to catch issues earlier in the development process.
Answer: A,C
NEW QUESTION 47
Universal Containers(UC) has a legacy application that tracks customer order status once the order has been sent to the fulfillment department this legacy application does not easily provide an API to integrate with Customer service reps need to be able t access the data from within Sales force and cannot be given separate logins to the application, UC does not have single-sign-on enabled.How should an architect solve this problem?
- A. Leverage canvas to display the legacy application within Salesforce.
- B. use the Streaming API to receive order updates in real time.
- C. Migrate the legacy application to Heroku and Integrate the database.
- D. Create a web-tab in Salesforce directly to the legacy application.
Answer: A
NEW QUESTION 48
Universal containers has an integration that runs nightly to update the product(product2) object in Salesforce with updated product availability for over 500,000 products. Occasionally(less than 1 time per month) a product record fails to update due to a data validation issue that cannot be predicted in advance.How should universal Containers monitor this nightly batch import of data into Salesforce so that any error can be corrected promptly?
- A. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.
- B. Monitor the Bulk Data Load Jobs page daily for failed batches
- C. Configure the ETL middleware to notify an administrator via email when a record update fails.
- D. Configure Salesforce to email an administrator when Bulk API batches fail.
Answer: B
NEW QUESTION 49
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 REST API login() operation to obtain a new session ID
- C. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID.
- D. Utilize the Enterprise WSDL login() operation to obtain a new session ID.
- E. Utilize the session ID contained within the outbound message notification as the authorization header.
Answer: B,D,E
NEW QUESTION 50
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce.How should an architect design this requirement considering both security and scalability?
- A. write an outbound message to receive orders from ERP system as they are created.
- B. Leverage the REST API to receive orders from the ERP system as they are created.
- C. Leverage Salesforce Lightning Connect to display order information in Salesforce.
- D. Build a scheduled ETL job to sync all customer order history in the orders object.
Answer: B
NEW QUESTION 51
Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they 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 a custom object with an encrypted text field to store the username/password of the web service end point.
- B. Utilize protected custom settings to store the username/password of the web service end point.
- C. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
- D. Utilize named credentials to store the username/password of the web service end post.
Answer: B,D
NEW QUESTION 52
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. Performance testing
- C. Unit Testing
- D. Regression Testing
Answer: A,B
NEW QUESTION 53
Universal Containers has an Outbound messaging-Based integration that posts closed opportunities to an ERP system for fulfillment in 1% of the test cases, the integration creates multiple orders for a closed opportunity.
Which three steps should a Technical Architect take to diagnose the issue? Choose 3 answers
- A. Review the firewall logs to make sure that the outbound messages are being delivered.
- B. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
- C. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
- D. Review the Enterprise Service Bus logs to make sure that successful orders arebeing acknowledged
- E. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
Answer: B,D,E
NEW QUESTION 54
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 testingin a Partial Sandbox in order to replicate Production functionality and performance characteristics.
- C. Users should be testing in a Developer Pro 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 55
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. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.
- B. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.
- C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
- D. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
Answer: D
NEW QUESTION 56
Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time.Which three approaches should be considered when selecting the correct API?Choose 3 answers
- A. Generic Streaming API to support notifications coming from other systems.
- B. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
- C. REST API to continuously poll Salesforce for updates to records.
- D. Streaming API to support push notifications to users on mobile devices using Salesforce1.
- E. Streaming API to support real-time data updates by other users within Salesforce.
Answer: B,D,E
NEW QUESTION 57
......
Top Salesforce Mobile-Solutions-Architecture-Designer Courses Online: https://www.test4sure.com/Mobile-Solutions-Architecture-Designer-pass4sure-vce.html
Mobile-Solutions-Architecture-Designer Practice Dumps - Verified By Test4Sure Updated 87 Questions: https://drive.google.com/open?id=1SEO6JxYL4Z9nvBPl3CaxRK7mdAC8q2HM