What does a configuration wizard do?
A. Automatically creates multiple versions of the same app
B. Lets you know the best way to set up your Salesforce data
C. Asks you questions about how you storedata in your org to help you create your app
D. Customizes your template based on Salesforce settings
What are the two main parts of a lens/exploration?
A. Query
B. Visualization
C. Dataset
D. Measure
E. Grouping
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 todetermine, 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. Use the XMD node in the dataflow to customize the number format of the field.
C. Customize the number format in the number widget properties of the dashboard.
D. In Explorer, go to the Fields menu and then customize the number format of the measure.
A new field called "CardBalance" is added to the standard object. Account. The team wants to add this
new field to an Einstein Analytics 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 an Einstein Consultant help them implement this new requirement?
A. Add the new field to the existingdataset and use the XMO file parameters to hide the new field from users who should not have access to it.
B. Add the new field to the existing dataset and activate "Sharing inheritance" in the Account object so only users who have access to the field in Salesforce will have access in Einstein Analytics.
C. Create a new Account dataset containing the new field and give access to this dataset only to users who should be able to see the new field.
D. Add the new field to the existing dataset and use "SecurityPredicates' to hide it from users who should not access it.
Which chart type is suitable for rendering five measures in a lens visualization?
A. Treemap chart
B. Scatter chart
C. Metric Radar chart
D. Stacked Bar chart
An EinsteinAnalytics team wants to create a dashboard using two standard Salesforce objects. The dashboard should display data from the Case object, along with related data from the Account object. Which two processes can achieve this?
A. Extract data from the case and account objects using "sfdcDigest" transformation, Q use "append" transformation to add case data with account data, store as a dataset, and then build a dashboard using the generated dataset
B. Extract data from the case and account objects using an ETL tool, use the ETL tool to y/ Q join account and case data, and then upload the data to Einstein Analytics. Build a dashboard using the ETL generated dataset
C. Extract data from the case and account objects using "sfdcDigest" transformation, y/ Q use"augment" transformation to add case data with account data, store as a dataset, and then build a dashboard using the generated dataset
D. Extract data from the case and account objects using "dataloader", create a CSV file Q with account and case data,and then upload the CSV as a dataset to Einstein Analytics.Build a dashboard using that dataset
A large company is rolling out Einstein Analytics to their field sales. They have a well- defined role hierarchy where everyone is assigned to an appropriate node on the hierarchy.
An individual Sales rep should be able to view all opportunities that she/he owns or as part of the account team or opportunity team. The Sales Manager should be able to view all opportunities for the entire Sales team. Similarly, the Sales Vice President should be ableto view opportunities for everyone who rolls up in that hierarchy.
The opportunity dataset has a field called 'Ownerld' which represents the opportunity owner.
Given this information, how can an Einstein Consultant implement the above requirements?
A. As part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" andand 'Ownerld' == "SUser.Id".
B. As part of the dataflow, use computeExpression on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" || 'Ownerld' == "$User.Id".
C. As part of the dataflow, use computeRelative on the Roleld field to create an attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" || 'Ownerld' == "$User.Id".
D. As part ofthe dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called 'ParentRolelDs' on the opportunity dataset and apply following security predicate: 'ParentRolelDs' == "$User.UserRoleId" || TeamMember.Id' == "$User. Id" || 'Ownerld' == "SUser.Id".
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. Use theSalesforce SOAP interface.
B. Use the Analytics External Data API.
C. Use Oracle database connector.
D. Load the data as a CSV file.
Timeout for ETL jobs that have been scheduled but not executed
A. 5 minutes
B. 15 minutes
C. 20 minutes
D. 10 minutes