What function would you use to get a list of the unique values in a data set?
- A) GROUP
- B) BETWEEN
- C) DEDUPE
- D) TRIM
- E) CONTAINS_UNIQUE
Home » Klipfolio Expert Certification Exam Answers » Page 12
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 get a list of the unique values in a data set?
Yvonne is writing formulas using the following Klipfolio functions: COUNT_DAYS, DATE_ADD, DATE_IN and DATE_STARTOF. What is the input date format Yvonne should use to ensure the Date/Time functions are working correctly?
True or False? You can apply multiple filtering conditions to a component using hidden data.
Which of the following date formats can be sorted in a chronological order?
Which one of the following are valid options for the prefix of the datasource email address when using Klipfolio’s email attachment connector?
Consider the following scenario: You have a table Klip where column 1 has the following data ARRAY(“b,a,a,a,b,b,b,c,c”) with a group action applied. What will you see if you make a formula reference (!column 1) and a results reference (&column 1) to column 1?