Free Google LookML-Developer Exam Actual Questions

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

Question No. 1

A developer has User Specific Time Zones enabled for a Looker instance, but wants to ensure that queries run in Looker are as performant as they can be. The developer wants to add a datatype: date parameter to all dimension_group definitions without time data in a table-based view, so that time conversions don't occur for these fields.

How can the developer determine to which fields this parameter should be applied through SQL Runner?

Show Answer Hide Answer
Correct Answer: C

Question No. 2

Users have built a popular dashboard and want to have change management built in for any edits made to the dashboard. The developer sets up version control for the model on which the dashboard is based.

What should the developer build to meet the business requirement?

Show Answer Hide Answer
Correct Answer: B

Question No. 3

After running the Content Validator, a developer can see the error ''Unknown field''.

Which two changes could cause this issue? (Choose two.)

Show Answer Hide Answer
Correct Answer: B, E

Question No. 4

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?

Show Answer Hide Answer
Correct Answer: C

Question No. 5

Only users with department attributes of Finance and Executive should be able to access the revenue view. Only users with the value of Executive for the department user attribute should be able to view the total_revenue field.

Given the code snippet below:

How should the required access grants be structured to set up this system of access?

Show Answer Hide Answer
Correct Answer: B