The client is trying to create a SAQL query to predict sales in each sales region. They cannot get the query to return any results, but have identified that the enror is in the timeseries statement. They have asked a Tableau CRM Consultant to review the following query and fix any errors. q = load "sales"; q = group q by ('Date_Year', 'Date_Month', 'Region'); q = foreach q generate 'Date_Year', 'Date_Month', 'Region', sum('Sales') as 'sum_Sales'; q = timeseries q generate 'sum_Sales' as 'Forecasted_Sales' with (dateCols=('Date_Year', 'Date_Month', "Y-M"), partition='Region'); q = foreach q generate 'Date_Year' + "~~~" + 'Date_Month' as 'Date_Year~~~Date_Month', 'Region', coalesce('sum_Sales', 'Forecasted_Sales') as 'Sales'; q = order q by ('Date_Year~~~Date_Month' asc, 'type' asc); q = limit q 2000;
Which timeseries statement will fix the query?
Answer : C
Reference:
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_timeseries.htm
Answer : D
An Einstein Analytics Consultant is working with a subscriptions based company to build a dashboard to understand customer renewals. Each subscription is captured as a Closed Won Opportunity within Salesforce and a single Account can only have one active subscription. Unfortunately, the Opportunity record does not specify whether it is a renewal or a net new subscription.
Which data transformation should be used to determine if a subscription is new or a renewal?
Answer : D
Reference:
https://resources.docs.salesforce.com/latest/latest/en-us/sfdc/pdf/bi_admin_guide_security.pdf
What are two core design principles to consider when building Analytics apps or dashboards? (Choose two.)
Answer : BC
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/analytics-app-design/principles-good-design
Results from an Einstein Discovery story are reviewed with a business user. They agree with the findings but noticed that none of the fields used in the story have a correlation value greater than 4%. The client is now concerned that the model may not be good enough to deploy.
What are two possible next steps? (Choose two.)
Answer : AD
Reference:
https://www.biztory.com/blog/understanding-einstein-discovery-stories-in-einstein-analytics
A new field called "CardBalance" is added to the standard object, Account. The team wants to add this new field to a Tableau CRM dataset that sources the
Account object; however, the team needs to limit the users who are able to view that field's data in the dataset.
How can a Tableau CRM Consultant help them implement this new requirement?
Answer : B
Reference:
https://help.tableau.com/current/pro/desktop/en-us/publish_userfilters.htm
A company's Salesforce org has multi-currency enabled. This company's business intelligence team used Tableau CRM to build a dataflow that creates a dataset,
"OpportunityDataSet". This dataset is populated with data extracted from the standard object, Opportunity. One of the extracted fields is the standard field,
Amount.
If a user explores the "OpportunityDataSet" in Tableau CRM, in which currency will the Amount values be shown?
Answer : C
Answer : AC
The Tableau CRM team at a company created a dataset based on the Sales_Target c custom object. The VP of Sales reports seeing the message "No results
ן¼¿
found" when opening the dataset to explore it. Other users below the VP in the role hierarchy can see rows on the same dataset.
Which problem might be causing this issue?
Answer : B
The client asks a Tableau CRM Consultant to build a dashboard with a chart that shows revenue and quantity of units sold.
Which type of Combo Chart can the consultant use?
Answer : B
Reference:
https://help.salesforce.com/s/articleView?id=sf.bi_chart_intro_hbar.htm&type=5
A Tableau CRM Consultant is implementing encryption for a customer.
Which two statements about Tableau CRM Encryption are true? (Choose two.)
Answer : CD
Reference:
https://help.salesforce.com/s/articleView?id=sf.bi_analytics_encryption.htm&type=5
The Universal Containers company used Tableau CRM to create two datasets:
✑ Dataset A: contains a list of activities with an "activityID" dimension and a "userID" dimension
✑ Dataset B: contains a list of users with a "userID" dimension
The team wants to delete from Dataset A all activities related to users in Dataset B.
How can a Tableau CRM Consultant help them achieve this?
Answer : B
A customer has a dataset consisting of over 300 unique product names. They request a prediction model with the product names included.
Which action should the Einstein Consultant take?
Answer : A
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/dm_einstein_discovery_advanced_stories/dm_understand_what_could_happen
When organizing information in a Tableau CRM dashboard, what does the "Progressive Disclosure" design principle mean?
Answer : A
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.
What is the REST API URL where the consultant can find current template apps?
Answer : D