Salesforce Integration Architecture Designer

¡Supera tus tareas y exámenes ahora con Quizwiz!

A call center manager uses a custom dashboard to track Case related metrics. The manager wants a component to display the number of closed Cases in real time. What type of event should be used to meet this requirement? A. Push Topic Event B. Change Data Capture Event C. Platform Event D. Generic Event Explanation https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/pushtopic_events_intro.htm

A

A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format. Which integration capabilities should be used to integrate the two systems? A. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce. B. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce. C. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce. D. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce.

A

A conglomerate is designing a Lightning Web Component (LWC) to display transactions aggregated from different sources. Their current system landscape is as follows: 1. Transactions are created at any time through their various on-premise and cloud-based systems. 2. All necessary transactions are replicated to a custom Transaction object in Salesforce. It is updated periodically so it only has a subset of the necessary transactions between updates. 3. Middleware supports publish-subscribe interactions and provides RESTful Enterprise APIs that can retrieve transactions from on-premise and cloud-based systems. The company wants to address a usability concern regarding incomplete data displayed on the LWC component. What should the Integration Architect specify so the LWC will be able to display all the required transactions? A. Use the Continuation class to call the Enterprise APIs and then process the response in a callback method. B. Let the Lightning Data Service with an wire adapter display new values when the custom object records change. C. Call the Enterprise APIs directly from the LWC's JavaScript code and redisplay the LWC on receipt of the API response. D. Publish a Platform Event, have the middleware subscribe and update the custom object on receipt of Platform Event.

A

An Architect has received a request to prevent employees that leave the company from accessing data in Salesforce after they are deactivated in the company's HR system. What should an Architect determine before recommending a solution? A. Determine inbound integration requirements, then identify frequency. B. Determine data access prevention requirements, then identify frequency. C. Determine data volume requirements, then identify the loading schedule. D. Determine data access prevention requirements, then identify system constraints.

A

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 Explanation https://trailhead.salesforce.com/en/content/learn/modules/change-data-capture/understand-change-data-capture

A

Customer Support Reps at Universal Containers (UC) work on a Case record in Salesforce while talking to a customer on the phone about a piece of machinery they have purchased from UC. This machine is a connected device and sends data packets to UC as the customer presses buttons on the machine. What integration pattern will allow the support Rep to watch their screen and diagnose problems customer is having in near real-time? A. UI Update Based on Data Changes B. Remote Process Invocation-Request and Reply C. Remote Process Invocation-Fire and Forget D. Remote Call-In

A

Developers at Universal Containers have created a custom command-line tool to help with their application lifecycle management by allowing them to deploy metadata changes such as page layouts, custom labels, and list views to their org using the Metadata API. What integration pattern does this tool utilize? A. Request and Reply B. Fire and Forget C. Remote Call-In D. UI Update Based on Data Changes

A

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. Outbound message to MDM with a callback to Salesforce to mark duplicate Leads. B. Sync the MDM system to a custom object in Salesforce and execute a Lookup validation rule against the object. C. Batch APEX process to de-duplicate all records first in Salesforce then against MDM, deleting the newest MDM record. D. Use Out-of-the-Box Lead De-duplication Rules to checkagainst MDM.

A

Northern Trail Outfitters (NTO) uses Salesforce to track leads, opportunities and order details that convert leads to customers. However, Orders are managed by an external (remote) system. Sales representatives want to view and update real-time order information in Salesforce. NTO wants the data to only persist in the external system. Which type of Integration should an architect recommend to meet this business requirement? A. Data Visualization B. Data Synchronization C. Process Orchestration D. Batch Processing Explanation https://developer.salesforce.com/docs/atlas.en-us.integration_patterns_and_practices.meta/integration_patterns_a

A

Northern Trail Outfitters needs to present shipping costs and estimated delivery times to their customers. Shipping services used vary by region, and have similar but distinct service request parameters. Which integration component capability should be used? A. Enterprise Service Bus to determine which shipping service to use, and transform requests to the necessary format. B. Outbound Messaging to request costs and delivery times from Shipper delivery services with automated error retry. C. APEX REST Service to implement routing logic to the various shipping service. D. Enterprise Service Bus user interface to collect shipper-specific form data.

A

Northern Trail Outfitters submits orders to the manufacturing system web-service. Recently, the system has experienced outages that keep service unavailable for several days. What solution should an architect recommend to handle errors during these types of service outages? A. Use middleware queuing and buffering to insulate Salesforce from system outages. B. A Use Platform Event replayld and custom scheduled Apex process to retrieve missed events. C. Use @future jobld and custom scheduled apex process to retry failed service calls. D. Use Outbound Messaging to automatically retry failed service calls. Explanation https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_api_co

A

Service Agents at Northern Trail Outfitters uses Salesforce to manage cases and B2C Commerce for ordering. Which integration solution should an architect recommend in order for the service agents to see order history from a B2C Commerce system? A. Salesforce B2C Commerce to Service Cloud Connector B. A REST API offered by Commerce Platform C. Mulesoft Anypoint Platform D. REST API offered by Salesforce Platform Explanation https://help.salesforce.com/articleView?id=icx_b2c_conversationalcommerce_connector.htm&type=5

A

UC leverages customer MDM as a source of truth. The requirement is to dedupe and store any account or contact created in MDM before the same is created in Salesforce. This ensures data is clean and not duplicated in Salesforce. During peak season, users experience a "Concurrent Request Limit Exceeded" error. What is the recommended solution? A. Invoke a continuation callout to MDM from a VF Page controller. B. Invoke a continuation callout to MDM from a before insert trigger. C. Invoke a continuation callout to MDM from a VF Page JavaScript. D. Invoke a continuation callout to MDM from a VF Page @future call.

A

Universal Containers (UC) has an ERP application where all customer orders are stored. There are millions of customers order stored in the ERP application and a longtime customer may have thousands of individual orders. Additionally, some order information may house personally identifiable information that, due to company policy, can only be stored in ERP. UC 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 Connect to display order information in Salesforce. B. Write an outbound message to receive orders from ERP system as they are created. C. Build a scheduled ETL job to sync all customer order history in the Orders object. D. Leverage the REST API to receive orders from the ERP system as they are created.

A

Universal Containers (UC) has an existing web-based application that a group of employees use on a regular basis. These employees often have Salesforce and the web-based application open and find themselves manually moving the data between both. UC would like the two systems to be integrated so that the employees will see all the data in one screen without the need for manually updating the data. What integration pattern can help accomplish this requirement? A. Use the Force.com canvas framework to embed the external application into Salesforce. B. Use Steaming API to create a push topic to send the message to the external system asynchronously. C. Use Rest API to pull data from Salesforce and update the external application.

A

Universal Containers (UC) has multiple orgs with Sales and Service Cloud implementation to support different lines of business. UC is planning to consolidate Salesforce orgs to benefit from a 360-degree view of the customer based on revenue, support requests, and contracts. What should an Architect recommend? A. Use staging tables with an ETL tool for data cleaning and standardization. B. Use a custom REST service for data cleaning and standardization. C. Use a custom SOAP service for data cleaning and standardization. D. Use standard SOAP API for data cleaning and standardization.

A

Universal Containers (UC) is a leading provider of management training globally, UC requested students course registration data generated from the Salesforce student community to be synced with the learning management system (LMS). Any update to the course registration data needs to be reflected in the LMS. Which integration mechanism should be used to meet the requirement? A. Change Data Capture (CDC) B. Platform Event C. Streaming API D. Outbound Message

A

Universal Containers (UC) is planning on a production release with a large data volume to be migrated to Salesforce from a back-office system. The incoming data is constantly being updated in the back-office system. UC would like to keep the data synchronized in near real-time in Salesforce. What is the recommended approach to achieve this? A. Use Bulk API for a one-time migration and an Apex web service call-in for an incremental load. B. Use Bulk API for a one-time migration and a SOAP API call-in for an incremental load. C. Use SOAP API for a one-time migration and a REST API call-in for an incremental load. D. Use Bulk API for a one-time migration and a Bulk API call-in for an incremental load.

A

Universal Containers (UC) maintains the Customer Master outside of Salesforce and would like to sync the Customer records with Salesforce on a daily basis. UC has complex logic in the Account trigger and will have to test it for bulk inserts and updates. UC has been given a csv file with test data. What is the recommended way to use this data in a test class? A. Load the customer-provided csv file as a static resource and refer to it in the test classes. B. Load the customer-provided csv file as a Chatter file and refer to it in the test classes. C. Load the customer-provided csv file under Documents and refer to it in the test classes. D. Load the customer-provided csv file to a custom object for testing and delete the test records after testing.

A

Universal Containers (UC) wants to start sharing some of the information collected from customers in Salesforce to other systems. UC wants to start sharing some sales data (orders) with a third-party application to help forecast inventory. This is a web application that supports SOAP and REST interfaces to send and receive data. What is the recommended solution for integrating with this product? A. Create a Submit to Forecast Button on the Order Page to send the data to the Web application via REST. B. Configure an Outbound Message to send a SOAP call via a Workflow rule to the Forecasting application on close. C. Create an APEX trigger that makes the REST callout to the Forecasting application with the data when the deal closes. D. Utilize a third-party ETL tool to synchronize the data from Salesforce to the Forecasting application using the Bulk API.

A

Universal Containers has 1,200 active users. Up until last year, they were creating a maximum of 200,000 orders a day. This year because of a new product launch, they are creating a maximum of 300,000 orders per day. They have a trigger on the Order object that has a @future method inside, which it calls via an external web service hosted on middleware. Due to this sudden growth, they have started seeing delays in web service calls where some of the calls are delayed for a few hours. What can be issue for this delay and what integration pattern would an Architect recommend? A. The system is reaching daily limits of @future calls. Replace the HTTP Callout with a Workflow Rule and Outbound messages. B. The system is reaching daily limits of web service callouts. Batch web service callouts to stay under the limit. C. The system is reaching daily limits of @future calls. Remove @future annotation and call the web service directly from the trigger. D. The system is reaching daily limits of web service callouts. Create a ticket to Salesforce support to increase the limit.

A

Universal Containers has a call center that would like to have a dashboard that updates in real time and shows information about phone calls that have been completed today (recorded in the Activity object). There are several teams in the call center, and each dashboard should only show calls from that team. An employee can start the board each morning, but after that no further user interaction should be needed. What is a recommended pattern that would minimize implementation time? A. Develop a Visaulforce page that uses the Steaming API. B. Use Heroku to develop a dashboard page that uses the REST API. C. Use native Salesforce dashboard functionality D. Develop a Visualforce page that uses JavaScript Remoting.

A

Universal Containers has a custom Salesforce UI that is used by all users to check on a container's status. This check is done via an integration to its back-end system which all users have access to. However, some users have a higher privilege access into that back-end system, which allows them to retrieve more details in the same container status check. Those users would like the same Salesforce UI to recognize their higher privilege access and display those extra details for them, but without allowing all users to see the same level of details. What is the recommended security approach to satisfy this requirement? A. Named credential set with "per-user" identify type to control the Apex callout. B. Custom permission to control the Apex callout to retrieve different levels of details. C. Hierarchical custom setting to store back-end system user credentials and referenced in the Apex callout. D. Permission set to identify users with higher-level privileges in order to control the Apex callout.

A

Universal Containers has a data warehouse system that collects information from upstream systems in order to do proprietary reporting. Every day there are several thousand record insertions and updates in Salesforce that might be a interest to this data warehouse. Reports in the data warehouse are run at the end of the month. What is a recommended way to transfer record insertions and updates to the data warehouse? A. Use the SOAP API's getUpdated() method to retrieve changed record IDs, then retrieve records. B. Use scheduled Apex to do an Apex callout to the data warehouse. C. Use native Outbound message functionality to send a message with each record change. D. Use a trigger to do an Apex callout to the data warehouse with each record change.

A

Universal Containers has a requirement for all accounts that do NOT qualify for a business extension (Custom field on the account record) for the next month to send a meeting invite to their contacts from the marketing automation system to discuss the next steps. It is estimated there will be approximately 1MilIion contacts per month. What is the recommended solution? A. Use Batch Apex. B. Use Time-based workflow rule. C. Use Process builder. D. Use Trigger.

A

Universal Containers has an external ERP that will manage inventory and initiate shipping logistics after an Opportunity is marked "Closed Won" in Salesforce. A "Shipping Number" needs to be written back to the Opportunity to track related records in the ERP. Sales Reps need to move quickly from one Opportunity to the next. What integration pattern will satisfy the system reqs while maximizing the efficiency of the Sales Reps? A. Remote Process Invocation - Fire and Forget B. Batch Data Synchronization C. Remote Process Invocation - Request and Reply D. Remote Call-In

A

Universal Containers send quotes to customers periodically when the customer contract is near expiration. Quoting is generated by an external quoting engine. The VP recommends that the quote-generated request should be sent one week prior to the contract expiration. The Quote engine requires the latest account, contact, and contract information from Salesforce to generate the quote. What is the recommended solution? A. A scheduled batch Apex to gather additional information from Salesforce and make a sync callout to the quote engine. B. Workflow-initiated alert to the Sales Rep, who will submit a request from a custom controller in a Visualforce page. C. Workflow-initiated outbound message with a callback to gather additional information from Salesforce. D. Workflow-initiated Apex to gather additional information from Salesforce and make a sync callout to the quote engine.

A

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. Include a secret passphrase in the payload that is a validated by the external system. C. Base64 encode the data to ensure untrusted 3rd parties don't see it. D. Utilize a 3rd-party SSO solution to authenticate the session.

A

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. use the Streaming API to receive order updates in real time. C. Migrate the legacy application to Heroku and Integrate the database. D. Create a web-tab in Salesforce directly to the legacy application.

A

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 support SOAP C. Outbound messaging cannot be made secure D. Outbound messaging does not offer any reliability.

A

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. Salesforce Data Loader B. Data Import Wizard C. Excel connector D. Salesforce Workbench

A

Universal learning (UC) is embarked on Salesforce transformation journey, UC will decommission the legacy CRM system and migrate data to Salesforce. The data migration team asked for a recommendation to optimize the performance of the data load to Salesforce. Which approach should used to meet the requirement? A. Use Bulk API to process jobs in parallel mode. B. Contact Salesforce support to schedule performance load. C. Use Bulk API to process jobs in serial mode. D. Use Bulk API to process jobs in high performance mode.

A

What is the recommended approach to implement a login authentication call for an inbound integration call to Salesforce? A. Perform the login call only when the session/access token has expired or no longer works. B. Perform the login authentication call before each integration call to Salesforce every time. C. Only perform a single login call forever and store the session/access token permanently. D. Perform the login authentication call before a single transaction of multiple calls to Salesforce.

A

Which tool would an architect likely leverage while diagnosing issues with an inbound RESTful integration to Salesforce? A. Workbench B. Data Loader C. Force.com SOAP Explorer D. Metadata audit trail

A

Northern Trail Outfitters (NTO) has recently changed their Corporate Security Guidelines. The guidelines require that all cloud applications pass through a secure firewall before accessing on-premise resources. NTO is evaluating middleware solutions to integrate cloud applications with on-premise resources and services. What are two considerations an Integration Architect should evaluate before choosing a middleware solution? Choose 2 answers A. The middleware solution is capable of establishing a secure API gateway between cloud applications and on-premise resources. B. An API gateway component is deployable behind a Demilitarized Zone (DMZ) or perimeter network. C. The middleware solution enforces the OAuth security protocol. D. The middleware solution is able to interface directly with databases via an ODBC connection string.

A B

Northern Trail Outfitters needs to use Shield Platform Encryption to encrypt social security numbers in order to meet a business requirement. Which two considerations should an Integration Architect do prior to the implementation of Shield Platform Encryption? Choose 2 answers A. Encrypt the data using the most current key. B. Review shield platform encryption configurations. C. Encrypt all the data so that it is secure. D. Use Shield Platform Encryption as a user authentication or authorization tool.

A B

The URL for an external service has been changed without prior notice. The service provides up to date money exchange rates that is accessed several times from Salesforce and is a business critical function for end users. Which two solutions should an Integration Architect recommend be implemented to minimize potential downtime for users in this situation? Choose 2 answers A. Named Credentials B. Remote Site Settings C. Content Security Policies D. Enterprise ESB Explanation https://help.salesforce.com/articleView?id=collab_files_overview.htm&type=5

A B

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 a new formula field for (first name+last name + street number) in universal containers org and use 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.

A B

Universal Containers has decided that they will be using the bulk API to migrate the existing data into Salesforce as they will be importing a total of 80 million records. While planning for the data migration, what techniques should the Architect recommend to make sure the load go according to schedule? Choose 2 answers A. Pre-process data that the triggers and workflows can be deactivated. B. Perform a test load using a full Sandbox prior to the Production load. C. Perform loads over a weekend server resource availability. D. Leverage several workstations, loading different objects simultaneously.

A B

Universal Containers merges with Planetary Shipping. They decide to consolidate their systems and migrate all the customer accounts into one Salesforce org. After some data analysis, they find out that their systems have common accounts that they would like to merge and avoid duplicate accounts in Salesforce. They find out that customer email, available in both the systems, can be used to match common accounts. The customer data can be exported as CSV files from their systems. Which two options should be considered to load accounts into Salesforce and eliminate duplicate accounts? Choose 2 answers A. ETL tool that is capable of identifying common accounts using email address and performs update s B. Dataloader upsert operation with a custom External ID field containing the email address C. ETL tool that is capable of identifying common accounts using a Salesforce ID and performing updates D. Dataloader insert operation and Saleforce's native deduplication after the load

A B

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. An iFrame embedding a custom .Net application that displays data from the other systems. B. A custom visualforce page with a controller thats calls-out to 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.

A B

Universal containers are building an integration between Salesforce and their data warehouse. The architect has the following requirements: 1. Salesforce users need the ability to CRUD (create,read,update and delete) data from their data warehouse without leaving the Salesforce user interface 2. The integration to the data warehouse should maintain the same look and feel as the existing Salesforce user interface 3. The use of custom development Should be minimized Which two solutions should the architect consider? Choose two options A. Utilizelightning connect with custom ApexAdapter to provided CRUD access to the data warehouse B. Utilize a canvas application to render the data warehouse data from within Salesforce C. Utilize a visual force page from 3rd party JavaScript library that will provide CRUD capabilities to the data warehouse. D. Utilize a 3rd party tool from the App-Exchange that will provide CRUD capabilities between the data warehouse and salesforce

A B

Universal containers has used Outbound Messaging to integrate with their billing system. Their billing system has frequent outages that don't last more than a couple of hours. Which two aspects of Outbound Messaging might the customer experience issues with as a result of these outages? Choose 2 answers A. Out-of-order delivery. B. Duplicate messages C. Orphaned Requests D. Exceeding Governor Limits.

A B

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. Configure Login IP Ranges on any profiles used by Integration 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. Enable the "Lock sessions to the IP address from which they originated" setting.

A B

What are two benefits an Integration Architect should consider when recommending web-to-lead? Choose 2 answers A. Web-to-Lead requests have their own limits separate from other APIs. B. Web-to-Lead is a simple way to capture responses to marketing landing pages. C. Web-to-Lead can be utilized for Lead data migrations. D. web-to-Lead can be used to de-duplicate leads during integrations.

A B

What are three capabilities of Salesforce outbound messaging? Choose 3 answers A. Provide a session ID as part of the outbound message. B. Repeatedly send a SOAP notification for up to 24 hours until an acknowledgement is received. C. Build integration components without the Use of APEX. D. Define a WSDL based upon 2 objects related via Master-Detaikls relationship. E. Define a custom WSDL based upon an Apex Interface class definition.

A B C

Northern Trail Outfitters requires an integration to be set up between one of their Salesforce orgs and an external data source us Salesforce Connect. The external data source supports Open Data Protocol. Which three configurations should an Integration Architect recommend be implemented in order to secure requests coming from Salesforce? Choose 3 answers A. Configure Identity Type for OData connection. B. Configure a Certificate for OData connection. C. Configure Special Compatibility for OData connection, D. Configure CSRF Protection for OData connection. E. Configure CSRF Protection on External Data Source. Explanation https://help.salesforce.com/articleView?id=apex_add_external_data_source.htm&type=5

A B D

Universal Containers has a requirement to update the Salesforce Account object any time the corresponding account is updated within their financial system. Which three Salesforce capabilities should the Architect consider? A. Partner WSDL because of a requirement to utilize SOAP-based web services. B. Partner WSDL because of a requirement to dynamically inspect field names during runtime. C. Streaming API because of a requirement to dynamically inspect field names during runtime. D. Enterprise WSDL because of a requirement to utilize SOAP-based services E. Partner WSDL because of a requirement to utilize REST-based web services

A B D

Universal Containers is planning a data migration into Salesforce and must decide whether to use the Bulk API or the SOAP API. Which three statements are true about the Bulk API and REST API? Choose 3 answers A. DML limits on Bulk are not governed on Salesforce servers. B. The SOAP API provides jpb monitoring on the Salesforce setup menu. C. The Bulk API allows multiple attachments to be leaded from within a single ZIP file. D. The SOAP API avoids record locking contention on parent objects of Master-Details relationship. E. The Bulk API may cause record locking contension on parent objects od Master-Details relationship.

A B D

Universal Containers (UC) has integrations developed between Salesforce and back-end ERP applications. During peak load, UC is getting an error at the integration layer indicating, "Login Rate Exceeded". Which two recommendations would mitigate this issue? A. Use a different user for each integration. B. Set the permission login to never expire for the user. C. Cache the session ID to avoid a login call. D. Keep re-typing the login call until it's successful.

A C

Universal Containers decided to use Salesforce Sales Cloud for their sales processes. Won Opportuinities must be sent to an external source for Order fulfillment. All lint items must also be sent, along with opportunities. The ERP system has SOAP based web services orders. UC chose to use Apex callouts. Which two design trade-offs must be taken into account when using Apex callouts to SOAP base web services? Choose 2 answers A. Too many callouts resulting in exceeding the daily limit for number of callouts. B. Code changes may be required following upgrades to the ERP system. C. DML operations are not allowed right after Apex callouts. D. Appropriate error handling to retry failed messages.

A C

Universal Containers is building a managed package to distribute on the AppExchange. As part of the solution they would like to include authentication information (username/password) inside of the package for web service calls made from the package Universal containers web services. A Salesforce security review has flagged this as a security violation and the architect must decide how best to protect these credentials Which two methods should the architect consider in order to protect these credentials? Choose 2 answers A. Utilize named credentials to store the username/password of the web service end post. B. Utilize a custom object with an encrypted text field to store the username/password of the web service end point. C. Utilize protected custom settings to store the username/password of the web service end point. D. Store the username/password directly in the Apex class that will be obfuscated in the managed package.

A C

Universal Containers is planning to sue Bulk API instead of SOAP API to load 1 million activity records from Accounts. Opportunities, can Cases. Which are two advantages of using Bulk API over SOAP API? A. Bulk API needs fewer network round trips to complete the data load. B. Bulk API doesn't need a login to Salesforce and can process data offline. C. Bulk API doesn't need XML processing and can send data using CSV. D. Bulk API needs Partner WSDL, whereas SOAP API needs Enterprise WSDL.

A C

Universal Containers leverages Sales Cloud as their sales platform. For every opportunity, three back-office systems need to be updated online in parallel under a single transaction, Unit of Work. If an update to one of the systems fails, a rollback is required for all successful updates in the transaction. Each system exposes different Services for the update and Call to the Services may take more than 10 seconds. Which two options should an Integration Architect introduce to support this requirement? A. Salesforce Outbound Messaging B. Integration Middleware C. Message-oriented Middleware D. Salesforce Continuation.

A C

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 serial option. B. Standard API with parallel option. C. Bulk API with parallel option. D. Standard API with serial option.

A C

Universal Containers is building an integration between Salesforce and their Accounting system. The integration will utilize outbound messaging with call back pattern to Salesforce. The security officer would like to understand the authentication solution. What are the three ways that the call back can authenticate itself to Salesforce? Choose 3 answers A. Utilize the Enterprise WSDL login() operation to obtain a new session ID. B. Utilize an oAuth Username-Password flow to obtain a new oAuth token for the session ID. C. Utilize the REST API login() operation to obtain a new session ID D. Utilize the session ID contained within the outbound message notification as the authorization header. E. Utilize the partner WSDL with oAuth to obtain a valid oAuth token for the session ID.

A C D

Universal Containers would like to integrate Salesforce to their Accounting system. Salesforce must notify the accounting system for every new account that has been created. The security team will not allow Salesforce to integrate directly to the accounting system due to potential security issues. Which three stages should the Architect consider to reduce the security concerns for this Integration use case? Choose 3 answers A. Terminate the SSL connection at a reverse proxy in the DMZ which establishes trust in the connection using mutual SSL. B. Enable WS-security for the web services made between Salesforce and the accounting system. C. Whitelist the Salesforce IP range on the firewall to ensure only Salesforce- originated traffic can penetrate the network. D. Utilize an Enterprise Service Bus to ensure Accounting system credentials are not stores within Salesforce. E. Enable platform encryption in the Salesforce org to ensure network communication to the Accounting system is encrypted.

A C D

(Image No 84) An enterprise architect has requested the Salesforce Integration architect to review the following (see diagram & description) and provide recommendations after carefully considering all constraints of the enterprise systems and Salesforce platform limits. * About 3,000 phone sales agents use a Salesforce Lightning UI concurrently to check eligibility of a customer for a qualifying offer. * There are multiple eligibility systems that provides this service and are hosted externally. However, their current response times could take up to 90 seconds to process and return (there are discussions to reduce the response times in future, but no commitments are made). * These eligibility systems can be accessed through APIs orchestrated via ESB (MuleSoft). * All requests from Salesforce will have to traverse through customer's API Gateway layer and the API Gateway imposes a constraint of timing out requests after 9 seconds. Which three recommendations should be made? Choose 3 answers A. ESB (Mule) with cache/state management to return a requestID (or) response if available from external system. B. Recommend synchronous Apex call-outs from Lightning UI to External Systems via Mule and implement polling on API gateway timeout. C. Use Continuation callouts to make the eligibility check request from Salesforce from Lightning UI at page load. D. When responses are received by Mule, create a Platform Event in Salesforce via Remote-Call-In and use the empAPI in the lightning UI to serve 3,000 concurrent users. E. Implement a 'Check Update' button that passes a requestID received from ESB (user action needed).

A C E

As part of their customer setup process. Universal containers requires that any address put into Salesforce be validated by the US Postal Service. The customer must provide their address while they are on the phone with the Universal Containers representative. What two solutions should a Technical Architect recommend to fulfill this requirement? Choose 2 answers A. Implement a VisualForce page that validates entered addresses against an API. B. Write a trigger with an @future callout that validates addresses against an API. C. Build a custom Address object and a trigger that will validate the address against the object. D. Leverage an Appexchange application to validate addresses entered.

A D

Northern Trail Outfitters wants to use Salesforce as a front end for creating accounts using the lead-to-opportunity process. 1. An order is created in Salesforce when the opportunity is closed and won, but the back-end ERP system is the data master for order, 2. Customer wants to be able to see within Salesforce all the stages of order processing like Order Created, Order Shipped, Order Paid that are within the retention window. Which two message durability considerations should an Integration Architect make when designing a solution to meet these business requirements? Choose 2 answers A. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -2 to be able to see old and new events. B. High-volume event messages are stored for 24 hours (one day). C. When subscribing to Salesforce Event bus, ReplaylD is used with a value of -1 to be able to see new events. D. High-volume event messages are stored for 72 hours (three days). Explanation https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/using_streaming_api_durab

A D

The Sales Operations team at Northern Trail Outfitters imports new leads each day. An integrated legacy territory management system assigns territories to leads before Sales team members can work on them. The current integration often experiences latency issues. Which two recommendations should an Architect make to improve the integration performance? Choose 2 answers A. Reduce batch size of asynchronous BULK API. B. Reduce batch size of synchronous BULK API. C. Legacy system should submit in serial mode. D. Legacy system should submit in parallel mode.

A D

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. Download the latest enterprise WSDL that contains the new object definition to generate Web service stubs for the new Salesforce object. 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 partner WSDL to generate a generic sObject service stub that can be leveraged for existing and future Salesforce objects D. Migrate to the metadata API to download the new salesforce sObject definition into the financial system integration.

A D

Universal Containers needs to send order details to the ERP system using an Apex callout to a REST API via HTTPS. The client has concerns with the integration's security and insists that such order details should be transmitted securely. Which two approaches should be used to ensure secure transmission of data from Salesforce to the ERP's REST API? A. The REST API should be SSLO enabled with a CA-signed certificate. B. The order details should be passed in a URL parameter in the REST API endpoint. C. The REST API should be SSL enabled with a Salesforce client certificate. D. The order details should be passed in the body of the REST API callout.

A D

Universal Containers would like to use a hard-coded username/password/security token of a user with a System Administrator profile to integrate its back-end system to Salesforce for inbound API calls. Which two security issues are associated with this approach. A. All back-end systems get uncontrolled access to any data within the Salesforce environment. B. Unintended password resets will cause the integration to stop working and disrupt business processes. C. Apex web services can executive with system privileges with such Salesforce credentials. D. Unsecure storage of the credentials may result in hackers gaining unauthorized access to Salesforce.

A D

Universal containers has built an integration module to pull customer support tickets out of various systems and push them to salesforce as cases. The integration was implemented using Salesforce SOAP API with batch size 200, and the jobs are scheduled to run every 30 minutes to make sure a job completes before the next job starts. After going Live, they found that jobs are failing occasionally due to a "Max CPU time exceeded" error thrown from a trigger on the case. Reducing the batch size to 100 would resolve the issue, but the jobs would then take an average of 35 minutes to run. Which two options should be considered to resolve the issue and make sure a job completes before the next one starts? Choose 2 answers A. No change to API options, and move the trigger code into a future method. B. No change to API options, and move the trigger code into a Queuetable apex C. Bulk API with serial option and batch size 100, and no code changes D. Bulk API with parallel option and batch size 100, and no code changes.

A D

Universal containers is hearing complaints from users that recently released changes while they meet the functional requirements are not actually usable and/or do not meet their expectations for user experience for example, a Visualforce page that takes too long to display the first page of data. Which two types of testing should a technical Architect implement to reduce or eliminate the complaint? Choose 2 answers A. user Acceptance Testing B. Unit Testing C. Regression Testing D. Performance testing

A D

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 provide authorization information via the signed Request. B. The canvas SDK can be used to make an external systems UI look like Salesforce. C. Canvas can send data to an external system asynchronously. D. Canvas endpoint URLs can be dynamically changed via a Lifecycle Handler.

A D

What are two benefits of named credentials? Choose 2 answers A. They simplify utilizing oAuth for Apex callouts. B. They Secure integrations to Salesforce from other systems. C. They enforce secure communication to external systems D. They securely store credentials in a maintainable way.

A D

What are two reasons an existing custom field cannot be marked as External ID? Choose 2 answers A. Maximum number of External IDs allowed on an object has been reached, B. Maximum number of fields of an object has been reached. C. Maximum number of skinny tables has been reached. D. Maximum number of indexes allowed on an object has been reached.

A D

What are two scenarios that utilize the chatter REST API? Choose 2 answers A. When integrating chatter into custom mobile apps. B. When migrating Opportunity data. C. When uploading large files. D. When posting status updates to social media.

A D

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. Setup CORS to whitelist all domains that the client scripts communicate with. B. utilize the canvas SDK to perform the callouts. C. Ensure each javascript resource communicates only with its origin. D. Set up Remote site settings for all domains that the client scripts communicate with.

A D

Which two automated methods should an architect use to solve an issue with duplicate contacts? Choose 2 answers A. Write a Batch Apex class to manage the deduplication B. Assign new contacts to queues to be reviewed by a data quality team. C. Leverage an AppExchange data management toolto de-duplicate contacts. D. Enable duplicate management in the org to prevent duplicates.

A D

A customer is migrating from an old legacy system to Salesforce. As part of the modernization effort, they would like to integrate al existing systems that currently work with their legacy application with Salesforce. Which three constraints and pain-points should an integration architect consider when choosing the integration pattern/mechanism? Choose 3 answers A. System types - APIs, File systems, Email B. Reporting and usability requirements C. Multi-language and multi-currency requirement D. Error handling mechanisms E. Data Volume and Processing volume

A D E

In which three ways can production data be moved into a sandbox for testing purpose? A. Refresh a Full Sandbox. B. Use the metadata API. C. Request a Snapshot from Support D. Refresh a Copy Sandbox. E. use the Apex Data Loader.

A D E

Universal Containers (UC) uses Salesforce to create and manager accounts and opportunities. With Salesforce being the master of records, the opportunities on existing accounts are required to be updated with product usage statistics from an on-premise usage tracking system that is capable of participating in contract-first integration. Which three steps should the Integration Architect consider given that UC does not want any custom development in Salesforce? A. Create a Workflow outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system. B. Use a REST API callback to update the Opportunity record with the product usage data from the remote system. C. Create a Process Builder outbound message during Opportunity creation and provide the Opportunity ID and Session ID to the remote system. D. Use a SOAP API callback to update the Opportunity record with the product usage data from the remote system. E. Generate a partner WSDL in Salesforce and provide it to the remote system to create a client stub.

A D E

Universal Containers (UC) wants to connect their on-premise ERP system to view Order data in Salesforce. UC is considering a solution to integrate the on-premise system using Salesforce Connect via OData. Which three considerations should an Architect keep in mind when recommending use of Salesforce Connect? A. Customer wants the ability to query external data using Global Search and reports. B. Customer does not want real-time access to the ERP data and is willing to wait for hourly refreshes. C. Customer wants to create a master-detail relationship between Opportunity and the external object. D. Customer needs to query small amounts of data at any time and display using a related list. E. Customer has a large amount of data that they do not want to load into Salesforce.

A D E

What are the three capabilities of the Bulk API? Choose 3 answers A. process multiple batch jobs asynchronously B. Process multiple batch jobs synchronously C. Roll back all transactions within a batch of 10000 records D. Monitor job status via the API. E. Monitor job status via the Web UI.

A D E

(Image No 203) 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

B

(Image No 64) A large enterprise customer with the following system landscape is planning to implement Salesforce Sales Cloud. The following business processes need to be supported in Salesforce: 1. Sales Consultants should be able to have access to current inventory. 2. Enterprise Resource Planning System(ERP) is the system of record for pricing information. 3. Quotes should be generated in Salesforce with pricing from ERP. 4. Sales Management uses a Enterprise Business Intelligence (BI) tool to view Sales dashboards. 5. Master Data Management (MDM) is the system of record for customers and prospects. 6. Invoices should be accessible in Salesforce. Which systems in the landscape should the Integration Consultant consider to be integrated with Salesforce to support the business requirements? A. ERP, Invoices system, Data Warehouse and BI Tool B. ERP, Inventory, Pricing Engine, Invoices system C. ERP, MDM, BI tool and Data Warehouse D. ERP, MDM, Data Warehouse, Invoices system

B

A company needs to be able to send data from Salesforce to a home grown system behind a corporate firewall. The data needs to be pushed only one way and doesn't need to be sent in real time. The average volume is 2 million records per day. What should an integration architect consider when choosing the right option in building the integration between the external system and Salesforce? A. Due to high volume of records, number of concurrent requests can hit the limit for the REST API call to external system. B. Due to high volume of records, a third party integration tool is required to stage records off platform. C. Due to high volume of records, the external system will need to use a BULK API Rest endpoint to connect to salesforce. D. Due to high volume of records, salesforce will need to make a REST API call to external system.

B

A customer of Salesforce has used Platform Events to integrate their Salesforce instance with an external third party Artificial Intelligence (AI) system. The AI system provides a prediction score for each lead that is received by Salesforce. Once the prediction score is received, the lead information is saved to Platform events for other processes. The trigger on the Platform Events is failing once this was rolled out to Production. What type of monitoring should the Integration Consultant have considered to monitor this integration? A. Monitor Platform Events created per hour limits across the Salesforce instance. B. Set up debug logs for Platform Event triggers to monitor performance . C. Validate the Platform Event definition matches leads definition. D. Monitor the volume of leads that are created in Salesforce.

B

An Integration Architect has built a Salesforce application that integrates multiple systems and keeps them synchronized via Platform Events. What is taking place if events are only being published? A. The platform events are published immediately before the Apex transaction completes. B. The platform events are published after the Apex transaction completes. C. The platform events has a trigger in Apex. D. The platform events are being published from Apex. Explanation https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_events_define

B

An Integration Architect has built a solution using REST API, updating Account, Contact, and other related information. The data volumes have increased, resulting in higher API calls consumed, and some days the limits are exceeded. A decision was made to decrease the number of API calls using bulk updates. The customer prefers to continue using REST API to avoid architecture changes. Which REST API composite resources should the Integration Architect use to allow up to 200 records in one API call? A. SObject Collections B. SObject Tree C. Batch D. Composite Explanation https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm

B

Northern Trail Outfitters (NTO) leverages Sales Cloud for tracking and managing leads, accounts, contacts, and opportunities- Orders and order fulfillment is taken care of by an Order Management System (OMS) in the back-office. When an opportunity has changed it's status to "Closed/Won" and there are products attached, the details should be passed to the OMS for fulfillment operations. The callout from Salesforce to the OMS should be synchronous. What should an Integration Architect do to satisfy these requirements? A. Write a trigger that invokes an Apex proxy class to make a REST callout to the Order Management System. B. Use Process Builder to call an Apex proxy class to make a REST callout to the Order Management System. C. Develop a batch Apex job that aggregates Closed Opportunities and makes a REST callout to the Order Management System hourly. D. Build a Lightning Component that makes a synchronous Apex REST callout to the Order Management System when a button is clicked.

B

Northern Trail Outfitters is seeking to improve the performance and security of outbound integrations from Salesforce to on-premise servers. What should the Architect consider before recommending a solution? A. External gateway products in use B. A Default gateway restrictions C. Considerations for using Deterministic Encryption D. Shield Platform Encryption Limitations

B

UC leverages external MDM as the customer master. When an agent creates or updates an account in Salesforce, it must be created/updated in MDM before it is saved in Salesforce. Sales users should be allowed to navigate to other pages while the account record is saved. What is the recommended approach? A. Make an @future callout to MDM from a trigger with page refresh using Action region. B. Make a continuation callout from VF page controller with page refresh using Action poller. C. Make an asynchronous callout from VF page controller with page refresh using Action region. D. Make a synchronous callout from VF page controller with page refresh using Action region.

B

Universal Containers (UC) has Wave Analytics in their Salesforce org. UC has expertise and access to the Dell boomi ETL tool. UC would like to get all leads and opportunities from the org and data from a few other Marketing tools to a Wave instance for enhanced analysis. What is the recommended solution to set up the data process? A. Dell boomi for data from Salesforce and data from other sources. B. Wave Data flow for Salesforce data and Dell boomi for data from other sources. C. Export data from all sources into Excel and use Wave connector to import data. D. Use Wave data flow for Salesforce data and data from other sources.

B

Universal Containers (UC) has third-party MDM database which is responsible for maintaining the data for Customer and Contacts information for its organization. UC wants to keep this information up-to-date in Salesforce so that the information is as current as possible. UC wants to provide bi-directional synchronization of the data between the MDM and Salesforce. What is the recommended approach to solving this problem? A. Create a VisualForce page for Accounts/Contacts that will pull the data from MDM, display it, and send any changes from Salesforce. B. Implement a third-party middleware tool to maintain the synchronization between Salesforce and the MDM database as they occur. C. Create a Batch process that runs every 5 minutes to pull the changes from MDM and any updates from Salesforce. D. Modify the MDM database application to send and receive updates to and from Salesforce via REST or SOAP as they occur.

B

Universal Containers (UC) is a large printing company that sells advertisement banners. The company works with third-party agents on banner initial design concepts. The design files are stored in an on-premise file store that can be accessed by UC internal users and the third party agencies. UC would like to collaborate with the 3rd part agencies on the design files and allow them to be able to view the design files in the community. The conceptual design files size is 2.5 GB. Which solution should an integration architect recommend? A. Create a lightning component with a Request and Reply integration pattern to allow the community users to download the design files. B. Define an External Data Source and use Salesforce Connect to upload the files to an external object. Link the external object using Indirect lookup. C. Create a custom object to store the file location URL, when community user clicks on the file URL, redirect the user to the on-prem system file location. D. Use Salesforce Files to link the files to Salesforce records and display the record and the files in the community. Explanation https://help.salesforce.com/articleView?id=collab_files_connect_share.htm&type=5

B

Universal Containers (UC) is currently managing a custom monolithic web service that runs on an on-premise server. This monolithic web service is responsible for Point-to-Point (P2P) integrations between: 1. Salesforce and a legacy billing application 2. Salesforce and a cloud-based Enterprise Resource Planning application 3. Salesforce and a data lake. UC has found that the tight interdependencies between systems is causing integrations to fail. What should an architect recommend to decouple the systems and improve performance of the integrations? A. Re-write and optimize the current web service to be more efficient. B. Leverage modular design by breaking up the web service into smaller pieces for a microservice architecture. C. Use the Salesforce Bulk API when integrating back into Salesforce. D. Move the custom monolithic web service from on-premise to a cloud provider.

B

Universal Containers (UC) is planning to roll out a new Force.com app to a regional business unit. UC has partial copy and a full sandbox available for deployment. UC's Architect has been asked to design an environment strategy for integration testing and performance testing, as well as user acceptance testing. What is the recommended use of available sandbox types that an Architect should consider? A. Use the partial copy for performance testing and full sandbox for integration and user acceptance testing. B. Use the full sandbox for performance and user acceptance testing and the partial copy for integration testing. C. Use the full sandbox for integration testing and the partial copy for user acceptance and performance testing. D. Use the full sandbox for user acceptance testing and use the partial copy for integration and performance testing.

B

Universal Containers (UC) would like to provide near real-time updates on their customer-facing external portal when a Sales Manager approves a new feature that is recommended by a customer. UC has no middleware, and the portal exposes a REST API therefore, UC is considering a custom-built system process to handle the integration. What is the recommended approach for the custom-built system process to retrieve updates in near real-time? A. Leverage a related push topic that pushed information to the portal client. B. Leverage a Streaming API client to subscribe to the related push topic. C. Leverage Canvas to send information to the portal whenever an idea is voted on. D. Leverage an outbound message to the portal whenever an idea is voted on the saved.

B

Universal Containers has Logistics Engineers that observe a near real-time dashboard in Salesforce of shipping containers that are in transit. Without leaving the dashboard, an Engineer can select a container to request an updated status on that container. These requests are handled by a proprietary shipping system that queues the requests to send to each container. Containers are connected devices and check in with the shipping system every 30 seconds to receive any status requests. What integration pattern or combination of patterns would be needed to connect Salesforce and the shipping system? A. UI Update Based on Data Changes and Batch Data Synchronization B. Remote Process Invocation-Fire and Forget, with UI Update Based on Data Changes C. Remote Call-In, with UI Update Based on Data Changes D. Remote Process Invocation-Request and Reply

B

Universal Containers has a batch integration that runs every five minutes to load Shipment records related to existing orders that have been updated in the previous five minutes. the integration is not reporting any errors, but some Shipment records are not being loaded. What could be the problem? A. Error reporting is not enabled in Salesforce. B. The integration takes more than five minutes to run. C. The integration is causing UC to exceedits API limits D. The Integration cannot find the parent orders for some Shipments.

B

Universal Containers has a custom Visualforce page that makes a callout to an external service to show historical sales data from the warehouse. Due to heavy usage and slow response time of the external web service, Salesforce continues to hit the Apex Concurrent limit. Assuming that external web service response time can't be improved, what changes can be made to the custom Visaualforce page and Apex Controller to avoid hitting the Apex Concurrent limit? A. Use @future annotation to make the HTTP Callout. B. Replace the standard HTTP Callout with Continuation. C. Invoke a Workflow Outbound message from the Apex trigger. D. Set a timeout on the web service HTTP callout.

B

Universal Containers has a homegrown application that polls Salesforce using SOAP API every 2 minutes to obtain newly created case information. This causes both performance issues and API usage limits to be exceeded. What should an Architect recommend to improve performance and optimum use the API limits? A. Use an Apex callout to identify new case records and send them to the client. B. Use Streaming API to publish new case records to a push topic and subscribe to it. C. Use Generic Streaming to send push notifications of case creation events to the client. D. Use REST API to identify new case records in Salesforce every 15 minutes.

B

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. Too many concurrent sessions B. Reaching an API call limit. C. Reaching a logins per Day limit. D. Too many record-lock errors

B

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. Load the data into salesforce and then utilize the contact Duplicate Rule feature B. Utilize an off-platform de-duplication tool prior to loading. C. Create a de-duplication trigger before loading the data. D. Utilize a batch apex process to de-duplicate the data after loading.

B

Universal Containers has two integrations to Salesforce: System A requires read-only access to all Opportunity data while System B requires read-write access to all Accounts. Which approach ensures compliance with the principal of least priviledge? A. Utilize a single "Integration User" with the "Modify All data" profile setting enabled so that all integrations always have access to all data. B. Utilize separate credentials and profiles for each integration, one having "view All" to opportunities and the other having "Modify All" to Accounts. C. Use a single "Integration User" with profile settings restricted to "view All" for opportunity and "Modify All" for Accounts. D. Utilize separate credentials for each system with both credentials having the "modify all data" permission on the profile.

B

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.

B

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 Partial Sandbox in order to replicate Production functionality and performance characteristics. B. Users should be testing in a Full Sandbox in order to replicate Production functionality and performance characteristics. C. Users should be testing with date loaded into the Developer sandbox in order to replication Production functionality and performance, characteristics. D. Users should be testing in a Developer Pro sandbox in order to replicate Production functionality and performance characteristics.

B

Universal Containers is integrating their Salesforce platform with their on-premise ERP system. As part of the test class design DML operations are to be performed before making the test callout. What capability does Salesforce provides to facilitate this? A. Perform the DML operation within the Test.StartTest and Test.Stop Test and make the callout within Test.StartTest and Test.StopTest block. B. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout with the Test.StartTest and Test.StopTest block. C. Perform the DML operation inside the Test.StartTest and Test.Stop Test and make the callout outside the Test.StartTest and Test.Stop Test block. D. Perform the DML operation outside the Test.StartTest and Test.StopTest and make the callout outside of the Test.StartTest and Test.StopTest block.

B

Universal Containers requires Salesforce to send expense data to an accounting system. Each user has their own username/password credential to access the account system via integration. What is a recommended option for an integration approach from a security perspective? A. Set up a Named-Principal Named Credential and have the administrator set up the username/password. B. Set up a Per-User Named Credential and have the users each set up their username/password. C. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout. D. Use hierarchical custom settings to store the username/password allowing the Apex callout to read it.

B

Universal Containers wants to ensure Salesforce will only accept secure connections from their ETL tool. How should calls to a custom Apex web service be secured? A. VPN B. Two-way SSL C. Profile Security D. IP Whitelisting

B

Universal Containers would like their end users to be able to periodically import lists of leads into the Salesforce lead object. What tool should an architect recommend to support this? A. BulkWeb-to-Lead B. Data Import Wizard C. Salesforce Workbench D. Salesforce Data Loader

B

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 the REST API to receive orders from the ERP system as they are created. B. Leverage Salesforce Lightning Connect to display order information in Salesforce. 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.

B

Universal containers is building an integration between their instance of Salesforce and their business partner's fulfillment systems, the security officer would like to ensure that only the authorized data for each business partner is accessible across all interfaces. How should the architect ensure this requirement is met? A. provide each business partner a shared integration username/password with a specific role/profile provisioned to the appropriate data. B. Provide each business partner their own username/password with a specific role/profile provisioned to the appropriate data. C. Provide each business partner their own username/password with an Apex custom web service to filter the data appropriately. D. Provide each business partner their own username/password with a shared integration profile provisioned to the appropriate data.

B

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 class with webservice methods that implement the SMTP protocol. B. Custom InboundEmailHandler to process the messages. C. Lightning connect with an oData/SMTP interchange. D. Custom Apex batch job to check for SMTP messages.

B

Universal containers ships millions of orders per year and releases code fixes to the production org mightily. Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production. How can Universal Containers achieve the requirement? A. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes. B. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox. C. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed. D. Request that Salesforce to schedule a full sandbox refresh on a nightly basis.

B

Universal containers uses a legacy system to receive and handle Level 1 service requests, and Salesforce service Cloud for Level2 requests and above, Cases will be pushed from the legacy system to Service Cloud by a nightly batch process. Once the cases are closed in SF, the case needs to be updated in the legacy system as soon as possible. How should the Technical Architect recommend that case status be updated in the legacy system? A. Use Apex callout to send case status from Salesforce to the legacy system. B. use Outbound messages to send status updates from Salesforce to the legacy system. C. Use a middleware tool to pull case status from Salesforce and push to the legacy system at regular intervals. D. Write an Apex web service returning case status, to be called from the legacy system.

B

What should an Architect recommend to ensure all integrations to the Northern Trail Outfitters company portal use SSL mutual authentication? A. Enable My Domain and SSL/TLS. B. Enforce SSL/TLS Mutual Authentication. C. Generate a Self-signed Certificate. D. Generate a CA-signed Certificate. Explanation https://help.salesforce.com/articleView?id=security_keys_uploading_mutual_auth_cert.htm&type=5

B

When a Sales Rep closes an opportunity in Salesforce, an Order should be created in Universal Containers' SAP system and the Sales Rep should be notified with an order number as soon as possible. What is the recommended solution? A. Apex @ future callout from an update trigger with an opportunity page refresh using Streaming API. B. Workflow Outbound message with an email notification on callback from SAP C. Apex callout from an update trigger with an opportunity page refresh using Streaming API. D. Workflow Outbound message with an email notification on acknowledgement from SAP

B

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

B

Which protocol should an Integration Architect utilize to create a secure channel between Salesforce and other system? A. SMTP B. TLS C. SSH D. SFTP

B

A company in a heavily regulated industry requires data in legacy systems to be displayed in Salesforce user interfaces (UIs). They are proficient in their cloud-based ETL (extract, transform, load) tools. They expose APIs built on their on-premise middleware to cloud and on-premise applications. Which two findings about their current state will allow copies of legacy data in Salesforce? Choose 2 answers A. Only on-premise systems are allowed access to legacy systems. B. Cloud-based ETL can access Salesforce and supports queues. C. On-premise middleware provides APIs to legacy systems data. D. Legacy systems can use queues for on-premise integration.

B C

A company wants to standardize exception tracking, handling, and analytics. Given the following actions: 1. Build a company wide logging service hosted on a middleware platform 2. Create case object records for exceptions based thresholds 3. Change all their Apex Loggers to publish Application Exceptions as custom Platform Events. Which two specifications should the integration architect include in the logging service architecture? Choose 2 answers A. Receive Application Events through Change Data Capture (CDC). B. Create Salesforce Cases using the Salesforce REST, SOAP or Bulk API. C. Create Salesforce Cases conditionally using automatic Case creation rules. D. Subscribe to the Application Exceptions using the Salesforce Streaming API.

B C

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.

B C

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 Regression Testing policy to catch 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 continuous Integration process to identify issues earlier in the development process. D. Encourage code developers and integration developers to work in separate sandboxes.

B C

Universal Containers (UC) has Salesforce integrated with their mainframe system. All the orders placed in Salesforce are sent to the mainframe system in a nightly batch process. Which two capabilities are required for middleware to support this integration? A. Support for Metadata API B. Extract, transform, and load C. Message queuing D. Synchronous transactions

B C

Universal Containers (UC) uses several systems as part of their enterprise system landscape, including Salesforce and an ERP system. Salesforce is the master system for CRM data, such as Accounts and Opportunities. The ERP system is the master system for customer orders, shipping, and billing information. As part of their business process flow, when an order is created in the ERP system, it also needs to be created in Salesforce in real time. Which two options should UC consider to ensure duplicate Orders are not created in Salesforce? A. Use outbound messaging to send a unique message ID to the ERP system. B. Use the upsert() function instead of create() to prevent the creation of unwanted duplicate records. C. Use a middleware tool to handle the responsibility for managing multiple duplicate calls. D. Customize the Apex web service REST call to send a unique message ID to the ERP system.

B C

Universal Containers acquires several companies and decides to consolidate all customer service systems used by the acquired companies into one Salesforce Service Cloud. They decide to use an ETL to extract service requests from various systems, apply appropriate transformations, and load cases into Salesforce. Different requests captured by different customer service systems could belong to common accounts in Salesforce, so care must be taken to avoid creating duplicate accounts. Which two API options should be considered to load cases into Salesforce that would be safe from record -locking issues? Choose 2 answers A. Bulk API with parallel option and a batch size of 1000 or less B. Bulk API with serial option and a batch size of 1000 or less C. SOAP API with a batch size of 1000 or less D. SOAP API with a batch size of 200 or less

B C

Universal Containers is implementing Salesforce, including a new business process for order management. All Opportunities that reach the Close -Won stage need to be sent to an order management system. When this Opportunity is marked as Complete, a record must be created in their billing system. After the bill is processed, their billing system will be marked as Paid. Each status change from each system must be reflected in Salesforce so call center agents can answer questions about the status of a customer order. All system administrators have agreed to use recent Production data to seed their test systems. What types of sandbox should an Architect recommend end-to-end testing occur in? Choose 2 answers A. Developer Pro Sandbox B. Full Sandbox C. Partial Copy Sandbox D. Developer Org

B C

Universal Containers is using Sales Could with Order Capture. It has been integrated with an SAP system for Order fulfillment. The SAP system sends the Order status updates to Salesforce on a nightly basis. The SAP system tracks Order status more granularly than required by Salesforce. Which two options should an Architect recommend to address different statuses in Salesforce and SAP? A. Create a batch Apex to run on a daily basis, which converts order status to pre-defined order status. B. ETL Change Data Capture interface to send only required status updates to Salesforce. C. ETL change Data capture interface transforms the SAP order statuses to Salesforce order status. D. Update the SAP Order fulfillment process to match Salesforce Order Statuses against the SAP order status.

B C

Universal Containers wants to gather information from a third-party application to update shipping information for an order inside Salesforce. A salesperson could trigger an update and the user interface would refresh with the current status. Which are two recommended options for this when utilizing a Remote Process Invocation-Request and Reply pattern? A. A batch Apex job that performs an Apex SOAD or HTTP callout in a synchronous manner. B. A custom Visualforce page or button that initiates an Apex REST callout in a synchronous manner. C. A custom Visualforce page or button that initiates an Apex SOAP callout in a synchronous manner. D. A trigger that's invoked from Salesforce Data changes, performs and Apex SOAP in a synchronous manner

B C

Universal Containers would like to ensure that the server and client-side app's identity is mutually authenticated for all integrations. Which two of the integration patterns below support such authentication? A. Apex callout to the client-side app with the callout payload encrypted with custom Apex code. B. Outbound message received by client-side app that uses a Salesforce-provided client certificate. C. Apex callout with the client-side app that provides Salesforce with a CA-signed client certificate. D. Outbound message sent to a client-side app endpoint defined with a Per-User Named Credential.

B C

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 the enterprise WSDL to query Salesforce from the Accounting system for opportunities that have changed to Closed-Won. B. Utilize an Enterprise Service Bus to the web service calls between Salesforce and the accounting System. C. Utilize workflow outbound messaging, which has a built-in queuing framework. D. Utilize an Apex trigger with an @future class to callout to the accounting system after the month-end processing is complete.

B C

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. Possibilityof hitting the daily limit for number of batches. B. possibility of very long bulk job execution times C. Possibility of failures due to record-locking errors. D. Possibility of hitting the "Too many concurrent batches" limit.

B C

Universal containers utilizes the REST API to update the multiple Salesforce objects in real time based upon changes from their ERP system. They recently started encountering API Limits and have consulted the Integration Architect on possible solutions. What two possible strategies should the architect consider? Choose 2 answers A. Migrate the integration to the partner WSDL to support 200 DML operations in a single API call. B. Migrate the integration to the Bulk API which does not count towards the API limits. C. Utilize the REST API batch URI to consolidate 100 DML operations into single API call. D. Utilize workflow outbound messaging which does not count towards the API limits.

B C

What are the two considerations of Apex REST services that an integration architect should keep in mind when building custom integrations? Choose 2 answers A. They cannot utilize publisher actions. B. They require unit and functional testing C. They cannot be built or maintained declaratively D. They consume more API limits than SOAP or REST API

B C

Which two approaches should an Integration Architect recommend to allow access to on-premise systems by Salesforce? Choose 2 answers A. Place the systems in aDMZ. B. Whitelist Salesforce IPs on the firewall. C. Utilize two-way(mutual) SSL D. Whitelist the corporate IPS in Salesforce.

B C

(Image No 144) A large B2C customer is planning to implement Salesforce CRM to become a Customer centric enterprise. Below, is their current system landscape diagram. The goals for implementing Salesforce follows: 1. Develop a 360 view of customer 2. Leverage Salesforce capabilities for Marketing, Sales and Service processes 3. Reuse Enterprise capabilities built for Quoting and Order Management processes Which three systems from the current system landscape can be retired with the implementation of Salesforce? Choose 3 answers A. Order Management System B. Case Management System C. Sales Activity System D. Email Marketing System E. Quoting System

B C D

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.

B C D

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

B C D

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 Enterprise WSDL getUpdated() operation to retrieve Account 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 a third party tool ETL with a dynamic changing SOQL to retrieve Accounts updated within the last 24 hours. E. Leverage the REST API / sObjects / Account / updated URI to retrieve Accounts records updated within the last 24 hours.

B C D

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 the firewall logs to make sure that the outbound messages are being delivered. B. Review the Enterprise Service Bus logs to make sure that successful orders are being acknowledged C. Review at the outbound Messaging Deliverystatus logs to make sure that the messages are being delivered and acknowledged by the target system. D. Review the Enterprise Service Bus logs t make sure that orders are being created only one time. E. Review at the outbound Messaging Audit logs to make sure that the messages are being successfullyprocessed by the target system.

B C D

Universal Containers sells its products online using a system built on Force.com sites. The orders are captures and processed in Salesforce. the company uses an external marketing system and would like to make use of the customer data captured in Salesforce.The marketing system has REST API that can be used to push data into it. Which three options should a Technical Architect consider that do not require building custom web services on the marketing system? Choose 3 answers A. Write a custom Apex web service, Which will be called from the marketing system to retrieve customer data. B. Use Apex callout to send customer data from Salesforce to the marketing system C. Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on adaily basis. D. Build a custom java application using the Enterprise WSDL to pull data from Salesforce and push it to the marketing system. E. Use outbound messages to send customer data from Salesforce to the marketing system.

B C D

A large consumer goods manufacturer operating in multiple countries is planning to implement Salesforce for their Sales and Support operations globally. They have the following security requirements: 1. Internal users from each country have to be authenticated with their local active directory. 2. Customers can create their own login or use Google login. 3. Partners have to be authenticated through a central system which is to be determined. 4. Internal users will have access to the central ERP with their credentials maintained in the ERP. 5. Additional internal systems will be integrated with Salesforce for Sales and Support business processes. Which three requirements should the integration architect evaluate while designing the integration needs of this project? Choose 3 answers A. Evaluate Salesforce solution for customers and for partners, using third party solution for internal users. B. Assess security requirements for internal systems and decide Integration methods that support the requirements. C. Evaluate the build of a custom authentication mechanism for users in each country and support for customers and partners. D. Consider Third party Single Sign On solution supporting all user authentication including customer and partner. E. Evaluate Salesforce native authentication mechanism for all users including customers and partners.

B C E

What are three capabilities of Salesforce Lightning Connect? Choose 3 answers. A. Write to OData - Compliant data sources without APEX. B. Read from OData - Compliant data sources without APEX. C. Associate external object records to Salesforce Account records. D. Write triggers and workflows on external objects. E. Write SOQL queries on external object.

B C E

What are three capabilities of Salesforce to Salesforce(S2S)? Choose 3 answers A. Share reports and dashboards between Salesforce orgs. B. Automatically publish data from the publisher org. C. Manually consume data into the consumer org. D. Integrate data between Salesforce orgs via pre-built web service adapters. E. Publish data from the publisher's Account object to the consumer's Customer__c object.

B C E

A company's security assessment noted vulnerabilities on the un managed packages in their Salesforce orgs, notably secrets that are easily accessible and in plain text, such as usernames, passwords, and OAuth tokens used in callouts from Salesforce. Which two persistence mechanisms should an integration architect require to be used to ensure that secrets are protected from deliberate or inadvertent exposure? Choose 2 answers A. Encrypted Custom Fields B. Named Credentials C. Protected Custom Metadata Types D. Protected Custom Settings

B D

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. The source system is green screen ERP that must be taken offline to produce nightly production reports such as the inventory availability report used for this integration. The Salesforce integration frequently reports failures due to data validation errors. Which two steps should the Technical Architect should recommend? Choose 2 answers A. Ask the ERP report designers to redesign the report to provide properly formatted data. B. Implements a regression testing policy to detect issues following development. C. Use SOAP headers to turn off validation rules and triggers during the integration. D. Review the Salesforce data model and Validation rules and modify the integration as necessary.

B D

Which two statements are correct about External ID? Choose 2 answers A. External IDs must be Text fields B. External IDs are always searchable C. External IDs fields are always unique D. External IDs can be used to upsert records

B D

Customer is evaluating Platform Events solution and would like help in comparing/contrasting it with Outbound Message for a real-time / near-real time needs. They expect 3,000 consumers of messages from Salesforce. Which three considerations should be evaluated and highlighted when deciding between the solutions? Choose 3 answers A. Both Platform Events and Outbound Message offer declarative means for asynchronous near-real time needs. They aren't best suited for real- time integrations. B. In both Platform Events and Outbound Messages, the event messages are retried by and delivered in sequence, and only once. Salesforce ensures there is no duplicate message delivery. C. Message sequence is possible in Outbound Message but not guaranteed with Platform Events. Both offer very high reliability. Fault handling and recovery are fully handled by Salesforce. D. Number of concurrent subscribers to Platform Events is capped at 2,000. An Outbound Message configuration can pass only 100 notifications in a single messages to a SOAP end point. E. Both Platform Events and Outbound Message are highly scalable. However, unlike Outbound Message, only Platform Events have Event Delivery and Event Publishing limits to be considered. Explanation https://developer.salesforce.com/docs/atlas.en-us.platform_events.meta/platform_events/platform_event_limits.h https://help.salesforce.com/articleView?id=workflow_om_considerations.htm&type=5

B D E

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. Error Handling C. Bulkification D. Orchestration E. Logging

B D E

A company is planning on sending orders from Salesforce to a fulfillment system. The integration architect has been asked to plan for the integration. Which two questions should the integration architect consider? Choose 2 answers A. Can the fulfillment system create new addresses within the Order Create service? B. Can the fulfillment system make a callback into Salesforce? C. Can the fulfillment system implement a contract-first Outbound Messaging interface? D. Is the product catalog data identical at all times in both systems? https://www.youtube.com/watch?v=zQncznMLrt4 Contract first interface is important as it can impact integration design in terms of efficiency and collaboration.

B, C

(Image No 25) 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.

C

A company has an external system that processes and tracks orders. Sales reps manage their leads and opportunity pipeline in Salesforce. In the current state, the two systems are disconnected and processing orders requires a lot of manual entry on sales rep part. This creates delays in processing orders and incomplete data due to manual entry. As a part of modernization efforts the company decided to integrate Salesforce and the order management system. The following technical requirements were identified: 1. Orders need to be created in real time from salesforce 2. Minimal customization*, and code should be written due to a tight timeline and lack of developer 3. Sales reps need to be able to see order history and be able to see most up to date information on current order status. 4. Managers need to be able to run reports in Salesforce to see daily and monthly order volumes and fulfillment timelines. 5. The legacy system is hosted on premise and is currently connected to the Enterprise Service Bus (ESB). The ESB is flexible enough to provide any methods and connection types needed by salesforce team. 6. There are 1000 sales reps. Each user processes/creates on average 15 orders per shift. Most of the orders contain 20-30 line items. How should an integration architect integrate the two systems based on the technical requirements and system constraints? A. Use Salesforce external object and OData connector. B. Use Salesforce custom object, custom REST API and ETL. C. Use Salesforce standard object, REST API and ETL. D. Use Salesforce big object, SOAP API and Dataloader.

C

A large enterprise customer has decided to implement Salesforce as their CRM. The current system landscape includes the following: 1. An Enterprise Resource Planning (ERP) solution that is responsible for Customer Invoicing and Order fulfillment. 2. A Marketing solution they use for email campaigns. The enterprise customer needs their sales and service associates to use Salesforce to view and log their interactions with customers and prospects in Salesforce. Which system should be the System of record for their customers and prospects? A. ERP with all prospect data from Marketing and Salesforce. B. Marketing with all customer data from Salesforce and ERP. C. Salesforce with relevant Marketing and ERP information. D. New Custom Database for Customers and Prospects. Explanation https://www.workfront.com/blog/systems-of-record

C

An Architect is required to integrate with an External Data Source via a Named Credential with an Apex callout due to technical constraints. How is authentication achieved? A. Handle authentication with login flows. B. Handle authentication in the code. C. Connect via Salesforce Connect. D. Connect via Communities. Explanation https://help.salesforce.com/articleView?id=named_credentials_define.htm&type=5

C

An Integration Architect has designed a mobile application for Salesforce users to get data while on the road using a custom UI. The application is secured with oAuth and is currently functioning well. There is a new requirement where the mobile application needs to obtain the GPS coordinates and store it on a custom geolocation field. The geolocation field is secured with Field Level Security, so users can view the value without changing it. What should be done to meet the requirement? A. The mobile device makes a SOAP API inbound call. The mobile device receives a REST Apex callout call. B. The mobile device makes a REST API inbound call. C. The mobile device makes a REST Apex inbound call.

C

An organization needs to integrate Salesforce with an external system and is considering authentication options. The organization already has implemented SAML, using a third-party Identity Provider for integrations between other systems. Which use case can leverage the existing SAML integration to connect Salesforce with other internal systems? A. Make formula fields with HYPERLINK() to external web servers more secure. B. Make Apex SOAP outbound integrations to external web services more secure. C. A Make Apex REST outbound integrations to external web services more secure. D. Make an API inbound integration from an external Java client more secure.

C

Northern Trail Outfitters (NTO) has hired an Integration Architect to design the integrations between existing systems and a new instance of Salesforce. NTO has the following requirements: 1. Initial load of 2M Accounts, 5.5M Contacts, 4.3M Opportunities, and 45k Products into the new org. 2. Notification of new and updated Accounts and Contacts needs to be sent to 3 external systems. 3. Expose custom business logic to 5 external applications in a highly secure manner. 4. Schedule nightly automated dataflows, recipes and data syncs. Which set of APIs are recommended in order to meet the requirements? A. Bulk API, Chatter REST API, Apex SOAP API, Tooling API B. Bulk API, Chatter REST API, Apex REST API, Analytics REST API C. Bulk API, Streaming API, Apex REST API, Analytics REST API D. Bulk API, Streaming API, Apex SOAP API, Analytics REST API

C

Northern Trail Outfitters has had an increase in requests from other business units to integrate opportunity information with other systems from Salesforce. The developers have started writing asynchronous @future callouts directly into the target systems. The CIO is concerned about the viability of this approach scaling for future growth and has requested a solution recommendation. What should be done to mitigate the concerns that the CIO has? A. Implement an ETL tool and perform nightly batch data loads to reduce network traffic using last modified dates on the opportunity object to extract the right records. B. Develop a comprehensive catalog of Apex classes to eliminate the need for redundant code and use custom metadata to hold the endpoint information for each integration. C. Refactor the existing future methods to use Enhanced External Services, import Open API 2.0 schemas and update flows to use services instead of Apex. D. Implement an Enterprise Service Bus for service orchestration, mediation, routing and decouple dependencies across systems.

C

Universal Containers (UC) has many existing applications, including Salesforce, that their users access. UC would like to integrate these applications with Salesforce so that users can accomplish all of their tasks in one user interface. What is the recommended solution for integrating these applications into Salesforce? A. Set up the external applications as Connected apps into the Salesforce user interface. B. Use streaming API to integrate these applications into the Salesforce user interface. C. Set up the external applications as Canvas apps into the Salesforce user interface. D. Connect the external applications into the Salesforce user interface using Salesforce Connect.

C

Universal Containers (UC) sends Order data to an external ERP system via ESB. UC sends an outbound message on update or Order to ESB. Once ESB completes creating the Order in the back-end ERP, it send back the Order with the Order Number from the ERP. During development, UC is experiencing an issue. When the Order is updated by ESB, it again fires a workflow rule that sends the outbound message again. Which two recommended steps can be done to prevent this looping issue? A. Write an Apex trigger to send an outbound message to ESB. B. Update workflow rule conditions to exclude the ERP Order Number field update. C. Update workflow rule conditions to exclude the Integration User. D. Update the outbound message to exclude the Integration User. E. Update workflow rule conditions to exclude the ERP Order Number field update.

C

Universal Containers (UC) ships millions of orders per year and releases code fixes to the Production org nightly. Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to Production. How can UC achieve this requirement? A. Use Salesforce-to-Salesforce to keep data synchronized between Production and Full Sandboxes B. Request that Salesforce schedule a Full Sandbox refresh on a nightly basis C. Utilize a middleware solution and bulk API to do a nightly sync from Production to Full Sandbox D. Create Apex unit tests so testing can be done against Production data, but rolled back before being committed

C

Universal Containers has a customer setup process that relies on external database to send customers welcome & registration emails. When a customer contacts Universal containers via phone they need to receive the welcome email shortly following the conversation with the UC representative. Universal containers representatives work exclusively in Salesforce and any new customer contacts are created in Salesforce by the representative. The external database exposes a SOAP API for integration with other applications. What Salesforce technology best fulfills this requirement? A. Write a nightly batch synchronization to send customer information to the external database. B. Write an outbound message to send customer Information to an ESB. C. Write an outbound message to send customer Information to the external database. D. Write a trigger with an @future method to send customer Information to the external database

C

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. The trigger is failing Unit Tests that access the new data. B. API limits being limited. C. Data skew is causing record locking issues on the Oder Share object. D. Record locking contention on the parent Account.

C

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 an ETL tool to join multiple sources and load them into a single data set. D. Use data flow to load Salesforce data,and lightning connect to access the other data sets in real time.

C

Universal Containers is building a mobile application that connects to Salesforce for reading and updating data What is the appropriate authentication solution? A. Create a mobile Integration user ID whose credentials are stored within the mobile application code. B. Prompt for the mobile user's username and Password: utilize the oAuth Username-Password flow to obtain an oAuth token. C. Redirect to Salesforce via the User-agent oAuth flow to obtain an access token and refresh token. D. Prompt for the mobile user's username and password: utilize the Enterprise WSDL login() operation to obtain a session ID.

C

Universal Containers is hearing complaints from users that recently released changes arebreaking existing functionality. What type of testing program should a Technical Architect implement to reduce or eliminate this complaint? A. Performance Testing B. Unit Testing C. Regression Testing D. User Acceptance Testing

C

Universal Containers requires Salesforce to send order data to an ERP system that requires a system-defined username/password for authentication. Which two integration options are recommended from a security perspective? A. Fire outbound messages to a middleware that stores the credentials instead of an Apex callout. B. Use custom settings to store the username and password allowing the Apex callout to read it. C. Set up a Named Credential with a Named Principal Identity Type allowing the Apex callout to use it. D. Store the username/hashed password in a private Static Resource, allowing the Apex callout to read it. E. Use custom settings to store the username and password allowing the Apex callout to read it.

C

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. Web Mashup C. MiddleWare D. Apex batch Processing

C

Universal Containers would like to send all the closed opportunity records to the back-end legacy order management system. The order management system exposes REST API endpoints. What is the recommended approach to send the data to the order management system? A. Workflow Outbound SOAP API message to a middleware system. B. Workflow Outbound SOAP message to the order management system. C. Workflow Outbound SOAP message to a middleware system. D. Workflow Outbound REST message to the order management system.

C

Universal Containers' Customer Service Managers wants to be automatically notified when a Customer Service Representative successfully closes a case What is the recommended approach for the Service Manager to be notified in the Salesforce user interface without having to refresh the screen? A. Have the user refresh the standard Visaulforce page to see closed case updates by setting up the refresh interval on the browser. B. Use a standard Visualforce page and embed JavaScript in the standard Visualforce page to refresh the porting of the standard page layout. C. Create a custom Visaulforce page, subscribe to the "closed cases" push topic, and display alerts onscreen. D. Create a custom Visualforce page with a custom polling mechanism to poll for closed cases and display alerts on the Visualforce page.

C

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

C

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 an Enterprise Server Monitoring tool to process ETL success and failure logs. B. Configure Salesforce to email an administrator when Bulk API batches fail. C. Monitor the Bulk Data Load Jobs page daily for failed batches D. Configure the ETL middleware to notify an administrator via email when a record update fails.

C

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 oAuth to authorize the portal to access the chatter API on behalf of the user. B. Use oAuth Which will pass their portal credentials to the chatter API. C. Use a chatter API integration user which authenticates to salesforce using oAuth. D. Use a chatter API integration user which authenticatesto Salesforce using Enterprise WSDL login().

C

Universal containers ships millions of orders per year and releases code fixes to the production org mightily. Their corporate testing strategy requires that tests must be performed against Production data in an isolated test environment before code can be released to production. How can Universal Containers achieve the requirement? A. Request that Salesforce to schedule a full sandbox refresh on a nightly basis. B. Use Salesforce-to- Salesforce to keep data synchronized between production and full sandboxes. C. Utilize a middleware solution and batch API to do a nightly synch from production to Full sandbox. D. Create APEX unit tests so testing can be done against Production data, but rolled back before being committed.

C

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. Write an opportunity trigger to send order information to ERP. D. Write an outbound message to send order information to ERP.

C

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. Visualforce B. Custom Web Tab C. Canvas D. Lightning Component

C

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 an outbound Message with the record's data. B. Use lightning connect to save the data to an external object. C. Use an Apex class to perform the REST callout asynchronously. D. use the REST API with the content-Type headerset to "JSON."

C

When an opportunity is closed in Salesforce, an order should be created in the back-office SAP system. At the end of the day, Universal Containers allows customers to call back and cancel an order within 24 hours. To cancel an order, the Sales Rep has to set the opportunity status to Open from Closed. The Sales Manager wants all opportunities that changed from Closed to Open to be sent over to the SAP system for order cancellation on nightly basis. Salesforce has a total of 20M opportunities. What is the recommended way to achieve this? A. An ETL job to leverage Bulk API to extract modified opportunities. B. An ETL job to leverage REST API to extract all opportunities. C. An ETL job to leverage SOAP API to extract modified opportunities. D. An ETL job to leverage SOAP API to extract all opportunities.

C

When user clicks Check Preferences as part of a Lightning flow in Salesforce, preferences from an externally hosted RESTful service are to be checked in real-time. The RESTful service has OpenAPI 2.0 JSON definitions, responding in data types of Boolean and string values. Which integration pattern and mechanism should be selected to meet the conditions? A. Fire and Forget: Process-driven platform events publishes events on Salesforce Event Bus. B. Remote Call-In: Salesforce REST API with REST Composite Resources. C. Request-Reply: Enhanced External Services invokes a REST API. D. Data Virtualization: Salesforce Connect map data external REST data in external objects.

C

Northern Trail Outfitters' ERP is integrated with Salesforce and syncs several million contacts per day. To prevent specific data from syncing, the integration uses a SOQL query filtered by sharing hierarchy. Which two things should an architect do to improve the performance of the integration? Choose 2 answers A. Include non-selective criteria in query filters. B. Remove the query filters. C. Include selective criteria in query filters. D. Remove the sharing restrictions. Explanation https://help.salesforce.com/articleView?id=000325247&type=1&mode=1

C D

The director of customer service at Northern Trail Outfitters (NTO) wants to capture and trend specific business events that occur in Salesforce in real time. The metrics will be accessed in an ad-hoc manner using an external analytics system. The events that are of interest are: A customer has initiated a product exchange via a Case A customer service rep clicks on the "Authorize Exchange Product" menu item on the Case A customer has initiated a subscription cancellation via a Case A customer service rep clicks on the "Initiate Refund" menu item on the Case Which two solutions will meet these business requirements? Choose 2 answers A. Case after insert Trigger that executes a callout. B. Case Workflow Rule that sends an Outbound Message. C. Case after insert Trigger that publishes a Platform Event. D. Custom Apex controller that publishes a Platform Event.

C D

Universal Containers (UC) is working with multiple partners to get lists of leads into the Lead aggregation system. These leads are imported into Salesforce as parot of a daily batch integration through the ETL tool. UC observed that may times, leads are duplicated, as they are sourced from different partners. Which two options should an Architect recommend to improve data quality? A. Extract Salesforce lead data into a staging table and use ETL to de-duplicate. B. Create a custom web service to identify duplicate leads and load. C. Design an ETL job to eliminate duplicates from the lead aggregation system. D. Use duplicate management rules on Lead to report duplicate records.

C D

Universal Containers (UC) manages all of their customer information on the Sales Cloud. UC would like to view real-time order information from their ERP system, and also update the ERP system with service information from Salesforce that relates to the orders. UC's ERP system supports OData 4.0. Which two options are recommended to achieve the desired functionality? A. Set up data replication for order and service data syncing. B. Use an Apex callout to look up order information on the ERP system. C. Use Salesforce connect for looking up order information from ERP. D. Use Salesforce connect to write service data into UC's ERP system.

C D

Universal Containers (UC) uses Salesforce to track the following customer data: 1. Leads, 2. Contacts 3. Accounts 4. Cases Salesforce is considered to be the system of record for the customer. In addition to Salesforce, customer data exists in an Enterprise Resource Planning (ERP) system, ticketing system, and enterprise data lake. Each of these additional systems have their own unique identifier. UC plans on using middleware to integrate Salesforce with the external systems. UC has a requirement to update the proper external system with record changes in Salesforce and vice versa. Which two solutions should an Integration Architect recommend to handle this requirement? Choose 2 answers A. Locally cache external ID'S at the middleware layer and design business logic to map updates between systems. B. Store unique identifiers in an External ID field in Salesforce and use this to update the proper records across systems. C. Use Change Data Capture to update downstream systems accordingly when a record changes. D. Design an MDM solution that maps external ID's to the Salesforce record ID.

C D

Universal Containers has a back-end ordering system that restricts access on a per-user basis, it was determined that a "Named Credential" will be used to allow per-user identity type access for all integration with the system. One of the requirements is to have order information sent to the system when the status changes to "Confirmed". Which two valid integration scenarios can take advantage of such a security setup? A. Order information sent to the system via outbound message with session ID. B. Order information sent via a Visualforce page with an Apex callout. C. Order information inserted or updated via Salesforce Connect: OData 2.0. D. Order information sent via process builder via invokable method/future method callout.

C D

What are two considerations to make when performing SOAP callouts from within Apex? Choose 2 answers A. SOAP callouts consume API limits. B. WSDL2Apex supports RPC-style SOAP callouts. C. WSDL2Apex can be used to generate stub code. D. SOAP callouts cannot occur after any DML statements.

C D

Universal Containers has a requirement for users of a Validation page to be notified of data updates from Salesforce as well as message from other systems in real time. Which three approaches should be considered when selecting the correct API? Choose 3 answers A. REST API to continuously poll Salesforce for updates to records. B. Generic Streaming API to support notifications coming from other systems. C. Streaming API to support push notifications to users on mobile devices using Salesforce1. D. Utilize ActionPoller to perform an Apex Callout to the external system to retrieve data. E. Streaming API to support real-time data updates by other users within Salesforce.

C D E

A company needs to integrate a legacy on premise application that can only support SOAP API. After the Integration Architect has evaluated the requirements and volume, they determined that the Fire and Forget integration pattern will be most appropriate for sending data from Salesforce to the external application and getting response back in a strongly typed format. Which integration capabilities should be used to integrate the two systems? A. Outbound Message for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce. B. Platform Events for Salesforce to Legacy System direction and SOAP API using Partner WSDL for the communication back from legacy system to salesforce. C. Platform Events for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce. D. Outbound Message for Salesforce to Legacy System direction and SOAP API using Enterprise WSDL for the communication back from legacy system to salesforce.

D

A large enterprise customer operating in a high regulated industry is planning to implement Salesforce for customer facing associates in both Sales and Service, and back office staff. The business processes that Salesforce supports are critical to the business. Salesforce will be integrated to multiple back office systems to provide a single interface for associates. Reliability and monitoring of these integrations is required as associates support customers. Which integration solution should the architect consider when planning the implementation? A. Architect Services in back office systems to support callouts from Salesforce and build reliability, monitoring and reporting capabilities. B. Decouple back office system callouts into separate distinct services that have inbuilt error logging and monitoring frameworks. C. Build a custom integration gateway to support back office system integrations and ensure reliability and monitoring capabilities. D. Leverage Middleware for all back office system integrations ensuring real time alerting, monitoring and reporting capabilities.

D

A system at Universal Containers needs to retrieve opportunity details(including line items and opportunity learn) and then update the opportunity with new information in real time, as one atomic operation. What approach should an architect recommend that conserves API limits? A. Use a publisher action to update the data and callback to the other system. B. Use the generic streaming API to publish changes and listen for updates. C. Use the SOAP API to upsert the data. The API will then return all opportunity details. D. Use a custom Apex class with a webservice method that performs both actions.

D

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. Middleware tool to pull quote requests from SF and push to the legacy system. B. Trigger with an @Future method to send quote requests to the legacy system. C. Outbound message to send quote requests from Salesforce to the legacy system. D. Apex callout to send quote requests from Salesforce to the legacy System.

D

Northern Trail Outfitters (NTO) has an affiliate company that would like immediate notifications of changes to opportunities in the NTO Salesforce instance. The affiliate company has a CometD client available. Which solution is recommended in order to meet the requirement? A. Create a connected app in the affiliate org and select the "Accept CometD API Requests". B. A Implement a polling mechanism in the client that calls the SOAP API getupdated method to get the ID values of each updated record. C. Configure External Services to call the subscriber in Apex in the Onchange Trigger event as part of the flow. D. Create a PushTopic update event on the Opportunity Object to allow the subscriber to react to the streaming API.

D

Northern Trail Outfitters (NTO) has an integration set up between a Salesforce org and a quoting system. NTO would like to show a notification to all sales representatives that use Salesforce anytime the quoting system will be taken down for maintenance. Which Salesforce API should an Integration Architect use to fulfill this requirement? A. Connect REST API B. Tooling API C. REST API D. Streaming API

D

Northern Trail Outfitters (NTO) is looking to integrate three external systems that run nightly data enrichment processes in Salesforce. NTO has both of the following security and strict auditing requirements: 1. The external systems must follow the principle of least privilege, and 2. The activities of the eternal systems must be available for audit. What should an Integration Architect recommend as a solution for these integrations? A. A shared integration user for the three external system integrations. B. A shared Connected App for the three external system integrations. C. A unique integration user for each external system integration. D. A Connected App for each external system integration.

D

Northern Trail Outfitters has a requirement to encrypt few of widely used standard fields. They also want to be able to use these fields in workflow rules. Which security solution should an Integration Architect recommend to fulfill the business use case? A. Cryptography Class B. Data Masking C. Classic Encryption D. Platform Shield Encryption Explanation https://help.salesforce.com/articleView?id=data_mask_overview.htm&type=5 https://help.salesforce.com/articleView?id=security_pe_vs_classic_encryption.htm&type=5

D

Northern Trail Outfitters uses a custom Java application to display code coverage and test results for all of their enterprise applications and is planning to include Salesforce as well. Which Salesforce API should an Integration Architect use to meet the requirement? A. SOAP API B. Analytics REST API C. Metadata API D. Tooling API Explanation https://developer.salesforce.com/docs/atlas.en-us.api_tooling.meta/api_tooling/tooling_api_objects_apexcodecov

D

Universal Containers (UC) stores inventory of products in one Salesforce org. UC wants regional and local branch offices who have their own Salesforce orgs to see the latest information about the product. What is the recommended approach to provide data access? A. Use Heroku Connect to provide access to products as external objects from other orgs. B. Use Salesforce Connect with oData to provide access to products as external objects. C. Use Apex HTTP Callouts to call Salesforce Rest APIs and provide access restrictions within the Apex class. D. Use Cross-Org adapter for Salesforce Connect to provide access to products as external objects.

D

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. Use custom Linksto direct users to the appropriate ERP system to view order status. B. Build all Integrations as nightly ETL batches to minimize real-time overhead. C. Leverage Apex callouts to integrate directly with acquired applications. D. Use an ESB to abstract the Salesforce integration from other enterprise applications.

D

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 no built-in support bi-directional(two-way) integrations. B. Salesforce-to-Salesforce has a limit on number of records shared between systems. C. salesforce-to-Salesforce does not support linking/sharing with existing records in a receiving org. D. salesforce-to-Salesforce has no built-in support for objects with Parent-child relationships.

D

Universal Containers is a global financial company that sells financial products and services including, bank accounts, loans, and insurance. UC uses Salesforce Service cloud to service their customer via calls, live chat. The support agents would open bank accounts on the spot for customers who are inquiring about UC bank accounts. UC Core banking system is the system of record for bank accounts and all accounts opened in salesforce have to be synced in real-time to the core banking system. Support agents need to inform the customers with the newly created bank account ID which has to be generated from the core banking system. Which integration pattern is recommended for this use case? A. Use streaming API to generate push topic. B. Use outbound message. C. Use salesforce platform event. D. Use request and reply.

D

Universal Containers is planning to develop a native mobile app for their employees to interact with Salesforce. Which two options should the Architect recommend? A. Leverage Identity Product B. Leverage SOAP API C. Leverage Message Queue Product D. Leverage REST API E. Leverage Identity Product

D

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. Outbound messaging B. APEX Batch C. APEX Callout D. Middleware

D

Universal Containers manages a catalog of over one million products that it makes available to its customers. The master product catalog is stored and managed in their ERP application with frequent updates made to the product catalog by their sourcing team. The sourcing team may update attributes such as price, general catalog availability, and the product description. When the sourcing team makes an update that change must go into effect during the next business day and there may be thousands of changes made over the course of the day. What integration pattern would you recommend to best manage this scenario? A. Write a custom web service to accept product catalog changes from ERP. B. Use the streaming API to receive product changes in real time from ERP. C. Write an outbound message to send product changes in real time from ERP. D. Build a scheduled ETL job to sync products on a nightly basis from ERP.

D

Universal Containers wishes to validate street addresses in Salesforce against their legacy Accounting system,Which is the system of record. Retrieving an Account record in this system takes 7-12 seconds per query, and the address must be validated as quickly as possible to ensure proper order processing. What integration pattern should an Architect suggest? A. Remote Invocation initiated by Middleware B. @Future method with an Apex callout. C. Nightly batch validating records modified the previous day. D. Outbound Message with a Callback.

D

Universal containers has complex data transformation, error handling and process automation requirements as part of their integration strategy. What technology should an Architect recommend in order to minimize Salesforce code customizations? A. Data Loader B. Canvas C. Process Builder D. Middleware

D

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 Apex callout to push orders from universal Containers to Planetary Shipping B. Use salesforce-to-Salesforce integration between Universal containers and Planetary shipping C. Use Outbound messages to send orders from Universal Containers to Planetary shipping. D. Use a Middleware tool to pull orders from Universal Containers and push to Planetary Shipping.

D

What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing? A. The endpoint domain has been added to Cross-Origin Resource Sharing. B. The endpoint URL has been added to Content Security Policies. C. The endpoint URL has added been to an outbound firewall rule. D. The endpoint URL has been added to Remote Site Settings.

D

Which mechanism should an Integration Architect recommend to make a secure, authenticated connection to a remote system that results in the remote system trusting Salesforce? A. Encrypt the Payload with a shared key. B. Use a pre-shared key in a query parameter. C. Implement two way (or mutual) SSL certificates. D. Utilize CA - signed certificates on the host.

D


Conjuntos de estudio relacionados

Ch. 21 Antidepressant Agents, Ch. 21 - Antidepressant Agents, Pharmacology - Prep U - Chapter 21

View Set

Life Insurance: Provision, Options, and Riders Quiz

View Set

GSC 3: Sustainability of supply chains

View Set