Google Looker LookML Developer - LookML-Developer Exam Practice Test
A developer has a persistent derived table view called user_facts that contains aggregated data for each user. The developer needs to query the data from this table in another derived table view called user_region_facts.
Which strategy should the developer use to write the query for user_region_facts that will leverage the existing derived table?
Which strategy should the developer use to write the query for user_region_facts that will leverage the existing derived table?
Correct Answer: A
Vote an answer
The developer has moved the orders Explore (shown below) from model_a to model_b, where both models are in the same project, and all users have access to both models.
Connection: "demo"
include: ".view"
explore: orders {}
What will happen after making this change?
Connection: "demo"
include: ".view"
explore: orders {}
What will happen after making this change?
Correct Answer: D
Vote an answer
Two developers are working on adding a new view to a project. Once both developers have finished their work in the view, the changes will be pushed to production.
Where should the developers write the LookML for this view?
Where should the developers write the LookML for this view?
Correct Answer: D
Vote an answer
A developer creates a derived table and wants to add persistence to it. Because the table is not used on a frequent basis, the developer wants the table to be cached for 12 hours, but only when a user has queried it.
Which persistence parameter should be added to the derived table's definition in order to satisfy this use case?
Which persistence parameter should be added to the derived table's definition in order to satisfy this use case?
Correct Answer: D
Vote an answer
A user reports that a query run against the orders Explore takes a long time to run. The query includes only fields from the users view. Data for both views is updated in real time. The developer runs the following query in SQL Runner and quickly receives results:
SELECT * FROM users.
What should the developer do to improve the performance of the query in the Explore?
SELECT * FROM users.
What should the developer do to improve the performance of the query in the Explore?
Correct Answer: D
Vote an answer
A developer wants to calculate the ratio of total sales from the orders view and total users from the users view.
Which two methods can be used to create a measure that meets these requirements? (Choose two.)

B)

C)

D)

E)

Which two methods can be used to create a measure that meets these requirements? (Choose two.)

B)

C)

D)

E)

Correct Answer: B,D
Vote an answer