
Use the best ways of preparing for Mobile-Solutions-Architecture-Designer Exam Dumps with PracticeMaterial Salesforce Mobile-Solutions-Architecture-Designer dump PDF [2021]
Salesforce Mobile-Solutions-Architecture-Designer exam candidates will surely pass the Exam if they consider the Mobile-Solutions-Architecture-Designer dumps learning material presented by PracticeMaterial.
NEW QUESTION 48
Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities.
The ERP system has SOAP based web services orders. UC chose to use Apex callouts.Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services?Choose 2 answers
- A. Appropriate error handling to retry failed messages.
- B. Too many callouts resulting in exceeding the daily limit for number of callouts.
- C. DML operations are not allowed right after Apex callouts.
- D. Code changes may be required following upgrades to the ERP system.
Answer: B,C
NEW QUESTION 49
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 50
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 51
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. Store the Salesforce Product ID in the source system to eliminate the needfor 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 theProduct2 object.
Answer: A,B,C
NEW QUESTION 52
Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues.Which three stages should the Architect consider to reduce the security concerns for this Integration use case?Choose 3 answers
- A. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.
- B. Enable WS-security for the web services made between Salesforce and the accounting system.
- C. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL.
- D. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce.
- E. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network.
Answer: A,B,D
NEW QUESTION 53
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. Acustom 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 custom Visualforce page with client- side calls out to the other systems.
- D. A middleware orchestration to continuously persist data from other systems into Salesforce.
Answer: A,B
NEW QUESTION 54
Universal Containers has a trigger on the Order object to update the parent Acount with the date and time of the last closed Opportunity. An integration that inserts orders for the high-volume customers is failing periodically, with no obvious pattern to the timing of failures.What could be the cause of this issue?
- A. Data skew is causing record locking issues on the Oder Share object.
- B. API limits being limited.
- C. The trigger is failing Unit Tests that access the new data.
- D. Record locking contention on the parent Account.
Answer: D
NEW QUESTION 55
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 56
Universal Containers has multiple Salesforce orgs as a result of a number of acquisitions over time. They decide to let the subsidiaries continue using their own orgs but would like to streamline their lead processing.
They identified one org that would act as a gateway to receive all the leads for the group and then distribute them to subsidiary orgs based on lead type. Changes to lead status in subsidiary orgs must be reflected in the gateway org They decide to use Salesforce-to-Salesforce for lead distribution.What limitation of Salesforce-to-Salesforce must be considered to ensure searchless two-way integration?
- A. Salesforce-to-Salesforce has a limit on number of records shared between systems.
- B. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.
- C. Salesforce-to-Salesforce has no built-in support bi-directional(two-way) integrations.
- D. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org.
Answer: B
NEW QUESTION 57
Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system?
- A. SSH
- B. SFTP
- C. TLS
- D. SMTP
Answer: C
NEW QUESTION 58
Universal containers is migrating to Salesforce from a legacy system with existing SMTP-based integrations.What Salesforce platform capability should an Integration Architect consider?
- A. Custom Apex batch job to check for SMTP messages.
- B. Custom Apex class with webservice methods that implement the SMTP protocol.
- C. Lightning connect with an oData/SMTP interchange.
- D. Custom InboundEmailHandler to process the messages.
Answer: B
NEW QUESTION 59
What are two considerations to make when performing SOAP callouts from within Apex?Choose 2 answers
- A. WSDL2Apex can be used to generate stub code.
- B. WSDL2Apex supports RPC-style SOAP callouts.
- C. SOAP callouts consume API limits.
- D. SOAP callouts cannot occur after any DML statements.
Answer: A,D
NEW QUESTION 60
What are three capabilities of Salesforce to Salesforce(S2S)?Choose 3 answers
- A. Integrate data between Salesforce orgs via pre-built web service adapters.
- B. Publish data from the publisher's Account object to the consumer's Customer__c object.
- C. Share reports and dashboards between Salesforce orgs.
- D. Manually consume data into the consumer org.
- E. Automatically publish data from the publisher org.
Answer: B,D,E
NEW QUESTION 61
Universal Containers has decidedthat acquisition of other companies will be a key focus of their growth for the next several years. All acquired customer service agents will use UC's pre-existing customer support process built in Salesforce. the ERP application at any acquired company will not be immediately replaced, and customer service agents must be able to see up-to-date order status from all ERP systems.What recommendation should a technical Architect make to minimize complexity during new acquisitions?
- A. Build all Integrations as nightly ETL batches to minimize real-time overhead.
- B. Leverage Apex callouts to integrate directly with acquired applications.
- C. Use custom Linksto direct users to the appropriate ERP system to view order status.
- D. Use an ESB to abstract the Salesforce integration from other enterprise applications.
Answer: A
NEW QUESTION 62
When making an Apex callout, what approach should an Integration Architect recommend for securely transporting sensitive data from Salesforce over an unsecure network connection?
- A. Salesforce automatically secures all data transmissions to external systems.
- B. Base64 encode the data before performing the call out from Apex.
- C. Use platform Encryption to secure the data before transporting.
- D. Encrypt the data with a shared key before performing the Apex callout.
Answer: B
NEW QUESTION 63
......
Full Mobile-Solutions-Architecture-Designer Practice Test and 87 unique questions with explanations waiting just for you, get it now: https://drive.google.com/open?id=1okWDOEjKT00f0OGYjPRKsQFXKZlWJL0i
Accurate & Verified Answers As Seen in the Real Exam here: https://www.practicematerial.com/Mobile-Solutions-Architecture-Designer-exam-materials.html

