PERFORMANCE ASSESSMENT |
AI NETWORK EVALUATION,
LATEST MOCK PRACTICE SET
119 Questions with Answers and Detailed Rationales
100 PERCENT GUARANTEED PASS
INSTANT DOWNLOAD ANSWERS INCLUDED
IMPORTANCE OF THIS DOCUMENT
This comprehensive examination preparation guide has been meticulously developed to help you succeed in the
WGU E026 TASK 3 PERFORMANCE ASSESSMENT | AI NETWORK EVALUATION, COST-BENEFIT
ANALYSIS, ROI & RESOURCE OPTIMIZATION | COMPLETE 2026 UPDATE. It contains 119 carefully selected
questions that reflect the most current exam content and testing strategies. Each question is accompanied by a
correct answer and a detailed rationale that explains the underlying pathophysiology, pharmacology, or clinical
reasoning.
Self-Assessment – Test your knowledge and Exam Preparation – Familiarize yourself with the
identify areas requiring further question format and content
study areas
Concept Reinforcement – Deepen your Confidence Building – Develop test-taking
understanding through strategies and reduce
evidence-based exam anxiety
rationales
Time Management – Practice answering
questions under simulated
exam conditions
Review Summary 119 Questions
Foundations - Application - WGU E026 TASK 3 Performance Assessment AI Network Evaluation
Cost-benefit Analysis ROI & Resource Optimization Complete 2026 Update AI Network Evaluation
Cost-benefit Analysis ROI & Resource Optimization Graduate
All answers with rationales
,Table of Contents
Content Area Questions Key Topics
AI Network Evaluation 1-20 System, Model, Network, Deployment, Capital
Cost-benefit Analysis 21-40 System, Network, Model, Ai-based, Inference
Return ON Investment ROI 41-60 Network, Optimization, System, Model, Analysis
Resource Optimization 61-80 Network, Model, System, Accuracy, False
Network Performance Metrics 81-100 Network, Latency, Model, System, Costs
AI Integration Strategies 101-119 Network, Model, Optimization, Training, Resource
TOTAL 119 All questions include answers and detailed rationales
,Section A - AI Network Evaluation
Q1.
A large enterprise deploys a real-time recommendation system using a transformer model.
The system currently runs on a cluster of GPUs, but the cost is escalating. A data scientist
proposes replacing the transformer with a distilled version that has 40% fewer
parameters. However, the latency requirement is 100ms p99. Which evaluation metric
would best capture the trade-off between accuracy and resource consumption?
A. Inference cost per query B. Model accuracy on validation set
C. Throughput per GPU D. Performance-per-watt ratio
Correct: A - Inference cost per query
Rationale:Inference cost per query directly quantifies the financial and computational
expense per prediction, allowing comparison between the original and distilled models. While
accuracy and throughput are important, they don't combine both accuracy and resource
usage. Performance-per-watt focuses on energy, not total cost. Thus, A is the most
comprehensive metric for cost-benefit analysis.
Q2.
When comparing two AI network architectures for a new deployment, one has a higher
initial capital expenditure but lower operational expenditure, while the other has lower
CapEx but higher OpEx. Which financial metric is most appropriate to determine the
break-even point and long-term cost-effectiveness?
A. Payback period B. Total cost of ownership (TCO)
C. Net present value (NPV) D. Return on investment (ROI)
Correct: B - Total cost of ownership (TCO)
Rationale:TCO encompasses both initial CapEx and ongoing OpEx over the asset's lifecycle,
providing a holistic view of cost-effectiveness. Payback period only considers recovery time,
NPV discounts future cash flows but may not capture full operational costs, and ROI is a ratio
of net benefits to costs but often ignores long-term OpEx nuances. TCO is the standard for
infrastructure decisions.
Q3.
A cloud-based AI inference service experiences variable traffic. To optimize resource
utilization, the team implements autoscaling. Which dynamic scaling policy minimizes
cost while meeting a 99th percentile latency SLO?
Page 3
, Section A - AI Network Evaluation
A. Reactive scaling based on average CPU B. Proactive scaling using predictive
utilization analytics on traffic patterns
C. Manual scaling during peak hours only D. Reactive scaling based on request queue
depth
Correct: B - Proactive scaling using predictive analytics on traffic patterns
Rationale:Proactive scaling anticipates demand spikes, allowing resources to be provisioned
before latency degrades, thus meeting SLOs without over-provisioning. Reactive scaling (A
and D) lags behind demand, potentially violating latency SLOs. Manual scaling (C) is not
dynamic and may be inefficient. Predictive scaling is the optimal approach for variable
workloads with strict latency requirements.
Q4.
A company is evaluating a new AI system that reduces manual data entry errors. Which
cost-benefit analysis approach best captures the financial impact of error reduction?
A. Cost avoidance analysis B. Cost-benefit ratio
C. Opportunity cost analysis D. Sensitivity analysis
Correct: A - Cost avoidance analysis
Rationale:Cost avoidance analysis specifically quantifies the costs that are prevented, such
as the expenses associated with fixing errors, rework, and potential revenue loss. While
cost-benefit ratio and sensitivity analysis are useful, they don't isolate the impact of error
reduction. Opportunity cost analysis looks at foregone alternatives, not the direct savings from
error reduction. Thus, A is most appropriate.
Q5.
In a federated learning setup, the central server aggregates model updates from edge
devices. Which resource optimization strategy reduces communication overhead without
significantly compromising model accuracy?
A. Increasing the number of communication B. Using gradient compression and
rounds quantization
C. Transferring raw data to the central D. Using a larger batch size on each device
server
Correct: B - Using gradient compression and quantization
Page 4