[Jan-2023] Tableau-CRM-Einstein-Discovery-Consultant Dumps Full Questions - Salesforce Consultant Exam Study Guide
Exam Questions and Answers for Tableau-CRM-Einstein-Discovery-Consultant Study Guide
NEW QUESTION 44
An Einstein Consultant needs to add some data values to an existing dataflow: a text field, a number (via a case statement), and a date (via SAQL).
In order to achieve this, which compute option should be used?
- A. computeExpression
- B. computeData
- C. computeField
- D. computeValue
Answer: A
NEW QUESTION 45
A consultant built an Einstein Analytics app for the Sales Operations team. The Sales Operations team wants to share their app with other people at the company. The consultant recommends distributing the app as an Einstein Analytics template app.
A set of JSON files will be generated after a template is created from the Sales Operations app. What is the name of the JSON file that manages template metadata and all other template elements'
- A. aster- info.j son
- B. template-to-app-rules.json
- C. template-info.json
- D. ui.json
Answer: C
NEW QUESTION 46
Salesforce Analytics is...
- A. A tool for analyzing surf reports and forecasts
- B. An application built on top of Salesforce
- C. An online repository of infographics
- D. A CRM alternative to Salesforce
Answer: B
NEW QUESTION 47
What are the two main parts of a lens/exploration?
- A. Grouping
- B. Visualization
- C. Measure
- D. Dataset
- E. Query
Answer: A,B
NEW QUESTION 48
A customer wants to change the default blue color on a bar chart. What is the easiest way to change blue to another color?
- A. Use conditional formatting under the bar chart widget properties by selecting the dimension.
- B. Use conditional formatting under the bar chart widget properties by selecting the measure.
- C. Use bindings to specify a color per bar.
- D. Create a compare table formula to specify a hidden metric for coloring purposes.
Answer: B
NEW QUESTION 49
Exhibit:
A shipping company created a dataset. "Bookll," containing budget per region per month for the first six months of 2018. The dataset is shown in the graphic. Now, they want to create a lens showing the total budget for each region for each month. Every combination of region and month must be shown in the lens, even if there is no data.
How can an Einstein Consultant help this company build this lens?
- A. Use a SAQL query to create fake rows for any data that is missing data from the dataset.
- B. Use a SAQL query leveraging the "fill" statement with a "partition" parameter.
- C. Use a "Compare Table" and use the "Show summary" option.
- D. Use a "Compare Table" and add a column leveraging the "Running Total" function.
Answer: B
NEW QUESTION 50
Exhibit:
A company wants to create a timeline chart to visualize the evolution of their Closed Won Opportunities. What are the required parameters to build a lens that displays output similar to the image shown?
- A. 1 measure, 1 grouping by a date field, and either 0-1 groupings by a dimension if trellis is disabled, or 0-2 groupings if trellis is enabled
- B. 2 measures, 0-2 groupings if trellis is disabled, or 0-4 groupings if trellis is enabled
- C. 1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled
- D. 1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
Answer: A
NEW QUESTION 51
In Einstein Analytics, which node is used in a dataflow to extract data from a registered dataset?
- A. digest
- B. sfdcDigest
- C. edgemart
- D. export
Answer: C
NEW QUESTION 52
The Tableau CRM team at a company has created three dataflows.
myDataflowOne: this dataflow tasks 2 hours to run.
myDataflowOne: this dataflow tasks 1 hours and 30 minutes to run
myDataflowOne: this dataflow tasks 1 minute and 30 seconds to run.
If all three dataflows run, how many count towards the limit?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
NEW QUESTION 53
A company created a dataset called myExternalDataset. It contains a dimension, called UserRegion, that is populated by the standard User object's picklist: Region.
The company has security requirements for this dataset:
1. Only a subset of users should be able to access the dataset.
2. Users who can access the dataset should see only data that belongs to their region.
In which two ways can an Einstein Analytics consultant help them implement these requirements? Choose 2 answers
- A. Use a security predicate in the dataset so users can see only rows belonging to their respective regions.
- B. Save the dataset under a new application and give "viewer" access to a public group containing the list of users allowed to see the dataset.
- C. Create a sharing rule in Salesforce based on the Region field in the user object and set the dataset to inherit sharing from Salesforce.
- D. Save the dataset under "My Private App" so only a subset of selected users can access the dataset.
Answer: A,B
NEW QUESTION 54
What is the order of filter, limit, order and offset functions in SAQL?
Answer:
Explanation:
Filter and order can be interchanged. Offset must be after filter/order and limit must come after offset.
NEW QUESTION 55
After getting approval of the dashboard layout design for a desktop, the Einstein Analytics consultant is ready to start the design process for a mobile layout.
What are three considerations that the consultant should keep in mind when developing the layout? Choose 3 answers
- A. If no layouts are eligible for the mobile device, the first defined layout is used. (Missed)
- B. There are widgets that cannot be displayed on mobile layouts.
- C. If more than one layout is eligible, the one with the most device properties set is used. If there is a tie, the most recently defined layout is used. (Missed)
- D. If no layouts are eligible for the mobile device, an error message will be displayed.
- E. A layout for mobile is eligible for use when the device meets all the device properties set in the Layout panel.
Answer: A,C,E
Explanation:
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/wave_dashboard_designer_basics/wave_take_analytics_on_the_go
NEW QUESTION 56
Creating an Einstein Discovery story involves:
- A. Uploading a Microsoft® PowerPoint® presentation
- B. Selecting a Dataset in Einstein Analytics, then clicking Create Story
- C. Copying text from company reports and pasting into Einstein Discovery
- D. Entering notes about the data
Answer: B
NEW QUESTION 57
Which chart type is suitable for rendering five measures in a lens visualization?
- A. Stacked Bar chart
- B. Treemap chart
- C. Metric Radar chart
- D. Scatter chart
Answer: A
NEW QUESTION 58
Concurrent queries per user?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
NEW QUESTION 59
The client is trying to create a SAQL step to predict sales in each sales region. They cannot get the query to return any results, but have identified that the error is in the time series statement. They have asked an Einstein Consultant to review the following query and fix any errors.
Which timeseries statement will fix the query'
- A. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region', seasonality=4);
- B. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month". "Y-M"), partition='Region');
- C. q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter', "Y-Q"), partition=Region', ignoreLast=true);
- D. q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region');
Answer: B
NEW QUESTION 60
Refer to the graphic.
Einstein found a recommendation to improve the story: apparently there are two variables that behave the same. Given there is no additional information, what is the correct action?
- A. Cancel this story and redefine the dataset.
- B. Do nothing; they appear to be similar, but there might be differences from the business perspective.
- C. Retain Amount; not knowing the size of a deal makes it hard to predict if will be won.
- D. Retain Promotion; it is an actionable variable and without it, we cannot recommend prescriptive actions.
Answer: B
NEW QUESTION 61
Permissions of which 2 internal users are used by Analytics to gain access to Salesforce data?
- A. When you query a dataset that has row-level security based on the User object, Analytics uses the permissions of the Security User to access the User object and its fields.
- B. Analytics uses the permissions of the Integration User to extract data from Salesforce objects and fields when a dataflow job runs.
- C. Each user has a corresponding Profile assigned (Analytics Cloud Integration User and Analytics Cloud Security User profiles).
Answer: A,B,C
NEW QUESTION 62
A consultant wants to optimize data loads by extracting Salesforce objects using independent Einstein Analytics dataflows ahead of time. Which construct should be used to accomplish this?
- A. Data Sync (Replication)
- B. Dataflow
- C. Clone
- D. Augment
Answer: D
NEW QUESTION 63
An Einstein Analytics team wants to create a dashboard that displays values from an external, on-premise Oracle database.
What are two options to load the data from the Oracle database into Einstein Analytics? Choose 2 answers
- A. Load the data as a CSV file.
- B. Use the Salesforce SOAP interface.
- C. Use the Analytics External Data API.
- D. Use Oracle database connector.
Answer: C,D
NEW QUESTION 64
About what does the configuration wizard ask you questions about how you measure?
- A. Customer geography
- B. Case resolution
- C. Customer satisfaction
- D. Case duration
- E. All of the above
Answer: E
NEW QUESTION 65
Universal Containers has a Sales Manager dashboard- They have a compare table that displays the count of Customers and the Sum of Annual Revenue per year and per Account type. A consultant is asked to add more groupings to enhance details about their customers.
What is the maximum number of grouping columns that the consultant must be aware of in order to continue using a compare table versus creating the query using SAQL?
- A. 0
- B. unlimited
- C. 1
- D. 2
Answer: C
NEW QUESTION 66
Which of the following is true about the Service Analytics Overview dashboard?
- A. It's a great place to start your analysis.
- B. It's available on desktop and mobile.
- C. It instantly provides key metrics on open cases, average time to close, first contact resolution, and customer satisfaction.
- D. All of the above.
- E. It lets you drill down to more detailed dashboards, like agent performance, channel review, and telephony metrics.
Answer: D
NEW QUESTION 67
An insurance company has many Einstein Analytics dashboards that show the influence of weather, such as atmospheric temperature, on customer cases. A service agent commented that it is sometimes difficult to determine, by looking at a dashboard, whether the temperature data is reported in degrees Fahrenheit or in degrees Celsius.
How can a dashboard designer ensure the temperature data is easier to interpret on the dashboards?
- A. Add a text widget to the dashboard to indicate Fahrenheit or Celsius.
- B. Customize the number format in the number widget properties of the dashboard.
- C. Use the XMD node in the dataflow to customize the number format of the field.
- D. In Explorer, go to the Fields menu and then customize the number format of the measure.
Answer: A
NEW QUESTION 68
In an org, some of the Activity records do not have related Opportunity records. Additionally, there are Opportunity records that do not have related Activity records.
Which SAQL statement will fetch all Opportunities, even if they don't have associated Activities, and fetch related Activity data, if it exists?
- A. q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
- B. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
- C. q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';
- D. q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
Answer: C
Explanation:
Reference:
https://developer.salesforce.com/docs/atlas.en-us.bi_dev_guide_saql.meta/bi_dev_guide_saql/bi_saql_statement_cogroup.htm
NEW QUESTION 69
......
Salesforce Tableau CRM Einstein Discovery Consultant Free Update With 100% Exam Passing Guarantee: https://www.free4torrent.com/Tableau-CRM-Einstein-Discovery-Consultant-braindumps-torrent.html
Real Exam Questions and Answers - Salesforce Tableau-CRM-Einstein-Discovery-Consultant Dump is Ready: https://drive.google.com/open?id=1UTGyXFWB6APBwmKiY8_6n8wl5lYsFzr5