ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 175 - Certified Data Architect discussion

Report
Export

NTO has a loyalty program to reward repeat customers. The following conditions exists:

1. Reward levels are earned based on the amount spent during the previous 12 months.

2. The program will track every item a customer has bought and grant them points for discount.

3. The program generates 100 million records each month.

NTO customer support would like to see a summary of a customer's recent transaction and reward level(s) they have attained.

Which solution should the data architect use to provide the information within the salesforce for the customer support agents?

A.
Create a custom object in salesforce to capture and store all reward program. Populate nightly from the point-of-scale system, and present on the customer record.
Answers
A.
Create a custom object in salesforce to capture and store all reward program. Populate nightly from the point-of-scale system, and present on the customer record.
B.
Capture the reward program data in an external data store and present the 12 months trailing summary in salesforce using salesforce connect and then external object.
Answers
B.
Capture the reward program data in an external data store and present the 12 months trailing summary in salesforce using salesforce connect and then external object.
C.
Provide a button so that the agent can quickly open the point of sales system displaying the customer history.
Answers
C.
Provide a button so that the agent can quickly open the point of sales system displaying the customer history.
D.
Create a custom big object to capture the reward program data and display it on the contact record and update nightly from the point-of-scale system.
Answers
D.
Create a custom big object to capture the reward program data and display it on the contact record and update nightly from the point-of-scale system.
Suggested answer: D

Explanation:

According to theGet Started with Big Objectsunit on Trailhead, one of the use cases for custom big objects is to store and manage loyalty program data for customers. The unit states that ''From loyalty programs to transactions, order, and billing information, use a custom big object to keep track of every detail.'' Therefore, a custom big object can be used to capture the reward program data and display it on the contact record. Additionally, according to theBig Objects Implementation Guide, big objects can handle massive amounts of data (up to billions of records) and can be updated nightly from external systems using Bulk API or batch Apex. Therefore, a custom big object can meet the requirements of NTO's loyalty program scenario.

asked 23/09/2024
Cristian Bello Henriquez
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first