ALTERYX ADVANCED CERTIFICATION FINAL EXAM NEWEST EXAM
PREPARATION WITH COMPLETE QUESTIONS AND CORRECT
ANSWERS WITH RATIONALES | ALREADY GRADED A+||BRAND NEW
VERSION!!
If a message from the Error Message tool appears, downstream processing
________. - ANSWER-Stops
Which Text Box entry would result in an error message based on the
expression in the Error Message tool's configuration?
!Containts([#1], "app") - ANSWER-Map
Select the statements that are TRUE regarding the Error Message tool -
ANSWER-If the expression in the error message tool is true, the error
message will be displayed
Error messages cannot be configured in the Interface Designer
If the Radio Button is selected, the tool container will be ______. - ANSWER-
Disabled
Unless a radio button is grouped within another, only one radio button can
be selected i nan app interface - ANSWER-True
,2|Page
The maximum number of apps that can be chained together is two -
ANSWER-False
The selection options in a Drop Down are dependent on a user's selections
in a previous app. Of the options below, which is the best for configuring the
list values of the Drop Down tool to create a dynamic experience? -
ANSWER-Use values from an external source
A selection in a Drop Down in App 1 updates the List Box selection options
in App 2. Select the configuration option(s) in App1 that must be configured
to execute this process. - ANSWER-On Success - Run Another Analytical
App
Only string data can be parsed with regular expressions in Designer -
ANSWER-True
Select the regular expressions that can be used to represent the following
data: AYXAcademy 2019 - ANSWER-\w+\s\w+
\w{10}\s\d{4}
\u{4}\w+\s\d+
, 3|Page
Which action can be taken for records that do not match a regular expression
- ANSWER-Error if not matched
Which pair of values are output as a result from the RegEx tool when its
Output Method is configured to Match? - ANSWER-True/False
Select the replacement text below that will produce the shown result from the
RegEx tool
Input: 2019-01-01,BR10000
RegEx: (]d+-\d+-\d+),(\u{2})(\d+)
Output: BR will pay 10000 USD starting 2019-01-01 - ANSWER-$2 will pay
$3 USD starting $1
Which statements are true regarding the RegEx tool's Replace output
method? - ANSWER-When the option to "copy unmatched text" to output is
unchecked, unmatched values will be empty
When configured to "replace", the RegEx tool appends a column to the
output data that contains the replacement text - ANSWER-False, the replace
configuration will replace values in the original column