Northern Trail Outfitters has recently experienced intermittent network outages in its call center. When network service resumes, Sales representatives have inadvertently created duplicate orders in the manufacturing system because the order was placed but the return acknowledgement was lost during the outage. Which solution should an architect recommend to avoid duplicate order booking?
A.
Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
B.
Use scheduled apex to query manufacturing system for potential duplicate or missing orders.
C.
Implement idempotent design and have Sales Representatives retry order(s) in
question.
D.
Have scheduled Apex resubmit orders that do not have a successful response.
Use Outbound Messaging to ensure manufacturing acknowledges receipt of order.
An integration architect needs to build a solution that will be using the Streaming API, but the data loss should be minimized, even when the client re-connects every couple of days. Which two types of Streaming API events should be considered? Choose 2 answers
A.
Generic Events
B.
Change Data Capture Events
C.
PushTopic Events
D.
High Volume Platform Events
Change Data Capture Events
High Volume Platform Events
An Integration Developer is developing an HR synchronization app for a client. The app synchronizes Salesforce record data changes with an HR system that's external to Salesforce. What should the integration architect recommend to ensure notifications are stored for up to three days if data replication fails?
A.
Change Data Capture
B.
Generic Events
C.
Platform Events
D.
Callouts
Change Data Capture
Explanation: https://trailhead.salesforce.com/en/content/learn/modules/change-datacapture/understand-change-data-capture
Northern Trail Outfitters needs to send order and line items directly to an existing finance application webservice when an order if fulfilled. It is critical that each order reach the finance application exactly once for accurate invoicing. What solution should an architect propose?
A.
Trigger invokes Queueable Apex method, with custom error handling process.
B.
Trigger makes @future Apex method, with custom error handling process.
C.
Button press invokes synchronous callout, with user handling retries in case of error
D.
Outbound Messaging, which will automatically handle error retries to the service.
Trigger invokes Queueable Apex method, with custom error handling process.
A US business-to-consumer (B2C) company is planning to expand to Latin America. They project an initial Latin American customer base of about one million, and a growth rate of around 10% every year for the next 5 years. They anticipate privacy and data protection requirements similar to those in the European Union to come into effect during this time. Their initial analysis indicates that key personal data is stored in the following systems:
1. Legacy mainframe systems that have remained untouched for years and are due to be decommissioned.
2. Salesforce Commerce Cloud Service Cloud, Marketing Cloud, and Community Cloud.
3. The company's CIO tasked the integration architect with ensuring that they can completely delete their Latin American customer's personal data on demand.
Which three requirements should the integration architect consider?
Choose 3 answers
A.
Manual steps and procedures that may be necessary.
B.
Impact of deleted records on system functionality.
C.
Ability to delete personal data in every system.
D.
Feasibility to restore deleted records when needed.
E.
Ability to provide a 360-degree view of the customer.
Impact of deleted records on system functionality.
Ability to delete personal data in every system.
Feasibility to restore deleted records when needed.
An Enterprise Customer is planning to implement Salesforce to support case management. Below, is their current system landscape diagram. Considering Salesforce capabilities, what should the Integration Architect evaluate when integrating Salesforce with the current system landscape?
A.
Integrating Salesforce with Order Management System, Email Management System and Case Management System.
B.
Integrating Salesforce with Order Management System, Data Warehouse and Case Management System.
C.
Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
D.
Integrating Salesforce with Email Management System, Order Management System and Case Management System.
Integrating Salesforce with Data Warehouse, Order Management and Email Management System.
Which two requirements should the Salesforce Community Cloud support for selfregistration and SSO?
Choose 2 answers
A.
SAML SSO and Registration Handler
B.
OpenId Connect Authentication Provider and Registration Handler
C.
SAML SSO and just-in-time provisioning
D.
OpenId Connect Authentication Provider and just-in-time provisioning
OpenId Connect Authentication Provider and Registration Handler
SAML SSO and just-in-time provisioning
Universal Containers is a global financial company that sells financial products and services. There is a daily scheduled Batch Apex job that generates invoice from a given set of orders. UC requested building a resilient integration for this batch apex job in case the invoice generation fails. What should an integration architect recommend to fulfill the requirement?
A.
Build Batch Retry & Error Handling in the Batch Apex Job itself.
B.
Batch Retry & Error Handling report to monitor the error handling.
C.
Build Batch Retry & Error Handling using BatchApexErrorEvent.
D.
Build Batch Retry & Error Handling in the middleware.
Build Batch Retry & Error Handling using BatchApexErrorEvent.
An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?
A.
Create a new user with System Administrator profile.
B.
Authenticate the integration using existing Single Sign-On.
C.
Authenticate the integration using existing Network-BasedSecurity.
D.
Create a special user solely for the integration purposes.
Create a special user solely for the integration purposes.
A company's cloud-based single page application consolidates data local to the application with data from on premise and 3rd party systems. The diagram below typifies the application's combined use of synchronous and asynchronous calls. The company wants to use the average response time of its application's user interface as a basis for certain alerts. For this purpose, the following occurs:
1. Log every call's start and finish date and time to a central analytics data store.
2. Compute response time uniformly as the difference between the start and finish date and time — A to H in the diagram.
Which computation represents the end-to-end response time from the user's perspective?
A.
Sum of A to H
B.
Sum of A to F
C.
Sum of A, G, and H
D.
Sum of A and H
Sum of A and H
Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details. However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce. Which integration pattern should be used for this business use case?
A.
Remote Call In
B.
Request and Reply
C.
Fire and Forget
D.
Batch Data Synchronization
Fire and Forget
Northern Trail Outfitters (NTO) uses different shipping services for each of the 34 countries it serves. Services are added and removed frequently to optimize shipping times and costs. Sales Representatives serve all NTO customers globally and need to select between valid service(s) for the customer's country and request shipping estimates from that service. Which two solutions should an architect propose?
Choose 2 answers
A.
Use Platform Events to construct and publish shipper-specific events.
B.
Invoke middleware service to retrieve valid shipping methods.
C.
Use middleware to abstract the call to the specific shipping services.
D.
Store shipping services in a picklist that is dependent on a country picklist.
Invoke middleware service to retrieve valid shipping methods.
Use middleware to abstract the call to the specific shipping services.
Page 2 out of 9 Pages |
Previous |