To make your preparation easier for the SAS A00-406 exam, we strongly recommend you to use our Premium SAS Supervised Machine Learning Certification Practice Exam. According to our survey with certified candidates, you can easily score more than 85% in your actual SAS Certified Specialist - Machine Learning Using SAS Viya exam if you score 100% in our premium certification practice exams.
01. While building a credit-scoring pipeline, an analyst runs several rounds of hyperparameter autotuning, checking each round's misclassification rate on the test partition and adjusting the search range accordingly until the test-partition score looks best.
What is wrong with this approach?
a) Repeatedly tuning against the test partition leaks test-set information into model selection, so the test partition can no longer provide an unbiased final performance estimate
b) The only problem is that autotuning was used at all; manually tuning against the test partition would have been acceptable instead
c) Autotuning should instead be run against the training partition, since a gradient boosting model's own residual-fitting statistics on that same data produce the most stable hyperparameter choices
d) Nothing is wrong; the test partition exists specifically to guide iterative hyperparameter tuning
02. An insurance underwriting team is evaluating a neural network model that slightly outperforms a logistic regression model on validation AUC. Company policy requires that every declined applicant receive a specific, traceable reason tied to their individual input values.
Which conclusion best reflects the interpretability-vs-predictive-power trade-off in this situation?
a) The explanation requirement can be met by reporting the neural network's overall validation AUC to each declined applicant.
b) Because individual neural-network predictions are difficult to trace back to specific, human-readable reasons, the logistic regression model's transparent coefficient structure may better satisfy the explanation requirement even at a modest cost in predictive power.
c) Logistic regression cannot be used for a binary decline/approve decision, so the neural network — scored through its published ASTORE — is the only viable option here, since Model Studio restricts logistic regression nodes to continuous, not binary, target variables in this release.
d) The neural network should be adopted because it produces a higher validation AUC, which directly satisfies the traceable-reason requirement.
03. A healthcare readmission-risk team notices that a categorical column recording discharge disposition contains the values Home, HOME, home (with a trailing space), and Home Health, all intended to represent only two true categories: routine home discharge and home-health-service discharge.
If left as-is, what is the most likely downstream consequence for modeling?
a) The inconsistent values only affect the test partition and have no effect on training or validation
b) The column will be silently reassigned an interval measurement level to compensate for the mismatched text
c) The gradient boosting node's default text-casing pass folds every discharge-disposition variant into one bucket the first time the pipeline is scored, without a separate data-cleaning step
d) The modeling node will treat the inconsistently formatted values as extra distinct categories, diluting the signal discharge disposition otherwise carries
04. For the same 2%-fraud, 98%-legitimate claims dataset, a model that simply predicts "legitimate" for every single claim achieves 98% accuracy.
Why is accuracy a misleading way to assess this model's usefulness for fraud detection?
a) Accuracy cannot be computed at all when a target variable is imbalanced
b) Accuracy is misleading only when the dataset has more than a million rows
c) A trivial always-predict-legitimate model reaches high accuracy by exploiting the class imbalance itself, while never actually identifying any fraud, which is the model's real purpose
d) Accuracy is misleading here only because the claims data was not properly partitioned into training, validation, and test roles, a partitioning-node configuration error rather than a consequence of the two percent fraud rate itself
05. Before assigning variable roles or building a pipeline, a retail analytics team reviews summary statistics, value distributions, and pairwise correlations across their CAS table's columns.
What is the primary benefit of doing this exploration early?
a) It selects the champion model without requiring any further modeling nodes
b) It surfaces data-quality issues, redundant variables, and unusual distributions that should inform later data-preparation and role decisions
c) It replaces the need for any imputation or outlier handling later in the pipeline
d) It assigns the correct target, input, and rejected roles to every column as a built-in side effect of running summary statistics, removing the need for a manual role step later
06. Reviewing a hospital-readmission-risk pipeline, a colleague notices that the data partition node was configured and run before the target (30-day readmission) and rejected (patient ID) variable roles were assigned — the roles were only set afterward, directly on the modeling node.
What is the concern with this build order?
a) Variable-role assignment should logically precede partitioning and modeling, so building the pipeline in this order risks earlier steps being configured without the correct roles in place.
b) The only concern is that the patient ID variable will now be double-counted as both an input and a rejected variable in the fitted model's coefficient table, not the sequencing of the build steps themselves.
c) There is no concern — partitioning is entirely independent of variable roles and can be configured in any order relative to them.
d) The pipeline will fail to run entirely, since Model Studio enforces a strict node-locking order that prevents any out-of-order configuration.
07. An analyst building an energy-load forecasting pipeline configures the model comparison node to select the champion based on each candidate model's fit statistic computed on the training partition, reasoning that the model fitting the training data most closely is the strongest candidate.
What is the flaw in this configuration?
a) There is no flaw — training-partition performance is the most direct measure of a model's predictive strength, since it reflects the exact same rows the gradient boosting node used to fit its residual-error corrections during every boosting iteration.
b) The flaw is that model comparison nodes can only evaluate classification targets, not the continuous load values used here.
c) The flaw is only that fit statistics cannot be computed for load-forecasting targets, not which partition was used.
d) Selecting a champion by training-partition performance rewards models that overfit, since training fit does not reflect performance on unseen data; validation (or holdout) performance should drive the comparison instead.
08. Six months after deployment, a credit-risk model's live scoring performance in SAS Model Manager begins to diverge noticeably from its original validation-time performance, even though no code has changed.
What does Model Manager's ongoing performance monitoring capability help the team detect in this situation?
a) Whether the original CAS table used for training still exists on disk, since Model Manager's monitoring dashboard is assumed to depend on that same source table remaining loaded in memory.
b) Whether the model was originally built using a decision tree or a neural network.
c) Model decay — a drift in real-world data patterns or relationships that erodes a deployed model's performance over time.
d) Whether the model's variable roles were assigned correctly during pipeline construction.
09. In a retail propensity-to-buy pipeline, an analyst discovers that a candidate input variable, loyalty_tier_code, is a near-exact recoding of another input already in the model, loyalty_tier_name, carrying no additional information.
Which variable-role decision best addresses this?
a) Assign loyalty_tier_code a rejected role so it is excluded from the modeling calculation while loyalty_tier_name remains an input
b) Leave both variables as input, since redundant inputs never affect model results
c) Assign loyalty_tier_code the input role and loyalty_tier_name the rejected role, since the more recently added column should stay active
d) Assign both variables the target role, since they represent the same underlying concept
10. Building a cart-abandonment prediction pipeline, an analyst wants to add a hyperparameter autotuning step for a gradient boosting modeling node.
Which of the following must already be completed elsewhere in the pipeline before the autotuning step can meaningfully run?
(Choose two.)
a) An ASTORE must already have been published, since autotuning scores candidate configurations through the published ASTORE.
b) The data must already be partitioned into training and validation (and typically test) roles, since autotuning evaluates candidate configurations against the validation partition.
c) A champion model must already have been designated by the model comparison node, since autotuning only runs on the champion.
d) SAS Model Manager must already have registered the pipeline, since autotuning requires an active model-monitoring connection.
e) Variable roles (target, input, rejected/ID) must already be assigned, since the modeling node needs to know which column is the target before any candidate configuration can be evaluated.
Equip yourself with the best resources and practice exams to ace your SAS Certified Specialist - Machine Learning Using SAS Viya exam. Explore our comprehensive study materials and take the first step towards certification success.