What function would you use to combine multiple true/false conditions?
- A) AND
- B) IF
- C) MAP
- D) BETWEEN
- E) CONTAINS
Home » Klipfolio Expert Certification Exam Answers
Klipfolio Expert Certification Exam Answers
Please note that exam question bank is much bigger. There are 180 possible questions. It means every time you take the exam, you get random questions from the question bank.
Klipfolio certifications are available in Klipfolio academy .
DATE — = — Used to convert a human readable date string (2015/01/01), into a computer readable date string known as Epoch or Unix time. CorrectDATE — = — Used to convert a human readable date string (2015/01/01), into a computer readable date string known as Epoch or Unix time. CorrectDATEVALUE — = — Used to convert an Epoch or Unix date/time (computer readable date string) into a human readable date string (2015/01/01). CorrectDATE_IN — = — Used to find dates that fall within a given time period, like day, week, month, quarter, year. CorrectDATE_ADD — = — Used to add or subtract a certain number of units (seconds, minutes, days, etc.) to a given date in order to arrive at a different date. CorrectDATE_CONVERT — = — Used to change the format of one human readable date string (2015/01/01) to another human readable date string (Jan 1, 2015), often for the purposes of sorting. CorrectDATE_STARTOF — = — Returns the first date of a given date period, like week, month, quarter, year.
What function would you use to combine multiple true/false conditions?
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.
Consider the following scenario. You’re building a table component showing dates in the current month in column 1 and corresponding sessions for each day in column 2 (from web traffic data from Google Analytics). In your Google Analytics datasource, you also have the channel grouping for your sessions (per day) and you wish to only show data coming from organic sources. However, you do not wish to have a visible column in your table that shows the channel grouping. How would you use filter actions to show only dates and sessions corresponding to organic traffic in your table? Select the best practice option.
Jieyi is building a bar/line chart showing the amount of new customers acquired by date and is using the DATERANGE( ) function to generate the X-axis between the start of the year and today. However, her datasource contains gaps for some dates. What is the function that Jieyi should use to align the data with gaps to the X-axis?
You wish to convert 20171201 to December 01, 2017 using the DATE_CONVERT function as follows. Fill in the blank by selecting one of the following options: DATE_CONVERT( “20171201”, “yyyyMMdd”, _____).
How can you get rid of column headers from a visualization?