- True
- False
Klipfolio Partner Certification
-
True Or False? Klipfolio Only Offers Dedicated Connectors (Ie., For Google Analytics, Salesforce, Twitter, Etc.) For Services Included In The Klip Gallery.
-
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
-
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
-
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()
-
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
-
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
-
Formulas Referenced By !REF Are Fully Recalculated; Therefore, No Performance Saving Is Gained When Using !REF.
- True
- False
-
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.
- Because the “Units” column has numerical data.
-
The Following Syntax Can Be Used To Specify A Default Function To Be Performed If No Cases Match.
- default
- _default_
- (default)
- **default**
-
True Or False? Only Admin Users In Klipfolio Can Create Variables?
- True
- False