
Mobile-Solutions-Architecture-Designer Free Certification Exam Material from GuideTorrent with 87 Questions
Use Real Mobile-Solutions-Architecture-Designer - 100% Cover Real Exam Questions
NEW QUESTION 10
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 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. Write an opportunity trigger to send order information to ERP.
Answer: D
NEW QUESTION 12
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 13
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 14
What are three capabilities of Salesforce Lightning Connect?Choose 3 answers.
- A. Associate external object records to Salesforce Account records.
- B. Write to OData - Compliant data sources without APEX.
- C. Write triggers and workflows on external objects.
- D. Read from OData - Compliant data sources without APEX.
- E. Write SOQL queries on external object.
Answer: A,D,E
NEW QUESTION 15
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 16
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 17
Universal containers would like to restrict access to Salesforce to only clients on their network.Which two mechanisms should an Integration Architect utilize to prevent unauthorized clients?Choose 2 answers
- A. Enable the "Lock sessions to the IP address from which they originated" setting.
- B. Use a login flow to validate the IP and request a 2nd factor if incorrect
- C. Use a trigger to change the user's profile if their IP is not trusted.
- D. Configure Login IP Ranges on any profiles used by Integration
Answer: B,D
NEW QUESTION 18
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 19
Universal Containers has just purchased large volume of contact data from an external vendor. The head of sales would like to use the new data set within the existing production org. The production org currently contains a large volume of contacts.What should an Architect recommend to prevent data duplication in salesforce?
- A. Utilize an off-platform de-duplication tool prior to loading.
- B. Utilize a batch apex process to de-duplicate the data after loading.
- C. Load the data into salesforce and then utilize the contact Duplicate Rule feature
- D. Create a de-duplication trigger before loading the data.
Answer: A
NEW QUESTION 20
An insurance company decides to build an online portal using 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 quote requests 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 21
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 22
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 23
The Integration Team at Universal Containers is frustrated because the developers keep changing the data model and trigger behaviors during development, resulting in frequent rework and unexpected bugs lade in the development process. What two recommendations should a Technical Architect make to resolve this issue?
Choose 2 answers
- A. Implement a continuous Integration process to identify issues earlier in the development process.
- B. Use a requirements traceability matrix to track data model changes back to the requirement that prompted them.
- C. Implement a Regression Testing policy to catch issues earlier in the development process.
- D. Encourage code developers and integration developers to work in separate sandboxes.
Answer: A,B
NEW QUESTION 24
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 25
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 26
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. 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 27
Universal containers built an integration using the Bulk API to load records from a legacy system into Salesforce, Parallel option with batch size 1000 was used However, the batches often fail due to "Max CPU time exceeded"errors which could be resolved with a Similar batch size.What are two risks involved with batch sizes that are too small?Choose 2 answers
- A. possibility of very long bulk job execution times
- B. Possibilityof hitting the daily limit for number of batches.
- C. Possibility of failures due to record-locking errors.
- D. Possibility of hitting the "Too many concurrent batches" limit.
Answer: A,C
NEW QUESTION 28
What are the three capabilities of the Bulk API? Choose 3 answers
- A. Monitorjob 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 29
What are two reasons an existing custom field cannot be marked as External ID?Choose 2 answers
- A. Maximum number of skinny tables has been reached.
- B. Maximum number of External IDs allowed on an object 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: B,C
NEW QUESTION 30
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 31
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. Leverage canvas to display the legacy application within Salesforce.
- B. Migrate the legacy application to Heroku and Integrate the database.
- C. Create a web-tab in Salesforce directly to the legacy application.
- D. use the Streaming API to receive order updates in real time.
Answer: A
NEW QUESTION 32
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 33
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 34
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 a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.
- B. Use Apex callout to push orders from universal Containers to Planetary Shipping
- C. Use Outbound messages to send orders from Universal Containers to Planetary shipping.
- D. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping
Answer: D
NEW QUESTION 35
......
Dumps Brief Outline Of The Mobile-Solutions-Architecture-Designer Exam: https://www.guidetorrent.com/Mobile-Solutions-Architecture-Designer-pdf-free-download.html
Mobile-Solutions-Architecture-Designer Training & Certification Get Latest Salesforce Architect Exams : https://drive.google.com/open?id=1uWuSgfz_ZGpSlyZj3pEFBIgLU2iJVCNe