A00-240 Exam Questions
52 real A00-240 exam questions with expert-verified answers and explanations. Page 1 of 2.
- Question #1
What is the difference between the datasets OUTFILE1 and OUTFILE_2?
- Question #2
The following LOGISTIC procedure output analyzes the relationship between a binary response and an ordinal predictor variable, wrist_size Using reference cell coding, the analyst s...
- Question #3
Which of the following describes a concordant pair of observations in the LOGISTIC procedure?
- Question #4
Refer to the exhibit: [ROC Curve graph and table] An analyst examined logistic regression models for predicting whether a customer would make a purchase. The ROC curve displayed su...
- Question #5
One common approach for predicting rare events in the LOGISTIC procedure is to build a model that disproportionately over-re presents those cases with an event occurring (e.g. a 50...
- Question #6
The question will ask you to provide a missing statement. Given the following SAS program: proc logistic data = MYDIR.DEFAULT_DATA des; model Purchase = Money Acct_type Debt Employ...
- Question #7
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 b...
- Question #8
Which statistic calculated from a validation sample, can help decide which model to use for prediction of a binary target variable?
- Question #9
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 his...
- Question #10
Given the following output from the LOGISTIC procedure: Parameter DF Estimate Error Chi-Square Pr > ChiSq Estimate Intercept 1 0.1119 0.0304 24.8969 <.0001 - MBA 1 0.9699 0.0385 63...
- Question #11
The plots represent two models. A and B, being fit to the same two data sets, training and validation. Model A is 90.5% accurate at distinguishing blue from red on the training dat...
- Question #12
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 c...
- Question #13
In order to perform honest assessment on a predictive model, what is an acceptable division between training, validation, and testing data?
- Question #14
Refer to the exhibit: Based upon the comparative ROC plot for two competing models, which is the champion model and why?
- Question #15
A marketing campaign will send brochures describing an expensive product to a set of customers. The cost for mailing and production per customer is $50. The company makes $500 reve...
- Question #16
A confusion matrix is created for data that were oversampled due to a rare target. What values are not affected by this oversampling?
- Question #17
This question will ask you to provide missing code segments. A logistic regression model was fit on a data set where 40% of the outcomes were events (TARGET=1) and 60% were non-eve...
- Question #18
An analyst has a sufficient volume of data to perform a 3-way partition of the data into training, validation, and test sets to perform honest assessment during the model building...
- Question #19
Screening for non-linearity in binary logistic regression can be achieved by visualizing:
- Question #20
The selection criterion used in the forward selection method in the REG procedure is:
- Question #21
The following LOGISTIC procedure output analyzes the relationship between a binary response and an ordinal predictor variable, wrist_size Using reference cell coding, the analyst s...
- Question #22
A marketing analyst assessed the effect of web page design (A, B, or C) on customers' intent to purchase an expensive product. The focus group was divided randomly into three sub-g...
- Question #23
Within PROC GLM, the interaction between the two categorical predictors, Income and Gender, was shown to be significant. An item store was saved from the GLM analysis. Which statem...
- Question #24
The SAS data set RESULT contains the following variables: - Region (GrpA or GrpB) - Sales (dollars per year) Which SAS programs can be used to find the p-value for comparing GrpA s...
- Question #25
Refer to the exhibit. These graphs were created using the GLM procedure with the plots(only)=diagnostics option. Which plot do you use to identify influential observations?
- Question #26
PROC GLMSELECT was used for building a model predicting the natural log of a baseball player's salary from certain performance and longevity statistics. The model used backward eli...
- Question #27
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 exhibit, which sta...
- Question #28
In a multiple linear regression model is equal to:
- Question #29
Which characteristic of Studentized residuals indicate potential outliers?
- Question #30
A non-contributing predictor variable (Pr > |t| = 0.658) is removed from an existing multiple linear regression model. What will be the result?
- Question #31
Output from a multiple linear regression analysis is shown. What is the most appropriate statement concerning collinearity between the input variables?
- Question #32
Which SAS program will best identify influential observations in a multiple regression application?
- Question #33
FILL BLANK Refer to the REG procedure output: Calculate the coefficient of determination, R-Square. Enter your numeric answer in the space below. Round to 4 decimal places (example...
- Question #34
When working with smaller data sets (N<200), which method is preferred to perform honest assessment?
- Question #35
A researcher is planning a logistic regression to model the probability of disease occurrence. The researcher determines the rate of disease occurrence in the population is 1%. For...
- Question #36
The maximum value for the training data occurs for model number 46, and the maximum value for the validation data occurs for model number 43. If you base model selection solely on...
- Question #37
While building a predictive model, median imputations are performed while preparing the training data. How should the imputations be addressed in the validation data?
- Question #38
Refer to the exhibit: Which statement is true, based on the plots above?
- Question #39
What is a benefit to performing data cleansing (imputation, transformations, etc.) on data after partitioning the data for honest assessment as opposed to performing the data clean...
- Question #40
A researcher has several variables that could be possible predictors for the final model. There is interest in checking all 2-way interactions for possible entry into the model. Th...
- Question #41
FILL BLANK Refer to the confusion matrix: Predicted Outcome 0 1 Actual Outcome 0 345 155 Actual Outcome 1 188 312 An analyst determines that loan defaults occur at the rate of 3% i...
- Question #42
Refer to the exhibit: [Image of PV+ vs depth chart on page 2] On the Gains Chart, what is the correct interpretation of the horizontal reference line?
- Question #43
Refer to the confusion matrix: Predicted Outcome 0 1 Actual Outcome 0 58 44 Actual Outcome 1 23 25 Calculate the accuracy and error rate (0 - negative outcome, 1 - positive outcome...
- Question #44
Which statistic is based on the maximum vertical distance between the primary event EDF and the secondary event EDF?
- Question #45
Drag and Drop Question Drag the adjustment formulas for oversampling from the left and place them into the correct location in the confusion matrix shown on the right.
- Question #46
An analyst knows that the categorical predictor, zip_code, is an important predictor of a binary target. However, zip_code has too many levels to be a feasible predictor in a model...
- Question #47
What does the Pearson product moment correlation coefficient measure?
- Question #48
This question will ask you to provide a segment of missing code. The following code is used to create missing value indicator variables for input variables, fred1 to fred7. ``` dat...
- Question #49
What option must be added to the program to obtain a data set containing Spearman statistics?
- Question #50
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 vi...