Salesforce Certified Einstein Analytics and Discovery Consultant Exam Practice Questions (P. 3)
- Full Access (60 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
Which widget property allows a consultant to restrict the view to a domain bounded by the values entered?
send
light_mode
delete
Question #12
Which statement best describes how to ensure Einstein Analytics dashboards are easily used across both desktop and mobile devices?
- ACreate multiple layouts, and reorder all the widgets so that they fit nicely within the new default width
- BCreate a single layout and reorder all the widgets so that they fit nicely when viewing on either device
- CCreate a single layout and allow Einstein Analytics to automatically organize dashboard contents to be optimal for the device type
- DCreate multiple layouts, ensure the layout selectors match the device, and resize/hide widgets as necessary to ensure the content is appropriate for the device screen size.
Correct Answer:
D
D
send
light_mode
delete
Question #13
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 able to view opportunities for everyone who rolls up in that hierarchy.
The opportunity dataset has a field called ‘OwnerId’ which represents the opportunity owner.
Given this information, how can an Einstein Consultant implement the above requirements?
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 able to view opportunities for everyone who rolls up in that hierarchy.
The opportunity dataset has a field called ‘OwnerId’ which represents the opportunity owner.
Given this information, how can an Einstein Consultant implement the above requirements?
- AAs part of the dataflow, use computeRelative on the RoleId field to create an attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” || ‘OwnerId’ = = “$User.Id”.
- BAs part of the dataflow, use computeExpression on the RoleId field to create an attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” || ‘OwnerId’ = = “$User.Id”.
- CAs part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” && ‘OwnerId’ = = “$User.Id”.
- DAs part of the dataflow, use the flatten operation on the role hierarchy and create a multivalue attribute called ‘ParentRoleIDs’ on the opportunity dataset and apply following security predicate: ‘ParentRoleIDs’ = = “$User.UserRoleId” || ‘TeamMember.Id’ = = “User.Id” || ‘OwnerId’ = = “$User.Id”.Most Voted
Correct Answer:
C
C
send
light_mode
delete
Question #14
The Universal Containers company used Einstein Analytics 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 an Einstein Consultant help them achieve this?
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 an Einstein Consultant help them achieve this?
- AUse an external ETL tool to extract both datasets and delete records
- BUse a combination of dataflow transformations: “augment” and “filter”
- CUse the recipe operation “delete” and set “userID” as the deletion ID
- DUse the dataflow transformation “delete” and set “userID” as the deletion ID
Correct Answer:
B
B
send
light_mode
delete
Question #15
The edgemart transformation gives the dataflow access to an existing, registered dataset that can contain Salesforce data, external data, or a combination of both.
Where is an edgemart transformation specified?
Where is an edgemart transformation specified?
send
light_mode
delete
All Pages