Einstein Analytics Certification Questions

Descripción

Test sobre Einstein Analytics Certification Questions, creado por Vince Casarez el 31/08/2020.
Vince Casarez
Test por Vince Casarez, actualizado hace más de 1 año
Vince Casarez
Creado por Vince Casarez hace alrededor de 4 años
126
1

Resumen del Recurso

Pregunta 1

Pregunta
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?
Respuesta
  • 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".
  • 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".
  • 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".
  • 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".

Pregunta 2

Pregunta
To see predictive insights, what option do you select in the Story toolbar?
Respuesta
  • What Changed Over Time
  • How Can I Improve It
  • Predictions & Improvements
  • Why It Happened
  • What Happened

Pregunta 3

Pregunta
A Senior Sales Business Analyst asks for a dashboard that contains fiscal year product opportunities. Information is maintained in a spreadsheet which is comprehensive, but its contents often need to be explained. After sketching the dashboard, the consultant is ready to start building. Which concept should be applied to this dashboard?
Respuesta
  • Limit widget actions and exploration so users will focus only on the high-level information.
  • Use the different chart types to make the dashboard interesting and appealing
  • Design the dashboard with the desktop in mind and use the same layout for mobile devices for consistency.
  • Use charts to help users ask questions, not illustrate a conclusion.

Pregunta 4

Pregunta
A Salesforce administrator wants to create a new dashboard that uses custom geoJSON to display data; however, the administrator is unable to upload the file via the UI. What should be done?
Respuesta
  • Add the system permission "Manage Analytics Custom Maps" to the permission set used.
  • Enable "Custom maps with geoJSON" in the analytics settings.
  • Upload the geoJSON via the API because it is not a function in the UI.
  • Contact Salesforce support and request to get custom maps and geoJSON enabled for the org.

Pregunta 5

Pregunta
A consultant built an Einstein Analytics app for the Sales Operations team. The team wants to share this app with other people at the company. The consultant recommends distributing the app as an Einstein Analytics template app. In the process of creating the template, which role does the original Einstein Analytics app for the Sales Operation team play?
Respuesta
  • It is the template.
  • It is the instance.
  • It is the master.
  • It is the target.

Pregunta 6

Pregunta
In the list of insights, the first insights that you see are the ones that explain, statistically, the most variation in the outcome variable. The insights that appear later, as you scroll through the story, explain variables that, statistically, account for less of the variation in the outcome variable. When you select one variable, what are you comparing?
Respuesta
  • Selected variable with CLV
  • Selected variable average with the mean
  • Selected variable with a different variable
  • Selected variable average with the filtered average
  • Selected variable with all story data

Pregunta 7

Pregunta
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?
Respuesta
  • Add the new field to the existing dataset and use the XMO file parameters to hide the new field from users who should not have access to it.
  • 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.
  • 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.
  • Add the new field to the existing dataset and use "Security Predicates' to hide it from users who should not access it.

Pregunta 8

Pregunta
A data architect wants to use a dataflow transformation to implement row-level security that is based on role hierarchy in Salesforce. Which transformation should be used to level the dataset hierarchy'?
Respuesta
  • digest transformation
  • flatten transformation
  • delta transformation
  • sfdcDigest transformation

Pregunta 9

Pregunta
Mosaic recently hired a new development coordinator, Zoe. First, Danielle grants Zoe the Einstein Analytics Platform license, but Zoe reports that she still can't access Einstein Analytics. What could be the problem?
Respuesta
  • An admin hasn't run a dataflow.
  • Danielle still needs to grant Zoe a permission set containing the Manage Analytics permission.
  • Danielle didn't share the Mosaic app with Zoe in Einstein Analytics.
  • Danielle still needs to grant Zoe a permission set containing the Use Analytics permission.

Pregunta 10

Pregunta
A consultant built a very useful Einstein Analytics 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 an Einstein Analytics 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?
Respuesta
  • /services/data/v##.#/wave/apps
  • /services/data/v##.#/analytics/wizard
  • /services/data/v##.#/wave/templates
  • /services/data/v##.#/analytics/projects

Pregunta 11

Pregunta
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?
Respuesta
  • ui.json
  • template-to-app-rules.json
  • master- info.j son
  • template-info.json

Pregunta 12

Pregunta
A consultant is asked to configured a user to view a dashboard, within a designated app, without the ability to create and save lenses. After adding the user to the app, which action should the consultant take to implement this requirement?
Respuesta
  • Assign the Manager role the user
  • Ensure the user has the Analytics permission
  • Assign the Editor role the user
  • Assign the view role to the user

Pregunta 13

Pregunta
What are predictive insights good for?
Respuesta
  • Predicting outcomes that you don't actually have the right data for
  • Exploring your existing data to see what already happened
  • Drilling down into the underlying reasons behind a prediction
  • Choosing between all possible outcomes for a single variable

Pregunta 14

Pregunta
What are Einstein Analytics prebuilt permission sets? Select 2:
Respuesta
  • Einstein Analytics Platform Admin
  • Einstein Analytics Platform User
  • Einstein Analytics
  • Einstein Analytics Superadmin

Pregunta 15

Pregunta
What kind of org should you use for checking challenges when you do Trailhead modules about Analytics?
Respuesta
  • An enterprise org, because that type of org is typically used by large companies
  • A trial org, because you don't need to save anything
  • A Developer Edition org, because it's a free, safe environment where you can try things out
  • A higher education org, because analytics requires advanced math

Pregunta 16

Pregunta
Universal Containers reports that any selection in the List widget is not affecting the Pie chart in one of their Einstein Analytics dashboards. The step options associated with the List widget and Pie chart are shown in the graphic. Given that the steps are using different datasets. which two changes can an Einstein Consultant make to solve this issue' Choose 2 answers
Respuesta
  • Use 'Connect Data Sources" and create a connection to connect the two datasets.
  • Use selection binding in the filters section of Che step "Step_pie_2."
  • Use "Connect Data Sources" and create a connection to connect the two widgets.
  • Use selection binding in the filters section of the step "Type_l."

Pregunta 17

Pregunta
What can you do on the Edit Field Attributes page when uploading a CSV file to Analytics?
Respuesta
  • Change a field's name
  • Change a field's format
  • Change a field's type
  • All of the above

Pregunta 18

Pregunta
Which of the following are requirements for enabling Analytics for Communities?
Respuesta
  • Wait at least 3 days after purchase.
  • Have a Customer Community Plus or Partner Community license.
  • Be nominated by your community peers.
  • Assign your community members the Analytics for Communities permission set license.
  • (B&D)Have a Customer Community Plus or Partner Community license. & Assign your community members the Analytics for Communities permission set license.

Pregunta 19

Pregunta
What are the steps in the data exploration process?
Respuesta
  • View, Explore, Refine, Save, Share
  • View, Explore, Reduce, Save, Share
  • Download, View, Refine, Save, Share

Pregunta 20

Pregunta
A Einstein Analytics consultant is asked to help a company report on their sales activity. The company wants to train some users to create their own dashboards. They also want another team to only be able to use the dashboards. What must be configured to address these requirements?
Respuesta
  • Create two permission sets with different system permissions.
  • Use a permission set license with two different levels of access.
  • Grant "Manage" access permission to the apps.
  • Create a permission set license assignment with two different levels of access

Pregunta 21

Pregunta
Yasmine wants to create a lens with the Seed Bank Orders dataset, but she currently doesn't see any rows in the dataset. Since Yasmine is Hadiqa's manager, Yasmine asks Hadiqa if she's experiencing the same problem, but Hadiqa replies that she can see all the rows. Why is this happening?
Respuesta
  • The dataset's security predicate was set up incorrectly.
  • Yasmine doesn't have the Manager app role.
  • Yasmine wasn't assigned a permission set.
  • Yasmine doesn't have the Create and Edit Analytics Dashboards permission.

Pregunta 22

Pregunta
What does Einstein Analytics check when a user submits a query against a dataset?
Respuesta
  • Whether the user has access to the app
  • Which fields the user has access to
  • If the user has access to the dataset
  • Which rows the user has access to

Pregunta 23

Pregunta
Maximum concurrent API Analytics calls per org
Respuesta
  • 200
  • 500
  • 100
  • 50

Pregunta 24

Pregunta
What is the order of filter, limit, order and offset functions in SAQL?
Respuesta
  • Filter and order can be interchanged. Offset must be after filter/order and limit must come after offset.
  • Offset can be anywhere, but filter/order and limit must come after offset. Filter and order can be interchanged.

Pregunta 25

Pregunta
You are asked to update and maintain your company's Einstein Analytics dashboards. A request comes in for one of the dashboards that contains steps from different datasets. The request is to make it possible for a table from one dataset to be filtered by the results of a chart from another dataset. Your solution is to create a results binding. Which three steps should you implement to create the binding?
Respuesta
  • Look up the API name of the filtering field
  • Look up the API name of the source field
  • Find source and target step names
  • Configure the results binding on the target step in the dashboard JSON.

Pregunta 26

Pregunta
A small Business Intelligence team is overwhelmed with multiple requests to create new dashboards. An option is to use layout templates to help with dashboard development. What are two advantages of using layout templates? Choose 2 answers
Respuesta
  • Layout templates offer a consistent end user experience.
  • Layout templates are fast to create because they are fixed and read-only.
  • Layout templates fdcDigest transformation offer a universal layout thus reducing the hours spent on design.
  • Layout templates are equipped with design best practices, such as optimally positioned KPIs and filters.

Pregunta 27

Pregunta
Why are insights in the Unrelated category important?
Respuesta
  • They explain everything about the outcome.
  • They aren't important. Hence the name, Unrelated.
  • They explain how interaction terms affect the outcome.
  • The outcome might not have much to do with related variables. It might have more to do with global effects.

Pregunta 28

Pregunta
A consultant built a very useful Einstein Analytics 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 an Einstein Analytics template app, but needs to locate specific information to get started. Given the code statement above, which endpoint should it be posted to?
Respuesta
  • /services/data/v##.#/wave/apps
  • /services/data/v##.#/analytics/wizard
  • /services/data/v##.#/analytics/projects
  • /services/data/v##.#/wave/templates

Pregunta 29

Pregunta
What does the Division is Naval section of the waterfall graph tell you?
Respuesta
  • How combinations of factors affect the CLV for Naval customers
  • How individual factors separately affect the outcome for Naval customers
  • What the relationship is between significant and insignificant factors as they impact CLV for Naval customers
  • How the chosen variable is related to all other factors in the model for Naval customers

Pregunta 30

Pregunta
The Universal Containers company plans to upload target data from an external tool to Einstein Analytics so they can calculate the Sales team target attainments. The target data changes every month, so the datasets need to be updated on a monthly basis. The target data is a CSV file that contains the Salesforce ID of the sales representative, the target amount, and the month of the target. For each sales representative, the file contains a target for every month of the current year as well as all previous years. Based on this information, which operation should a consultant use with the Analytics External Data API to upload the file?
Respuesta
  • Update
  • Append
  • Overwrite
  • Upsert

Pregunta 31

Pregunta
Is there a need for a separate Permission Set Licence for an Analytics app?
Respuesta
  • Yes
  • No

Pregunta 32

Pregunta
What do you have to assign to users before they can access Analytics?
Respuesta
  • Analytics permission set license (PSL)
  • Permission set with at least one Analytics user permission
  • Username and password
  • (A & B) Analytics permission set license (PSL) & Permission set with at least one Analytics user permission
  • (B & C) Permission set with at least one Analytics user permission & Username and password

Pregunta 33

Pregunta
What kind of insight is "What Is The Difference"?
Respuesta
  • Descriptive
  • Diagnostic
  • Predictive
  • Prescriptive
  • Selective

Pregunta 34

Pregunta
Salesforce Analytics is...
Respuesta
  • An application built on top of Salesforce
  • A tool for analyzing surf reports and forecasts
  • A CRM alternative to Salesforce
  • An online repository of infographics

Pregunta 35

Pregunta
Why would you use a merge key in a dataset recipe?
Respuesta
  • To find out what the merge icons represent in a dataset
  • To schedule when a dataset recipe runs
  • To join related data from different sources
  • To deal with duplicate records

Pregunta 36

Pregunta
Trending data limits: Maximum number of trended datasets per user and rows per snapshot:
Respuesta
  • 5 per user, 200,000 per snapshot
  • 10 per user, 100,000 per snapshot
  • 10 per user, 200,000 per snapshot
  • 5 per user, 100,000 per snapshot

Pregunta 37

Pregunta
What is the test called that helps to identify categories that exhibit a pattern outside the overall average?
Respuesta
  • Null hypothesis test
  • Significance level test
  • Critical region test
  • Chi-square test
  • T-test

Pregunta 38

Pregunta
The model quality metrics of an Einstein Discovery story indicate that the GINI coefficient in the four folds are 0.82, 0.83, 0.84, and 0.75, respectively. Which two actions should a consultant take? Choose 2 answers
Respuesta
  • Deploy the story, because the variation in the metrics is within the normal range.
  • Confirm that the overall GINI coefficient is good prior to deploying the story.
  • Research and check the dataset for outliers in the target field and the main predictors that are shown on top of the story.
  • Do not deploy the story immediately, and research why one fold is performing worse than the others.

Pregunta 39

Pregunta
Max number of dataflow definitions (with data sync enabled)
Respuesta
  • 35
  • 55
  • 25
  • 15

Pregunta 40

Pregunta
A large company has a single dataset that contains the attainment and commission fields for all sales reps. Each sales rep should be able to view the attainment data for each rep in their division. Each rep should only be able to see their own commission data. Which option should be used to enforce this requirement?
Respuesta
  • Create separate datasets for attainment and commission and apply security predicates and/or sharing inheritance.
  • Apply a security predicate on the existing single dataset.
  • Use sharing inheritance.
  • Add the sales organization to the attainment dataset access list.

Pregunta 41

Pregunta
Which permission gives you view-only access to Analytics?
Respuesta
  • Use Analytics
  • Manage Analytics
  • Create and Edit Analytics Dashboard
  • None of above

Pregunta 42

Pregunta
Upper and lower limits on rows in discovery.
Respuesta
  • 1000 row minimum, 15,000,000 max
  • 3000 row minimum, 20,000,000 max
  • 00 row minimum, 20,000,000 max
  • 500 row minimum, 25,000,000 max

Pregunta 43

Pregunta
Can you share data from a widget?
Respuesta
  • No, you can't share data from a widget.
  • Select the step of the widget and share data.
  • Select "Share" icon, click on "Download", and select "Download in .png, .XLS, or CSV" format.
  • Only with the proper Einstein Analytics Platform license.

Pregunta 44

Pregunta
The Universal Containers company built three Einstein Discovery stories that they want to use in Salesforce to= predict and maximize their revenue per customer. The stories are for every region where they have business: EMEA, AMER, and APAC. How can a consultant help them deploy the three Einstein models to Salesforce?
Respuesta
  • Segment the account data per region and deploy the same model to all segments.
  • Deploy the same model to all accounts and set the region field as an actionable variable.
  • Deploy the same model to all accounts and use an Apex trigger to call the appropriate prediction.
  • Segment the account data per region and deploy the appropriate model for each segment.

Pregunta 45

Pregunta
How many groupings can you have in a Compare Table?
Respuesta
  • None
  • One
  • Infinite
  • Up to four

Pregunta 46

Pregunta
Universal Containers has a Sales Manager dashboard. They need to build a table as shown in the graphic and calculate the summary as the first line in a compare table. How can the summary be calculated?
Respuesta
  • Use the Show Summary option in the compare table.
  • Add a formula field to calculate the summary.
  • Use a SAQL query since the summary is not available in standard interface.
  • Create a computeExpression field in the Dataflow to calculate the summary.

Pregunta 47

Pregunta
Timeout for ETL jobs that have been scheduled but not executed
Respuesta
  • 5 minutes
  • 15 minutes
  • 20 minutes
  • 10 minutes

Pregunta 48

Pregunta
How do you open the Actions menu for a particular case shown in a dashboard?
Respuesta
  • Click the Actions bar from a bubble chart
  • Hover over the case number column of the values table widget and click the arrow that appears
  • Double-click the case number in the Actions widget
  • Simply @mention the case manager for that segment

Pregunta 49

Pregunta
What's a good way to see which required questions in the configuration wizard don't have default values?
Respuesta
  • Answer only questions that involve custom objects
  • Try each option in the dropdown one at a time
  • Download the app and run a SAQL query on the JSON
  • Click "Looks good, next" and look for questions highlighted in red

Pregunta 50

Pregunta
Which statement best describes how to ensure Einstein Analytics dashboards are easily used across both desktop and mobile devices?
Respuesta
  • Create multiple layouts, and reorder all the widgets so that they fit nicely within the new default width.
  • Create a single layout and allow Einstein Analytics to automatically organize dashboard contents to be optimal for the device type.
  • Create a single layout and reorder all the widgets so that they fit nicely when viewing on either device.
  • Create 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.

Pregunta 51

Pregunta
A client has a dashboard for Sales Managers. They want to have a list filter that shows the name of the month. However, based on the "CloseDate_Month" field, the list filter shows numbers instead of names. How can an Einstein Consultant use the Dataflow nodes to generate the name of month as a new dimension in the dataset?
Respuesta
  • flatten
  • compute Relative
  • compute Expression
  • append

Pregunta 52

Pregunta
Which widget property allows a consultant to restrict the view to a domain bounded by the values entered?
Respuesta
  • Add Custom Domain
  • Filter by Range
  • Add Custom Range
  • Add Filter

Pregunta 53

Pregunta
How many stories can you create in Analytics Plus?
Respuesta
  • 5,000
  • 1,000, but more can be purchased
  • 75, but more can be purchased
  • 500, but more can be purchased

Pregunta 54

Pregunta
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?
Respuesta
  • q = cogroup Opportunity by 'Id', Activities by 'Opportunityld';
  • q = cogroup Opportunity by 'Id', Activities by 'Opportunityld' left;
  • q = cogroup Opportunity by 'Id' right, Activities by 'Opportunityld';
  • q = cogroup Opportunity by 'Id' left, Activities by 'Opportunityld';

Pregunta 55

Pregunta
A consultant is asked to configure a user to view a dashboard, within a designated app, without the ability to create and save lenses. After adding the user to the app, which action should the consultant take to implement this requirement?
Respuesta
  • Assign the Editor role to the user.
  • Assign the Viewer role to the user.
  • Ensure the user has the Use Analytics permission.
  • Assign the Manager role to the user.

Pregunta 56

Pregunta
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?
Respuesta
  • Retain Promotion; it is an actionable variable and without it, we cannot recommend prescriptive actions.
  • Cancel this story and redefine the dataset.
  • Retain Amount; not knowing the size of a deal makes it hard to predict if will be won.
  • Do nothing; they appear to be similar, but there might be differences from the business perspective.

Pregunta 57

Pregunta
A customer wants to change the default blue color on a bar chart. What is the easiest way to change blue to another color?
Respuesta
  • Use conditional formatting under the bar chart widget properties by selecting the dimension.
  • Use conditional formatting under the bar chart widget properties by selecting the measure.
  • Use bindings to specify a color per bar.
  • Create a compare table formula to specify a hidden metric for coloring purposes.

Pregunta 58

Pregunta
What is an Einstein Discovery story?
Respuesta
  • An account of imaginary or real people and events told for entertainment
  • 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
  • A collection of graphs, statistical analysis, and text that proves exactly what caused an outcome
  • 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

Pregunta 59

Pregunta
A company's Salesforce org has multi-currency enabled. This company's business intelligence team used Einstein Analytics 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 Einstein Analytics, in which currency will the Amount values be shown?
Respuesta
  • In the connected user's currency
  • In the integration user's currency
  • In the currency that is set on the "currency" attribute in the dataset
  • In the currency that is set on the "currency" attribute in the dataflow

Pregunta 60

Pregunta
Universal Containers has a dashboard for Sales Managers to visualize the YoY Growth of their customersThe formula used is: YoY = [(This Year - Last Year) / Last Year] % Based on the graphic, when there is no account in the Last Year column, the YoY Growth shows null results. The Sales Managers want to replace it with 100% value. What is the correct function to use?
Respuesta
  • replace()
  • number_to_string()
  • coalesce()
  • substr()

Pregunta 61

Pregunta
When creating a story in Einstein Discovery, do all potential collinear fields need to be removed before executing the build story?
Respuesta
  • No. Einstein Discovery is impervious to collinearity, so the story and subsequent model will be fine.
  • 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.
  • yes. If all collinear variables are not excluded, the model will over-fit and not make any sense.
  • Yes. If the collinear variables are not removed, the Einstein Discovery model build will fail.

Pregunta 62

Pregunta
Which three statements are true regarding sharing inheritance? Choose 3 answers
Respuesta
  • If a user can see more than 3,000 records on the object in Salesforce, but the user does not have the "View All Data" permission, sharing inheritance is not used. The backup security predicate takes effect. This limitation does not apply to the Opportunity object.
  • Sharing inheritance supports Account, Campaign, Case, Contact, Opportunity, Lead, Order, User, and custom objects. If you use other objects, such as Idea or Site, you must use security predicates for those objects.
  • A dataset using sharing must also have a security predicate defined.
  • Sharing inheritance supports a foreign key for enforcing security.
  • When sharing inheritance is enabled, security predicates are ignored.

Pregunta 63

Pregunta
An Einstein Analytics team reports that when they start their dataflow it runs successfully with no errors or warnings, but one of the fields does not return values when it is queried. What can be the origin of this issue?
Respuesta
  • The field does not contain any data in Salesforce.
  • The user who runs the dataflow does not have access to the field.
  • The "Integration User Profile" does not have access to the field.
  • The ""Security User Profile" does not have access to the field.

Pregunta 64

Pregunta
Universal Containers (UC) is a multinational company that utilizes Salesforce and has a variety of internal systems. UC uses Einstein Analytics for their data analysis platform and they want to automate their weekly manual process to create a dataset from their on-premise data warehouse. Which solution should a consultant recommend to meet this requirement?
Respuesta
  • Utilize a Salesforce weekly export feature
  • Utilize Analytics Connector
  • Utilize middleware with Analytics External Data API
  • Utilize a dataflow

Pregunta 65

Pregunta
What can you change in a Compare Table formula column?
Respuesta
  • The filters
  • The measure
  • The grouping
  • The formula and the name

Pregunta 66

Pregunta
What's the magic of faceting?
Respuesta
  • It binds charts together so that selecting something in one chart filters other charts by that choice.
  • It shifts the time period of the chart you're viewing.
  • It turns the dataflow on and off.
  • It creates a chart that shows all the faces of your data in a diamond chart.

Pregunta 67

Pregunta
When you set up Analytics, which of the following features can you enable?
Respuesta
  • Low-fuel notifications
  • Sharing of apps with Communities
  • Access to the API
  • (A & B) Low-fuel notifications & Sharing of apps with Communities
  • (B & C) Sharing of apps with Communities & Access to the API

Pregunta 68

Pregunta
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
Respuesta
  • Check if any steps can be reused for multiple purposes.
  • Replace AggregateFlex steps with SAQL steps.
  • Split the steps and charts into different pages in a dashboard.
  • Avoid using conditional formatting.

Pregunta 69

Pregunta
About what does the configuration wizard ask you questions about how you measure?
Respuesta
  • Case duration
  • Customer geography
  • Customer satisfaction
  • Case resolution
  • All of the above

Pregunta 70

Pregunta
Which chart type is best suited to track progress of sales revenue that is realized versus the target?
Respuesta
  • Bar chart
  • Flat gauge
  • Pivot table
  • Pie chart

Pregunta 71

Pregunta
What can changing an answer to a wizard question do?
Respuesta
  • Alter your Service Cloud implementation
  • Fine-tune dashboards to reflect how your company measures key indicators
  • Create a new set of dashboards with new KPIs
  • Use up one of the three wishes granted you by the wizard

Pregunta 72

Pregunta
Can you share dashboards with others in your org?
Respuesta
  • Click on the "Share" icon on the dashboard. From there, you can set up sharing options, post a dashboard screenshot to Chatter, get a URL to share, or download a screenshot.
  • Click on the "Share" icon on the lens. From there, you can set up sharing options, post a dashboard screenshot to Chatter, get a URL to share, or download a screenshot
  • No, you can't share dashboards.
  • Click on the "Share" icon on the dataset.

Pregunta 73

Pregunta
An Einstein consultant created a dashboard that went through review. Some few charts were added and removed in the process. The dashboard is now approved for production. Which best practice should be done before releasing the dashboard?
Respuesta
  • Modify the XMD so all labels and values are user-friendly.
  • Rename all the steps to correspond with the defined naming convention.
  • Remove the redundant steps to ensure dashboard performance.
  • Apply conditional formatting on the new charts.

Pregunta 74

Pregunta
A consultant is working with the client to define goals and metrics for an app that will be built. The consultant decides to base the dashboards on personas and is in the design phase prior to starting the actual build. Which two design considerations should be determined at this time? Choose 2 answers
Respuesta
  • Which fonts to use for headers and body text
  • Which charts to use to best support the defined goal
  • How many charts should be allowed on a single dashboard
  • Which colors to use and how to use them

Pregunta 75

Pregunta
An Einstein Analytics 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?
Respuesta
  • 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
  • Extract data from the case and account objects using an ETL tool, use the ETL tool to join account and case data, and then upload the data to Einstein Analytics. Build a dashboard using the ETL generated dataset
  • Extract data from the case and account objects using "sfdcDigest" transformation, use "augment" transformation to add case data with account data, store as a dataset, and then build a dashboard using the generated dataset
  • 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

Pregunta 76

Pregunta
What is a keyword in SAQL? And what case must it be in?
Respuesta
  • A keyword is basically just a function in SAQL, like group, foreach, etc. And it has to be lowercase.
  • A keyword is basically just a function in SAQL, like group, foreach, etc. And it has to be uppercase.

Pregunta 77

Pregunta
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?
Respuesta
  • 8
  • 4
  • Unlimited
  • 10

Pregunta 78

Pregunta
What is an appropriate response when a client is disappointed that Einstein Discovery only detected patterns that were already known?
Respuesta
  • Remind them that the technology is only as good as the data.
  • Advise them that the use case may not be accurate.
  • Highlight that Einstein reduces time to insight, which is much faster than learning from experience.
  • Recommend using a visualization tool, like Einstein Analytics, to uncover the details.

Pregunta 79

Pregunta
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?
Respuesta
  • q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (dateCols=('Date_Year, Date_Quarter', "Y-Q"), partition=Region', ignoreLast=true);
  • q = timeseries q generate 'sum_Sales' as Forecasted_Sales' with (Iength = 12, dateCols=('Date_Year', 'Date_Month". "Y-M"), partition='Region');
  • q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter', "Y-Q"), partition='Region', seasonality=4);
  • q = timeseries q generate 'sum_Sales' as Torecasted_Sales' with (dateCols=('Date_Year', Date_Quarter',"Y-Q"), partition='Region');

Pregunta 80

Pregunta
What permissions are necessary for someone to edit the XMD?
Respuesta
  • Upload External Data to Analytics
  • Manage Analytics Templated Apps
  • Edit Analytics Dataflows
  • Edit Dataset Recipes

Pregunta 81

Pregunta
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. What can the consultant do to give the Sales team more choices and options with future apps that are generated from the Sales Operations app?
Respuesta
  • Update contents in the Sales Operations app and changes will be pushed down to its generated apps.
  • Ensure the Sales team has the necessary permissions to customize their apps.
  • Create a configuration wizard for the app.
  • Update contents in the Sales Operations app and create new template versions of the app.

Pregunta 82

Pregunta
What are two main steps for creating a dataset?
Respuesta
  • Run and monitor
  • Plan and map
  • Extract and prepare
  • Build and explore

Pregunta 83

Pregunta
The Universal Containers company used Einstein Analytics to create two datasets: Dataset A: contains a list of activities with an "activitylD" dimension and a "userlD" dimension Dataset B: contains a list of users with a "userlD" 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?
Respuesta
  • Use the dataflow transformation "delete" and set "userlD" as the deletion ID.
  • Use a combination of dataflow transformations: "augment" and "filter."
  • Use an external ETL tool to extract both datasets and delete records.
  • Use the recipe operation "delete" and set "userlD" as the deletion ID.

Pregunta 84

Pregunta
Concurrent queries per user?
Respuesta
  • 20
  • 50
  • 10
  • 25

Pregunta 85

Pregunta
Benito has Viewer access to a new Einstein Analytics app. He wants to build and edit a dashboard using the Seed Bank dataset in this new app. What must an admin do for Benito to do this?
Respuesta
  • Grant Benito access to all datasets in the org.
  • Assign Benito a permission set that contains the permission: Create and Edit Analytics Dashboards.
  • Grant Benito access to the app that contains the Seed Bank dataset and assign him a permission set that contains the Create and Edit Analytics Dashboards permission.
  • Assign Benito a permission set that contains the permission: Create and Manage Analytics Apps.

Pregunta 86

Pregunta
In a story investigating margin, large variations between product groups are dominating the story. Which action might an Einstein Consultant take to resolve this?
Respuesta
  • Add more data to the dataset.
  • Normalize the margin by product group.
  • Eliminate extreme values in the dataset.
  • Run separate stories for each region.

Pregunta 87

Pregunta
How do you analyze data from a CSV file using Einstein Discovery?
Respuesta
  • Import the CSV file into Einstein Discovery.
  • Import the CSV file into the most similar Salesforce object, then run reports on that object.
  • You can't import data from a CSV file
  • Import the CSV file into an Einstein Analytics dataset, then create a story.

Pregunta 88

Pregunta
Upper and lower limits on columns (vars) in discovery:
Respuesta
  • 20 column minimum, 50 maximum
  • 10 column minimum, 200 maximum
  • 2 column minimum, 50 maximum
  • 2 column minimum, 25 maximum

Pregunta 89

Pregunta
To use the Sales Analytics app, which permission set license do you need?
Respuesta
  • Sales Wave
  • Sales Analytics Apps
  • Analytics Templated Apps
  • Security User

Pregunta 90

Pregunta
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?
Respuesta
  • Use a SAQL query leveraging the "fill" statement with a "partition" parameter.
  • Use a SAQL query to create fake rows for any data that is missing data from the dataset.
  • Use a "Compare Table" and use the "Show summary" option.
  • Use a "Compare Table" and add a column leveraging the "Running Total" function.

Pregunta 91

Pregunta
A consultant built an Einstein Analytics dashboard for a company. The company then requested an enhancement to the dashboard and provided additional data that needs to be displayed. As a result, the consultant decides to "augment" the dataflow. Which phrase describes this transformation?
Respuesta
  • Add data based on the right-side grain
  • Join data similar to an SQL statement
  • Add data as a lookup relationship (left side is the lowest grain)
  • Join data based on a many-to-many relationship

Pregunta 92

Pregunta
The Event Monitoring Analytics app brings prebuilt insights and analytics to what type of existing data in your org?
Respuesta
  • Field audit trail data
  • Forensics data
  • Sales Cloud data Login
  • Event log file data

Pregunta 93

Pregunta
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
Respuesta
  • If no layouts are eligible for the mobile device, the first defined layout is used.
  • If no layouts are eligible for the mobile device, an error message will be displayed.
  • 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.
  • A layout for mobile is eligible for use when the device meets all the device properties set in the Layout panel.
  • There are widgets that cannot be displayed on mobile layouts.

Pregunta 94

Pregunta
Einstein Discovery gives you several different kinds of recommended insights. Which of these insights is descriptive?
Respuesta
  • What Happened
  • Why It Happened
  • Predictions & Improvements
  • What Is the Difference

Pregunta 95

Pregunta
Einstein Discovery is a tool that:
Respuesta
  • Is like having a personal data scientist on staff
  • Replaces your team of BI experts and data analysts
  • Helps you hire the best data scientist for your business
  • Understands your business better than you do

Pregunta 96

Pregunta
Default # rows in compare table.
Respuesta
  • 1,500
  • 1,000
  • 3,000
  • 2,000

Pregunta 97

Pregunta
When organizing information in an Einstein Analytics dashboard, what does the "Progressive Disclosure' design principle mean?
Respuesta
  • Only provide the user with the level of detail they need to see, with the option to drill down deeper into more details.
  • Utilize the latest templates for the most modern look and feel.
  • Intentionally omit specific details so that users can do ad-hoc exploration if needed for root-cause analysis.
  • Implement strict security predicates to minimize the amount of information displayed to users.

Pregunta 98

Pregunta
What does XMD stand for?
Respuesta
  • Configuring unsupported fields
  • Lenses Dataset Fields
  • Extended Metadata
  • Create a JSON

Pregunta 99

Pregunta
Philip adds a recently created Seed Bank Orders dataset to an Einstein Analytics app for which the Mosaic Seed Bank project team has the Viewer app role. How much data in the Seed Bank Orders dataset can a project team member see?
Respuesta
  • None of the data
  • Only rows designated by the Salesforce administrator
  • All rows and fields in the datasets
  • Only rows designated by the App Manager

Pregunta 100

Pregunta
Using the Setup menu, the Universal Containers company activated data sync (replication) in the Einstein Analytics settings. After running the sync, they notice that the aggregate sum of a field within their dataset is different than what they manually calculated by summing the same data in the Salesforce object from which the dataset was populated. Which two differences in the newly synced data can explain this? Choose 2 answers
Respuesta
  • Differences involving permanently deleted records
  • Differences involving workflow-updated fields
  • Differences involving formula fields
  • Differences involving trigger-updated fields

Pregunta 101

Pregunta
Insights in a story show you how different variables and combinations of variables explain the variation of what kind of variable?
Respuesta
  • Explanatory variable
  • Outcome variable
  • Global variable
  • Local variable
  • Tertiary variable

Pregunta 102

Pregunta
The Universal Containers company thinks it knows everything about its business. However, Einstein Discovery surfaces an unexpected pattern that is concerning. They call in departmental experts and hold a meeting to discuss next steps with an Einstein Consultant. What should the consultant advise as the next action?
Respuesta
  • Consult a Data Scientist for further analysis.
  • Determine if the pattern is a data issue or a new insight.
  • Filter out the data that causes the unexpected pattern and analyze the new results.
  • Accept the new pattern and have confidence that Einstein knows the business as accurately as the customer

Pregunta 103

Pregunta
The Vice President of Sales wants to create a "Pipeline Trending" dashboard in Einstein Analytics that displays specific colors depending on the values of the fields. Which two techniques can a consultant use to help address this requirement? Choose 2 answers
Respuesta
  • Use an XMD file and assign colors to each field value.
  • Use SAQL queries to calculate a color field and assign it to each field value.
  • Use a compute Expression to calculate a color field and assign it to each field value.
  • Use the "fields" menu when exploring the dataset and assign colors to each field value.

Pregunta 104

Pregunta
Before using bindings, you can try using facets to specify interactions between widgets.
Respuesta
  • True
  • False

Pregunta 105

Pregunta
How many external files can be uploaded to Einstein Analytics on rolling 24 hour basis?
Respuesta
  • 100 files per dataset
  • 300 files per dataset
  • 500 files per dataset
  • 50 files Per dataset

Pregunta 106

Pregunta
A company uses role hierarchy to implement data security in Salesforce. They want the same role-hierarchy-based security model to apply in Einstein Analytics, but want the users in a role to see data owned by other users in the same role. Using the "flatten" transformation, which attribute setting achieves this requirement?
Respuesta
  • Set the attribute "selffield" to true.
  • Set the attribute "selffield" to false.
  • Set the attribute "include_self_id" to true.
  • Set the attribute "include_self_id" to false.

Pregunta 107

Pregunta
Why is it important to select the right root object when you use the dataset builder?
Respuesta
  • The root object determines who can see the dataset.
  • Only data from the root object can be included in the dataset.
  • The root object determines what related objects you can add to the dataset.
  • The root object determines what app the dataset is saved in.

Pregunta 108

Pregunta
An Einstein Analytics consultant has been asked to refactor a dashboard so that it loads more quickly. After some analysis, the consultant found that most of the dashboard steps run in less than five seconds; however, the Opportunities Table takes 30 seconds to run. How can the consultant improve the performance of this dashboard?
Respuesta
  • Create a second page on the dashboard and move the table to this new page.
  • Create a link to download the list of opportunities as an Excel file.
  • Create a Visualforce page and display a list view of the opportunities on this new page.
  • Create a second dashboard and move the table to this new dashboard.

Pregunta 109

Pregunta
Default rows in values table
Respuesta
  • 100
  • 200
  • 50
  • 75

Pregunta 110

Pregunta
How do you create a regression timeseries?
Respuesta
  • In SAQL, use the timeseries function with the following arguments: Partition (the group_by piece), Seasonality (set to 12 to get yearly seasonality).
  • ....no other options

Pregunta 111

Pregunta
The Universal Containers company uses Einstein Analytics to build dashboards for different departments: Sales, Service, and Marketing. Users for the same department have the same role and need to have access to the same dashboards. Dashboards for different departments use some common datasets with the same row-level security. How can an Einstein Consultant address this need?
Respuesta
  • Create one application for each department and use roles to share applications.
  • Create one application for each department, put common datasets in the shared app, and use profiles to share applications.
  • Create one application for each department, put common datasets in the shared app, and use roles to share applications.
  • Create one application for each department, put common datasets in the shared app, and use permission sets to share applications.

Pregunta 112

Pregunta
What happens if the ui.json file is empty?
Respuesta
  • You create a text-only version of an app.
  • The template will not include a configuration wizard.
  • The dataflow fails.
  • The app includes all possible dashboards by default.
  • (B & D) The template will not include a configuration wizard & The app includes all possible dashboards by default.

Pregunta 113

Pregunta
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
Respuesta
  • Save the dataset under "My Private App" so only a subset of selected users can access the dataset.
  • Use a security predicate in the dataset so users can see only rows belonging to their respective regions.
  • Create a sharing rule in Salesforce based on the Region field in the user object and set the dataset to inherit sharing from Salesforce.
  • 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.

Pregunta 114

Pregunta
In Einstein Analytics, which node is used in a dataflow to extract data from a registered dataset?
Respuesta
  • sfdcDigest
  • digest
  • export
  • edgemart

Pregunta 115

Pregunta
After loading data to Einstein Discovery and creating a story, the client asks the Einstein Consultant to explain the "Unexplained Bar" in the "Why it Happened" chart. Which explanation is correct?
Respuesta
  • It should always be 0 or the model should not be used.
  • It shows the difference between the predicted outcome and the observed outcome.
  • It displays the difference between the analyzed data and the data not reviewed.
  • It only appears for outcomes that do not have an explanation.

Pregunta 116

Pregunta
Which conclusion can be made regarding the strength of the model shown?
Respuesta
  • The model is very strong. A GINI coefficient of .535 shows that this model is very effective.
  • The model is pretty good; the accuracy rating of .7597 means we can predict both wins and losses at a fairly high rate.
  • The strength of the model cannot be determined with the metrics shown.
  • The model is very weak and doesn't provide useful predictions due to the low threshold.

Pregunta 117

Pregunta
An Einstein Consultant is reviewing the "Why it Happened" Insights provided by Einstein Discovery with the customer. The customer would like to validate the results. Which action should the consultant take?
Respuesta
  • Show the customer how to export and review the R-Code model validation results
  • Check the p-values and standard deviation
  • Use the Share and Export feature to help the customer determine if the findings make logical sense
  • Consult with a Data Scientist to validate the findings

Pregunta 118

Pregunta
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?
Respuesta
  • computeExpression
  • computeData
  • computeValue
  • computeField

Pregunta 119

Pregunta
A consultant built an Einstein Analytics dashboard for a shipping company. The dashboard displays data from several data sources- The consultant enabled data sync (replication) to increase the speed of data refreshing from these sources. What is the maximum number of dataflow definitions available in this situation?
Respuesta
  • 45
  • 35
  • 25
  • 30

Pregunta 120

Pregunta
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?
Respuesta
  • 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.
  • 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."
  • Create one custom app for the datasets and share it with marketing and sales as "viewer."
  • 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."

Pregunta 121

Pregunta
An Einstein Consultant is implementing encryption for a customer. Which two statements about Einstein Analytics Encryption are true? Choose 2 answers
Respuesta
  • When Einstein Analytics Encryption is enabled, all newly registered datasets are encrypted at rest.
  • By default, the same keys are used to encrypt data in Einstein Analytics as are used to encrypt data in Salesforce objects.
  • The customer's org must have a Shield Platform Encryption tenant secret.
  • Bring Your Own Key is not supported.

Pregunta 122

Pregunta
Why would you use the Actions menu in a chart?
Respuesta
  • To expand the time period shown in a dashboard
  • To rearrange widgets in dashboards
  • To post to Chatter
  • To create workout plan for you and your team

Pregunta 123

Pregunta
A company wants to build a webpage that displays KPIs that can be derived from values in datasets stored in Einstein Analytics. How can an Einstein Analytics consultant derive those KPIs from those datasets?
Respuesta
  • Use the Analytics External Data API and leverage the "query" resource.
  • Export the dataset as an XLS file and use the Einstein Analytics Connector for Excel.
  • Use the Analytics REST API and leverage the -query" resource.
  • Export the dataset as a CSV file and load it to an external database.

Pregunta 124

Pregunta
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
Respuesta
  • Download the XMD for the dataset and change the values and color for the fields and then upload to the dataset.
  • In the explorer, select the boolean fields and use the "edit values" option on the fields to change values and colors.
  • Create an XMD node in the dataflow to change the label and color of the values in the fields.
  • 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.

Pregunta 125

Pregunta
What can you do with the dataflow?
Respuesta
  • Extract data from an external CSV file into Analytics
  • Extract Salesforce object data into Analytics
  • Build a dashboard
  • Explore a dataset

Pregunta 126

Pregunta
Which dataflow transformation does data sync (replication) reference, in an existing dataflow, to determine which Salesforce objects and fields are currently being extracted?
Respuesta
  • edgemart
  • sfdcRegister
  • export
  • sfdcDigest

Pregunta 127

Pregunta
A dataset for building the Einstein Discovery story contains 72 fields that are potentially relevant predictors. Which approach is considered best practice to assess the top predictors in order to get to a meaningful and robust model?
Respuesta
  • This dataset is too big and cannot be used in Einstein Discovery. Request a new dataset with fewer predictors.
  • Build the story with all the predictors and indicate that Einstein Discovery should show the top predictors.
  • Go back to the data preparation and reduce the number of fields to less than 30 in order to produce a story.
  • Build a story with a first set of predictors and assess which predictors are important to the story. Then drop the less important ones and add the predictors that were omitted in the first run and assess their impact.

Pregunta 128

Pregunta
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?
Respuesta
  • Augment
  • Dataflow
  • Clone
  • Data Sync (Replication)

Pregunta 129

Pregunta
Universal Containers has a dashboard for Sales Managers. They need the ability to visualize the number of Closed Won opportunities by month, quarter, or year, and then display the result in a single chart. An Einstein Consultant created a static step to display three values: ClosedDate_month, ClosedDate_quarter, and ClosedDate_year. What should the consultant do next?
Respuesta
  • Use nested binding to update the grouping in the chart.
  • Use selection binding to update the measure in the chart.
  • Use result binding to update the measure in the chart.
  • Use selection binding to update the grouping in the chart.

Pregunta 130

Pregunta
In Einstein Discovery:
Respuesta
  • 'What Is The Difference' insights are comparative insights that help you better understand the relationships between explanatory variables and the goal (target outcome variable) in your story. These insights, based on a statistical analysis of your dataset, help you figure out which factors contribute to the biggest changes in the outcome variable. Einstein Discovery uses waterfall charts to help you visualize comparisons in What Is The Difference insights.
  • 'Why It Happened' insights help you take a deeper look into the exact factors that led to an outcome. Why It Happened s/ Q insights drill deeper into the various factors that contributed to your story's goal. These insights are based on a statistical analysis of your dataset. Einstein Discovery uses waterfall charts to help you visualize Why It Happened insights.
  • 'Predictions and Improvements' insights help you explore what might happen in the future. For example, you can interactively perform "what if analyses in your story. Einstein Discovery provides you with predictions and suggested improvements based on a statistical analysis of your dataset and predictive analytics. To help you visualize these insights, Einstein Discovery uses: - waterfall charts for predictions - bar charts for suggested improvements
  • 'What Happened' insights are the primary insights in your story. They are descriptive insights that help you explore, at an y/ Q overview level, what factors contributed to the outcome, based on a statistical analysis of your dataset. .Einstein Discovery uses bar charts to help you visualize What Happened insights.

Pregunta 131

Pregunta
Why is it important to prepare the data in a CSV file before you bring it into Analytics?
Respuesta
  • To remove column headers
  • To make sure the content is interesting
  • To add currency symbols to numeric fields
  • To make sure Analytics can set the field type correctly

Pregunta 132

Pregunta
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
Respuesta
  • Apply sharing inheritance.
  • Create a master-detail relationship between the Salesforce Account and Opportunity objects.
  • 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".
  • 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".

Pregunta 133

Pregunta
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?
Respuesta
  • Line over Scatter Plot
  • Grid over Bar
  • Line over Bar
  • Line over Stacked Bar

Pregunta 134

Pregunta
Which of the following is true about the Service Analytics Overview dashboard?
Respuesta
  • It instantly provides key metrics on open cases, average time to close, first contact resolution, and customer satisfaction.
  • It lets you drill down to more detailed dashboards, like agent performance, channel review, and telephony metrics.
  • It's available on desktop and mobile.
  • It's a great place to start your analysis.
  • All of the above.

Pregunta 135

Pregunta
What can you do in a dataset recipe?
Respuesta
  • Extract external data into Analytics
  • Build a dashboard
  • Combine data from different datasets
  • Make a data chili

Pregunta 136

Pregunta
Which of the following are included in the template object?
Respuesta
  • ui.json
  • app.json
  • variables.json
  • (A,B & C) ui.json & app.json & variables.json
  • (A & C) ui.json & variables.json

Pregunta 137

Pregunta
What happens if you first disable Analytics, and then you re-enable Analytics later? Select 2
Respuesta
  • User permissions are removed from each defined permission set if Analytics is disabled.
  • User permissions are not removed from each defined permission set if Analytics is disabled.
  • You must define the permission sets again if Analytics is re-enabled.
  • You must not define the permission sets again if Analytics is re-enabled.

Pregunta 138

Pregunta
Which of these standard deviations is for a curve that has values that are the most spread out away from the average?
Respuesta
  • 8
  • 1
  • 4
  • 16

Pregunta 139

Pregunta
What does a configuration wizard do?
Respuesta
  • Automatically creates multiple versions of the same app
  • Lets you know the best way to set up your Salesforce data
  • Asks you questions about how you store data in your org to help you create your app
  • Customizes your template based on Salesforce settings

Pregunta 140

Pregunta
An Einstein Consultant receives a request from the Marketing department to help them understand lead conversion. Presently, they are unaware of the percentage of leads that get converted to sales. They hope to view results by account manager, value, and quarter. The data is there, so the consultant can add it to the marketing dashboard. How should this metric be calculated?
Respuesta
  • Create a new step in the dashboard using a compare table and define a formula.
  • Create a formula field on the lead object in Salesforce and add it to the dataset.
  • Create a computeExpression in the dataflow.
  • Create a new step in the dashboard using a compare table and the running total function.

Pregunta 141

Pregunta
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?
Respuesta
  • 2 measures, 0-2 groupings if trellis is disabled, or 0-4 groupings if trellis is enabled
  • 1 measure, 1-2 groupings if trellis is disabled, or 1-4 groupings if trellis is enabled
  • 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
  • 1 measure, 0 groupings if trellis is disabled, or 0-2 groupings if trellis is enabled

Pregunta 142

Pregunta
A client has a dataset comprised of Opportunity data and Opportunity Line level data. The client wants to use this dataset with Einstein Discovery to understand the Opportunity win rate. What must be done to the dataset to achieve this goal?
Respuesta
  • Select the isWon = True outcome variable and generate the story.
  • Filter to only look at isWon = True records to avoid skewing the results.
  • Click Create Story and Einstein will take care of the rest.
  • Change the grain by removing the line level detail as it will skew the win rate.

Pregunta 143

Pregunta
Which Einstein Analytics asset or assets are created when using an App Template to create an app?
Respuesta
  • The app, dataflows and datasets, dashboards, and permission sets
  • The app, dataflows and datasets, and dashboards
  • The app, dataflows and datasets, and users
  • An empty app

Pregunta 144

Pregunta
In the context of Analytics, what is faceting?
Respuesta
  • Representing the number of widgets on a dashboard
  • Filtering all related widgets in a dashboard by your selection
  • Something only programmers can access
  • Measuring the number of significant digits of precision for a particular metric
  • Choosing the color of the background in a graph

Pregunta 145

Pregunta
A company used Einstein Analytics to create two datasets: 1. "Opportunity With Account- dataset, which contains data from the Opportunity standard object augmented by the Account data. 2. "Case with Account" dataset. which contains data from the Case standard object augmented by the Account data. The company wants to build a lens showing the total number of Opportunities and Cases per Account. How can a consultant help them build this lens?
Respuesta
  • Create a recipe to generate a new dataset from the "OpportunityWithAccount" and "CaseWithAccount" datasets aggregated by Account, and use the generated dataset in a lens.
  • Use "Compare Table" to join the "OpportunityWithAccount" and "CaseWithAccount" datasets using the "Accountld" and then aggregate by Account.
  • Set up Connect Data Sources in the UI between the "OpportunityWithAccount" and "CaseWithAccount" datasets.
  • Use a SAQL query to group and join the "OpportunityWithAccount" and "CaseWithAccount" datasets then generate the results.

Pregunta 146

Pregunta
What is a valid permission for a permission set?
Respuesta
  • Enable Parental Control
  • Always Sign Me Up for Dreamforce
  • Sales Analytics Apps
  • Access Sales Cloud Analytics Templates and Apps

Pregunta 147

Pregunta
Permissions of which 2 internal users are used by Analytics to gain access to Salesforce data?
Respuesta
  • Each user has a corresponding Profile assigned (Analytics Cloud Integration User and Analytics Cloud Security User profiles).
  • 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.
  • Analytics uses the permissions of the Integration User to extract data from Salesforce objects and fields when a dataflow job runs.

Pregunta 148

Pregunta
What's the best way to describe the template-info.json file?
Respuesta
  • It's a read-only file with all the user documentation for a template.
  • It's the boss of the template with all the information needed to create the app.
  • It makes sure that the app includes all the right Salesforce data.
  • It's automatically populated every time you create an app from the template.

Pregunta 149

Pregunta
Which security feature can be used to give Regional Development Coordinator roles access to only their designated regions and seed bank orders?
Respuesta
  • Inherited security
  • Security predicates
  • Separate apps for each region
  • Sharing rules

Pregunta 150

Pregunta
Which chart type is suitable for rendering five measures in a lens visualization?
Respuesta
  • Treemap chart
  • Scatter chart
  • Metric Radar chart
  • Stacked Bar chart

Pregunta 151

Pregunta
An Einstein Analytics consultant is notified of a performance issue with data sync (replication). The consultant researches the issue and determines that unnecessary data is being synced. Which solution should the consultant implement to help improve data sync (replication) performance?
Respuesta
  • Modify dataflows to exclude unused fields and include a filter to extract relevant data.
  • Scale down the number of datasets to help improve data sync (replication) performance.
  • Start over again with new dataflows that exclude unused fields with a filter to extract relevant data.
  • Update the existing data sync (replication) process by removing unused fields with a filter to extract relevant data.

Pregunta 152

Pregunta
As part of their analysis, Yasmine, Tonya, and Hadiqa need to create and save lenses to their project app. What is the minimum app role they need to do this?
Respuesta
  • Manager
  • Viewer
  • Editor
  • Designer

Pregunta 153

Pregunta
Which three parameters are used in a compare table formula field to calculate and display a field as percentage value? Choose 3 answers
Respuesta
  • Calculation
  • Column Color
  • Format
  • Length
  • Column Name

Pregunta 154

Pregunta
In what order does Einstein Discovery present the insights that it uncovers?
Respuesta
  • Alphabetical, in ascending order
  • Alphabetical, in descending order
  • Insights that explain the most variation in the outcome variable, in ascending order
  • Insights that explain the most variation in the outcome variable, in descending order

Pregunta 155

Pregunta
A consultant is asked to create a dashboard for sales to see the forecasted sales per product family. After gathering the requirements, the consultant decides to leverage the timeseries SAQL statement to predict sales. Which two actions must be performed when writing the SAQL query? Choose 2 answers
Respuesta
  • Determine if the timeseries required parameter, prediction interval, should be 80 or 95.
  • Investigate which prediction model is best for the data available.
  • Validate that there is enough data in the dataset to make a good prediction.
  • Include the fill SAQL statement to fill any missing dates.

Pregunta 156

Pregunta
In a Compare Table formula, you can refer to other columns with:
Respuesta
  • Their names
  • Numbers (1..9)
  • Letters (A..Z)
  • All of the above

Pregunta 157

Pregunta
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?
Respuesta
  • "filters": [ [ "Type", "{{column(Type_2.selection,[\"Type\"]).asString()}}" ] ]
  • "filters": [ [ "Type", "{{cell(Type_2.selection,0, \"Type\").asString()}}" ] ]
  • "filters": [ [ "Type", "{{column(Type_2.selection,[\"Type\"]).asObject()}}" ] ]
  • "filters": [ [ "Type", "{{cell(Type_2.selection,0, \"Type\").asObject()}}" ] ]

Pregunta 158

Pregunta
How can you restrict access to Analytics data at the row level?
Respuesta
  • Manually add a flag to each row to prevent access.
  • Use a security predicate to filter which rows are returned.
  • Use subtle thought control.
  • Remove restricted rows from the JSON file.

Pregunta 159

Pregunta
Creating an Einstein Discovery story involves:
Respuesta
  • Selecting a Dataset in Einstein Analytics, then clicking Create Story
  • Copying text from company reports and pasting into Einstein Discovery
  • Uploading a Microsoft® PowerPoint® presentation
  • Entering notes about the data

Pregunta 160

Pregunta
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?
Respuesta
  • Add a text widget to the dashboard to indicate Fahrenheit or Celsius.
  • Use the XMD node in the dataflow to customize the number format of the field.
  • Customize the number format in the number widget properties of the dashboard.
  • In Explorer, go to the Fields menu and then customize the number format of the measure.

Pregunta 161

Pregunta
Which security option is not available in Einstein Analytics for securing datasets?
Respuesta
  • Inherited security
  • Row-level security with security predicates
  • Field-level security
  • App level security

Pregunta 162

Pregunta
Which two statements can be determined based on the Why it Happened graphic above' Choose 2 answers
Respuesta
  • Germany performs lower than average but better when the product is Call Center.
  • The -2.2 Unexplained means there are effects that Einstein will never be able to explain regardless of the dataset.
  • Call Center is a generally poor performing product, and since there is more in Germany that has a negative effect.
  • Germany sells more Call Center product and that helps them increase their win rate.

Pregunta 163

Pregunta
A company wants to use Einstein Analytics to analyze the trend of their sales pipeline. The company wants to accelerate the sales process. To do so, they need to know the average time an opportunity spends in each stage. This value is not pre-calculated in Salesforce, so a consultant recommends using a dataflow to calculate it. How can a dataflow be used to calculate the average time an opportunity spends in each stage?
Respuesta
  • computeExpression Transformation with SAQL Expression to calculate the duration
  • flatten Transformation with Offset Expressions to calculate the duration
  • computeRelative Transformation with offset parameter to calculate the duration
  • computeRelative Transformation with SAQL Expression to calculate the duration

Pregunta 164

Pregunta
What are the 3 basic actions within a query in Analytics? Choose 3:
Respuesta
  • Aggregate by a measure
  • Count rows by measure you want to visualize
  • Filter to narrow down your results
  • Grouping by a dimension
  • Display the results graphically

Pregunta 165

Pregunta
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?
Respuesta
  • Dataflow Editor
  • Recipes Editor
  • Step Editor
  • Settings

Pregunta 166

Pregunta
Universal Containers reports that any selection in the List widget is not affecting the Pie chart in one of their Einstein Analytics dashboards. The step options associated with the List widget and Pie chart are shown in the graphic. Which two changes can an Einstein Consultant implement to solve this issue, given that the steps are using the same dataset? Choose 2 answers
Respuesta
  • Use selection binding in the filters section of the step "Step_pie_1."
  • Enable the option "Apply filters from faceting" in the step "Region_1."
  • Enable the option "Apply filters from faceting" in the step "Step_pie_1."
  • Use selection binding in the filters section of the step "Region_1."

Pregunta 167

Pregunta
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?
Respuesta
  • append
  • computeExpression
  • augment
  • computeRelative

Pregunta 168

Pregunta
Which of these is not a method for controlling record-level access?
Respuesta
  • Profiles
  • Sharing Rules
  • Organization-Wide Defaults
  • Role Hierarchy

Pregunta 169

Pregunta
Yasmine told Danielle she's interested in using the artificial intelligence provided by Einstein Discovery to enhance analysis Mosaic probably wouldn't have considered through their own means. How can Danielle use Einstein Analytics to load data into Einstein Discovery?
Respuesta
  • It's not possible. Danielle will need to log into Einstein Discovery and import the data from there.
  • Danielle needs a permission set containing the Download Analytics Data permission, then she can use the Export node to load data into Einstein Discovery.
  • Danielle needs a permission set containing the Upload External Data to Analytics permission, then she can log into Einstein Discovery and import the data from there.
  • Data loaded into Einstein Analytics as datasets can then be used in Einstein Discovery without a separate load process.

Pregunta 170

Pregunta
What are the two types of bindings? Choose 2:
Respuesta
  • Results binding
  • Data bindings
  • Description bindings
  • Selections bindings

Pregunta 171

Pregunta
Which set of statements generates monthly amount on a cumulative basis annually?
Respuesta
  • result = load "opportunity1"; result = group result by ('CloseDate_Year', 'CloseDate_Month'); result = foreach result generate 'CloseDate_Year', 'CloseDate_Month', sum(sum(Amount)) over ([..0] partition by all order by ('CloseDate_Year', 'Close_Month')) as 'Cumulative Close Amount';
  • result = load "opportunity1"; result = group result by ('CloseDate_Year~~~CloseDate_Month'); result = foreach result generate 'CloseDate_Year', 'CloseDate_Month', sum(sum(Amount)) over ([..0] partition by 'CloseDate_Year' order by ('CloseDate_Year', 'Close_Month')) as 'Cumulative Close Amount';
  • result = load "opportunity1"; result = group result by ('CloseDate_Year', 'CloseDate_Month'); result = foreach result generate 'CloseDate_Year', 'CloseDate_Month', sum(sum(Amount)) over ([..] partition by 'CloseDate_Year' order by ('CloseDate_Year', 'Close_Month')) as 'Cumulative Close Amount';
  • result = load "opportunity1"; result = group result by ('CloseDate_Year', 'CloseDate_Month'); result = foreach result generate 'CloseDate_Year', 'CloseDate_Month', sum(sum(Amount)) over ([..0] partition by 'CloseDate_Year' order by ('CloseDate_Year', 'Close_Month')) as 'Cumulative Close Amount';

Pregunta 172

Pregunta
An Einstein Consultant receives a new project from a client that wants to implement Einstein Analytics. They do not currently have Einstein Analytics, but want guidance around how to ensure that their users have correct access. They have 1000 users with a small team of three people who will build datasets and dashboards. An additional 15 people should be able to create dashboards. The remaining users should only be able to view dashboards. Which recommendation should the consultant give the client?
Respuesta
  • Create and assign Salesforce permission sets according to the three types of roles defined.
  • Assign the app permissions "viewer/' "editor," and "manager" to the three types of roles defined.
  • Create and assign three new Salesforce profiles according to the three types of roles defined.
  • Assign "Einstein Analytics Explorer" licenses to users that should only view the dashboard, and assign "Einstein Analytics Developer" licenses to users that should be able to create datasets and dashboards.

Pregunta 173

Pregunta
Max Analytics API calls per user per hour
Respuesta
  • 50,000
  • 10,000
  • 5,000
  • 100,000

Pregunta 174

Pregunta
What is another name for the type of insight that examines how one variable explains variation of the outcome variable?
Respuesta
  • Third-order analysis
  • Object-oriented analysis
  • Second-order analysis
  • First-order analysis
  • Spectrum analysis

Pregunta 175

Pregunta
When you assign any Analytics permission set to users in your org, Salesforce auto-assigns the Analytics Platform permission set license to that user.
Respuesta
  • True
  • False

Pregunta 176

Pregunta
Which isn't an option for setting a security predicate for a dataset created from an external data file?
Respuesta
  • In the metadata file associated with the external data file using the rowLevelSecurityFilter key
  • In the Register transformation node of a dataflow that uses this dataset
  • In the dataset Security Predicate
  • On each row prior to upload

Pregunta 177

Pregunta
Max story creations per org per day:
Respuesta
  • 40 per org
  • 40 per org per day
  • 20 per org
  • 20 per org per day

Pregunta 178

Pregunta
How many concurrent stories per org are allowed?
Respuesta
  • 5
  • 4
  • 2
  • 1

Pregunta 179

Pregunta
What is an Analytics app?
Respuesta
  • A specialized version of the Einstein Analytics platform that runs outside of Salesforce
  • Analytics for iPad
  • A collection of datasets, dashboards, lenses, and a dataflow
  • The blueprint for your org's Einstein Analytics implementation

Pregunta 180

Pregunta
The Einstein Analytics Plus Platform license is enabled for a Salesforce org and assigned to each user. However, these users cannot see the Einstein Analytics Studio in the App Launcher. How can this issue be addressed?
Respuesta
  • Share the app with the users in Einstein Analytics.
  • Create user accounts for the users in Einstein Analytics.
  • Assign the users to the permission set containing Use Analytics.
  • Assign the users to the permission set containing Manage Analytics.

Pregunta 181

Pregunta
A customer displays a lot of data and wants a way to dynamically emphasize certain values on a bar chart in order to properly grab the user's attention. What can an Einstein Consultant use to accomplish this task?
Respuesta
  • Customize tooltip
  • Chart Markers
  • XMD
  • Compare Table

Pregunta 182

Pregunta
An Einstein Analytics team plans to enable data sync (replication). Which two limits are specific to data sync (replication) and should be considered before enabling the feature because they might impact existing jobs? Choose 2 answers
Respuesta
  • Maximum number of dataflow definitions
  • Maximum number of dataflow transformation
  • Maximum number of objects that can be enabled for data sync (replication)
  • Timeout for ELT (Extract Load transform) jobs that are scheduled but not yet executed

Pregunta 183

Pregunta
An Einstein Discovery team created a model to maximize the margin of their sales opportunities. They want to deploy the model to the Opportunity object in order to predict the outcome of every newly created or updated Opportunity. What are the steps to accomplish this?
Respuesta
  • Create a trigger on Opportunity and use the Salesforce External Connector to get predictions from Einstein Discovery.
  • Create an Apex batch on Opportunity and use the REST API to get predictions from Einstein Discovery.
  • Create a trigger on Opportunity and install the Einstein Discovery Writeback managed package from the AppExchange.
  • Create a trigger on Opportunity and use the REST API to get predictions from Einstein Discovery.

Pregunta 184

Pregunta
The Einstein Analytics team at a company created a clataset based on the Opportunity__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 two problems might be causing this issue?
Respuesta
  • The Salesforce profile for the VP does not have read permission on some fields of the Opportunity__c custom object
  • The Security Predicates set up at the dataset level are preventing the VP from seeing data
  • The dataset is inheriting sharing from Salesforce and the VP can see more than 3000 rows
  • The Salesforce profile for the VP does not have read permission on the Opportunity__c custom object

Pregunta 185

Pregunta
A dataset is ready for analysis in Einstein Discovery. What is the first step a consultant should take after the data is loaded?
Respuesta
  • Identify data types and define the appropriate data as numeric.
  • Analyze data columns and decide which, if any, to drop.
  • Produce a graph of the data to analyze.
  • Load the data into Einstein Analytics.

Pregunta 186

Pregunta
What do Analytics apps do?
Respuesta
  • Let you add new types of charts to Salesforce
  • Alert you when you need a visa for an upcoming trip
  • Use ready-made dashboards to tell easy-to-follow stories about your data
  • Let you create configuration wizards to make Analytics setup easier

Pregunta 187

Pregunta
Number of queries per user per day
Respuesta
  • 10,000
  • 50,000
  • 1,000
  • 20,000

Pregunta 188

Pregunta
An Einstein Analytics team created a funnel chart to show the number of opportunities in each stage. The managers who use the chart report that the funnel shows stages in alphabetical order instead of sales cycle order. In which two ways can a consultant help them address this issue? Choose 2 answers
Respuesta
  • Use a dataflow to rename the stages with a preceding number.
  • Use a dashboard JSON to rename stages.
  • Use a dataflow to sort the stages by their internal name.
  • Use a dataset XMD to rename stages.

Pregunta 189

Pregunta
You can get data into Einstein Discovery:
Respuesta
  • By connecting a USB drive to your laptop
  • By using an Einstein analytics dataset
  • Only if your database administrator does it for you
  • Only if Salesforce does it for you

Pregunta 190

Pregunta
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
Respuesta
  • Use the Salesforce SOAP interface.
  • Use the Analytics External Data API.
  • Use Oracle database connector.
  • Load the data as a CSV file.

Pregunta 191

Pregunta
A list widget is added to a dashboard with existing charts and tables. What must be true for the list widget to facet the dashboard charts and tables using widget properties?
Respuesta
  • The list, chart, and table steps must share a common name.
  • The list, chart, and table steps must share common dimensions from different datasets.
  • The list, chart, and table steps must share the same dataset.
  • Chart and table steps must have their own list widgets.

Pregunta 192

Pregunta
A consultant is working with a credit card company that needs help with ongoing fraudulent transactions. The company provides a representative sample dataset for the consultant to analyze in Einstein Discovery. The story's initial assessment shows that a third-party payment app is the source of these fraudulent transactions. However, the company rejects this assessment outcome, stating they have not had a partnership with this payment app long enough for it to be a concern. What is the recommended next step to improve the story outcome?
Respuesta
  • Make adjustments to the story to better demonstrate that the third-party payment app is the culprit.
  • Use the credit card company's domain knowledge and exclude the third-party payment app from the story.
  • Explain to the company that the story has returned unbiased results and the initial assessment is accurate.
  • Ask the credit card company for a more comprehensive dataset to analyze.

Pregunta 193

Pregunta
Which three things can be done with the Einstein Analytics Dashboard Inspector? Choose 3 answers
Respuesta
  • Automatically remove bottlenecks to make queries run faster.
  • Get a list of recommendations on how to improve the performance of the dashboard.
  • View all queries and the time it took to run each one.
  • View the total time required to run all queries.
  • See the final query for each step along with query results.

Pregunta 194

Pregunta
What are two benefits of designing using the "Progressive Disclosure" principle? Choose 2 answers
Respuesta
  • Improved ease of use for end users
  • Discounted EA licenses when growth is achieved
  • Automatic conditional formatting
  • Better dashboard performance

Pregunta 195

Pregunta
A dashboard dataset is growing and the Einstein Analytics consultant notices an impact on performance. The consultant needs to make a few adjustments. Which three actions can the consultant take to improve dashboard performance? Choose 3 answers
Respuesta
  • Reorganize the dashboard widgets.
  • Distribute steps among separate pages.
  • Use SAQL code to join datasets at runtime.
  • Replace separate step filters with a global filter.
  • Move calculations to a dataflow.

Pregunta 196

Pregunta
A consultant created an Einstein Analytics dashboard in a sandbox. Now, the dashboard needs to be migrated into production. To complete the migration, what are the consultant's three options? Choose 3 answers
Respuesta
  • Ant Migration Tool
  • Analytics External Data API
  • Analytics REST API
  • Change sets
  • Analytics dashboard connector

Pregunta 197

Pregunta
The Universal Containers company uses a Microsoft Azure SQL Data Warehouse to gather information about sales representatives' objectives. They want to use Einstein Analytics to gain insights from this data; therefore, they need to automatically load the warehouse's data into an Einstein Analytics dataset on a daily basis. The data also needs to be transformed and merged with data from the company's org. Which three Einstein Analytics user interface features can be used to complete these requirements? Choose 3 answers
Respuesta
  • Dataflow
  • Microsoft Azure SQL Data Warehouse Connector
  • Einstein Analytics Connector for Excel
  • Recipes
  • Analytics REST API

Pregunta 198

Pregunta
What are two core design principles to consider when building Analytics apps or dashboards? Choose 2 answers
Respuesta
  • Emphasis: make sure they have space for important information, such as headlines and key charts.
  • Clarity: make sure they are uncluttered and easy to interpret.
  • Consistency: make sure they have a sense of familiarity to strengthen your users' ease of use.
  • Balance: make sure they have a balance of different charts to get a more interesting design.

Pregunta 199

Pregunta
What are the two main parts of a lens/exploration?
Respuesta
  • Query
  • Visualization
  • Dataset
  • Measure
  • Grouping

Pregunta 200

Pregunta
Max story creations per org per month
Respuesta
  • 1,000 (can purchase more)
  • 500 (can purchase more)
  • 200 (can purchase more)
  • 500
Mostrar resumen completo Ocultar resumen completo

Similar

Teoria del Consumidor y del Mercado: Oferta, Demanda y Precio
Ani Kimori Rosas
Práctica de Biología para la Prepa 1
Raúl Fox
mapa mental de carbohidratos
jozu
EL SIGLO XVIII EN ESPAÑA: LA MONARQUÍA BORBÓNICA
maya velasquez
Los agentes de la economía
María Eugenia Méndez Piamba
EDAD DE LOS METALES
Roberto Vicente Rodriguez Blanco
Mapas Mentales
Celia Sanchez
Recursos de Biología para Selectividad
Diego Santos
Cáncer de Ovário
Luz Moor
Crisis del Antiguo Régimen
Claudia Romero
Biologia Exani-II
fer rg