LookML-Developer Exam Question 6

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

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

    A LookML developer has a transactions view with several measures that each perform complex calculations involving multiple fields. The LookML developer creates an Explore based on the transactions view. The product team wants to perform further functions on these measures, such as SUM, AVG, MIN, MAX, and RANK. The team wants these further functions to be performed at different levels of detail: weekly, monthly, and yearly.
    How can the LookML developer model these requirements and minimize the amount of code rewriting?
  • LookML-Developer Exam Question 9

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

    The developer has moved the orders Explore (shown below) from model_a to model_b, where both models are in the same project, and all users have access to both models.
    Connection: "demo"
    include: ".view"
    explore: orders {}
    What will happen after making this change?