MoreExam
1. Question Content...
EXPLANATION
Answer: X - EXPLANATION Content.
Question1: 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?
Question2: Only authorized users are allowed access to the EBS and the Enterprise DMS.Customers call Customer Support when they need clarification on their bills. Customer Support needs seamless access to customer billing information from the E and view generated bills from the DMS.Which three authorization and authentication needs should an integration consultant consider while integrating the DMS and ESB with Salesforce?should an integration consultant consider while integrating the DMS and ESB with Salesforce?Choose 3 answers
Question3: What is the first thing an Integration Architect should validate if a callout from a Lightning Web Component to an external endpoint is failing?
Question4: 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?
Question5: 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?
Question6: 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?
Question7: A subscription-based media company's system landscape forces many subscribers to maintain multiple accounts and to login more than once. An Identity and Access Management (IAM) system, which supports SAML and OpenId, was recently implemented to improve their subscriber experience through self-registration and Single Sign-On (SSO).The IAM system must integrate with Salesforce to give new self-service customers instant access to Salesforce Community Cloud.Which two requirements should the Salesforce Community Cloud support for self-registration and SSO?Choose 2 answers
Question8: A developer has been tasked by the integration architect to build a solution based on the Streaming API. The developer has done some research and has found there are different implementations of the events in Salesforce (Push Topic Events, Change Data Capture, Generic Streaming, Platform Events), but is unsure of to proceed with the implementation.The developer asks the system architect for some guidance.What should the architect consider when making the recommendation?
Question9: 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?
Question10: 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?
Question11: A company that is a leading provider of courses and training delivers courses using third party trainers. The trainer for the company has to be verified from 10 different training accreditation verification agencies before providing training for the company. Each training accreditation agency has its own response time, which could take days to confirm a trainer.The company decided to automate the trainer accreditation verification process by integrating to the agencies web services.What is the recommended approach to automate this process?
Question12: 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?
Question13: An architect decided to use Platform Events for integrating Salesforce with an external system for a company.Which three things should an architect consider when proposing this type of integration mechanism?Choose 3 answers
Question14: 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
Question15: 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
Question16: Universal Containers is a global financial company that sells financial products and services.There is a daily scheduled Batch Apex job that generates invoice from a given set of orders.UC requested building a resilient integration for this batch apex job in case the invoice generation fails.What should an integration architect recommend to fulfill the requirement?
Question17: 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?
Question18: 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
Question19: Sales representatives at Universal Containers (UC) use Salesforce Sales Cloud as their primary CRM. UC owns a legacy homegrown application that stores a copy of customer dataas well. Sales representatives may edit or update Contact records in Salesforce if there is a change.Both Salesforce and the homegrown application should be kept synchronized for consistency. UC has these requirements:1. When a Contact record in Salesforce is updated, the external homegrown application should be2. The synchronization should be event driven.3. The integration should be asynchronous.Which option should an architect recommend to satisfy the requirements?
Question20: 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?
Question21: 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
Question22: 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?
Question23: 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
Question24: Universal Containers (UC) is a global financial company. UC support agents would like to open bank accounts on the spot for a customer who is inquiring ab UC products.During opening the bank account process, the agents execute credit checks for the customers through external agencies. At a given time, up to 30 concurrent rewill be using the service for performing credit checks for customers.What error handling mechanisms should be built to display an error to the agent when the credit verification process failed?
Question25: 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?
Question26: 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?
Question27: 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 application2. Salesforce and a cloud-based Enterprise Resource Planning application3. 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?
Question28: Northern Trail Outfitters (NTO) use Salesforce to track leads, opportunities, and to capture order details.However, Salesforce isn't the system that holds or processes orders. After the order details are captured in Salesforce, an order must be created in the remote system, which manages the orders lifecylce. The Integration Architect for the project is recommending a remote system that will subscribe to the platform event defined in Salesforce.Which integration pattern should be used for this business use case?
Question29: 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?
Question30: Northern Trail Outfitters is planning to perform nightly batch loads into Salesforce from an external system with a custom Java application using the and the CIO is curious about monitoring recommendations for the jobs from the Technical Architect Which two recommendations will help meet the requirements?Choose 2 answers
Question31: An Architect is asked to build a solution that allows a service to access Salesforce through the API. What is the first thing the Architect should do?
Question32: 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?
Question33: 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
Question34: Northern Trail Outfitters needs to make synchronous callouts "available to promise" services to query product availability and reserve inventory during customer checkout process.Which two considerations should an integration architect make when building a scalable integration solution?Choose 2 answers
Question35: KiA B2C Enterprise Customer has the following use case that involves processing payment from an external payment gateway service in Salesforce.1. Customer requests Customer Service Representative (CSR) for a Service upgrade.2. Customer provides credit card details to CSR for payment.3. CSR submits payment information in Salesforce, and processed in a4. CSR receives confirmation of payment.5. CSR upgrades service for customer and confirms Customer.external payment gateway.This use case requires the CSR to obtain confirmation of payment before upgrading the service.The integration with Payment gateway needs to be reliable and monitored for audit purposes.The payment gateway service is an external RESTful service that the B2C Enterprise Customer has subscribed for.What should an Integration Architect recommend for this integration?
Question36: A company that is a leading provider of training delivers courses to students globally. The company decided to use customer community in order to allow studer to log in to the community, register for courses and pay course fees. The company has a payment gateway that takes more than 30 seconds to process the payn transaction. Students would like to get the payment result in real-time so in case an error happens, the students can retry the payment process.What is the recommended integration approach to process payments based on this requirement?
Question37: Northern Trail Outfitters wants to improve the quality of call-outs from Salesforce to their REST APIs. For this purpose, they will require all API clients/consumers to adhere to RESTAPI Markup Language (RAML) specifications that include field-level definition of every API request and response payload. RAML specs serve as interface contracts that Apex REST API Clients can rely on.Which two design specifications should the Integration Architect include in the integration architecture to ensure that Apex REST API Clients unit tests confirm adherence to the RAML specs?Choose 2 answers