nerdexam
Salesforce

ARC-300 · Question #16

A third party survey provider offers both an API endpoint for individual survey data and an SFTP server endpoint that can accept batch survey data. The initial implementation of the integration…

The correct answer is C. Create a custom object when the survey is required Send to the API endpoint in real-time. On. See the full explanation below for the reasoning.

Question

A third party survey provider offers both an API endpoint for individual survey data and an SFTP server endpoint that can accept batch survey data. The initial implementation of the integration includes: 1. Marking the order as requiring a survey before order placement 2. On the order confirmation pace, the survey form is displayed for the customer to fill 3. The data is sent to the survey provider API, and the order it marked as not requiring a survey Later it was identified that this solution is not fit for purpose as the following issues and additional requirements were identified: 1. If the API call fails, the corresponding survey data is lost. The Business requires to avoid data loss. 2. Some customers skipped the form. The Business require sending a survey email to such customers. 3. The Order Management System (OMS) uses a non-standard XML parser it did not manage to parse orders with the survey, until the survey attribute was manually removed from the xml. How should the Architect address the issues and requirements described above?

Options

  • ACreate a custom session attribute when the survey is required. Send to the API endpoint in real-
  • BCreate a custom object to store the survey data. Send to the API endpoint using a job. On
  • CCreate a custom object when the survey is required Send to the API endpoint in real-time. On
  • DSend the survey data to the API endpoint in real-time until the survey data is successfully

How the community answered

(32 responses)
  • A
    3% (1)
  • B
    9% (3)
  • C
    84% (27)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full ARC-300 Practice