
Steps Necessary To Pass The Mobile-Solutions-Architecture-Designer Exam from Training Expert Actualtests4sure
Valid Way To Pass Salesforce Architect Exams's Mobile-Solutions-Architecture-Designer Exam
NEW QUESTION 11
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 the architect 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. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
- B. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
- C. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
- D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
Answer: C,D
NEW QUESTION 12
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. Migrate to the partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects
- B. Download the latest partner WSDL that contains the new object definition to generate web services stubs for the new salesforce object
- C. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.
- D. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object.
Answer: C,D
NEW QUESTION 13
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. Ensure each javascript resource communicates only with its origin.
- B. Setup CORS to whitelist all domains that the client scripts communicate with.
- C. utilize the canvas SDK to perform the callouts.
- D. Set up Remote site settings for all domains that the client scripts communicate with.
Answer: B,D
NEW QUESTION 14
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 the ETL middleware to notify an administrator via email when a record update fails.
- B. Configure Salesforce to email an administrator when Bulk API batches fail.
- C. Configure an Enterprise Server Monitoring tool to process ETL success and failure logs.
- D. Monitor the Bulk Data Load Jobs page daily for failed batches
Answer: D
NEW QUESTION 15
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 16
An insurance company decides to build an online portalusing the Salesforce platform for receiving quote requests from customers. The company has a legacy quoting system that will generate quotes while the rest of the sales process is managed by Salesforce Sales Cloud. The legacy system has an API for creating quotes.
What Implementation method should be used so that customers can request quotes online and receive them in real time?
- A. Trigger with an @Future method to send quoterequests to the legacy system.
- B. Apex callout to send quote requests from Salesforce to the legacy System.
- C. Middleware tool to pull quote requests from SF and push to the legacy system.
- D. Outbound message to send quote requests from Salesforce to the legacy system.
Answer: B
NEW QUESTION 17
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 18
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 19
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. Createa new formula field for (first name+last name + street number) in universal containers org and use it as External ID.
- B. 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.
- C. 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.
- D. Create no new fields, but define the three fields (first name+last name + street number) as External IDs in universal Containers org.
Answer: B,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. REST API supports WS-Security.
- B. Rest API supports oAuth
- C. Enterprise WSDL minimizes payload size.
- D. Enterprise WSDL supports WS-Security
Answer: B
NEW QUESTION 21
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 22
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 workflow outbound messaging, which has a built-in queuing framework.
- B. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.
- C. Utilize the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won.
- D. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System.
Answer: A,D
NEW QUESTION 23
Universal Container needs to integrate Salesforcewith several home-grown systems. These systems require custom code to be written in order to integrate with them, and the CIO argues that if custom code needs to be written, then there is no reason to invest in middleware.Which three considerations should an Architect bring up to the CIO?Choose 3 answers
- A. Performance
- B. Orchestration
- C. Logging
- D. Bulkification
- E. Error Handling
Answer: B,C,E
NEW QUESTION 24
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 25
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 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.
- B. 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.
- 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 formula field for (first name+last name + street number) in universal containers org and use it as External ID.
Answer: A,B
NEW QUESTION 26
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 time-based workflow action to trigger an account outbound message notification for all records updated within the last 24 hours.
- B. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.
- C. Leverage a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours.
- D. Leverage the Enterprise WSDL getUpdated() operation to retrieve Account records updated within the last 24 hours.
- E. Leverage the Salesforce Data Replication API getUpdated() operation to retrieve Accounts records updated within the last 24 hours.
Answer: C,D,E
NEW QUESTION 27
What are two benefits of canvas that an Integration Architect should consider when exposing external systems from within Salesforce?Choose 2 Answers
- A. Canvas can send data to an external system asynchronously.
- B. The canvas SDK can be used to make an external systems UI look like Salesforce.
- C. Canvas can provide authorization information via the signed Request.
- D. Canvas endpoint URLs can be dynamically changed via a Lifecycle Handler.
Answer: C,D
NEW QUESTION 28
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 29
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. Excel connector
- B. Salesforce Workbench
- C. Data Import Wizard
- D. Salesforce Data Loader
Answer: D
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 testingin 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
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 32
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 serial option.
- C. Standard API with parallel option.
- D. Bulk API with serial option.
Answer: A,D
NEW QUESTION 33
......
All Mobile-Solutions-Architecture-Designer Dumps and Salesforce Certified Mobile Solutions Architecture Designer Training Courses: https://www.actualtests4sure.com/Mobile-Solutions-Architecture-Designer-test-questions.html

