Klipfolio Partner Certification Exam Answers 2023

Latest Update on 29th June, 2023 by Certification Course Answers

Klipfolio Partner Certification Exam Answers

A custom company property is considered a variable

  1. True
  2. False

Correct Answer:

  • True

A pie chart can only have a maximum of 6 slices.

  1. True
  2. False

Correct Answer:

  • False

Can you use negative numbers in the SLICE function?

  1. Yes, to “start,” or “end” the selection of data from the bottom of a data source.
  2. No, you can only use positive numbers in the “start” and “end” values

Correct Answer:

  • Yes, to “start,” or “end” the selection of data from the bottom of a data source.

Consider the following array of data: ARRAY(“apple”,”banana”). What function do you use to change apple to *pple AND banana to b*n*n*?

  1. SUBSTITUTE
  2. SUBSTITUTE_REGEX
  3. REPLACE OR SUBSTITUTE
  4. REPLACE
  5. All of the above

Correct Answer:

  • SUBSTITUTE

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

  1. SUBSTITUTE
  2. SUBSTITUTE_REGEX
  3. REPLACE OR SUBSTITUTE
  4. REPLACE
  5. All of the above

Correct Answer:

  • REPLACE

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

  1. SUBSTITUTE
  2. SUBSTITUTE_REGEX
  3. REPLACE OR SUBSTITUTE
  4. REPLACE
  5. All of the above

Correct Answer:

  • REPLACE

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.

  1. Add hidden data which will contain channel grouping column from your Google Analytics datasource, use filter action to include “organic” option
  2. Use SELECT function in each column to filter data based on the logic that the channel grouping column’s “organic” entries must be filtered
  3. Put a column in your table which will contain grouping column from Google Analytics datasource, use filter action to include “organic” option and set the visibility option of the column to hidden
  4. None of the above

Correct Answer:

  • Add hidden data which will contain channel grouping column from your Google Analytics datasource, use filter action to include “organic” option

Consider the following screen grab. The output format of the date pickers are set to Unix format. How can you use the filter actions to filter the bar/line chart?

  1. Put a hidden data to the bar/line chart which contains the dates in unix format, check that format type is set to number and place filtering logic to filter the data where it is greater than or equal to the variable value for the start date and less than or equal to the variable value for the end date.
  2. Check to see if the X-axis format is set to Date/Time and the input format is recognized correctly, impose a filter where the X-axis is filtered to show data on or after the variable value for the start date and on or before the variable value for the end date.
  3. Put a hidden data with the following formula BETWEEN( DATE( @B:B,”yyyyMMdd”), $start, $end ) and apply the filter action to select the “True” cases.
  4. All of the above

Correct Answer:

  • All of the above

DJ The Tassmanian is working on a Klip that lists his upcoming shows with a dynamic datasource and sees the following message: “A problem occurred while loading the datasource. Please try reloading the page.” He suspects that there is a bad dynamic datasource instance causing this error message. What is the process he should take to verify this?

  1. Reconfigure the datasource
  2. In the display url of the of the datasource, replace “view” with “debug_info”
  3. Log out of Klipfolio, go for a coffee and log back in
  4. All of the above

Correct Answer:

  • In the display url of the of the datasource, replace “view” with “debug_info”

Elvira has a Klip which is utilizing a variable; however, it does not display on the dashboard. What is the most likely cause of this?

  1. The server is down
  2. The variable is not being set on the dashboard
  3. Drill-down is enabled
  4. The variable scope wrong
  5. Options b and d
  6. None of the above

Correct Answer:

  • Options b and d

fill in the blank: You can have up to ____ Klips per dashboard.

  1. 21
  2. 9
  3. 30
  4. 44
  5. There is no maximum limit of klips per dashboard

Correct Answer:

  • 30

fill in the blank: You can have up to ____ datasources per formula.

  1. 12
  2. 10
  3. There is no maximum limit of datasources per formula
  4. 17
  5. 1

Correct Answer:

  • 12

For the following label component: with these properties: What would formulas X and Y give you? X:!Label Y:&Label

  1. X gives “Oct 16, 1989”? and Y gives “1989-10-16”?
  2. X gives “1989-10-16”? and Y gives “16/10/1989”?
  3. X gives”16/10/1989″? and Y gives “1989-10-16”?
  4. X gives “1989-10-16”? and Y gives “624499200”?

Given the following datasource of reservations, …we want to create a table with column A being the name, and column B being the number of tables. However, sometimes the name is missing for the reservation, and we need to make sure that column A is not misaligned to column B. What formula would we use to do this?

  1. @/reservations/name
  2. SELECT ( @/reservations/name, @/reservations/name !=BLANK() )
  3. IF ( @/reservations/name !=BLANK(), @/reservations/name, BLANK() )
  4. @kf:fill_elements(/reservations, ‘name’)

Correct Answer:

  • @kf:fill_elements(/reservations, ‘name’)

How can you get rid of column headers from a visualization?

  1. Use the SLICE() function to remove the first row
  2. Create a filter, select the column header value, and exclude
  3. Select the cells in the datasource excluding the header
  4. A and B
  5. None of the above

Correct Answer:

  • A and B

How do you define a variable in a dynamic data source?

  1. “variable_name”
  2. $variable_name
  3. &variable_name
  4. {props.variable_name}

Correct Answer:

  • {props.variable_name}

How do you define a variable in a formula?

  1. “variable_name”
  2. $variable_name
  3. &variable_name
  4. {props.variable_name}

Correct Answer:

  • $variable_name

How do you define a variable in the second parameter of a MAP/MAPflAT function?

  1. “variable_name”
  2. $variable_name
  3. &variable_name
  4. {props.variable_name}

Correct Answer:

  • “variable_name”

How do you enable the option to see the Klip resizing handle, which allows you to change the size of a Klip on the dashboard?

  1. Change the layout mode to custom
  2. Through user roles
  3. Through a setting under your account
  4. All of above
  5. None of the above

Correct Answer:

  • Change the layout mode to custom

How do you get the element names for a list of elements in a JSON or XML data source (such as the country codes in Facebook)? Select ALL that apply. Note: One answer is better than the others, and is therefore worth more.

  1. kf:names(/records/countries/*)
  2. name(/records/countries/*)
  3. MAP(COMMULATIVE(REPEAT ( 1, COUNT(/records/countries/*)),”?index”?,DATASOURCE(1ed56f…,CONCAT(“name/records/countries[“,index,”?])”?)
  4. /name/records/countries/*/*

Correct Answer:

  • kf:names(/records/countries/*)
  • MAP(COMMULATIVE(REPEAT ( 1, COUNT(/records/countries/*)),”?index”?,DATASOURCE(1ed56f…,CONCAT(“name/records/countries[“,index,”?])”?)

How does White Labelling in a Partner Account affect that Partner’s Clients?

  1. It allows a Partner to change the primary logo (at top left) in each Client Account
  2. It allows the Partner to change the primary logo in every client Account, and completely remove Klipfolio’s name and logo from the UI of all Client Accounts
  3. It allows the Partner to get a discount on White Labelling their client accounts
  4. It allows a Partner to embed dashboards into their own web application

Correct Answer:

  • It allows the Partner to change the primary logo in every client Account, and completely remove Klipfolio’s name and logo from the UI of all Client Accounts

How often do Klip embeds refresh?

  1. Every 8 hours
  2. Every 24 hours
  3. Every 3 hours
  4. Klip embeds do not refresh

Correct Answer:

  • Every 3 hours

If you want to change the data in a Klip based on a variable then the variable needs to be in which parameter of the SWITCH function?

  1. data
  2. case
  3. values
  4. All of the above
  5. None of the above since you cannot use variables in a SWITCH statement

Correct Answer:

  • data

If you’re using the Condition tab in the filter action window, what is the difference between the “Match All” vs. “Match Any” options?

  1. “Match All” is the equivalent of using AND to combine multiple conditions while “Match Any” is the equivalent of using OR to combine multiple conditions (for the same component)
  2. There is no difference between the two options.
  3. “Match All” is the equivalent of using OR to combine multiple conditions while “Match Any” is the equivalent of using AND to combine multiple conditions (for the same component)
  4. “Match All” lets you combine conditions from multiple sub-components but “Match Any” does not.

Correct Answer:

  • “Match All” is the equivalent of using AND to combine multiple conditions while “Match Any” is the equivalent of using OR to combine multiple conditions (for the same component)

In a Klipfolio partner account, you can import dashboards from:

  1. Parent account to a client account
  2. Client account to client account
  3. Client account to parent account
  4. All of the above

Correct Answer:

  • All of the above

In which of the following scenarios is DATE_IN the optimal date function to use? Select ALL that apply.

  1. To find values in the last 30 days
  2. To find values in the current day
  3. To find values between two randomly selected dates
  4. To find values from “last week”
  5. To find values between the start of last month, and the end of the current month

Correct Answer:

  • To find values from “last week”

In which of the following scenarios is DATE_STARTOF the optimal date function to use? Select ALL that apply.

  1. To find values in the last 30 days
  2. To find values in the current day
  3. To find values between two randomly selected dates
  4. To find values from “last week”
  5. To find values between the start of last month, and another given date

Correct Answer:

  • To find values between the start of last month, and another given date

In which of the following scenarios is the DATE_ADD function the optimal date function to use? Select ALL that apply.

  1. To find values in the last 30 days
  2. To find values in the last month.
  3. To add or subtract a certain number of days from a given date
  4. To find values in a given week.
  5. To find values between the start of last month, and the end of the current month

Correct Answer:

  • To find values in the last 30 days
  • To add or subtract a certain number of days from a given date

Kaushi is the builder of a Klipfolio partner account, and has imported a dashboard from the parent account to a client account. She now wants to update one of the Klips in the parent account and propagate the changes to the client instance of the Klip. Under which of the following scenarios can she use the “Update client instance” button to do achieve this task?

  1. Anytime a Klip has been modified (either components or styling)
  2. Anytime another datasource has been added to the Klip
  3. Anytime a formula has been updated in the Klip
  4. Anytime formulas, components or styling of a Klip have been updated and there has been no datasource changes

Correct Answer:

  • Anytime formulas, components or styling of a Klip have been updated and there has been no datasource changes

Klipfolio has data sources (with country, state, or provincial IDs) for which of the following maps? Select ALL that apply.

  1. Europe
  2. Germany
  3. India
  4. USA
  5. World
  6. China
  7. APAC
  8. Brazil

Correct Answer:

  • Europe
  • Germany
  • India
  • USA
  • World
  • APAC

Klipfolio lets you connect to how many different web based data sources?

  1. five: Excel, Facebook, Twitter, Salesforce, Google Analytics
  2. We can connect to and fetch data from 1000s of different services.
  3. 450 Different services with REST APIs that use OAuth.
  4. 40-50: Those listed in the Klip Gallery

Correct Answer:

  • We can connect to and fetch data from 1000s of different services.

Match the Klipfolio Date and Time Functions below with the common use case where you would use them.

  1. DATE​— = — Used to convert a human readable date string (2015/01/01), into a computer readable date string known as Epoch or Unix time. Correct
  2. DATEVALUE​— = — Used to convert an Epoch or Unix date/time (computer readable date string) into a human readable date string (2015/01/01). Correct
  3. DATE_IN​— = — Used to find dates that fall within a given time period, like day, week, month, quarter, year. Correct
  4. DATE_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. Correct
  5. DATE_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. Correct
  6. DATE_STARTOF — = — Returns the first date of a given date period, like week, month, quarter, year.

Correct Answer:

  • DATE​— = — Used to convert a human readable date string (2015/01/01), into a computer readable date string known as Epoch or Unix time. Correct
  • DATEVALUE​— = — Used to convert an Epoch or Unix date/time (computer readable date string) into a human readable date string (2015/01/01). Correct
  • DATE_IN​— = — Used to find dates that fall within a given time period, like day, week, month, quarter, year. Correct
  • DATE_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. Correct
  • DATE_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. Correct
  • DATE_STARTOF — = — Returns the first date of a given date period, like week, month, quarter, year.

Mitch is building a sparkline component and wants to add a hidden data component to it. Which one of these methods can Mitch not use to add the hidden data component?

  1. Properties tab of the component
  2. Control panel on the right hand side
  3. Right click menu of the component
  4. Data tab of the component
  5. None of the above

Correct Answer:

  • Data tab of the component

Pick the correct syntax of the SLICE( ) function which removes the last row from column A.

  1. SLICE(@A:A, -1)
  2. SLICE(@A:A, -1, 0)
  3. SLICE(@A:A,0,-1)
  4. SLICE(@A:A,1,-1)

Correct Answer:

  • SLICE(@A:A,0,-1)

Replacing “view” with “debug_info” in the data source url will help you do which of the following? Select ALL that apply.

  1. Manage/list dynamic data source instances
  2. Change dynamic data source configuration
  3. Add dynamic data source instances
  4. Delete dynamic data source instances
  5. Refresh dynamic data source instances
  6. View data for a dynamic data source instance
  7. See refresh log error messages for a dynamic data source instance
  8. Download a dynamic data source instance

Correct Answer:

  • Manage/list dynamic data source instances
  • Delete dynamic data source instances
  • Refresh dynamic data source instances
  • View data for a dynamic data source instance

Shima is making a table showing financial data aggregated by month. The list of aggregations for one of the table columns only has count, count distinct, first and last options. What is the cause of this?

  1. There is a GROUPBY function used in that column
  2. Group action is applied to the column in question
  3. The format type of the column is text
  4. None of the above

Correct Answer:

  • The format type of the column is text

Stephen is a builder of a Klipfolio partner account, which manages 10 clients. Also within Facebook business manager, Stephen has permission to access insights of his clients’ Facebook pages and ad accounts. He wants to build out a template Facebook dashboard in Klipfolio, which he then wants to import to his clients accounts and have it configured to show their specific Facebook data. What is the best practice to create such a template dashboard?

  1. a) Set the Facebook page and Facebook ad account id as company properties, create dynamic datasources which uses the company properties as variables, create the template Klips using the dynamic datasources and import the template dashboard into a client account
  2. b) Create static datasources where Facebook page and ad account id are hard coded, create the template Klips using the static datasources, import the dashboard into a client account and reconfigure all the datasource to change the Facebook page and ad account ids after import
  3. c) Don’t bother with importing a dashboard, build all the Klips that a specific client account needs individually
  4. d) None of the above

Correct Answer:

  • a) Set the Facebook page and Facebook ad account id as company properties, create dynamic datasources which uses the company properties as variables, create the template Klips using the dynamic datasources and import the template dashboard into a client account

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?

  1. Because certain States have higher numbers of Units
  2. Because each State has a different numbers of Cities
  3. Because not all States have “Delayed” orders
  4. Because there are four different Regions, and each Region has a different number of States.
  5. Because the “Units” column has numerical data.

Correct Answer:

  • Because not all States have “Delayed” orders

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

  1. default
  2. _default_
  3. (default)
  4. **default**

Correct Answer:

  • _default_

To use a variable in a Klip, you must have:

  1. Set up a User Input Control, User Property, or Company Property, with an assigned variable, and use this variable in the Klip formula
  2. Set up a User Input Control and a Submit Button, with an assigned variable, and use this variable in the Klip formula.
  3. Have a dynamic data source, with an assigned variable, and use this variable in the Klip formula.
  4. Used the syntax: {var.’variable name’}, with an assigned variable, and use this variable in the Klip formula.

Correct Answer:

  • Set up a User Input Control, User Property, or Company Property, with an assigned variable, and use this variable in the Klip formula

True or False? A User can only be part of one Group.

  1. True
  2. False

Correct Answer:

  • False

Using the image below, what properties can you tell have been set for the map markers?

  1. Latitude, Longitude, Colour, Size, Name, and Description
  2. Latitude, Longitude, and Size
  3. Latitude, Longitude, Size, and Colour
  4. None of the Above

Correct Answer:

  • Latitude, Longitude, Size, and Colour

What Klipfolio assets are stored in the Library?

  1. Components, Klips, and Dashboards
  2. Tabs, Klips, and Dashboards
  3. Components, Klips and, Data Sources
  4. Klips, Dashboards, and Data Sources
  5. Klips, Connected Accounts, and Dashboards

Correct Answer:

  • Klips, Dashboards, and Data Sources

What are some constructs you can use to help solve the issue where the JSON data source does not have values for all elements and therefore the data does not line up correctly in the Klip? Select ALL that apply.

  1. Use LOOKUP function to lookup from complete list of ids to list of ids that have a picture
  2. Use the following-sibling or preceding-sibling constructs in the xpath
  3. Use the custom kf:fill_elements function
  4. Use the MAP function to iterate through each item and SELECT only the items that do have values for all elements

Correct Answer:

  • Use LOOKUP function to lookup from complete list of ids to list of ids that have a picture
  • Use the following-sibling or preceding-sibling constructs in the xpath
  • Use the custom kf:fill_elements function

What are the assets within a Klipfolio account that can be duplicated?

  1. Dashboards
  2. Klips
  3. Datasources
  4. Dashboards, Klips and Datasources
  5. Klips and Datasources

Correct Answer:

  • Klips and Datasources

What are the different ways I can log into a Client Account?

  1. Admin & View Only
  2. Admin only
  3. Admin & Editor
  4. Admin, Editor & View Only

Correct Answer:

  • Admin & View Only

What function would you use to combine multiple true/false conditions?

  1. AND
  2. IF
  3. MAP
  4. BETWEEN
  5. CONTAINS

Correct Answer:

  • AND

What function would you use to get a list of the unique values in a data set?

  1. GROUP
  2. BETWEEN
  3. DEDUPE
  4. TRIM
  5. CONTAINS_UNIQUE

Correct Answer:

  • GROUP

What is the actual limit to the amount of data that can be used in any one Klip?

  1. 10 MB
  2. 120 MB
  3. It depends
  4. The limits on amount of data pertain to the max size of a single data source, not to a Klip.

Correct Answer:

  • The limits on amount of data pertain to the max size of a single data source, not to a Klip.

What is the best way to share a dashboard with your colleagues if they are not users of your Klipfolio account?

  1. PDF of the dashboard sent out via scheduled email
  2. An image of the dashboard
  3. Embed of the dashboard in a HMTL component
  4. A published link to the dashboard

Correct Answer:

  • A published link to the dashboard

What is the correct syntax for putting a variable inside of a datasource query? (ie: a dynamic datasource)

  1. https//website.com/report?queryVariable={props.variable}
  2. https//website.com/report?queryVariable=${{variable}}
  3. https//website.com/report?queryVariable=${data[0].variable}
  4. https//website.com/report?queryVariable=${GET.variable}

Correct Answer:

  • https//website.com/report?queryVariable={props.variable}

What is the data size limit of any one data source in Klipfolio?

  1. 10 MB
  2. 120 MB
  3. It depends
  4. Unlimited

Correct Answer:

  • 10 MB

What is the default aggregation method for the third parameter of GROUPBY() function?

  1. Sum
  2. Average
  3. Count
  4. Join
  5. None of the above

Correct Answer:

  • Sum

What is the difference between a filter action applied to “Values in view” vs. “Values in source”?

  1. Values in source is applied before grouping while values in view is applied after grouping
  2. Values in view is applied before grouping while values in source is applied after grouping
  3. There is no difference between the two options
  4. These options do not exist in Klipfolio.

Correct Answer:

  • Values in source is applied before grouping while values in view is applied after grouping

What types of data formats are supported by Klipfolio?

  1. Excel
  2. CSV
  3. JSON
  4. XML
  5. All of the above
  6. None of the above

Correct Answer:

  • All of the above

When deleting a dashboard in Klipfolio, which of the following statements are true?

  1. Deleting a dashboard automatically deletes the Dashboard and all of its Klips and data sources.
  2. Klipfolio gives you the option to delete the Dashboard only or delete the Dashboard and its Klips and Data Sources.
  3. Dashboards cannot be deleted.
  4. All Dashboards, Klips, and Data Sources need to be deleted separately.
  5. When attempting to delete a Dashboard and all of its Klips and Data Sources, if the Klips and/or Data Sources are used in other areas, they will not be deleted​.

Correct Answer:

  • Klipfolio gives you the option to delete the Dashboard only or delete the Dashboard and its Klips and Data Sources.
  • When attempting to delete a Dashboard and all of its Klips and Data Sources, if the Klips and/or Data Sources are used in other areas, they will not be deleted​.

When plotting colour data on a Map component, the map will be shaded from light to dark according to what?

  1. The group of regions
  2. The count of regions on the map
  3. The numeric values associated to each region
  4. The numeric values of the region IDs

Correct Answer:

  • The numeric values associated to each region

When plotting markers on a Map component, these two data points are required:

  1. Name and Latitude
  2. Latitude and Longitute
  3. Latitude and Colour
  4. Colour and Size
  5. Longitude and Size

Correct Answer:

  • Latitude and Longitute

Which authentication types can be used when creating a data source using the Web Accessible Resource Connector?

  1. OAuth
  2. 2-Step
  3. Public key infrastructure
  4. Basic
  5. No Authentication
  6. X-WSSE
  7. Biometrics

Correct Answer:

  • OAuth
  • 2-Step
  • Basic
  • No Authentication
  • X-WSSE

Which non-date functions could be used to find dates in a given date range?

  1. SELECT and BETWEEN
  2. IF and BETWEEN
  3. SELECT and OR
  4. OR and BETWEEN

Correct Answer:

  • SELECT and BETWEEN

Which of the following are legitimate ways to share a Klipfolio Dashboard? Select ALL that apply.

  1. Publish a Private Link without a password
  2. Manually email a dashboard to any email address
  3. Share directly to Twitter
  4. Share with Groups
  5. Share a permalink to a dashboard with other users
  6. Schedule an email to deliver a dashboard to any named user in Klipfolio
  7. SMS
  8. Embed an entire dashboard in a public facing website
  9. Share directly to Slack

Correct Answer:

  • Publish a Private Link without a password
  • Manually email a dashboard to any email address
  • Share directly to Twitter
  • Share with Groups
  • Share a permalink to a dashboard with other users
  • Schedule an email to deliver a dashboard to any named user in Klipfolio
  • Share directly to Slack

Which of the following are true of Klipfolio’s Klip Gallery templates?

  1. They are free with all Klipfolio subscriptions.
  2. They are fully editable/customizable.
  3. There are both individual Klip Templates (Klip Gallery), and entire Dashboard Templates (KlipStart)
  4. There are 3 comprehensive entire Dashboard Templates: Salesforce, Google Analytics, Google AdWords

Correct Answer:

  • They are free with all Klipfolio subscriptions.
  • They are fully editable/customizable.
  • There are both individual Klip Templates (Klip Gallery), and entire Dashboard Templates (KlipStart)

Which of the following are types of user input controls? Select ALL that apply.

  1. Date Picker
  2. Multiple select drop-down list
  3. Drop-down list
  4. Text field
  5. Date range

Correct Answer:

  • Date Picker
  • Drop-down list
  • Text field

Which of the following are valid methods for creating data sources in Klipfolio? Select ALL that apply.

  1. Upload a file
  2. Create a data source using the “Web Accessible Resource” connector
  3. Use a pre-built connector for services like Xero, Google Analytics, Facebook, etc.
  4. Email data to Klipfolio
  5. Send data to Klipfolio via SMS
  6. Connect directly to an SQL or XMLA database
  7. Connect to a cloud storage service like Dropbox; Box; or Google Drive
  8. Use the Klipfolio API

Correct Answer:

  • Upload a file
  • Create a data source using the “Web Accessible Resource” connector
  • Use a pre-built connector for services like Xero, Google Analytics, Facebook, etc.
  • Email data to Klipfolio
  • Connect directly to an SQL or XMLA database
  • Connect to a cloud storage service like Dropbox; Box; or Google Drive
  • Use the Klipfolio API

Which of the following customization options are available with Klipfolio? Select ALL that apply.

Options 1:

  1. White Label
  2. Custom Theme
  3. Domain Alias
  4. Custom Data Store
  5. Change Logo

Correct Answer:

  • White Label
  • Custom Theme
  • Domain Alias
  • Custom Data Store
  • Change Logo

Options 2:

  1. Custom CSS
  2. Domain Aliasing
  3. White Label
  4. Custom Data Store
  5. On-Premise Deployment
  6. All of the above

Correct Answer:

  • Custom CSS
  • Domain Aliasing
  • White Label
  • Custom Data Store

Which of the following date formats can be sorted in a chronological order?

  1. MM/dd/yy
  2. Unix
  3. yyyyMd
  4. yyyyMMdd
  5. Unix and MM/dd/yyyy
  6. yyyy-MM-dd
  7. Unix, yyyyMMdd and yyyy-MM-dd

Correct Answer:

  • Unix, yyyyMMdd and yyyy-MM-dd

Which of the following general statements are true? Select ALL that apply.

  1. Data sources can be used in multiple formulas but only one Klip
  2. Klips can be used in multiple Dashboards
  3. You can make a copy of a Klip (by saving it as a copy)
  4. You can make a copy of a Data Source (by duplicating it)
  5. You can make a copy of a Dashboard
  6. Klipfolio separates the underlying data of a dashboard from its presentation layer, making it possible to use a single data source in many different Klips, and/or multiple different data sources in one single Klip.

Correct Answer:

  • Klips can be used in multiple Dashboards
  • You can make a copy of a Klip (by saving it as a copy)
  • You can make a copy of a Data Source (by duplicating it)
  • Klipfolio separates the underlying data of a dashboard from its presentation layer, making it possible to use a single data source in many different Klips, and/or multiple different data sources in one single Klip.

Which of the following is true of the LOOKUP function?

  1. It is similar to vLOOKUP in Excel
  2. Duplicate values in the 2nd parameter (“keys”) are not a problem.
  3. The 1st and 2nd paramters need to evaluate to the same number of values
  4. The 2nd and 3rd parameters need to evaluate to the same number of records
  5. Formulas that use LOOKUP cannot be sorted
  6. LOOKUP looks into a long list of values (input); finds a match in a second list of values (keys), and, where there is a match, returns a corresponding value (values).
  7. LOOKUP looks into data with duplicate values (input); deduplicates the input records (keys), and returns a summarized value based on the deduplicated data.

Correct Answer:

  • It is similar to vLOOKUP in Excel
  • The 2nd and 3rd parameters need to evaluate to the same number of records
  • LOOKUP looks into a long list of values (input); finds a match in a second list of values (keys), and, where there is a match, returns a corresponding value (values).

Which of the following relative date expressions would you use to look for “Start of the current year”? Assume this particular API expects dates in the format of yyyyMMdd.

  1. {date.startOfYear.format(‘yyyyMMdd’)}
  2. {date.startOfYear(‘yyyyMMdd’)}
  3. {startOfYear_format(‘yyyyMMdd’)}
  4. {date_startOfYear.format(‘yyyyMMdd’)}

Correct Answer:

  • {date.startOfYear.format(‘yyyyMMdd’)}

Which of the following statements about this bar chart are true? Select ALL that apply.

  1. The Blue Series only contains positve data values
  2. The Green Series only contains negative data values
  3. All of the bars are stacked
  4. The x and y axes are inverted
  5. The Orange Series is likely a REF to the Blue Series + a REF to the Green Series.
  6. All of the above are true

Correct Answer:

  • The Blue Series only contains positve data values
  • The Green Series only contains negative data values
  • All of the bars are stacked
  • The x and y axes are inverted

Which of the following statements accurately describes the Klip Editor?

  1. You can remove duplicates using a formula (group)
  2. It is a browser plugin
  3. It is 100% browser based web application
  4. It can be purchased and used in development environments
  5. You can remove duplicates through the ‘Group Repeating Labels’ option in the properties panel
  6. All of the above

Correct Answer:

  • You can remove duplicates using a formula (group)

Which of the following statements are true about adding Users in Klipfolio? Select ALL that apply.

  1. When you email a Klip or Dashboard to an email address, a User associated with that email address is added in Klipfolio.
  2. When you create a User in Klipfolio you provide an email address, and the system sends the new user a notification email
  3. A single email address can only be associated with a single Account in Klipfolio
  4. Users can be created through the Klipfolio API

Correct Answer:

  • When you create a User in Klipfolio you provide an email address, and the system sends the new user a notification email
  • A single email address can only be associated with a single Account in Klipfolio
  • Users can be created through the Klipfolio API

Which of the following statements are true about displaying Klipfolio on a wall-mounted screen? Select ALL that apply.

  1. Klipfolio is not designed to work on Wallboards
  2. Klipfolio allows you to cycle through your dashboards in full screen mode
  3. You can only display Klipfolio on a Wallboard using Published Links
  4. There is no way to adjust the cycle time when displaying in full screen mode
  5. By default, a dashboard is switched every ten (10) seconds
  6. You can pause on a single dashboard when cycling through multiple dashboards in full screen mode.

Correct Answer:

  • Klipfolio allows you to cycle through your dashboards in full screen mode
  • By default, a dashboard is switched every ten (10) seconds
  • You can pause on a single dashboard when cycling through multiple dashboards in full screen mode.

Which of the following statements are true about “Roles” in Klipfolio? Select ALL that apply.

  1. There are three types of Roles in Klipfolio (out of the box): Admin, Editor, and View Only.
  2. Admin Users manage all assets, Groups, and Account Settings
  3. Editors create and share assets they have access to​.
  4. View-only Users can view dashboards with no customization, but can view and add “Annotations”
  5. Only 1 Custom Role is allowed per Account.

Correct Answer:

  • There are three types of Roles in Klipfolio (out of the box): Admin, Editor, and View Only.
  • Admin Users manage all assets, Groups, and Account Settings
  • Editors create and share assets they have access to​.

Which of the following statements are true regarding data sources in Klipfolio? Select ALL that apply.

  1. Only the Klipfolio Support Team can change a data source refresh rate.
  2. Data Sources will refresh every 15 minutes
  3. The Klipfolio API can be used to trigger a data source refresh
  4. With Google Analytics, 15 minutes is the shortest possible refresh interval
  5. With Facebook, 30 seconds is the shortest possible refresh interval
  6. Most data sources can be set to refresh as frequently as every minute
  7. If a scheduled email is set to be delivered at a certain time, all data sources in the account will refresh a short time before the email is sent.
  8. Data sources in a specific account will only ever refresh when at least one user is logged in, or when a Private/Public Links is viewed.

Correct Answer:

  • The Klipfolio API can be used to trigger a data source refresh
  • With Google Analytics, 15 minutes is the shortest possible refresh interval
  • Most data sources can be set to refresh as frequently as every minute
  • If a scheduled email is set to be delivered at a certain time, all data sources in the account will refresh a short time before the email is sent.
  • Data sources in a specific account will only ever refresh when at least one user is logged in, or when a Private/Public Links is viewed.

Which of the following statements are true? Select ALL that apply.

  1. You can only change the default value for a user input control if the Klip has not yet been saved.
  2. You cannot change the scope once the variable has been set.
  3. The Labels in a drop-down list must be different from the Values.
  4. You can choose to set the value of an input control instantly or with a button component.

Correct Answer:

  • You can choose to set the value of an input control instantly or with a button component.

Which of the following “units” of time can be included in the DATE_STARTOF function? Select ALL that apply.

  1. Hour
  2. Day
  3. Week
  4. Month
  5. Quarter
  6. Year
  7. Decade
  8. Fortnight

Correct Answer:

  • Week
  • Month
  • Quarter
  • Year

Which one of the following are not considered a best practice?

  1. Do not use nested layout grids
  2. Use the IF( ) function when the condition results in true/false and use SWITCH() when the condition results in one of multiple potential values
  3. Always use hidden tables to store calculations
  4. When referencing a sub component for formulas, use the results reference instead of the formula reference, whenever possible
  5. All of the above

Correct Answer:

  • Always use hidden tables to store calculations

Which one of the following are valid options for the prefix of the datasource email address when using Klipfolio’s email attachment connector?

  1. ds
  2. ds_
  3. ds-
  4. ds=
  5. ds+, ds_, ds-
  6. All of the above
  7. None of the above

Correct Answer:

  • ds+, ds_, ds-

Which one of the following methods can be used to assign a value to a variable within Klipfolio?

  1. MAP, MAPflAT, SET functions
  2. Company or user properties
  3. User input controls
  4. All of the above
  5. None of the above

Correct Answer:

  • All of the above

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.

  1. From the Gallery
  2. From their Account Settings
  3. From the Library
  4. From scratch using the Klip Editor
  5. By emailing [email protected]
  6. By using the Klipfolio API

Correct Answer:

  • From the Gallery
  • From the Library
  • From scratch using the Klip Editor
  • By using the Klipfolio API

You can have multiple components in a single Klips.

  1. True
  2. False

Correct Answer:

  • True

You have a datasource where column A is showing a list of country names (where some names are repeating themselves). You apply a member filter check-boxes to include the following countries: Canada, England, Poland and India. When the datasource refreshes Brazil is newly added to it. What happens to the component using the filter when new data is added to it?

  1. Canada, England, Poland and Brazil will be shown.
  2. Canada, England, Poland, India and Brazil will be shown.
  3. Only Brazil will be shown.
  4. Canada, England, Poland and India will be shown.

Correct Answer:

  • Canada, England, Poland and India will be shown.

Latest Updates

No posts found in this category.