Summer Sale Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: buysanta

Exact2Pass Menu

Looker LookML Developer Exam

Last Update 1 hour ago Total Questions : 50

The Looker LookML Developer Exam content is now fully updated, with all current exam questions added 1 hour ago. Deciding to include LookML-Developer practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our LookML-Developer exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these LookML-Developer sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Looker LookML Developer Exam practice test comfortably within the allotted time.

Question # 1

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?

A.

A field in the order_items view references a field in the inventory_items view.

B.

A field in the inventory_items view references a field in the order_items view.

C.

There is an Explore named inventory_items which references the order_items view.

D.

There is another Explore named order_items which references the inventory_items view.

Question # 2

A developer is defining the users table within a view file in Looker. The users table will be available as an individual Explore and it will also be joined into other Explores, such as the products Explore. The developer needs to limit the fields visible in the products Explore without affecting the visibility of the fields in the users Explore.

How should the developer meet this requirement?

A.

Use the fields parameter at the join level for the products Explore to specify which fields should be included and leave the users Explore as is.

B.

Create duplicate dimensions and measures, one for the users Explore and one for the products Explore, and use the hidden parameter to modify the visibility of the fields.

C.

Create two view files for the users table. One view file will have all possible fields for the users Explore, and the other will have only the fields required for the products Explore.

D.

Use the hidden parameter in the users view file for the fields that should not come over to the products Explore and leave the users Explore as is.

Question # 3

Users must be able to click on the Country field in their Explore and be redirected to another Explore that shows all countries compared.

Which parameter should be added to the country dimension to create a connection to this other associated Explore?

A.

url_encode

B.

drill_fields

C.

tags

D.

link

Question # 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?

A.

The sum measure used is defined correctly.

B.

A unique primary key is defined in each view.

C.

Symmetric_aggregates: no is not present in the Explore definition.

D.

No concatenated primary keys are used.

Question # 5

A developer has the dimensions enrollment_month and graduation_month already defined in the view. Both were created as part of dimension_groups of type: time. The developer need to use these two dimensions in the sql_start and sql_end parameters of a dimension group of type: duration.

Which LookML should be used to calculate the number of month and years between enrollment month and graduation month?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question # 6

A user reports that, when a date dimension is filtered to “before now” results are returned that consistently include tomorrow. Dimension fill has been ruled out as a cause of the issue.

Which LookML parameter should be used to resolve this issue?

A.

Week_start_day

B.

Convert_tz

C.

Datatype

D.

Fiscal_month_offset

Question # 7

The developer is creating an Explore that includes the product users, and orders views that will meet the following guidelines.

Joins between the orders and users views should not incur high performance costs.

Users of this Explore will primarily be looking at data from the orders view.

Users of this Explore should only be able to see orders from the retailer “Fashion.ly”.

The only field the users need from the products view is product.name.

Which LookML should the developer use?

A)

B)

C)

D)

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Question # 8

A developer commits changes after adding LookML for a new measure. Upon pulling from production, the developer notices the following lines in the LookML:

A.

Remove “ < < < < < < HEAD”, “======”, and “ > > > > > > branch ‘master’”

B.

Remove “ < < < < < < HEAD”, “======”, and everything following “======”

C.

Remove everything between “ < < < < < < HEAD” and “======”, and “ > > > > > > branch ‘master’”

D.

Remove everything between “ < < < < < < HEAD” and “ > > > > > > branch ‘master’”

Question # 9

A LookML developer builds a view that contains sensitive information. Only members of the Management group should have access to the view. The developer needs to restrict the view from appearing in the field picker for any Explore where it might be joined for users outside of the Management group.

Which LookML parameter should the developer use to meet this requirement?

A.

access_grant

B.

always_filter

C.

access_filter

D.

sql_always_where

Question # 10

A user needs to create a report that shows a count of all orders and of orders over $100.

Which solution should the developer implement to meet these requirements?

A.

An always_filter parameter

B.

A front-end filter in the Explore

C.

A sql_always_where parameter

D.

A filtered measure

Go to page: