Practice Einstein Analytics and Discovery Consultant ANC-201 exam. Online Exam Practice Tests with detailed explanations! Pass ANC-201 with confidence!
ANC-201 - Building Lenses, Dashboards, and Apps in Tableau CRM Practice Tests 2023 | Actual4dump
NEW QUESTION # 125
Which security option is not available in Einstein Analytics for securing datasets?
- A. App level security
- B. Field-level security
- C. Row-level security with security predicates
- D. Inherited security
Answer: B
NEW QUESTION # 126
A client has two datasets that are used across seven different dashboards. Three of these dashboards are used by marketing and four are used by sales. The client requires that only marketing can access the marketing dashboards and only sales can access the sales dashboards.
What solution should be recommended?
- A. Create one custom app for the datasets and share it with marketing and sales as "viewer."
- B. Duplicate the datasets and create two custom apps: one for marketing dashboards and datasets with marketing as "editor" and one for sales dashboards and datasets with sales as "editor."
- C. Create two custom apps: one for marketing dashboards with marketing as "viewer" and one for sales dashboards with sales as
"viewer." Add the datasets as references to both custom apps. - D. Create three custom apps: one for marketing dashboards with marketing as "viewer," one for sales dashboards with sales as
"viewer," and one for datasets where marketing and sales are "viewer."
Answer: D
Explanation:
Reference:
https://help.salesforce.com/articleView?id=bi_security_implementation_guide.htm&type=5
NEW QUESTION # 127
Why would you use the Actions menu in a chart?
- A. To rearrange widgets in dashboards
- B. To create workout plan for you and your team
- C. To post to Chatter
- D. To expand the time period shown in a dashboard
Answer: C
NEW QUESTION # 128
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? Choose 2 answers
- A. In the explorer, select the boolean fields and use the "edit values" option on the fields to change values and colors.
- B. Create an XMD node in the dataflow to change the label and color of the values in the fields.
- C. In 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.
- D. Download the XMD for the dataset and change the values and color for the fields and then upload to the dataset.
Answer: A,D
NEW QUESTION # 129
Which of the following are included in the template object?
- A. app.json
- B. ui.json
- C. variables.json
- D. A,C
- E. A,B and C
Answer: D
Explanation:
Reference:
* template-info.json manages all elements of your template, including metadata information about the template, the Analytics objects that define dashboards and lenses, and the other files that are part of the template. * ui.json manages the configuration wizard that drives app creation. It defines the number of wizard pages, the order of wizard questions, and any messages you want the user to see. * variables.json contains all template variables, including text for wizard questions and specifications for the answers. Variables also define conditional questions. For example, you may want some questions to appear in the wizard only if an org contains certain data. Or you might want to add more specific questions based on the answers to more general wizard questions. * template-to-app-rules.json defines the rules the template follows. For example, you could define a rule that specifies that if an org doesn't use certain Salesforce objects, the app won't refer to them in dashboards or include them in the dataflow. Rules also define how variables are handled. For example, if the wizard asks which fields to include in filters for accounts, template-to-app-rules.json determines how that choice is reflected in dashboards.
NEW QUESTION # 130
A company wants to allow users who belong to an account team to see all the Opportunities associated with that Account in Einstein Analytics.
Which two actions accomplish this requirement? Choose 2 answers
- A. In the dataflow, extract the OpportunityTeamMember object and augment it with the Opportunity object using 'Opportunityld' as the join field and apply the following security predicate: 'OpportunityTeamMember.Userld' == "$User.Id".
- B. Apply sharing inheritance.
- C. Create a master-detail relationship between the Salesforce Account and Opportunity objects.
- D. In the dataflow, extract the AccountTeamMember object and augment it with the Opportunity object using 'Accountld' as the join field and apply following security predicate: 'AccountTeamMember.Userld' == "$User.Id".
Answer: B,D
NEW QUESTION # 131
When organizing information in an Einstein Analytics dashboard, what does the "Progressive Disclosure' design principle mean'
- A. Utilize the latest templates for the most modern look and feel.
- B. Implement strict security predicates to minimize the amount of information displayed to users.
- C. Intentionally omit specific details so that users can do ad-hoc exploration if needed for root-cause analysis.
- D. Only provide the user with the level of detail they need to see, with the option to drill down deeper into more details.
Answer: D
NEW QUESTION # 132
A consultant created a dashboard using Einstein Analytics for her client, a shipping company. It sources data from very large datasets. Now the client has requested that the consultant add more steps to the dashboard.
To ensure that the dashboard has acceptable performance, what two actions should the consultant take? Choose 2 answers
- A. Split the steps and charts into different pages in a dashboard.
- B. Check if any steps can be reused for multiple purposes.
- C. Replace AggregateFlex steps with SAQL steps.
- D. Avoid using conditional formatting.
Answer: A,B
NEW QUESTION # 133
Exhibit:
Which two statements can be determined based on the Why it Happened graphic above' Choose 2 answers
- A. Call Center is a generally poor performing product, and since there is more in Germany that has a negative effect.
- B. Germany sells more Call Center product and that helps them increase their win rate.
- C. Germany performs lower than average but better when the product is Call Center.
- D. The -2.2 Unexplained means there are effects that Einstein will never be able to explain regardless of the dataset.
Answer: A,B
NEW QUESTION # 134
What kind of org should you use for checking challenges when you do Trailhead modules about Analytics?
- A. An enterprise org, because that type of org is typically used by large companies
- B. A higher education org, because analytics requires advanced math
- C. A Developer Edition org, because it's a free, safe environment where you can try things out
- D. A trial org, because you don't need to save anything
Answer: C
NEW QUESTION # 135
What is an Einstein Discovery story?
- A. A collection of graphs, statistical analysis, and text that proves exactly what caused an outcome
- B. A collection of graphs, statistical analysis, and text that helps you understand the relationships between multiple outcome variables and the factors that influence those variables
- C. A collection of graphs, statistical analysis, and text that helps you understand the relationships between a single outcome variable and the factors that influence that variable
- D. An account of imaginary or real people and events told for entertainment
Answer: C
NEW QUESTION # 136
How can you restrict access to Analytics data at the row level?
- A. Use subtle thought control.
- B. Remove restricted rows from the JSON file.
- C. Manually add a flag to each row to prevent access.
- D. Use a security predicate to filter which rows are returned.
Answer: D
Explanation:
Reference:
Predicate is a name for a filter condition that defines row-level access to records in a dataset Example: "rowLevelSecurityFilter":"'AccountOwner' == \"$User.Name\""
NEW QUESTION # 137
What happens if the ui.json file is empty?
- A. The template will not include a configuration wizard.
- B. You create a text-only version of an app.
- C. The app includes all possible dashboards by default.
- D. B and D
- E. The dataflow fails.
Answer: A
Explanation:
Reference:
https://trailhead.salesforce.com/en/content/learn/modules/wave_analytics_templates_intro/wave_analytics_templates_structure
NEW QUESTION # 138
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 '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" || TeamMember.Id' == "$User. Id" || '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 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" && 'Ownerld' == "SUser.Id".
- D. 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".
Answer: A
NEW QUESTION # 139
When creating a story in Einstein Discovery, do all potential collinear fields need to be removed before executing the build story'5
- A. No. Although it is ideal to eliminate collinearity as soon as possible, Einstein will give a warning post-build and the ridge regression will prevent collinearity from over-fitting.
- B. No. Einstein Discovery is impervious to collinearity, so the story and subsequent model will be fine.
- C. yes. If all collinear variables are not excluded, the model will over-fit and not make any sense.
- D. Yes. If the collinear variables are not removed, the Einstein Discovery model build will fail.
Answer: A
NEW QUESTION # 140
Maximum concurrent API Analytics calls per org
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
NEW QUESTION # 141
Creating an Einstein Discovery story involves:
- A. Entering notes about the data
- B. Selecting a Dataset in Einstein Analytics, then clicking Create Story
- C. Copying text from company reports and pasting into Einstein Discovery
- D. Uploading a Microsoft PowerPoint presentation
Answer: B
NEW QUESTION # 142
What happens if you first disable Analytics, and then you re-enable Analytics later? Select 2
- A. User permissions are not removed from each defined permission set if Analytics is disabled.
- B. You must not define the permission sets again if Analytics is re-enabled.
- C. User permissions are removed from each defined permission set if Analytics is disabled. (Missed)
- D. You must define the permission sets again if Analytics is re-enabled. (Missed)
Answer: C,D
Explanation:
Reference:
https://blog.bessereau.eu/assets/pdfs/bi_admin_guide_setup.pdf
NEW QUESTION # 143
The Event Monitoring Analytics app brings prebuilt insights and analytics to what type of existing data in your org?
- A. Event log file data
- B. Sales Cloud data Login
- C. Forensics data
- D. Field audit trail data
Answer: A
NEW QUESTION # 144
The client asks an Einstein 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?
- A. Line over Stacked Bar
- B. Line over Bar
- C. Line over Scatter Plot
- D. Grid over Bar
Answer: B
NEW QUESTION # 145
Max story creations per org per month
- A. 200 (can purchase more)
- B. 500 (can purchase more)
- C. 1000 (can purchase more)
- D. 0
Answer: B
NEW QUESTION # 146
An Einstein Analytics consultant is asked to add a new SalesTax field to a Product Sales dataset. The formula to calculate SalesTax is (SubTotal'CountyTax).
Which node should the consultant use in a Dataflow to calculate and insert SalesTax to the dataset?
- A. augment
- B. computeExpression
- C. computeRelative
- D. append
Answer: B
NEW QUESTION # 147
The Universal Containers Einstein Analytics team built a dashboard with two widgets:
1. List widget associated to the step "Type_2" and grouped by the dimension "Type" (multi-selection)
2. Pie chart widget associated to the step "Step_pie_3" and grouped by the dimension "Type" The team wants to use bindings so any selection in the List widget will filter the Pie chart.
Additional notes:
* The steps use different datasets.
* Users should be able to choose more than one Type (multi-selection).
What is the right syntax for the binding?
A)
B)
C)
D)
- A. Option C
- B. Option A
- C. Option D
- D. Option B
Answer: A
NEW QUESTION # 148
......
The best ANC-201 exam study material and preparation tool is here: https://pass4sure.actual4dump.com/Salesforce/ANC-201-actualtests-dumps.html