
[Oct 22, 2021] Mobile-Solutions-Architecture-Designer Ultimate Study Guide - ITCertMagic
Ultimate Guide to Prepare Mobile-Solutions-Architecture-Designer Certification Exam for Salesforce Architect Exams in 2021
NEW QUESTION 34
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 35
What are two benefits an Integration Architect should consider when recommending web-to-lead?Choose 2 answers
- A. Web-to-Lead is a simple way to capture responses to marketing landing pages.
- B. Web-to-Lead can be utilized for Lead data migrations.
- C. web-to-Lead can be used to de-duplicate leads during integrations.
- D. Web-to-Lead requests have their own limits separate from other APIs.
Answer: A,D
NEW QUESTION 36
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 37
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 38
Universal containers has an ERP application where all customer orders are stored. There are millions of customer orders stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order informationmay house personally identifiable information that, due to company policy, can only be stored in ERP. Universal Containers would like the five most recent orders displayed on the account page in Salesforce.How should an architect design this requirement considering both security and scalability?
- A. Leverage Salesforce Lightning Connect to display order information in Salesforce.
- B. Leverage the REST API to receive orders from the ERP system as they are created.
- C. write an outbound message to receive orders from ERP system as they are created.
- D. Build a scheduled ETL job to sync all customer order history in the orders object.
Answer: B
NEW QUESTION 39
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 40
What are three capabilities of Salesforce outbound messaging?Choose 3 answers
- A. Define a WSDL based upon 2 objects related via Master-Detaikls relationship.
- B. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received.
- C. Provide a session ID as part of the outbound message.
- D. Define a custom WSDL based upon an Apex Interface class definition.
- E. Build integration components without the Use of APEX.
Answer: B,C,E
NEW QUESTION 41
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 42
Universal containers has a simple co -premise web app that is unauthenticated.What capability should an integration Architect recommend to make the app accessible from within Salesforce?
- A. Apex callout
- B. Visualforce
- C. Custom Web tab
- D. Lightning connect
Answer: C
NEW QUESTION 43
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 also be 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 44
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 45
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 46
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 47
Which two statements are correct about External ID?Choose 2 answers
- A. External IDs are always searchable
- B. External IDs must be Text fields
- C. External IDs fields are always unique
- D. External IDs can be used to upsert records
Answer: A,D
NEW QUESTION 48
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 49
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 50
......
Salesforce Architect Exams Fundamentals-Mobile-Solutions-Architecture-Designer Exam-Practice-Dumps: https://www.itcertmagic.com/Salesforce/real-Mobile-Solutions-Architecture-Designer-exam-prep-dumps.html
Use Real Mobile-Solutions-Architecture-Designer Dumps - Salesforce Correct Answers: https://drive.google.com/open?id=194dOHXjgixLackUYp0s_9LzYnahMJFrp