DSE Study Guide 2026
Everything you need to pass the DSE exam in one place: the exam format, every topic to study, real practice questions with explanations, flashcards, and full-length practice tests. Free, no sign-up needed.
📋 DSE Exam Format at a Glance
📚 DSE Topics to Study (69)
✍️ Sample DSE Questions & Answers
1. Which type of map visualization is best suited for showing a continuous variable (e.g., population density) distributed across geographic regions?
A choropleth map shades geographic regions by intensity of a variable, making spatial patterns in continuous data (like income or population density) immediately visible.
2. When using RMSE versus MAE to evaluate regression models, RMSE is preferred when:
RMSE squares errors before averaging, so it penalizes large errors more heavily than MAE, making it preferable when large deviations are costly.
3. What does the Autocorrelation Function (ACF) measure in time series analysis?
The ACF measures the correlation between a time series and its own lagged values at different time lags, helping identify patterns and the order of MA terms.
4. Which technique specifically addresses class imbalance by generating synthetic samples for the minority class?
SMOTE (Synthetic Minority Over-sampling Technique) creates new synthetic samples by interpolating between existing minority class examples.
5. What is Apache Sqoop primarily used for?
Sqoop is designed to efficiently transfer bulk data between relational databases (via JDBC) and Hadoop storage systems like HDFS or HBase.
6. A researcher sets α = 0.01 instead of α = 0.05. What is the direct consequence?
Lowering α makes the rejection region smaller, directly reducing the probability of falsely rejecting a true null hypothesis (Type I error).