Free Google LookML-Developer Exam Actual Questions

The questions for LookML-Developer were last updated On Nov 7, 2024

Question No. 1

A developer is connecting a LookML project to a remote Git repository. The developer wants to track which users are committing code changes, creating pull requests, or deploying to production when the different Git commands are initiated from within Looker.

Which type of Git connection should be utilized to meet this business requirement?

Show Answer Hide Answer
Correct Answer: D

Question No. 2

A developer defines the following measure in the order_items view:

The code must validate without errors.

Which action should the developer take?

Show Answer Hide Answer
Correct Answer: A

Question No. 3

A developer wants to create a new Explore based on the order_items view. The developer creates an Explore in the ecommerce model file with the following definition:

explore: order_items {}

After saving and validations, the developer receives this LookML validator error:

Inaccessible view ''inventory_items'', ''inventory_items'' is not accessible in explore'' ''order_items''. Check for typos and missing joins in explore ''order_items''.

What caused this error to appear?

Show Answer Hide Answer
Correct Answer: A

Question No. 4

A LookML developer creates an Explore that joins two views. The base view has information about users' interactions with the support team. The joined view contains data about the users. The support team using this Explore feels overwhelmed by the amount of data this Explore shows them and decides to just look at open tickets.

What should the developer add to the Explore in the model to achieve these requirements?

Show Answer Hide Answer
Correct Answer: D

Question No. 5

Users viewing an Explore should be able to view rows of data only where the value of the product.brand column matches the value of the user's company user attribute.

Which access filter should the developer use to meet this requirement?

A)

B)

C)

D)

Show Answer Hide Answer
Correct Answer: B