Designer Core - Data Preparation Flashcards
Which In/Out (Green) tools are on this exam?
Browse, Input Data, Output Data, and Text Input
Which preparation (Blue) tools are on this exam?
Data Cleansing, Filter, Formula, Select Records, Sample, Select, Unique, and Sort
Select all the ways in which a Browse tool can be added to the Canvas:
- Right click a tool on the Canvas and select “Add Browse After”
- Select a tool on the Canvas and hit CTRL + Shift + B
- Drag a Browse tool on the Canvas from the Tool Palette
All 3
True or False? The Filter tool includes two output anchors.
True
True or False? Data is only created or modified when a workflow with a configured Output Data tool is run
True
What does “Take File/Field Name from Table” mean on the Output tool?
It means that you can create multiple output files based on field names
True or False? The Input Data tool can only connect to files.
False
Which of the following are present in the configuration options for Alteryx Databases, Microsoft Excel workbooks, and CSVs? Select all that apply.
1. First Row Contains Data
2. Delimiters
3. Record Limit
4. Output File Name as Field
3 and 4
If a cell in a field has leading spaces, then the color of the data quality bar for that portion of data would be:
Red
If a cell in a field is [Null], then the color of the data quality bar for that portion of data would be:
Yellow
If a field has no leading and trailing white space and no Null cells, then the color of the data quality bar would be:
Green
True or False? The Formula tool is the only tool in Alteryx where you can create expressions
False. There are 14 tools in Designer that have an expression editor. You can enter functions in any of them.
From the options listed below, how can functions be inserted into the Expression Editor?
- Typing the name of a function directly into the Expression Editor and selecting the function from the auto-completed options
- Right clicking in the Expression Editor and selecting a function
- Clicking on the Function Library icon to navigate and select a function
1 and 3
True or false? Conditional statements can be used with any data type.
True. All data types may be manipulated by conditional statements
True or False? Null() and IsNull() is found in the same category in the Functions library
False. Null() is in the “Specialized” category, while IsNull() is in the “Test” category