Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 4 out of 109 pages
Exam (elaborations)

WGU D491 Objective Assessment & Pre-Assessment 2026 | 300 Verified Q&A with Detailed Explanations | Introduction to Analytics

Document preview thumbnail
Preview 4 out of 109 pages

Pass the WGU D491 Objective Assessment with this comprehensive 300-question test bank for 2026. Covers every major topic in Introduction to Analytics, including data analytics types, the analytics lifecycle, data preparation, modeling, evaluation, deployment, machine learning algorithms, statistical concepts, data quality, and modern data platforms. Includes complete coverage of all 30 domains: Introduction to Data Analytics (Q1-10): Data analytics definition, descriptive vs diagnostic vs predictive vs prescriptive analytics, exploratory vs confirmatory projects, data science vs data analytics, and key roles (Data Analyst, Data Scientist, Data Engineer, BI Analyst). Analytics Roles & Stakeholders (Q11-20): KPIs, project sponsors, financial stakeholders, researchers, project managers, end users, database administrators, and stakeholder mapping. Data Analytics Lifecycle (Q21-30): Discovery phase, data preparation (cleaning, normalization, transformation), model planning (partitioning, KNIME), model execution (SAS Enterprise Miner), communicate results (visualization tools), operationalize phase (pilot projects, deployment). Data Sources & Types (Q31-40): A/B testing, data lakes (raw, structured/unstructured), structured vs unstructured data, ETL (Extract, Transform, Load), data warehouse (integrated historical data), data quality issues (missing values), OpenRefine, Hadoop, holdout testing. Statistics & Machine Learning Fundamentals (Q41-60): Algorithms, variables vs constants, measures of central tendency (mean, median, mode), standard deviation, correlation coefficient (-0.85 strong negative), regression analysis (predicting dependent variables), residuals, logistic regression (classification), supervised vs unsupervised learning, overfitting, K-means clustering (elbow method for optimal K). Data Visualization & EDA (Q61-70): Histograms (distribution of single variable), scatter plots (relationship between two continuous variables), pie charts (parts of a whole), box plots (outliers and spread), bar charts, exploratory data analysis (EDA) for pattern discovery, data mining. Model Evaluation & Classification Metrics (Q71-80): Confusion matrix, precision (TP/(TP+FP)), recall (TP/(TP+FN)), F1 score (harmonic mean of precision and recall), underfitting, regularization (Lasso/Ridge for overfitting prevention), cross-validation, decision trees, association rule learning (market basket analysis), lift, time series analysis. CRISP-DM & Data Preprocessing (Q81-90): CRISP-DM phases (Business Understanding, Data Understanding, Data Preparation, Modeling, Evaluation, Deployment), validation vs test datasets, feature scaling, normalization (0-1 range), standardization (mean 0, std 1), one-hot encoding (binary columns for categories), label encoding (integer mapping), dimensionality reduction (PCA), curse of dimensionality. Data Quality & Governance (Q91-100): Data governance (availability, usability, integrity, security), data stewardship, data lineage (origin and transformations), metadata (data about data), descriptive metadata (author, creation date), data drift (distribution changes over time), concept drift (relationship changes), model monitoring, retraining strategies, explainable AI (XAI), SHAP values, LIME, baseline models. Machine Learning Tuning & Evaluation (Q101-120): Learning curves (high bias: both low and converge; high variance: large gap), ROC curves, AUC (area under curve), precision-recall curves (for imbalanced data), RMSE (root mean squared error), MAE (mean absolute error), R-squared (variance explained), adjusted R-squared (penalizes extra features), collinearity (high correlation between independent variables), VIF (variance inflation factor), p-values (significance threshold 0.05), Type I error (false positive), Type II error (false negative), statistical power (1 - β), confidence intervals (95% interpretation). Outliers & Missing Data (Q121-130): Outlier detection (z-score ±3, IQR method Q1-1.5*IQR/Q3+1.5*IQR), median as robust measure, imputation (mean imputation reduces variance), multiple imputation, listwise deletion (complete case analysis, appropriate when 5% MCAR), missing data mechanisms (MCAR, MAR, MNAR). Data Profiling & Wrangling (Q131-140): Data dictionary, data catalog, data profiling (distinct values, missing rates, patterns), data wrangling (merging, joining, filtering, reshaping), data aggregation (summaries), sampling methods (stratified sampling for subgroup representation, simple random sampling, convenience sampling limitations bias), data blending (temporary joins), data federation (virtual queries without moving data). Data Warehousing & Schemas (Q141-150): Schema (database structure), star schema (central fact table + dimension tables), snowflake schema (normalized dimensions), fact table (quantitative measures), dimension table (descriptive attributes), OLAP (analytical queries) vs OLTP (transactions), data virtualization, change data capture (CDC), batch processing (scheduled chunks), stream processing (real-time, Apache Kafka), latency (delay), throughput (records per second). Big Data & Distributed Processing (Q151-160): Apache Spark (in-memory batch and stream), Apache Hadoop (HDFS + MapReduce), MapReduce (distributed batch programming), NoSQL databases (non-relational), key-value stores (Redis), graph databases (Neo4j for social networks), JSON (lightweight data interchange), XML (verbose), data lakehouse (combines lake flexibility with warehouse performance), ACID (Atomicity, Consistency, Isolation, Durability), BASE (Basically Available, Soft state, Eventual consistency), CAP theorem (choose two of Consistency, Availability, Partition tolerance). Cloud Computing & Data Platforms (Q161-170): Cloud computing (on-demand resources), SaaS (Tableau Online), PaaS (AWS Elastic Beanstalk), IaaS (EC2, S3), cloud data warehouse (Snowflake, BigQuery, Redshift), Azure Synapse Analytics, data pipelines (ETL/ELT workflows), Apache Airflow (orchestration), dbt (SQL transformations), data observability (freshness, distribution, volume, schema, lineage). Data Quality Dimensions (Q171-180): Accuracy (correct real-world representation), completeness (no missing values), consistency (no conflicts across systems), timeliness (available when needed), validity (conforms to formats/ranges), data quality rules, data quality monitoring, root cause analysis, data cleansing, deduplication (removing duplicates). Data Enrichment & Monetization (Q181-190): Data enrichment (enhancing with external sources), third-party data providers, data monetization (internal: efficiency; external: selling data/products), data as a product, data mesh (4 principles: domain ownership, data as product, self-serve platform, federated governance), data contracts (schema, quality, SLAs), schema evolution (backward compatibility, forward compatibility), Apache Avro, Protocol Buffers (protobuf). File Formats & Storage (Q191-200): Parquet (columnar storage for analytics), ORC (Optimized Row Column), columnar storage (benefits for OLAP aggregations), row-based storage (OLTP transactions), data compression (lossless: perfect reconstruction, lossy: data discarded). Advanced Modeling & Statistics (Q201-210): Prediction intervals (wider than confidence intervals), surrogate models (interpretable approximations of black-box models), counterfactual explanations, data partitioning (training/validation/test splits, typical 60/20/20), temporal validation (respect time order), walk-forward validation (time series), bootstrapping (resampling with replacement), Monte Carlo simulation, sensitivity analysis. Bias-Variance & Ensembles (Q211-220): Bias (systematic error, underfitting), variance (sensitivity to training data, overfitting), bias-variance tradeoff, ensemble learning (combining multiple models), bagging (bootstrap aggregating, random forests), boosting (sequential error correction, XGBoost, LightGBM, CatBoost), random forest (bagging + random feature selection), gradient boosting (optimizing loss function), stacking (meta-model combining predictions). Bayesian Methods (Q221-230): Bayesian inference (updating probabilities with Bayes' theorem), prior distribution (initial belief), posterior distribution (updated belief after data), MCMC (Markov Chain Monte Carlo for sampling), PyMC (Python Bayesian library), Stan (probabilistic programming). MLOps & Deployment (Q231-240): Git (version control), GitHub (repository hosting), Docker (containerization), Kubernetes (orchestration), CI/CD (Continuous Integration/Continuous Delivery), unit testing (testing individual functions), integration testing (testing components together), regression testing (preventing breaking changes), MLflow (ML lifecycle management), Kubeflow (Kubernetes ML workflows). Model Management & Serving (Q241-250): Model registry (centralized model repository), feature store (centralized feature repository), training-serving skew (feature mismatch), online feature serving (real-time, low-latency), batch feature serving (scheduled intervals), AB testing platform, canary deployment (gradual rollout to small traffic), shadow deployment (parallel without serving), model versioning (tracking iterations for reproducibility)

Content preview

WGU D491 OBJECTIVE ASSESSMENT AND PRE
ASSESSMENT NEWEST 2026 TEST BANK| D491
INTRODUCTION TO ANALYTICS OA & PA EXAM WITH
COMPLETE 300 REAL EXAM QUESTIONS AND CORRECT
VERIFIED ANSWERS/ ALREADY GRADED A+


Set 1: Questions 1–10
1. What is data analytics?
A) The process of encrypting data to keep it secure
B) The process of storing data in a secure location for future use
C) The process of analyzing data to extract insights
D) The process of collecting data from various sources
Correct Answer: C
Rationale: Data analytics involves analyzing data to extract insights and
inform decision-making. This includes using various techniques and tools to
explore, clean, transform, and model data .


2. Which type of analytics summarizes past data to answer "What
happened?"
A) Predictive analytics
B) Prescriptive analytics
C) Diagnostic analytics
D) Descriptive analytics
Correct Answer: D
Rationale: Descriptive analytics focuses on summarizing historical data to
understand what has happened, using dashboards, reports, and KPIs .

,3. A data analytics team wants to determine why customer churn increased
last quarter. Which type of analytics should they use?
A) Descriptive analytics
B) Diagnostic analytics
C) Predictive analytics
D) Prescriptive analytics
Correct Answer: B
Rationale: Diagnostic analytics aims to determine why something happened
by drilling into data to find root causes and relationships .


4. Which type of analytics forecasts what might happen in the future?
A) Descriptive analytics
B) Diagnostic analytics
C) Predictive analytics
D) Prescriptive analytics
Correct Answer: C
Rationale: Predictive analytics uses historical data and statistical models to
forecast future outcomes, answering "What might happen?" .


5. A retail company wants to recommend specific products to individual
customers based on their purchase history. Which type of analytics is most
appropriate?
A) Descriptive analytics
B) Diagnostic analytics
C) Predictive analytics
D) Prescriptive analytics
Correct Answer: D

,Rationale: Prescriptive analytics suggests specific actions or
recommendations based on data analysis, answering "What should we do?" .


6. What is the primary difference between exploratory and confirmatory data
analytics projects?
A) Exploratory projects use structured data; confirmatory projects use
unstructured data
B) Exploratory projects test hypotheses and find patterns; confirmatory
projects verify existing hypotheses
C) Exploratory projects analyze large datasets; confirmatory projects analyze
smaller datasets
D) Exploratory projects use single data sources; confirmatory projects use
multiple sources
Correct Answer: B
Rationale: Exploratory analytics discovers patterns and generates hypotheses
without a predefined question, while confirmatory analytics tests existing
hypotheses to verify findings .


7. How is data science different from data analytics?
A) Data science focuses on descriptive analysis; data analytics focuses on
prescriptive analysis
B) Data science develops new algorithms and models; data analytics uses
existing models to analyze data
C) Data science focuses on data visualization; data analytics focuses on data
cleaning
D) Data science analyzes structured data; data analytics analyzes
unstructured data
Correct Answer: B

, Rationale: Data science involves developing new algorithms, building
models, and making predictions, while data analytics focuses on using
existing methods to extract insights from data .


8. Which role is primarily responsible for conducting statistical analysis and
machine learning modeling?
A) Data Analyst
B) Business Intelligence Analyst
C) Data Scientist
D) Data Engineer
Correct Answer: C
Rationale: Data scientists conduct statistical analysis and machine learning
modeling to solve business problems and extract insights from complex
datasets .


9. What is the main goal of a Business Intelligence Analyst?
A) Build infrastructure for data use
B) Develop AI models for predictions
C) Inform business decisions with data through visualizations and
dashboards
D) Turn raw data into insights
Correct Answer: C
Rationale: Business Intelligence Analysts design and maintain data
visualizations and dashboards to inform business decisions .


10. Which role is responsible for designing and constructing data pipelines?

Document information

Uploaded on
June 12, 2026
Number of pages
109
Written in
2025/2026
Type
Exam (elaborations)
Contains
Unknown
$28.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
PremiumExamBank
4.8
(1058)
Sold
444
Followers
73
Items
6934
Last sold
1 day ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions