LookML-Developer Exam Question 1

A user is seeing an error in the Explore that indicates the primary key defined for a one-million-row table is not unique.
How can the developer use SQL Runner to troubleshoot quickly?
  • LookML-Developer Exam Question 2

    A developer commits changes after adding LookML for a new measure. Upon pulling from production, the developer notices the following lines in the LookML:
  • LookML-Developer Exam Question 3

    A developer defines the following measure in the order_items view:

    The code must validate without errors.
    Which action should the developer take?
  • LookML-Developer Exam Question 4

    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?
  • LookML-Developer Exam Question 5

    A developer has created a persistent derived table that tracks new or updated orders and they want to cache the results. The cache should be refreshed whenever some new order is available on the underlying datasource table my tablename or at least every 24 hours.
    Which datagroup definition will refresh the cache as expected?
    A)

    B)

    C)

    D)