ExamGecko
Home Home / Salesforce / Certified Data Architect

Salesforce Certified Data Architect Practice Test - Questions Answers, Page 26

Question list
Search
Search

List of questions

Search

Related questions











Northern Trail Outfitters Is planning to build a consent form to record customer authorization for marketing purposes.

What should a data architect recommend to fulfill this requirement?

A.
Use custom fields to capture the authorization details.
A.
Use custom fields to capture the authorization details.
Answers
B.
Create a custom object to maintain the authorization.
B.
Create a custom object to maintain the authorization.
Answers
C.
Utilize the Authorization Form Consent object to capture the consent.
C.
Utilize the Authorization Form Consent object to capture the consent.
Answers
D.
Use AppExchange solution to address the requirement.
D.
Use AppExchange solution to address the requirement.
Answers
Suggested answer: C

Explanation:

The Authorization Form Consent object is a standard object that allows you to capture customer consent for marketing purposes. It has fields such as Consent Captured Date, Consent Captured Source, Consent Description, and Consent Status. You can use this object to create consent forms and track customer responses. This is the best option to fulfill the requirement, as it does not require any custom development or external solution.

A consumer products company has decided to use Salesforce for its contact center. The contact center agents need access to the following information in Service Console when a customer contacts them:

1. Customer browsing activity on its website stored on its on premise system

2. Customer interactions with sales associates at its retail stores maintained in Salesforce

3. Contact center interactions maintained in Salesforce

4. Email campaign activity to customer from its marketing systems.

What should a data architect do to fulfill these requirements with minimum development effort in Salesforce?

A.
Create web tabs in Service Console to show website and marketing activities.
A.
Create web tabs in Service Console to show website and marketing activities.
Answers
B.
Build custom components in Service Console to bring information from the marketing and website information.
B.
Build custom components in Service Console to bring information from the marketing and website information.
Answers
C.
Use Salesforce Connect to integrate the website and the marketing system into Service Console using external objects.
C.
Use Salesforce Connect to integrate the website and the marketing system into Service Console using external objects.
Answers
D.
Build customer view in Service Console with components that show website data and marketing data as mashup.
D.
Build customer view in Service Console with components that show website data and marketing data as mashup.
Answers
Suggested answer: D

Explanation:

Building a customer view in Service Console with components that show website data and marketing data as mashup is the best option to fulfill the requirement with minimum development effort in Salesforce. A mashup is a technique that combines data from different sources into a single user interface. You can use Visualforce pages or Lightning components to create mashups that display data from external systems such as your website and marketing system. This way, you can provide your contact center agents with a comprehensive view of the customer information they need.

Northern Trail Outfitters <NTO> is streaming IoT data from connected devices to a cloud database. Every 24 hours. 100,000 records are generated.

NIO employees will need to see these lol records within Salesforce and generate weekly reports on it. Developers may also need to write programmatic logic to aggregate the records and incorporate them into workflows.

Which data pattern will allow a data architect to satisfy these requirements, while also keeping limits in mind?

A.
Bidirectional integration
A.
Bidirectional integration
Answers
B.
Unidirectional integration
B.
Unidirectional integration
Answers
C.
Virtualization
C.
Virtualization
Answers
D.
Persistence
D.
Persistence
Answers
Suggested answer: D

Explanation:

Persistence is the data pattern that will allow a data architect to satisfy the requirements, while also keeping limits in mind. Persistence means storing data from external sources in Salesforce objects, either standard or custom. This allows you to access the data within Salesforce and use it for reporting, analytics, workflows, and other features. Persistence also helps you avoid hitting API limits or performance issues when accessing large volumes of data from external systems. You can use various tools such as Data Loader, Bulk API, or Platform Events to persist IoT data from connected devices to a cloud database in Salesforce.

A national nonprofit organization is using Salesforce to recruit members. The recruitment process requires a member to be matched with a volunteer opportunity. Given the following:

1. A record is created in Project__ c and used to track the project through completion.

2. The member may then start volunteering and is required to track their volunteer hours, which is stored in VTOTime_c object related to the project.

3. Ability to view or edit the VTOTime__c object needs to be the same as the Project__ c record.

4. Managers must see total hours volunteered while viewing the Project__ c record.

Which data relationship should the data architect use to support this requirement when creating the custom VTOTime__c object?

A.
Lookup Field on Project_c to VTOTime_c displaying a list of VTOTime__c in a related list.
A.
Lookup Field on Project_c to VTOTime_c displaying a list of VTOTime__c in a related list.
Answers
B.
Lookup field on VTOTime_c to Project_c with formula filed on Project__ c showing Sum of hours from VTOTime__c records.
B.
Lookup field on VTOTime_c to Project_c with formula filed on Project__ c showing Sum of hours from VTOTime__c records.
Answers
C.
Master Detail Field on VTOTime_ c to Project_c with rollup summary field on Project __c showing sum of hours from VTOTime_c records.
C.
Master Detail Field on VTOTime_ c to Project_c with rollup summary field on Project __c showing sum of hours from VTOTime_c records.
Answers
D.
Master Detail field on Project _c to VTOTime _c showing a list of VTOTime_c Records in a related list.
D.
Master Detail field on Project _c to VTOTime _c showing a list of VTOTime_c Records in a related list.
Answers
Suggested answer: C

Explanation:

A master-detail field on VTOTime__c to Project__c is the data relationship that the data architect should use to support the requirement when creating the custom VTOTime__c object. A master-detail relationship creates a parent-child relationship between two objects, where the master record controls certain behaviors of the detail record, such as security, ownership, deletion, and roll-up summary fields. By using a master-detail field on VTOTime__c to Project__c, you can ensure that the ability to view or edit the VTOTime__c object is the same as the Project__c record, and that managers can see the total hours volunteered while viewing the Project__c record using a roll-up summary field.

Universal Containers has implemented Salesforce for its operations. In order for customers to be created in their MDM solution, the customer record needs to have the following attributes:

1. First Name

2. Last Name

3. Email

Which option should the data architect recommend to mandate this when customers are created in Salesforce?

A.
Configure Page Layout marking attributes as required fields.
A.
Configure Page Layout marking attributes as required fields.
Answers
B.
Create validation rules to check If the required attributes are entered.
B.
Create validation rules to check If the required attributes are entered.
Answers
C.
Mark Fields for the attributes as required under Setup.
C.
Mark Fields for the attributes as required under Setup.
Answers
D.
Build validation in Integration with MDM to check required attributes.
D.
Build validation in Integration with MDM to check required attributes.
Answers
Suggested answer: B

Explanation:

Creating validation rules to check if the required attributes are entered is the best option to mandate this when customers are created in Salesforce. Validation rules allow you to specify criteria that must be met before a record can be saved. You can use validation rules to ensure that customers have a first name, last name, and email when they are created in Salesforce. This way, you can prevent incomplete or invalid data from being sent to your MDM solution.

Universal Containers has provided a web order form for its customer and has noticed invalid data coming in on orders.

What should be used to mitigate this problem?

A.
Work Flow Rules
A.
Work Flow Rules
Answers
B.
Formatted Fields
B.
Formatted Fields
Answers
C.
Apex Trigger
C.
Apex Trigger
Answers
D.
Validation Rules
D.
Validation Rules
Answers
Suggested answer: D

Explanation:

Using validation rules to mitigate this problem is the best option. Validation rules can help you prevent invalid data from being entered in your web order form. You can use validation rules to check for data quality, format, range, or consistency. For example, you can use validation rules to ensure that the order quantity is positive, the product code is valid, or the shipping address is complete.

Which API should a data architect use if exporting 1million records from Salesforce?

A.
Bulk API
A.
Bulk API
Answers
B.
REST API
B.
REST API
Answers
C.
Streaming API
C.
Streaming API
Answers
D.
SOAP API
D.
SOAP API
Answers
Suggested answer: A

Explanation:

Using Bulk API to export 1 million records from Salesforce is the best option. Bulk API is a RESTful API that allows you to perform asynchronous operations on large sets of data. You can use Bulk API to create, update, delete, or query millions of records in batches. Bulk API is optimized for performance and scalability, and it can handle complex data loading scenarios.


DreamHouse Realty has a Salesforce org that is used to manage Contacts.

What are two things an Architect should consider using to maintain data quality in this situation? (Choose two.)

A.
Use the private sharing model.
A.
Use the private sharing model.
Answers
B.
Use Salesforce duplicate management.
B.
Use Salesforce duplicate management.
Answers
C.
Use validation rules on new record create and edit.
C.
Use validation rules on new record create and edit.
Answers
D.
Use workflow to delete duplicate records.
D.
Use workflow to delete duplicate records.
Answers
Suggested answer: B, C

A customer wishes to migrate 700,000 Account records in a single migration into Salesforce. What is the recommended solution to migrate these records while minimizing migration time?

A.
Use Salesforce Soap API in parallel mode.
A.
Use Salesforce Soap API in parallel mode.
Answers
B.
Use Salesforce Bulk API in serial mode.
B.
Use Salesforce Bulk API in serial mode.
Answers
C.
Use Salesforce Bulk API in parallel mode.
C.
Use Salesforce Bulk API in parallel mode.
Answers
D.
Use Salesforce Soap API in serial mode.
D.
Use Salesforce Soap API in serial mode.
Answers
Suggested answer: C

Universal Containers is exporting 40 million Account records from Salesforce using Informatica Cloud. The ETL tool fails and the query log indicates a full table scan time-out failure. What is the recommended solution?

A.
Modify the export job header to specify Export-in-Parallel.
A.
Modify the export job header to specify Export-in-Parallel.
Answers
B.
Modify the export job header to specify Sforce-Enable-PKChunking.
B.
Modify the export job header to specify Sforce-Enable-PKChunking.
Answers
C.
Modify the export query that includes standard index fields(s).
C.
Modify the export query that includes standard index fields(s).
Answers
D.
Modify the export query with LIMIT clause with Batch size 10,000.
D.
Modify the export query with LIMIT clause with Batch size 10,000.
Answers
Suggested answer: B
Total 260 questions
Go to page: of 26