Salesforce Certified Tableau CRM and Einstein Discovery Consultant Exam Practice Questions (P. 1)
- Full Access (122 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 #1
A Tableau CRM consultant has been asked to refactor a dashboard so that it loads more quickly. After some analysis, the consultant found that most of the dashboard queries run in less than five seconds; however, the Opportunities Table takes 30 seconds to run.
How can the consultant improve the performance of this dashboard?
How can the consultant improve the performance of this dashboard?
- ACreate a Visualforce page and display a list view of the opportunities on this new page.
- BCreate a link to download the list of opportunities as an Excel file.
- CCreate a second page on the dashboard and move the table to this new page.Most Voted
- DCreate a second dashboard and move the table to this new dashboard.
Correct Answer:
D
Reference:
https://www.tableau.com/blog/2020/10/bringing-together-tableau-and-einstein-analytics
D
Reference:
https://www.tableau.com/blog/2020/10/bringing-together-tableau-and-einstein-analytics

send
light_mode
delete
Question #2
A company used Tableau CRM to create two datasets:
1. "OpportunityWithAccount" dataset, which contains data from the Opportunity standard object augmented by the Account data.
2. "CaseWithAccount" dataset, which contains data from the Case standard object augmented by the Account data.
The company wants to build a lens showing the total number of Opportunities and Cases per Account.
How can a consultant help them build this lens?
1. "OpportunityWithAccount" dataset, which contains data from the Opportunity standard object augmented by the Account data.
2. "CaseWithAccount" dataset, which contains data from the Case standard object augmented by the Account data.
The company wants to build a lens showing the total number of Opportunities and Cases per Account.
How can a consultant help them build this lens?
- AUse "Compare Table" to join the "OpportunityWithAccount" and "CaseWithAccount" datasets using the "AccountId" and then aggregate by Account.
- BUse a SAQL query to group and join the "OpportunityWithAccount" and "CaseWithAccount" datasets then generate the results.Most Voted
- CUse a Salesforce Direct query to join "OpportunityWithAccount" and "CaseWithAccount" datasets.
- DSet up Connect Data Sources in the UI between the "OpportunityWithAccount" and "CaseWithAccount" datasets.
Correct Answer:
B
Reference:
https://www.salesforceblogger.com/2019/12/02/saql-simply-explained-part-4/
B
Reference:
https://www.salesforceblogger.com/2019/12/02/saql-simply-explained-part-4/

send
light_mode
delete
Question #3
In a dataset, there are multiple boolean fields. When displayed on any dashboard, the boolean fields should all be displayed in the same way: a value of true should result in the display of the word "Yes" in green; a value of false should result in the display of the word "No" in red.
In which two ways can this be accomplished?
In which two ways can this be accomplished?
- ACreate an XMD node in the dataflow to change the label and color of the values in the fields.
- BIn the explorer, select the boolean fields and use the "edit values" option on the fields to change values and colors.
- CDownload the XMD for the dataset and change the values and color for the fields and then upload to the dataset.Most Voted
- DIn the explorer, select the boolean fields, then create a derived dimension that references the boolean fields, and then modify the values and colors of the derived dimension.
Correct Answer:
C
Reference:
https://blog.bessereau.eu/assets/pdfs/bi_dev_guide_xmd.pdf
C
Reference:
https://blog.bessereau.eu/assets/pdfs/bi_dev_guide_xmd.pdf

send
light_mode
delete
Question #4
A consultant built a very useful Tableau CRM app for Sales Operations, and they want to share its contents with the rest of Global Sales. However, they do not want to add everyone in Sales to their app. The consultant recommends extending the Sales Operations app and distributing it as a Tableau CRM template app, but needs to locate specific information to get started.
{
"folderSource" : { "id" : "Sales Operations ID"}
}
Given the code statement above, which endpoint should it be posted to?
{
"folderSource" : { "id" : "Sales Operations ID"}
}
Given the code statement above, which endpoint should it be posted to?
- A/services/data/v##.#/wave/templatesMost Voted
- B/services/data/v##.#/analytics/projects
- C/services/data/v##.#/analytics/wizard
- D/services/data/v##.#/wave/apps
Correct Answer:
B
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/wave_analytics_templates_intro/wave_analytics_templates_get_started
B
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/wave_analytics_templates_intro/wave_analytics_templates_get_started
send
light_mode
delete
Question #5
Which three statements are true regarding sharing inheritance? (Choose three.)
- AA dataset using sharing must also have a security predicate defined.
- BIf a user can see more than 3,000 records on the object in Salesforce, but the user does not have the "View All Data" permission, sharing inheritance is not used. The backup security predicate takes effect. This limitation does not apply to the Opportunity object.
- CWhen sharing inheritance is enabled, security predicates are ignored.
- DSharing inheritance supports a foreign key for enforcing security.
- ESharing inheritance supports Account, Campaign, Case, Contact, Opportunity, Lead, Order, and User. If you use custom objects, you must use security predicates for those.
Correct Answer:
ABE
Reference:
https://help.salesforce.com/s/articleView?id=sf.bi_security_datasets_sharing_limits.htm&type=5
ABE
Reference:
https://help.salesforce.com/s/articleView?id=sf.bi_security_datasets_sharing_limits.htm&type=5

send
light_mode
delete
All Pages