90 MCQs across fundamental, intermediate, and advanced concept tiers.
⚡ Recommended Pacing
45 to 60 seconds per MCQ. Flag complex problems and preserve 10 minutes for final revision.
⚖️ Scoring & Negative Marking
+1 mark per correct answer. In competitive tests with negative marking, -0.25 applies for incorrect guesses.
💡 Strategic Preparation & Exam Hall Guidelines
To maximize your score on Sampling Theory, Estimation & Statistical Inference, candidates are advised to follow a structured three-pass approach. In the First Pass, solve all direct recall and formula-based questions within 30 seconds each to secure foundational marks. In the Second Pass, tackle multi-step analytical and quantitative reasoning problems. In the Third Pass, review marked questions and verify calculations.
Practice with the interactive player below to evaluate your speed and accuracy under real exam pressure. Every question features full mathematical formulas, step-by-step worked solutions, and conceptual explanations vetted by Apex Rankers Academy subject matter specialists.
Ready to test your knowledge?Launch interactive 1-by-1 practice with instant feedback, bookmarking, and step-by-step rationales.
Review the solved problems below to understand question phrasing, answer choices, and step-by-step solution logic prior to starting the full interactive practice drill:
In Simple Random Sampling Without Replacement (SRSWOR) of size $n$ from a finite population of size $N$, what is the variance of the sample mean $\bar{y}$?
In SRSWOR, the variance of the sample mean includes the Finite Population Correction (FPC) factor: $\text{Var}(\bar{y}) = \left(1 - \frac{n}{N}\right) \frac{S^2}{n} = \left(\frac{N - n}{N}\right) \frac{S^2}{n}$, where $S^2 = \frac{1}{N-1}\sum (Y_i - \bar{Y})^2$.
The FPC factor is $1 - f = 1 - \frac{n}{N} = \frac{N-n}{N}$, where $f = n/N$ is the sampling fraction. When $f < 0.05$ (less than 5% of the population), FPC is often omitted as it approaches 1.
Under Neyman's Optimum Allocation in Stratified Random Sampling, how is the sample size $n_h$ in stratum $h$ allocated when sampling costs per unit are equal?
Neyman allocation determines that the stratum sample size $n_h$ is directly proportional to both the stratum size $N_h$ and the stratum standard deviation $S_h$: $n_h = n \frac{N_h S_h}{\sum_{i=1}^L N_i S_i}$, minimizing the variance of the stratified estimator for a fixed total sample size.
When is Stratified Random Sampling most effective at reducing the variance of the overall population mean estimator compared to Simple Random Sampling?
AWhen strata are heterogeneous within and homogeneous between
BWhen strata are homogeneous within (low internal variance $S_h^2$) and heterogeneous between (large differences among stratum means)
CWhen all strata have identical sample sizes
DWhen the population size $N$ is less than 50
✓ Correct Answer:B - When strata are homogeneous within (low internal variance $S_h^2$) and heterogeneous between (large differences among stratum means)
📖 Step-by-Step Solution & Conceptual Rationale:
Stratification maximizes precision when elements within each stratum are as homogeneous as possible (minimizing within-stratum variance), and means between different strata are widely separated.
What is the fundamental condition for an estimator $T_n$ to be 'Consistent' for parameter $\theta$?
A$E[T_n] = \theta$ for all sample sizes $n$
B$T_n$ converges in probability to $\theta$ as $n \to \infty$ (i.e., $\text{plim}_{n \to \infty} T_n = \theta$)
C$\text{Var}(T_n) = 0$ for all $n$
D$T_n$ follows a normal distribution for any $n$
✓ Correct Answer:B - $T_n$ converges in probability to $\theta$ as $n \to \infty$ (i.e., $\text{plim}_{n \to \infty} T_n = \theta$)
📖 Step-by-Step Solution & Conceptual Rationale:
Consistency is an asymptotic property stating that as sample size $n$ grows infinitely large, the probability of the estimator deviating from the true parameter by any $\epsilon > 0$ approaches zero: $\lim_{n \to \infty} P(|T_n - \theta| > \epsilon) = 0$.
If an estimator $T_n$ is asymptotically unbiased ($\\lim_{n \to \infty} E[T_n] = \theta$) and its variance vanishes as $n \to \infty$ ($\\lim_{n \to \infty} \text{Var}(T_n) = 0$), does this guarantee consistency?
ANo, consistency requires higher moments to exist
BYes, by Chebyshev's inequality, a vanishing mean squared error (MSE) is a sufficient condition for consistency
COnly if the population is normally distributed
DNo, it only guarantees unbiasedness
✓ Correct Answer:B - Yes, by Chebyshev's inequality, a vanishing mean squared error (MSE) is a sufficient condition for consistency
📖 Step-by-Step Solution & Conceptual Rationale:
Since $\text{MSE}(T_n) = \text{Var}(T_n) + [\text{Bias}(T_n)]^2$, if both variance and bias vanish as $n \to \infty$, $\text{MSE} \to 0$, which by Chebyshev's inequality ensures convergence in probability (consistency).
What does the Neyman-Pearson Factorization Theorem state regarding a statistic $T = T(\mathbf{X})$ and parameter $\theta$?
A$T$ is unbiased if and only if $E[T] = \theta$
B$T$ is a sufficient statistic for $\theta$ if and only if the joint likelihood can be factored as $L(\mathbf{x}; \theta) = g(T(\mathbf{x}), \theta) \cdot h(\mathbf{x})$, where $h(\mathbf{x})$ does not depend on $\theta$
C$T$ is efficient if its variance achieves the Cramér-Rao lower bound
D$T$ is consistent if sample size exceeds 30
✓ Correct Answer:B - $T$ is a sufficient statistic for $\theta$ if and only if the joint likelihood can be factored as $L(\mathbf{x}; \theta) = g(T(\mathbf{x}), \theta) \cdot h(\mathbf{x})$, where $h(\mathbf{x})$ does not depend on $\theta$
📖 Step-by-Step Solution & Conceptual Rationale:
The Factorization Criterion provides the definitive mathematical test for sufficiency: the likelihood factors into a function $g(T,\theta)$ depending on the data only through $T$, and a factor $h(\mathbf{x})$ completely free of the parameter $\theta$.
What is the sufficient statistic for parameter $\lambda$ in a random sample $X_1, X_2, \dots, X_n$ from a Poisson distribution $\text{Poisson}(\lambda)$?
ASample maximum $X_{(n)}$
BSample sum $\sum_{i=1}^n X_i$ (or sample mean $\bar{X}$)
CSample median
DSample variance $S^2$
✓ Correct Answer:B - Sample sum $\sum_{i=1}^n X_i$ (or sample mean $\bar{X}$)
📖 Step-by-Step Solution & Conceptual Rationale:
The joint likelihood is $L = \frac{e^{-n\lambda} \lambda^{\sum x_i}}{\prod x_i!} = \left[e^{-n\lambda} \lambda^{\sum x_i}\right] \left[\frac{1}{\prod x_i!}\right]$. By the Factorization Theorem, $T = \sum_{i=1}^n X_i$ is jointly sufficient for $\lambda$.
Factoring the joint normal likelihood reveals that the pair of statistics $\left(\sum X_i, \sum X_i^2\right)$ (or equivalently sample mean $\bar{X}$ and sample variance $S^2$) captures all information about both unknown parameters $(\mu, \sigma^2)$.
What does the Rao-Blackwell Theorem state regarding an unbiased estimator $T$ and a sufficient statistic $S$?
AThe estimator $T$ should be discarded in favor of the sample median
BThe conditional expectation $\delta = E[T \mid S]$ is an unbiased estimator of $\theta$ whose variance is strictly less than or equal to the variance of $T$ ($\text{Var}(\delta) \le \text{Var}(T)$)
CA sufficient statistic can never be unbiased
DConditioning on a sufficient statistic doubles the mean squared error
✓ Correct Answer:B - The conditional expectation $\delta = E[T \mid S]$ is an unbiased estimator of $\theta$ whose variance is strictly less than or equal to the variance of $T$ ($\text{Var}(\delta) \le \text{Var}(T)$)
📖 Step-by-Step Solution & Conceptual Rationale:
Rao-Blackwellization improves any crude unbiased estimator $T$ by conditioning it on a sufficient statistic $S$: the resulting estimator $\delta = E[T \mid S]$ is independent of $\theta$, unbiased, and has variance $\le \text{Var}(T)$.
Practice All 90 Questions InteractivelyTest your knowledge in real-time with continuous progress saving, instant scoring, and performance analytics.
Loading questions from the question bank...
No questions found matching your selected filters.