Verified Answers| 100% Correct| Grade A
• Advanced data preparation and transformation
• Macros (standard, iterative, batch)
• Analytic app development
• Advanced predictive and spatial analytics
• Workflow optimization and debugging
• Advanced parsing, formula logic, and multi-source integration
Advanced Practice Questions (High Difficulty)
1. You have 3 datasets with overlapping but not identical schemas. You need to stack them,
aligning columns by name. Some columns exist only in one file. Which tool sequence is best?
A. Join → Summarize
B. Union → Select
C. Append Fields → Join
D. Cross Tab → Transpose
Answer-: B — Union aligns by field name; Select fixes missing/extra columns.
2. You want to create a macro that loops until the total sum of a field reaches 1000. Which
macro type do you choose?
A. Batch Macro
B. Iterative Macro
C. Standard Macro
D. Analytic App
Answer-: B — Iterative macros repeat workflow until a condition is met.
,3. In a Regex tool, which option extracts all email addresses in a text field into separate rows?
A. Parse
B. Tokenize
C. Replace
D. Match
Answer-: B — Tokenize outputs one row per match.
4. You need to dynamically rename columns based on incoming file headers that may change
weekly. Best tool?
A. Dynamic Rename
B. Select
C. Multi-Field Formula
D. Formula
Answer-: A — Dynamic Rename maps incoming field names automatically.
5. You need to optimize a workflow processing millions of rows. Which action improves
performance most?
A. Remove unnecessary fields early (Select)
B. Add more Browse tools
C. Use multi-row formulas without grouping
D. Keep all data in memory
Answer-: A — Dropping unused fields reduces memory and speeds processing.
6. Which tool combines spatial points with a polygon layer to find all points within each
polygon?
A. Spatial Match
B. Trade Area
C. Distance
D. Create Points
Answer-: A — Spatial Match finds points within polygons.
7. You want to create a user-driven workflow where a user selects a file to process. Which tool
do you use?
,A. File Browse + Analytic App
B. Input Data
C. Formula
D. Multi-Field Formula
Answer-: A — Analytic App interface allows user selection.
8. In predictive regression tools, which metric measures how well the model predicts?
A. R²
B. Count
C. Sum
D. Mode
Answer-: A — R² evaluates the fit of the model.
9. You need to combine multiple Excel sheets of different structures dynamically. Best solution?
A. Input Data + Batch Macro + Dynamic Rename
B. Select → Union → Browse
C. Join → Filter → Output
D. Multi-Field Formula → Union → Output
Answer-: A — Batch Macro allows processing each sheet; Dynamic Rename handles changing
columns.
0. You encounter an error in a formula due to type mismatch. Best practice?
A. Check field types and convert before applying formula
B. Ignore error
C. Remove formula
D. Add Browse tool
Answer-: A
1.
Which macro type allows you to loop a process until a specific condition is met?
A. Standard Macro
B. Batch Macro
, C. Iterative Macro
D. Analytic App
Answer-: C – Iterative Macro
2.
You want to create an app that prompts the user to select input files dynamically. Which tool
should you use?
A. File Browse (Interface)
B. Dynamic Input
C. Text Input
D. Directory Tool
Answer-: A – File Browse (Interface)
3.
Which tool is BEST for generating multiple outputs dynamically from a single workflow?
A. Render
B. Output Data (Field-Based Naming)
C. Summarize
D. Cross Tab
Answer-: B – Output Data (Field-Based Naming)
4.
You need to replace null values across multiple fields with different default values per field.
Which tool?
A. Multi-Field Formula
B. Data Cleansing
C. Formula
D. Imputation (Predictive Tools)
Answer-: A – Multi-Field Formula
5.