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 40 pages
Exam (elaborations)

WGU D467 Exploring Data Pre-Assessment Actual 2026/2027 – Complete Exam-Style Questions | 100% Verified – Pass Guaranteed – A+ Graded

Document preview thumbnail
Preview 4 out of 40 pages

WGU D467 Exploring Data Pre-Assessment Actual 2026/2027 – 100% Correct Answers | Real-Style Questions with Answers | Data Analysis, Data Visualization, Statistical Methods, Data Interpretation | Graded A+ Verified | Descriptive Statistics, Data Cleaning, Data Exploration, Visualization Tools | Detailed Rationales | Verified Correct Answers – Pass Guaranteed – Instant Download

Content preview

D 467 / D467 Pre- Assessment (Latest Update 2026/2027) ...




OBJECTIVE ASSESSMENT - EXAM




D 467 / D467 Pre- Assessment (Latest
Update 2026/2027) Exploring Data |
Review Questions and Verified
Answers | Grade A | 100% Correct -
75 QUESTIONS 100% VERIFIED ANSWERS EDITION 2026/2027 PASSING SCORE:

WGU 2026/2027

TOPICS COVERED

• Data Types, Sources & Collection Methods • Data Analysis, Statistical Methods & Interpretation

• Data Cleaning, Preparation & Quality • Data Ethics, Privacy & Professional Practice

• Data Exploration, Visualization & Descriptive Statistics • WGU D 467 Competency Alignment




COVER PAGE - 1

,SECTION 1: DATA TYPES, SOURCES & COLLECTION METHODS


Q1.

A regional healthcare system is designing a new patient satisfaction survey to be distributed after each
outpatient visit. The quality improvement team must determine whether to use structured closed-ended
questions, open-ended narrative responses, or a combination of both. They need to balance the ability to
quantify trends with capturing nuanced patient experiences that closed questions might miss.

A. Use only closed-ended questions with Likert scales to ensure statistical comparability across all clinics.
B. Use only open-ended questions to capture the full depth and nuance of patient experiences without
constraint.
C. Use a mixed-methods approach combining closed-ended questions for quantifiable metrics and
open-ended questions for qualitative insights.
D. Use binary yes/no questions exclusively to simplify data processing and minimize respondent burden.

Correct Answer: C
Rationale: A mixed-methods approach leverages the strengths of both quantitative and qualitative data collection, providing
measurable trends through closed-ended questions while capturing rich contextual insights through open-ended responses.
Option A is incorrect because it sacrifices qualitative depth; Option B is incorrect because open-ended data alone is difficult to
quantify and compare; Option D is incorrect because binary questions oversimplify complex patient experiences.


Q2.

A marketing analytics team at an e-commerce company needs to understand why customers abandon
their shopping carts before completing purchases. They have access to clickstream data showing
navigation patterns, time-on-page metrics, and exit points. However, they cannot determine the
underlying motivations behind abandonment from this data alone.

A. Rely solely on the clickstream data to infer abandonment reasons based on exit page patterns.
B. Supplement clickstream data with customer exit surveys and usability testing to capture qualitative
motivations.
C. Discard the clickstream data and conduct focus groups exclusively to understand abandonment behavior.
D. Use the clickstream data to build a predictive model that automatically explains customer motivations.

Correct Answer: B
Rationale: Clickstream data provides behavioral traces but not explanatory power; supplementing with qualitative methods like
exit surveys and usability testing captures the why behind the behavior, creating a complete understanding. Option A is
incorrect because inference alone risks misattributing causes; Option C is incorrect because discarding valuable behavioral
data is inefficient; Option D is incorrect because predictive models describe patterns, not motivations.

,D 467 / D467 Pre-Assessment 2026/2027 CONFIDENTIAL - EXAM MATERIAL


Q3.

A municipal government is launching a smart city initiative to reduce traffic congestion. They are
considering installing IoT sensors at intersections to collect real-time vehicle count, speed, and
occupancy data. The transportation planner must evaluate whether this primary data source will provide
sufficient information for comprehensive congestion analysis.

A. Install IoT sensors exclusively since real-time primary data is always superior to any secondary source.
B. Combine IoT sensor data with secondary sources such as GPS navigation data, public transit records, and
historical traffic studies.
C. Rely on secondary GPS data alone since it covers a broader geographic area than intersection sensors.
D. Use IoT sensors only during peak hours to minimize data storage costs while capturing critical congestion
periods.

Correct Answer: B
Rationale: Comprehensive congestion analysis requires integrating multiple data sources; IoT sensors provide granular
intersection data while secondary sources offer broader context, origin-destination patterns, and multimodal transportation
insights. Option A is incorrect because primary data alone lacks contextual breadth; Option C is incorrect because GPS data
lacks intersection-specific detail; Option D is incorrect because off-peak data is essential for baseline comparison.


Q4.

A financial services firm is building a machine learning model to detect fraudulent credit card
transactions. The data science team must select appropriate data types for model features. They have
transaction amounts (continuous), merchant categories (categorical), time of day (ordinal), and
geographic location encoded as latitude/longitude coordinates.

A. Treat all features as continuous variables since machine learning algorithms perform best with numerical
inputs.
B. Encode categorical variables using one-hot encoding, preserve continuous variables, and bin ordinal time
data into meaningful periods.
C. Convert all features to categorical variables by discretizing continuous values to simplify model
interpretation.
D. Exclude geographic coordinates since location data raises privacy concerns and adds unnecessary
complexity.

Correct Answer: B
Rationale: Proper feature engineering requires preserving the natural measurement scale of each variable: one-hot encoding
for nominal categories, continuous values for amounts, and meaningful binning for temporal patterns, ensuring the model
captures true relationships. Option A is incorrect because forcing categorical data into continuous space distorts relationships;
Option C is incorrect because discretization loses information and reduces model power; Option D is incorrect because
geographic patterns are strong fraud indicators.

, D 467 / D467 Pre-Assessment 2026/2027 CONFIDENTIAL - EXAM MATERIAL


Q5.

A pharmaceutical company is conducting a Phase III clinical trial for a new diabetes medication. The trial
protocol requires collecting fasting blood glucose levels at baseline, 4 weeks, 8 weeks, and 12 weeks.
The clinical data manager must design the data collection instrument to ensure longitudinal tracking
while minimizing patient burden.

A. Collect fasting glucose only at baseline and 12 weeks to minimize patient visits and reduce dropout rates.
B. Collect fasting glucose at all four time points with standardized collection protocols to track treatment
response trajectory.
C. Replace laboratory fasting glucose with patient-reported home glucometer readings to increase
convenience.
D. Collect fasting glucose at random unscheduled intervals to capture natural variability in glucose levels.

Correct Answer: B
Rationale: Standardized longitudinal data collection at predetermined intervals enables tracking of treatment response
trajectories, detecting early efficacy signals, and identifying adverse trends, which is essential for regulatory approval and
patient safety. Option A is incorrect because missing intermediate data prevents trajectory analysis; Option C is incorrect
because home readings lack standardization and quality control; Option D is incorrect because unscheduled collection
introduces bias and comparability issues.


Q6.

An educational technology startup is developing an adaptive learning platform that personalizes content
difficulty based on student performance. The platform collects data on response times, error patterns,
hint usage, and completion rates. The learning science team must determine how to classify these data
elements for analysis.

A. Classify all data as ordinal since performance metrics exist on a spectrum from low to high achievement.
B. Classify response time as continuous, error patterns as categorical, hint usage as count data, and
completion as binary.
C. Classify all data as nominal since each metric represents a distinct type of student behavior.
D. Classify all data as ratio since all metrics have a true zero point and meaningful ratios.

Correct Answer: B
Rationale: Each metric has distinct measurement properties: response time is continuous with ratio properties, error patterns
are categorical classifications, hint usage is discrete count data, and completion is binary, requiring appropriate statistical
treatment for each. Option A is incorrect because not all data is ordinal; Option C is incorrect because the data has meaningful
order and magnitude; Option D is incorrect because binary and categorical data lack ratio properties.

Document information

Uploaded on
July 24, 2026
Number of pages
40
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$15.99

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.
STUVIAACTUALEXAMS
3.5
(156)
Sold
1202
Followers
205
Items
8779
Last sold
1 hour 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