Free Salesforce Data-Architect Exam Actual Questions

The questions for Data-Architect were last updated On May 4, 2024

Question No. 1

Cloud Kicks has the following requirements:

* Their Shipment custom object must always relate to a Product, a Sender, and a Receiver (all separate custom objects).

* If a Shipment is currently associated with a Product, Sender, or Receiver, deletion of those records should not be allowed.

* Each custom object must have separate sharing models.

What should an Architect do to fulfill these requirements?

Show Answer Hide Answer
Question No. 2

Universal Containers (UC) is planning to move away from legacy CRM to Salesforce. As part of one-time data migration, UC will need to keep the original date when a contact was created in the legacy system. How should an Architect design the data migration solution to meet this requirement?

Show Answer Hide Answer
Question No. 3

An architect has been asked to provide error messages when a future date is detected in a custom Birthdate _c field on the Contact object. The client wants the ability to translate the error messages. What are two approaches the architect should use to achieve this solution? Choose 2 answers

Show Answer Hide Answer
Question No. 4

What is an advantage of using Custom metadata type over Custom setting?

Show Answer Hide Answer
Correct Answer: C

Custom metadata records are deployable using packages, which makes them easier to migrate from one environment to another. Custom settings records are not deployable using packages, and they are copied from production to sandbox. Custom metadata types are not available for reporting, and custom metadata records are not editable in Apex.


Question No. 5

Get Cloudy Consulting uses an invoicing system that has specific requirements. One requirement is that attachments associated with the Invoice_c custom object be classified by Types (i.e., ""Purchase Order"", ""Receipt"", etc.) so that reporting can be performed on invoices showing the number of attachments grouped by Type.

What should an Architect do to categorize the attachments to fulfill these requirements?

Show Answer Hide Answer
Correct Answer: D

Creating a custom object related to the Invoice object with a picklist field for the Type allows the architect to categorize the attachments and report on them by Type. The standard Attachment object does not have a ContentType picklist field, and adding a custom picklist field to it would not be best practice.