Salesforce Certified Data Architect Exam Practice Questions (P. 3)
- Full Access (136 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #11
Northern Trail Outfitters (NTO) runs its entire business out of an enterprise data warehouse (EDW). NTO’s sales team is starting to use Salesforce after a recent implementation, but currently lacks the data required to advance leads and opportunities to the next stage.
NTO’s management has researched Salesforce Connect and would like to use it to virtualize and report on data from the EOW within Salesforce. NTO will be running thousands of reports per day across 10 to 15 external objects.
What should a data architect consider before implementing Salesforce Connect for reporting?
NTO’s management has researched Salesforce Connect and would like to use it to virtualize and report on data from the EOW within Salesforce. NTO will be running thousands of reports per day across 10 to 15 external objects.
What should a data architect consider before implementing Salesforce Connect for reporting?
- AMaximum page size for server-driven pagingMost Voted
- BMaximum external objects per org
- COData callout limits per day
- DMaximum number of records returned
Correct Answer:
C
C
send
light_mode
delete
Question #12
The data architect for Universal Containers has written a SOQL query that will return all records from the Task object that do not have a value in the whatID field:
SELECT ID, Description, subject FROM Task WHERE WhatID != NULL
When the data architect uses the query to select values for a process, a time-out error occurs.
What does the data architect need to change to make this query more performant?
SELECT ID, Description, subject FROM Task WHERE WhatID != NULL
When the data architect uses the query to select values for a process, a time-out error occurs.
What does the data architect need to change to make this query more performant?
- AChange the WHERE clause to filter by a deterministic defined value.
- BChange query to SOSL.
- CRemove description from the requested field set.Most Voted
- DAdd LIMIT 100 to the query.
Correct Answer:
A
A
send
light_mode
delete
Question #13
Northern Trail Outfitters (NTO) has a variety of customers that include households, businesses, and individuals.
The following conditions exist within its system:
1. NTO has a total of five million customers.
2. Duplicate records exist, which is replicated across many systems, including Salesforce.
Given these conditions, there is a lack of consistent presentation and clear identification of a customer record.
Which three options should a data architect perform to resolve the Issues with the customer data? (Choose three.)
The following conditions exist within its system:
1. NTO has a total of five million customers.
2. Duplicate records exist, which is replicated across many systems, including Salesforce.
Given these conditions, there is a lack of consistent presentation and clear identification of a customer record.
Which three options should a data architect perform to resolve the Issues with the customer data? (Choose three.)
- AInvest in data duplication tool to de-dupe and merge duplicate records across all systems.Most Voted
- BUse Salesforce CDC to sync customer data across all systems to keep customer record in sync.
- CCreate a customer master database external to Salesforce as a system of truth and sync the customer data with all systems.Most Voted
- DCreate a unique global customer ID for each customer and store that in all systems for referential identity.Most Voted
- EDuplicate customer records across the systems and provide a two-way sync of data between the systems.
Correct Answer:
ACD
ACD
send
light_mode
delete
Question #14
Northern Trail Outfitters (NTO) wants to implement backup and restore for Salesforce data. Currently, it has data backup processes that runs weekly, which backs up all Salesforce data to an enterprise data warehouse (EDW). NTO wants to move to daily backups and provide restore capability to avoid any data loss in case of outage.
What should a data architect recommend for a daily backup and restore solution?
What should a data architect recommend for a daily backup and restore solution?
- AChange weekly backup process to daily backup, and implement a custom restore solution.
- BUse Bulk API to extract data on daily basis to EDW and REST API for restore.
- CUse ETL tool for backup and restore from EDW.
- DUse AppExchange package for backup and restore.Most Voted
Correct Answer:
D
D
send
light_mode
delete
Question #15
Northern Trail Outfitters (NTO) operates a majority of its business from a central Salesforce org. NTO also owns several secondary orgs that the service, finance, and marketing teams work out of. At the moment, there is no integration between central and secondary orgs, leading to data visibility issues.
Moving forward, NTO has identified that a hub-and-spoke model is the proper architecture to manage its data, where the central org is the hub and the secondary orgs are the spokes.
Which tool should a data architect use to orchestrate data between the hub org and spoke orgs?
Moving forward, NTO has identified that a hub-and-spoke model is the proper architecture to manage its data, where the central org is the hub and the secondary orgs are the spokes.
Which tool should a data architect use to orchestrate data between the hub org and spoke orgs?
- AA middleware solution that extracts and distributes data across both the hub and spokes.Most Voted
- BDevelop custom APIs to poll the spoke org for change data and push into the hub org.
- CDevelop custom APIs to poll the hub org for change data and push into the spoke orgs.
- DA backup and archive solution that extracts and restores data across orgs.
Correct Answer:
A
A
send
light_mode
delete
All Pages