ExamGecko
Home Home / Google / Looker Business Analyst

Google Looker Business Analyst Practice Test - Questions Answers, Page 3

Question list
Search
Search

List of questions

Search

Related questions











An analyst is creating a map that colors cities by their population. After adding fields and selecting the Interactive Map visualization, the analyst receives this error message:

"At least one dimension should be of type Location or have a map_layer specified".

There are currently three fields in the Explore:

City Name (Dimension)

Population (Measure)

Number of Museums (Measure)

What should the analyst do to resolve this error?

A.
Remove the Number of Museums measure from the Explore
A.
Remove the Number of Museums measure from the Explore
Answers
B.
Select the Static Map visualization instead of Interactive
B.
Select the Static Map visualization instead of Interactive
Answers
C.
Contact the LookML Developer
C.
Contact the LookML Developer
Answers
D.
Add a table calculation that evaluates location (${cities.city_name})
D.
Add a table calculation that evaluates location (${cities.city_name})
Answers
Suggested answer: D

An analyst at a banana quality assurance firm needs to compare performance week over week to make sure the firm stays on track. The analyst needs to show two metrics:

A.
Number of bananas cleared for consumption the previous week
A.
Number of bananas cleared for consumption the previous week
Answers
B.
Number of bananas cleared for consumption the week before thatWhich process should the analyst follow to show these two metrics in a report?
B.
Number of bananas cleared for consumption the week before thatWhich process should the analyst follow to show these two metrics in a report?
Answers
C.
Create two tiles on a dashboard and two dashboard filters. Apply a different filter to each tile ("last week" and "2 weeks ago" respectively)
C.
Create two tiles on a dashboard and two dashboard filters. Apply a different filter to each tile ("last week" and "2 weeks ago" respectively)
Answers
D.
Create one tile on a dashboard and two dashboard filters ("last week" and "2 weeks ago" respectively). Apply both dashboard filters to the tile.
D.
Create one tile on a dashboard and two dashboard filters ("last week" and "2 weeks ago" respectively). Apply both dashboard filters to the tile.
Answers
E.
Create two tiles on a dashboard. In the Edit mode of one tile, add a filter for "last week". Add a dashboard filter for "2weeks ago" and apply it to the other tile.
E.
Create two tiles on a dashboard. In the Edit mode of one tile, add a filter for "last week". Add a dashboard filter for "2weeks ago" and apply it to the other tile.
Answers
F.
Create two identical looks in the same folder. Add filters on them for "last week" and "2 weeks ago" respectively.
F.
Create two identical looks in the same folder. Add filters on them for "last week" and "2 weeks ago" respectively.
Answers
Suggested answer: C

A business analyst is building a report of predicted sales. The business analyst wants to filter the results to only show dates in the next seven days. This filter should work whenever the results are generated.

Which filter expression should the business analyst use?

A.
7 days from now
A.
7 days from now
Answers
B.
After Today's Date for 7 days
B.
After Today's Date for 7 days
Answers
C.
Today for 7 days
C.
Today for 7 days
Answers
D.
For 7 days
D.
For 7 days
Answers
Suggested answer: B

A business analyst is using the Totals check box in an Explore to get the sum of a column of values. The number that appears in the Total row is much higher than the analyst expects, and this number is not the sum of the values in the column.

What is a possible cause of this discrepancy?

A.
There is a row limit applied.
A.
There is a row limit applied.
Answers
B.
There is a filter on a dimension.
B.
There is a filter on a dimension.
Answers
C.
There is a problem with the underlying LookML.
C.
There is a problem with the underlying LookML.
Answers
D.
There is a column limit applied.
D.
There is a column limit applied.
Answers
Suggested answer: D

Explanation:

Reference: https://docs.looker.com/exploring-data/exploring-data#features_for_developers

Two users report seeing different results on the same dashboard.

Which three configurations could explain these discrepancies? (Choose three.)

A.
The time zone setting is different for each user.
A.
The time zone setting is different for each user.
Answers
B.
Looker caching is affecting results.
B.
Looker caching is affecting results.
Answers
C.
The dashboard uses separate Explores for each user.
C.
The dashboard uses separate Explores for each user.
Answers
D.
Dashboard filters are being used
D.
Dashboard filters are being used
Answers
E.
The dashboard was accessed via different boards.
E.
The dashboard was accessed via different boards.
Answers
Suggested answer: C, D, E

The query below shows how many uses purchased an item from each of two clothing departments.

Why are the total and sum of the rows unequal?

A.
There is a filter limiting the count in the Total row.
A.
There is a filter limiting the count in the Total row.
Answers
B.
There is a faulty logic in the way users relate to clothing departments.
B.
There is a faulty logic in the way users relate to clothing departments.
Answers
C.
A user is only counted once in the total even if the user has purchased from both departments.
C.
A user is only counted once in the total even if the user has purchased from both departments.
Answers
D.
There are users who have never purchased a clothing item from either department.
D.
There are users who have never purchased a clothing item from either department.
Answers
Suggested answer: C

A global dashboard filter and the filter on a tile within that dashboard conflict because the global dashboard filter and the individual tile filter are based on the same field with different filter values.

What happens in this situation?

A.
The filter values of both filters will combine in an additive manner and both filters will apply.
A.
The filter values of both filters will combine in an additive manner and both filters will apply.
Answers
B.
The individual tile's filter will override the global dashboard filter.
B.
The individual tile's filter will override the global dashboard filter.
Answers
C.
The global dashboard filter will override the individual tile filter.
C.
The global dashboard filter will override the individual tile filter.
Answers
D.
The dashboard will break and warn the user that there are conflicting filter values.
D.
The dashboard will break and warn the user that there are conflicting filter values.
Answers
Suggested answer: C

An analyst is trying to create a pie chart showing the breakdown of the top sales by brand in an Explore. The analyst selects the Brand Name dimension and a measure for the Count of Items Sold. The analyst then selects the pie chart visualization, but sees the error "Too Many Rows: Pie charts can display a maximum of 50 rows of data." How can the analyst resolve this error and create a pie chart that will always show the top brands by items sold?

A.
Sort the data by Count of Items Sold descending and apply a row limit of 50.
A.
Sort the data by Count of Items Sold descending and apply a row limit of 50.
Answers
B.
Sort the data by Brand Name alphabetically and apply a row limit of 50.
B.
Sort the data by Brand Name alphabetically and apply a row limit of 50.
Answers
C.
Apply a filter on the Count of Items Sold measure that requires the count to be greater than zero.
C.
Apply a filter on the Count of Items Sold measure that requires the count to be greater than zero.
Answers
D.
Apply a filter on the Count of Items Sold measure that requires the count to be not NULL, sort the data by Count of Items Sold ascending, and apply a row limit of 50.
D.
Apply a filter on the Count of Items Sold measure that requires the count to be not NULL, sort the data by Count of Items Sold ascending, and apply a row limit of 50.
Answers
Suggested answer: C

Explanation:

Reference: https://community.looker.com/dashboards-looks-7/top-5-and-other-10743

An analyst needs to compare monthly sales, year over year, based on when an order was created, as shown in the exhibit.

How should the analyst, in addition to selecting the measure Total Sales build the report?

A.
Select the dimension Created Month, and pivot on the dimension Created Year.
A.
Select the dimension Created Month, and pivot on the dimension Created Year.
Answers
B.
Select the dimension Created Year, and pivot on the dimension Created Month.
B.
Select the dimension Created Year, and pivot on the dimension Created Month.
Answers
C.
Select the dimension Created Month Name, and pivot on the dimension Created Year.
C.
Select the dimension Created Month Name, and pivot on the dimension Created Year.
Answers
D.
Select the dimension Created Year, and pivot on the dimension Created Month Name.
D.
Select the dimension Created Year, and pivot on the dimension Created Month Name.
Answers
Suggested answer: A

An analyst has a dashboard with a single filter on Created Date "is in the past year", but a tile on the dashboard is returning results for only the past 7 days. When the analyst selects "Explore from Here" on the tile, there are filters on both Created Date "is in the past year" and Created Time "is in the past 7 days".

How should the analyst make sure that only the filter set on the dashboard is applied to the tile?

A.
After selecting Explore from Here on the tile, remove the filter on Created Time and hit Save.
A.
After selecting Explore from Here on the tile, remove the filter on Created Time and hit Save.
Answers
B.
After selecting Edit on the tile, add a filter on Created Date and hit Save.
B.
After selecting Edit on the tile, add a filter on Created Date and hit Save.
Answers
C.
Edit the dashboard Created Date filter to update the tile's Created Time field under Tiles to Update.
C.
Edit the dashboard Created Date filter to update the tile's Created Time field under Tiles to Update.
Answers
D.
Edit the dashboard Created Date filter to update the tile's Created Time filter under Filters to Update.
D.
Edit the dashboard Created Date filter to update the tile's Created Time filter under Filters to Update.
Answers
Suggested answer: D
Total 40 questions
Go to page: of 4