
Mobile-Solutions-Architecture-Designer Exam Dumps - Try Best Mobile-Solutions-Architecture-Designer Exam Questions from Training Expert TestBraindump
Practice Examples and Dumps & Tips for 2024 Latest Mobile-Solutions-Architecture-Designer Valid Tests Dumps
NEW QUESTION # 12
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 alsobe 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 SOAP
- B. Outbound messaging does not support multiple objects
- C. Outbound messaging does not offer any reliability.
- D. Outbound messaging cannot be made secure
Answer: B
NEW QUESTION # 13
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. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
- B. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
- C. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
- D. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
Answer: D
NEW QUESTION # 14
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 protected custom settings to store the username/password of the web service end point.
- B. Utilize named credentials to store the username/password of the web service end post.
- C. Store the username/password directly in the Apex class that will be obfuscated in the managed package.
- D. Utilize a custom object with an encrypted text field to store the username/password of the web service end point.
Answer: A,B
NEW QUESTION # 15
Universal Containers is replacing a home-grown CRM system. Currently, a .Net application runs a batch process to query the CRM system nightly and create a CSV file that is picked up via SFTP and loaded to a SQL database.What technology should an architect use to minimize custom development when replacing the CRM system with Salesforce?
- A. Outbound messaging
- B. Middleware
- C. APEX Batch
- D. APEX Callout
Answer: B
NEW QUESTION # 16
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. SalesforceData Loader
- B. Excel connector
- C. Salesforce Workbench
- D. Data Import Wizard
Answer: A
NEW QUESTION # 17
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. Implements a regression testing policy to detect issues following development.
- B. Review the Salesforce data model and Validation rules and modify the integration as necessary.
- C. Use SOAP headers to turn off validation rules and triggers during the integration.
- D. Ask the ERP report designers to redesign the report to provide properly formatted data.
Answer: A,B
NEW QUESTION # 18
Universal Containers would like to update their accounting system every time an opportunity is changed to Closed-Won their accounting system occasionally is offline for 3-4 hours to support month-end processing, and they would like the integration design to ensure that no transactions are lost during this down time.Which two integration designs should the architect consider?Choose 2 answers
- A. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.
- B. Utilize workflow outbound messaging, which has a built-in queuing framework.
- C. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
- D. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
Answer: A,B
NEW QUESTION # 19
What are two reasons an existing custom field cannot be marked as External ID?Choose 2 answers
- A. Maximum number of External IDs allowed on an object has been reached,
- B. Maximum number of skinny tables has been reached.
- C. Maximum number of indexes allowed on an object has been reached.
- D. Maximum number of fields of an object has been reached.
Answer: A,C
NEW QUESTION # 20
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. REST API supports WS-Security.
- C. Enterprise WSDL supports WS-Security
- D. Rest API supports oAuth
Answer: D
NEW QUESTION # 21
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 an indexed formula field for (first name+last name + street number) so that a search can be done on the key before loading records.
- B. Create a new formula field for (first name+last name + street number) in universal containers org and use 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 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.
Answer: A,D
NEW QUESTION # 22
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. Utilize a canvas application to render the data warehouse data from within Salesforce
- B. Utilize a visual force page from 3rd party JavaScript library that will provide CRUD capabilities to the data warehouse.
- C. Utilizelightning connect with custom ApexAdapter to provided CRUD access to the data warehouse
- D. Utilize a 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce
Answer: A,C
NEW QUESTION # 23
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. Enable duplicate management in the org to prevent duplicates.
- C. Leverage an AppExchange data management toolto de-duplicate contacts.
- D. Write a Batch Apex class to manage the deduplication
Answer: B,C
NEW QUESTION # 24
What are two benefits of named credentials?Choose 2 answers
- A. They simplify utilizing oAuth for Apex callouts.
- B. They enforce secure communication to external systems
- C. They securely store credentials in a maintainable way.
- D. They Secure integrations to Salesforce from other systems.
Answer: A,C
NEW QUESTION # 25
What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations?Choose 2 answers
- A. They cannot be built or maintained declaratively
- B. They require unit and functional testing
- C. They cannot utilize publisher actions.
- D. They consume more API limits than SOAP or REST API
Answer: A,C
NEW QUESTION # 26
What are two benefits an Integration Architect should consider when recommending web-to-lead?Choose 2 answers
- A. web-to-Lead can be used to de-duplicate leads during integrations.
- B. Web-to-Lead can be utilized for Lead data migrations.
- C. Web-to-Lead requests have their own limits separate from other APIs.
- D. Web-to-Lead is a simple way to capture responses to marketing landing pages.
Answer: C,D
NEW QUESTION # 27
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 does not support SOAP
- B. Outbound messaging does not support multiple objects
- C. Outbound messaging does not offer any reliability.
- D. Outbound messaging cannot be made secure
Answer: B
NEW QUESTION # 28
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 publisher action to update the data and callback to the other system.
- C. Use a custom Apex class with a webservice method that performs both actions.
- D. Use the generic streaming API to publish changes and listen for updates.
Answer: C
NEW QUESTION # 29
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 # 30
What are the three capabilities of the Bulk API? Choose 3 answers
- A. Roll back all transactions within a batch of 10000 records
- B. process multiple batch jobs asynchronously
- C. Monitor job status via the Web UI.
- D. Monitorjob status via the API.
- E. Process multiple batch jobs synchronously
Answer: B,C,D
NEW QUESTION # 31
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 a controller thats 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. A custom Visualforce page with client- side calls out to the other systems.
Answer: A,B
NEW QUESTION # 32
In which three ways can production data be moved into a sandbox for testing purpose?
- A. use the Apex Data Loader.
- B. Use the metadata API.
- C. Refresh a Copy Sandbox.
- D. Request a Snapshot from Support
- E. Refresh a Full Sandbox.
Answer: A,C,E
NEW QUESTION # 33
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. @Future method with an Apex callout.
- C. Nightly batch validating records modified the previous day.
- D. Outbound Message with a Callback.
Answer: D
NEW QUESTION # 34
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 Enterprise Service Bus logs to make sure that successful orders are being acknowledged
- B. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
- C. Review the firewall logs to make sure that the outbound messages are being delivered.
- D. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
- E. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
Answer: A,B,D
NEW QUESTION # 35
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 # 36
......
Latest 100% Passing Guarantee - Brilliant Mobile-Solutions-Architecture-Designer Exam Questions PDF: https://www.testbraindump.com/Mobile-Solutions-Architecture-Designer-exam-prep.html
Mobile-Solutions-Architecture-Designer Certification – Valid Exam Dumps Questions Study Guide: https://drive.google.com/open?id=1EnpP7VW55K6nKwsgfTltcE9TaQSSF15g
