LookML-Developer Exam Question 6

A LookML developer has created a model with many Explores in it. Business users are having a difficult time locating the Explore they want in the long list displayed.
Which two actions can the LookML developer take to improve the user interface? (Choose two.)
  • LookML-Developer Exam Question 7

    A developer is building an e-commerce Explore with the following datasets: orders and users. The business user needs to be able to answer questions about sellers and buyers within the same Explore. Each order in the orders table reports a buyer and seller ID. The users table has the detailed information about the individual buyer and seller.
    How should the Explore be defined to meet this requirement?
    A)

    B)

    C)

    D)
  • LookML-Developer Exam Question 8

    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 9

    A developer creates a derived table and wants to add persistence to it. Because the table is not used on a frequent basis, the developer wants the table to be cached for 12 hours, but only when a user has queried it.
    Which persistence parameter should be added to the derived table's definition in order to satisfy this use case?
  • LookML-Developer Exam Question 10

    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?