Free Google LookML-Developer Exam Actual Questions

The questions for LookML-Developer were last updated On Jan 12, 2025

Question No. 1

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?

Show Answer Hide Answer
Correct Answer: A

Question No. 2

The daily_forecast Explore used by the sales team needs to be cached for 24 hours. All other Explores used by the sales team need to be cached for one hour.

What is a scalable way to configure this caching logic?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

After validating LookML code, a developer receives the following error message:

''Unknown or Inaccessible Field users.name''

What is causing this error?

Show Answer Hide Answer
Correct Answer: A

Question No. 4

A user reports an error message on an Explore: ''Non-unique value/primary key (or sql_distinct_key), value overflow or collision when computing sum''.

What should the LookML developer check for in the joined views of the Explore?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

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)

Show Answer Hide Answer
Correct Answer: A, C