ISYE 6402 MIDTERM EXAM 2026/2027 – LATEST QUESTIONS &
VERIFIED ANSWERS WITH RATIONALES 100% ALREADY GRADED
A+
1. In time series analysis, which of the following best describes the purpose of
decomposing a time series?
A. To separate the time series into trend, seasonal, and random components
B. To normalize the data for comparison across datasets
C. To eliminate all noise from the time series
D. To combine multiple time series into one
Correct Answer: A. To separate the time series into trend, seasonal, and random
components
Rationale: Decomposition is a fundamental step in time series analysis, allowing
analysts to examine underlying trends and seasonality while isolating random
fluctuations.
2. Which of the following is true about the autocorrelation function (ACF) in
time series analysis?
A. It measures correlation between the time series and its lagged values
B. It measures correlation between two unrelated time series
C. It eliminates seasonality in a time series
D. It is used exclusively for forecasting in regression analysis
Correct Answer: A. It measures correlation between the time series and its lagged
values
Rationale: ACF quantifies the correlation of a time series with its own past values,
aiding in identifying dependencies over time lags.
3. When fitting an ARIMA model, what does the ‘I’ component represent?
A. The differencing needed to make the time series stationary
,2 | Page
B. The integration of multiple time series
C. The inclusion of seasonal effects
D. The initialization process of the model
Correct Answer: A. The differencing needed to make the time series stationary
Rationale: ‘I’ in ARIMA stands for “Integrated” and refers to differencing
operations to stabilize the mean of the time series.
4. Which of the following is a sign that a time series may be non-stationary?
A. Changing mean and variance over time
B. Constant mean and variance
C. Zero autocorrelation at all lags
D. Presence of white noise only
Correct Answer: A. Changing mean and variance over time
Rationale: Stationarity implies constant mean and variance; non-stationary data
shows trends, seasonality, or changing variance, which requires transformation.
5. What is the purpose of seasonal adjustment in time series analysis?
A. To remove predictable seasonal effects for better trend analysis
B. To eliminate the need for forecasting
C. To randomize the data for statistical modeling
D. To increase the variance in data for accuracy
Correct Answer: A. To remove predictable seasonal effects for better trend
analysis
Rationale: Seasonal adjustment removes seasonal variations so trends and
irregular components can be studied without seasonal interference.
6. Which method is most suitable for modeling a time series with strong
seasonality?
A. Seasonal ARIMA (SARIMA)
B. Simple exponential smoothing
,3 | Page
C. Ordinary least squares regression
D. Moving average smoothing
Correct Answer: A. Seasonal ARIMA (SARIMA)
Rationale: SARIMA incorporates seasonal differencing and parameters to capture
seasonal effects effectively.
7. Which assumption must be true for a time series model to be valid?
A. Residuals must be independent and identically distributed
B. Time series must have a trend component
C. Data must be normally distributed
D. Seasonal variation must be zero
Correct Answer: A. Residuals must be independent and identically distributed
Rationale: Independence and identical distribution of residuals ensure model
reliability and validity for forecasting.
8. Which of the following best describes the Box-Jenkins methodology?
A. A systematic approach to identifying, estimating, and checking ARIMA models
B. A method for normalizing time series data
C. A seasonal adjustment procedure
D. A process for computing moving averages
Correct Answer: A. A systematic approach to identifying, estimating, and
checking ARIMA models
Rationale: Box-Jenkins methodology provides a structured approach to ARIMA
model development.
9. If a time series has a strong upward trend and high seasonality, which of
the following models is most appropriate?
A. SARIMA
B. Simple exponential smoothing
, 4 | Page
C. Linear regression without differencing
D. Moving average smoothing
Correct Answer: A. SARIMA
Rationale: SARIMA is designed to handle both trend and seasonal components
simultaneously, making it ideal for such cases.
10. Which of the following is a key feature of the PACF (Partial
Autocorrelation Function)?
A. It shows the correlation between the time series and its lag after removing
effects of shorter lags
B. It measures correlation across unrelated series
C. It is used to forecast seasonality directly
D. It smooths seasonal fluctuations
Correct Answer: A. It shows the correlation between the time series and its lag
after removing effects of shorter lags
Rationale: PACF helps identify the appropriate order of autoregressive terms in
ARIMA models.
11. When performing differencing on a time series, what is the primary goal?
A. To remove trends and make the series stationary
B. To increase variance
C. To add seasonality
D. To randomize the time series
Correct Answer: A. To remove trends and make the series stationary
Rationale: Differencing stabilizes the mean, which is essential for many time
series modeling techniques.
12. Which of the following best describes white noise in a time series?
A. Random variation with constant mean and variance
B. A trend component in the data