ACC 324 - ALTERYX PRACTICE EXAM QUESTIONS AND
ANSWERS
Which of the following functions replace every occurrence of a target string or
character?
A. ReplaceFirst()
B. Replace()
C. FindString()
D. ReplaceChar() - ANSWER Replace()
Which of the following statements is False?
A. The functions Null() and IsNull() are found in the same category in the Function
Library.
B. Math functions can only be used on numeric data types.
C. Conditional statements can be used with any data type.
D. A column's datatype can change in the course of a workflow. - ANSWER The
functions Null() and IsNull() are found in the same category in the Function
Library.
An input dataset contains 54 records. With the give configuration window, how
many records will be output?
A. 17
B. 36
C. Impossible to tell
D. 0 - ANSWER Impossible to Tell
Which of the following is not an available option for combining data in the Union
tool?
,A. Column Position
B. Data Type
C. Column Name
D. Manual Configuration - ANSWER Data Type
How can data be added to a workflow with the Text Input tool?
A. Manually enter values in cells
B. Import data from a file or database
C. All listed ways
D. Copy and paste values from another source - ANSWER All listed ways
Which of the values are not included in a data stream's metadata in Designer?
A. Type
B. Rename
C. Source
D. Size - ANSWER Rename
What happens when the Designer fails to read a sheet?
A. Nothing happens
B. A warning message appears
C. An error message appears
d. This would never happen in Designer - ANSWER An error message appears
Which of the following is the correct expression to remove leading zeros from the
column [Name]?
A. Trim([Name],"")
B. TrimLeft([Name],"0")
C. Trim("0")
, D. Replace("0"," ") - ANSWER TrimLeft([Name],"0")
Which of the following statements is True?
A. The Sort tool can only sort one column of data.
B. Browse tool is needed to view the entire dataset in the Results window.
C. "1 in N chance to include each row" means the resulting number of records will
be equivalent to 1/N of the records in the original dataset.
D. The Unique tool is case sensitive and will display the last value from the dataset
in the U output when duplicate values are found. - ANSWER Browse tool is
needed to view the entire dataset in the Results window.
Which of the following processes can not be performed with a Select tool?
A. Remove columns
B. Change a date type
C. Sort the content in a field
D. Save filed configuration - ANSWER Sort the content in a field
What syntax element is missing from the statement below?
A. ELSEIF
B. ENDIF
C. IF
D. THEN - ANSWER ENDIF
ANSWERS
Which of the following functions replace every occurrence of a target string or
character?
A. ReplaceFirst()
B. Replace()
C. FindString()
D. ReplaceChar() - ANSWER Replace()
Which of the following statements is False?
A. The functions Null() and IsNull() are found in the same category in the Function
Library.
B. Math functions can only be used on numeric data types.
C. Conditional statements can be used with any data type.
D. A column's datatype can change in the course of a workflow. - ANSWER The
functions Null() and IsNull() are found in the same category in the Function
Library.
An input dataset contains 54 records. With the give configuration window, how
many records will be output?
A. 17
B. 36
C. Impossible to tell
D. 0 - ANSWER Impossible to Tell
Which of the following is not an available option for combining data in the Union
tool?
,A. Column Position
B. Data Type
C. Column Name
D. Manual Configuration - ANSWER Data Type
How can data be added to a workflow with the Text Input tool?
A. Manually enter values in cells
B. Import data from a file or database
C. All listed ways
D. Copy and paste values from another source - ANSWER All listed ways
Which of the values are not included in a data stream's metadata in Designer?
A. Type
B. Rename
C. Source
D. Size - ANSWER Rename
What happens when the Designer fails to read a sheet?
A. Nothing happens
B. A warning message appears
C. An error message appears
d. This would never happen in Designer - ANSWER An error message appears
Which of the following is the correct expression to remove leading zeros from the
column [Name]?
A. Trim([Name],"")
B. TrimLeft([Name],"0")
C. Trim("0")
, D. Replace("0"," ") - ANSWER TrimLeft([Name],"0")
Which of the following statements is True?
A. The Sort tool can only sort one column of data.
B. Browse tool is needed to view the entire dataset in the Results window.
C. "1 in N chance to include each row" means the resulting number of records will
be equivalent to 1/N of the records in the original dataset.
D. The Unique tool is case sensitive and will display the last value from the dataset
in the U output when duplicate values are found. - ANSWER Browse tool is
needed to view the entire dataset in the Results window.
Which of the following processes can not be performed with a Select tool?
A. Remove columns
B. Change a date type
C. Sort the content in a field
D. Save filed configuration - ANSWER Sort the content in a field
What syntax element is missing from the statement below?
A. ELSEIF
B. ENDIF
C. IF
D. THEN - ANSWER ENDIF