True or False? Klipfolio only offers dedicated Connectors (ie., for Google Analytics, Salesforce, Twitter, etc.) for services included in the Klip Gallery.

True False
read more

Consider the following array of data: ARRAY(“apple”,”banana”). What function do you use to change it to ARRAY(“fruit”,”fruit”)?

SUBSTITUTE SUBSTITUTE_REGEX REPLACE OR SUBSTITUTE REPLACE All of the above
read more

Zeek is using the following Klipfolio date function to specify the “start_date” parameter in his api query: {date.add(-5).startOfMonth.format(“yyyy MMM dd”)}. If today is December 3, 2017, what is the value that is being input into the “start_date” parameter?

Dec 1, 2017 2017 December 1 2017 December 01 2017 November 01 November 1, 2017 None of the above
read more

Ivan is writing an api query, and from the api’s documentation he finds out that the response can be filtered to only show data created since a defined date (using the “created_since” parameter). Ivan wants to filter the data that was created since the beginning of the month, and the input format of the “create_since” parameter should be “yy MMM dd”. What is the date/time function Ivan should pass to the “created_since” paramter in his query?

date.startOfYear.format(“yyyyMMdd”) date.addMonths(-1).format() date.startOfMonth.format(“yy MMM dd”) date.add(-5).format(“yy MMM dd”) date.addMonths(-1).endOfMonth.format()
read more

With the appropriate Role(s) and Permission(s) a Klipfolio User can add a Klip to a Dashboard in which of the following ways? Select ALL that apply.

From the Gallery From their Account Settings From the Library From scratch using the Klip Editor By emailing [email protected] By using the Klipfolio API
read more

Consider the following: You have a JSON datasource and you wish to select a node which has a number as a name. You can accomplish this by either using * in place of the number in the xpath to get all the contents of the node or using /*[name(.)=’number’] in place of the number in the xpath to get the data under a specific node.

True False
read more

Formulas referenced by !REF are fully recalculated; therefore, no performance saving is gained when using !REF.

True False
read more

Take a look at the Data Source and Klip Below. In order to build the “Delayed Units” Series, why is it necessary to use the LOOKUP function?

Because certain States have higher numbers of Units Because each State has a different numbers of Cities Because not all States have “Delayed” orders Because there are four different Regions, and each Region has a different number of States. Becaus...
read more

The following syntax can be used to specify a default function to be performed if no cases match.

default _default_ (default) **default**
read more

True or False? Only Admin Users in Klipfolio can create variables?

True False
read more
1 2 3 18