Validate your Skills with Updated Mobile-Solutions-Architecture-Designer Exam Questions & Answers and Test Engine [Q19-Q34]

Share

Validate your Skills with Updated Mobile-Solutions-Architecture-Designer Exam Questions & Answers and Test Engine

Tested & Approved Mobile-Solutions-Architecture-Designer Study Materials Download Free Updated 87 Questions

NEW QUESTION # 19
Universal Containers has a requirement to query all Account records within Salesforce that were updated in the last 24 hours and download those Accounts to their data warehouse on a nightly basis. They expect the volume of records to be between 500-1500 records per day.What three techniques should an Architect consider?Choose 3 answers

  • A. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
  • B. Leverage a time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.
  • C. Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.
  • D. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.
  • E. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.

Answer: A,C,E


NEW QUESTION # 20
What should an integration Architect consider when building a visulaforce page that makes client-side callouts to multiple domains that may violate the browser's same-origin policy?Choose 2 answers

  • A. utilize the canvas SDK to perform the callouts.
  • B. Ensure each javascript resource communicates only with its origin.
  • C. Setup CORS to whitelist all domains that the client scripts communicate with.
  • D. Set up Remote site settings for all domains that the client scripts communicate with.

Answer: C,D


NEW QUESTION # 21
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. Use platform Encryption to secure the data before transporting.
  • B. Encrypt the data with a shared key before performing the Apex callout.
  • C. Base64 encode the data before performing the call out from Apex.
  • D. Salesforce automatically secures all data transmissions to external systems.

Answer: C


NEW QUESTION # 22
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. APEX Batch
  • B. Middleware
  • C. Outbound messaging
  • D. APEX Callout

Answer: B


NEW QUESTION # 23
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 a chatter API integrationuser which authenticates to salesforce using oAuth.
  • C. Use oAuth to authorize the portal to access the chatter API on behalf of the user.
  • D. Use oAuth Which will pass their portal credentials to the chatter API.

Answer: B


NEW QUESTION # 24
Universal containers merges with planetary shipping both companies use Salesforce for order processing and they decide to consolidate for processes. universal containers has well-established channels for receiving orders, so they decide to use Universal containers org for receiving and pre-processing of orders and Planetary Shipping's org for processing and fulfillment of orders.What is the best way to integrate the business processes of the companies?

  • A. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
  • B. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
  • C. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
  • D. Use Apex callout to push orders from universal Containers to Planetary Shipping

Answer: A


NEW QUESTION # 25
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. use the Streaming API to receive order updates in real time.
  • B. Migrate the legacy application to Heroku and Integrate the database.
  • C. Leverage canvas to display the legacy application within Salesforce.
  • D. Create a web-tab in Salesforce directly to the legacy application.

Answer: C


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 nightly batch job to send customer information to ERP.
  • B. Write a visualforce page to send order information to ERP.
  • C. Writean opportunity trigger to send order information to ERP.
  • D. Write an outbound message to send order information to ERP.

Answer: C


NEW QUESTION # 27
Universal Containers acquiresplanetary shipping and decides to migrate all customercontacts 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. Createa new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
  • C. 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.
  • D. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.

Answer: A,C


NEW QUESTION # 28
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. Use outbound Messaging to notify Salesforce promptly when product availability changes in the source system.
  • B. Pre-process the data to avoid the need for workflow rules or triggers
  • C. Contact Salesforce support to request that they turn off record locking on the Product2 object.
  • D. Store the Salesforce Product ID in the source system to eliminate the need for External IDs and UPSERT API calls.
  • E. Use the Bulk API UPDATE or UPSERT records more efficiently.

Answer: B,D,E


NEW QUESTION # 29
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. point-to-point
  • B. Apex batch Processing
  • C. MiddleWare
  • D. Web Mashup

Answer: C


NEW QUESTION # 30
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 testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.
  • C. Users should be testing in a Partial 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 # 31
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 oAuth
  • C. Enterprise WSDL supports WS-Security
  • D. REST API supports WS-Security.

Answer: B


NEW QUESTION # 32
Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce?Choose 2 answers

  • A. Whitelist Salesforce IPs on the firewall.
  • B. Utilize two-way(mutual) SSL
  • C. Place the systems in aDMZ.
  • D. Whitelist the corporate IPS in Salesforce.

Answer: A,B


NEW QUESTION # 33
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. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record.
  • C. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads.
  • D. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object.

Answer: C


NEW QUESTION # 34
......

Regular Free Updates Mobile-Solutions-Architecture-Designer Dumps Real Exam Questions Test Engine: https://www.real4prep.com/Mobile-Solutions-Architecture-Designer-exam.html

Practice Test Questions Verified Answers As Experienced in the Actual Test!: https://drive.google.com/open?id=18QtJ_DbbvlkO-Fqkm_6RZPP4j-0lzJzY