Free SASInstitute A00-240 Practice Test & Real Exam Questions

  • Exam Code/Number: A00-240
  • Exam Name/Title: SAS Certified Statistical Business Analyst Using SAS 9: Regression and Modeling Credential
  • Certification Provider: SASInstitute
  • Corresponding Certification: SAS Institute Systems Certification
  • Exam Questions: 100
  • Updated On: Sep 15, 2026
Refer to the REG procedure output:

How many observations are used in the analysis? Enter your numeric answer in the space below.
Correct Answer:
100
This question will ask you to provide a missing option.
A business analyst is investigating the differences in sales figures across 8 sales regions. The analyst is interested in viewing the regression equation parameter estimates for each of the design variables.
Which option completes the program to produce the regression equation parameter estimates?
Correct Answer: A Vote an answer
A financial services manager wants to assess the probability that certain clients will default on their Home Equity Line of Credit (HELOC). A former employee left the code listed below.

The training data set is named HELOC, while a similar data set of more recent clients is named RECENT_HELOC.
Which SAS data steps will calculate the predicted probability of default on recent clients? (Choose two.)
Correct Answer: B,D Vote an answer
Which of the following describes a concordant pair of observations in the LOGISTIC procedure?
Correct Answer: D Vote an answer
A marketing manager attempts to determine those customers most likely to purchase additional products as the result of a nation-wide marketing campaign.
The manager possesses a historical dataset (CAMPAIGN) of a similar campaign from last year.
It has the following characteristics:
* Target variable Respond (0, 1)
* Continuous predictor Income
* Categorical predictor Homeowner(Y, N)
Which SAS program performs this analysis?
Correct Answer: D Vote an answer
Assume a $10 cost for soliciting a non-responder and a $200 profit for soliciting a responder. The logistic regression model gives a probability score named P_R on a SAS data set called VALID. The VALID data set contains the responder variable Pinch, a 1/0 variable coded as 1 for responder. Customers will be solicited when their probability score is more than 0.05.
Which SAS program computes the profit for each customer in the data set VALID?
Correct Answer: D Vote an answer
When working with smaller data sets (N<200), which method is preferred to perform honest assessment?
Correct Answer: B Vote an answer
An analyst fits a logistic regression model to predict whether or not a client will default on a loan. One of the predictors in the model is agent, and each agent serves 15-20 clients each. The model fails to converge. The analyst prints the summarized data, showing the number of defaulted loans per agent. See the partial output below:

What is the most likely reason that the model fails to converge?
Correct Answer: B Vote an answer
Refer to the following exhibit:

What is a correct interpretation of this graph?
Correct Answer: D Vote an answer
Refer to the exhibit:

SAS output from the RSQUARE selection method, within the REG procedure, is shown. The top two models in each subset are given.
Based on the AIC statistic, which model is the champion model?
Correct Answer: A Vote an answer