
Use the best ways of preparing for Mobile-Solutions-Architecture-Designer Exam Dumps with VCEPrep 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 VCEPrep.
NEW QUESTION 10
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 11
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. Writean opportunity trigger to send order information to ERP.
Answer: D
NEW QUESTION 12
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 13
What capability should an Integration Architect consider if there is a need to synchronize data changed in Salesforce to a 3rd party with a JSON-based API endpoint?
- A. Use lightning connect to save the data to an external object.
- B. Use an Apex class to perform the REST callout asynchronously.
- C. use the REST API with the content-Type headerset to "JSON."
- D. Use an outbound Message with the record's data.
Answer: B
NEW QUESTION 14
What are the three capabilities of the Bulk API?Choose 3 answers
- A. Monitor job 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 15
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 16
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. Streaming API to support push notifications to users on mobile devices using Salesforce1.
- B. REST API to continuously poll Salesforce for updates to records.
- C. Streaming API to support real-time data updates by other users within Salesforce.
- D. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data.
- E. Generic Streaming API to support notifications coming from other systems.
Answer: A,C,D
NEW QUESTION 17
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 at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
- B. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
- C. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
- D. Review the firewall logs to make sure that the outbound messages are being delivered.
- E. Review the Enterprise Service Bus logs to make sure that successful orders arebeing acknowledged
Answer: A,B,E
NEW QUESTION 18
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 multiple objects
- B. Outbound messaging does not offer any reliability.
- C. Outbound messaging does not support SOAP
- D. Outbound messaging cannot be made secure
Answer: A
NEW QUESTION 19
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 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 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 at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system.
- B. Review the Enterprise Service Bus logs t make sure that orders are being created only one time.
- C. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.
- D. Review the firewall logs to make sure that the outbound messages are being delivered.
- E. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged
Answer: A,B,E
NEW QUESTION 22
Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours.Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages?Choose 2 answers
- A. Duplicate messages
- B. Out-of-order delivery.
- C. Orphaned Requests
- D. Exceeding Governor Limits.
Answer: A,D
NEW QUESTION 23
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. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes.
- B. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox.
- C. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.
- D. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.
Answer: B
NEW QUESTION 24
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 require unit and functional testing
- B. They consume more API limits than SOAP or REST API
- C. They cannot utilize publisher actions.
- D. They cannot be built or maintained declaratively
Answer: C,D
NEW QUESTION 25
Universal Containers has chosen Salesforce Wave as their Analytics Platform. There is a requirement to join data from multiple systems(including Salesforce) to be displayed in a single Wave Lens.What should the Architect recommend?
- A. Use an ETL tool to load the data into Salesforce, upserts to ensure that the data in properly joined.
- B. Use Data flow to load Salesforce data, and an ETL tool to load other data sets.
- C. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.
- D. Use an ETL tool to join multiple sources and load them into a single data set.
Answer: D
NEW QUESTION 26
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 27
......
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=1lCcjKLsBSFJ91EH5-XjemQ4qeqNP9Q0V
Accurate & Verified Answers As Seen in the Real Exam here: https://www.vceprep.com/Mobile-Solutions-Architecture-Designer-latest-vce-prep.html