Statistics Certification Exam — Questions and Answers
Question 1: An odds ratio of 1.0 in a case-control study indicates:
- No association between exposure and outcome (Correct answer)
- A strong negative association
- A strong positive association
- A statistically significant finding
Correct answer: No association between exposure and outcome
An OR of 1.0 means the odds of the outcome are equal in exposed and unexposed groups, indicating no association.
Question 2: What assumption about residuals is required for ordinary least squares regression to be valid?
- Residuals must be zero for all observations
- Residuals must be positively skewed
- Residuals must increase as X increases
- Residuals are approximately normally distributed with constant variance (Correct answer)
Correct answer: Residuals are approximately normally distributed with constant variance
OLS regression assumes residuals are normally distributed, have constant variance (homoscedasticity), and are independent.
Question 3: Which regression diagnostic plot is used to check the linearity and homoscedasticity assumptions?
- Histogram of the response variable
- Normal Q-Q plot
- Residuals vs. fitted values plot (Correct answer)
- Scatter plot of predictors
Correct answer: Residuals vs. fitted values plot
Plotting residuals against fitted values reveals non-linear patterns and changing variance (heteroscedasticity).
Question 4: Which of the following best describes a Type I error?
- Incorrectly rejecting a true null hypothesis (Correct answer)
- Reporting a non-significant result as significant after multiple analyses
- Using an inappropriate statistical test
- Failing to detect a true effect
Correct answer: Incorrectly rejecting a true null hypothesis
A Type I error (false positive) occurs when the null hypothesis is true but is erroneously rejected.
Question 5: In R, the function lm(y ~ x, data=df) fits a linear model. Which function extracts the model's R-squared value from the result object?
- predict()
- summary()$r.squared (Correct answer)
- coef()
- residuals()
Correct answer: summary()$r.squared
summary() on an lm object returns a list, and the $r.squared element specifically extracts the coefficient of determination.
Question 6: Which measure of spread is expressed in the same units as the original data?
- Mean squared error
- Variance
- Standard deviation (Correct answer)
- Sum of squares
Correct answer: Standard deviation
Standard deviation is the square root of variance, returning to the original unit of measurement.
Question 7: Criterion validity is best assessed by:
- Examining agreement between a new measure and an established gold standard (Correct answer)
- Testing whether the measure predicts theoretically related constructs
- Comparing a measure's internal consistency using Cronbach's alpha
- Having expert judges rate the measure's content coverage
Correct answer: Examining agreement between a new measure and an established gold standard
Criterion validity examines how well a new measure correlates with a gold-standard criterion measured concurrently or in the future.
Question 8: In credit risk modeling, Probability of Default (PD) combined with Loss Given Default (LGD) and Exposure at Default (EAD) yields:
- Expected Loss (EL) (Correct answer)
- Sharpe Ratio
- Economic Capital
- Unexpected Loss (UL)
Correct answer: Expected Loss (EL)
Expected Loss = PD × LGD × EAD, the standard formula for the average anticipated credit loss over a period.
Question 9: A statistician is presenting regression results to a non-technical board. Which approach best communicates a significant predictor?
- State 'for every 1-unit increase in X, Y increases by B units on average' (Correct answer)
- Show the full covariance matrix
- Explain degrees of freedom in detail
- Report the p-value and t-statistic only
Correct answer: State 'for every 1-unit increase in X, Y increases by B units on average'
Plain-language interpretation of the slope coefficient makes regression results actionable for non-technical audiences.
Question 10: When reporting statistical results in an executive summary, which element should always be included alongside a p-value?
- An effect size measure (Correct answer)
- The eigenvalues of the model
- The full R syntax used
- Raw data tables
Correct answer: An effect size measure
Effect sizes (e.g., Cohen's d, R²) convey practical significance, since p-values alone do not indicate magnitude of an effect.
Question 11: What is the least squares criterion used for in regression?
- Minimizing the number of predictors
- Minimizing the sum of squared residuals (Correct answer)
- Maximizing the F-statistic
- Maximizing the R² value
Correct answer: Minimizing the sum of squared residuals
Ordinary least squares (OLS) finds the line that minimizes the total of squared vertical distances from the data points.
Question 12: What is the benefit of interdisciplinary collaboration in Statistics practice?
- It slows down decision making
- It brings diverse expertise and perspectives that improve outcomes and innovation (Correct answer)
- It creates confusion
- It is only for complex projects
Correct answer: It brings diverse expertise and perspectives that improve outcomes and innovation
This is fundamental to Statistics practice. It brings diverse expertise and perspectives that improve outcomes and innovation represents the professional standard for practical in the Statistics certification framework.
Question 13: What is the primary advantage of a cohort study over a cross-sectional study?
- It eliminates selection bias entirely
- It does not require a comparison group
- It is less expensive to conduct
- It can establish temporal precedence between exposure and outcome (Correct answer)
Correct answer: It can establish temporal precedence between exposure and outcome
Cohort studies follow participants over time, allowing researchers to confirm that the exposure preceded the outcome.
Question 14: Which of the following is the correct range for the Pearson correlation coefficient r?
- −∞ to +∞
- 0 to +∞
- −1 to +1 (Correct answer)
- 0 to 1
Correct answer: −1 to +1
Pearson's r is bounded between −1 (perfect negative) and +1 (perfect positive linear relationship).
Question 15: A statistician is asked to design a survey that will systematically oversample high-income households to make the results look more favorable to a client. The correct professional response is to:
- Refuse, as intentional design bias violates core professional standards (Correct answer)
- Comply if the sampling plan is disclosed in the methodology section
- Agree only if the client signs a liability waiver
- Accept if appropriate weighting will be applied post-collection
Correct answer: Refuse, as intentional design bias violates core professional standards
Deliberately biasing a survey design to produce favorable results is professionally and ethically impermissible regardless of disclosure.
Question 16: In quota sampling, how does a researcher select participants?
- At fixed intervals from a sorted list
- Using a random number table
- From naturally occurring geographic clusters
- To fill predetermined numerical quotas for specific subgroups (Correct answer)
Correct answer: To fill predetermined numerical quotas for specific subgroups
Quota sampling sets target numbers for particular subgroups (e.g., 50 men, 50 women) and then selects individuals non-randomly until each quota is filled.
Question 17: When comparing two datasets, one with a standard deviation of 3 and another with a standard deviation of 9, what can be said about their variability?
- No comparison can be made without knowing the means
- The second dataset has three times the spread of the first (Correct answer)
- The first dataset has more variability
- The datasets have equal variability
Correct answer: The second dataset has three times the spread of the first
A higher standard deviation directly indicates greater spread; 9 is three times 3.
Question 18: What is the purpose of a cumulative frequency distribution?
- To display the most frequent value in a dataset
- To show the number of observations at or below each value (Correct answer)
- To compare two datasets side by side
- To identify outliers in a dataset
Correct answer: To show the number of observations at or below each value
A cumulative frequency distribution shows how many observations fall at or below each data value.
Question 19: In evidence-based practice, the PICO framework helps researchers formulate:
- Statistical power calculations
- A well-built clinical question (Correct answer)
- Ethical guidelines for research
- Data analysis procedures
Correct answer: A well-built clinical question
PICO (Population, Intervention, Comparison, Outcome) structures clinical questions to guide systematic literature searches.
Question 20: What does the correlation coefficient r = 0 indicate?
- A perfect positive linear relationship
- No linear relationship between the two variables (Correct answer)
- A non-linear relationship exists
- A perfect negative linear relationship
Correct answer: No linear relationship between the two variables
A correlation of 0 means there is no linear association; a non-linear relationship may still exist.
Question 21: What distinguishes quality assurance from quality control in Statistics practice?
- QC is more important than QA
- They are identical concepts
- QA applies only to manufacturing
- QA focuses on preventing defects through process improvement while QC detects defects through inspection (Correct answer)
Correct answer: QA focuses on preventing defects through process improvement while QC detects defects through inspection
This is fundamental to Statistics practice. QA focuses on preventing defects through process improvement while QC detects defects through inspection represents the professional standard for quality in the Statistics certification framework.
Question 22: What is the purpose of polynomial regression?
- To test for multicollinearity
- To model a curved (non-linear) relationship between X and Y (Correct answer)
- To compare means across multiple groups
- To reduce the number of predictor variables
Correct answer: To model a curved (non-linear) relationship between X and Y
Polynomial regression adds squared or higher-order terms of X to model non-linear relationships within a linear framework.
Question 23: Which scenario represents a violation of the 'independence' standard for statisticians serving as peer reviewers?
- Reviewing a paper co-authored by your current doctoral student (Correct answer)
- Reviewing a paper in a methodology area outside your primary specialty
- Requesting additional data before recommending acceptance
- Recommending rejection of a paper using a method you have criticized in print
Correct answer: Reviewing a paper co-authored by your current doctoral student
Reviewing work by someone in a direct supervisory or mentorship relationship constitutes a conflict of interest that compromises independence.
Question 24: A statistician is asked to consult on a study outside their area of expertise. The most professionally responsible action is to:
- Accept but clearly disclose the limitations of their expertise (Correct answer)
- Request a higher fee to compensate for additional learning time
- Accept and learn the domain as the project progresses
- Decline and refer the client to a more qualified statistician
Correct answer: Accept but clearly disclose the limitations of their expertise
While declining is ideal, if accepting, the statistician must disclose expertise limitations so the client can make an informed decision.
Question 25: What does a box plot's whisker typically represent?
- One standard deviation from the mean
- The 10th and 90th percentiles
- 1.5 × IQR beyond the quartiles (Correct answer)
- The minimum and maximum values
Correct answer: 1.5 × IQR beyond the quartiles
By convention, box plot whiskers extend to 1.5 times the IQR beyond Q1 and Q3.
Question 26: A dataset has values: 2, 4, 4, 6, 8. What is the median?
- 6
- 5
- 4 (Correct answer)
- 4.8
Correct answer: 4
With 5 values sorted in order, the median is the 3rd value, which is 4.
Question 27: Which graphical display is best suited for showing the distribution of a single quantitative variable?
- Histogram (Correct answer)
- Scatter plot
- Pie chart
- Bar chart
Correct answer: Histogram
A histogram displays the frequency distribution of a continuous quantitative variable using bins.
Question 28: What is the primary competency framework for Statistics professionals?
- Self-assessed capabilities only
- Structured competency standards defined by the certifying body (Correct answer)
- Employer-specific requirements only
- Ad-hoc skill development
Correct answer: Structured competency standards defined by the certifying body
This is fundamental to Statistics practice. Structured competency standards defined by the certifying body represents the professional standard for professional standards in the Statistics certification framework.
Question 29: Which organization publishes the most widely cited ethical guidelines specifically for statisticians in the United States?
- Bureau of Labor Statistics (BLS)
- National Institute of Standards and Technology (NIST)
- Institute of Mathematical Statistics (IMS)
- American Statistical Association (ASA) (Correct answer)
Correct answer: American Statistical Association (ASA)
The ASA's 'Ethical Guidelines for Statistical Practice' is the primary professional ethics document for U.S. statisticians.
Question 30: What is the first step in risk assessment for Statistics professionals?
- Delegating to others
- Implementing controls immediately
- Identifying potential hazards and vulnerabilities in the specific context (Correct answer)
- Purchasing insurance
Correct answer: Identifying potential hazards and vulnerabilities in the specific context
This is fundamental to Statistics practice. Identifying potential hazards and vulnerabilities in the specific context represents the professional standard for risk management in the Statistics certification framework.
Statistics Certification Exam
A comprehensive statistics competency exam covering descriptive statistics, inferential methods, regression analysis, research methodology, and professional standards for data analysis practitioners.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds