Question 51

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?
  • Question 52

    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
  • Question 53

    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
  • Question 54

    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?
  • Question 55

    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 a
    4. 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?