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

WGU E025 Task 1 Performance Assessment | 190 Questions and Answers | 2026 Update | 100% Correct

Document preview thumbnail
Preview 4 out of 86 pages

Ace Your WGU E025 Hybrid Cloud Security Architecture Performance Assessment with 190 Practice Q&As! Stressing about the WGU E025 Task 1 Performance Assessment? I've been there. This comprehensive practice set covers Zero Trust, Identity Federation, CSPM, and NGFW concepts with everything you need to ace your exam with confidence. What's Inside: - 190 questions with correct answers - Detailed rationales for EVERY question - 6 key content areas covered - Real exam-style questions - Works on your phone, tablet, or computer What You'll Actually Learn: - Zero Trust Architecture Principles - Identity Federation & Access Management - Cloud Security Posture Management (CSPM) - Next-Generation Firewall (NGFW) Implementation - Hybrid Cloud Security Design - Threat Detection & Response - SAML 2.0 & OIDC Federation - Conditional Access Policies - Micro-segmentation & Least Privilege - Cloud Compliance Frameworks Real Questions You'll See: Question: In a hybrid cloud environment where an on-premises Active Directory is federated with Azure AD via AD FS, a security architect must ensure that conditional access policies evaluate sign-in risk in real time. Which configuration best achieves this without introducing a dependency on the on-premises component? ️ Answer: A - Configure Azure AD Conditional Access to use the 'Sign-in risk' condition and enable Azure AD Identity Protection, ensuring risk detection is evaluated before token issuance. ️ Rationale: Azure AD Identity Protection and Conditional Access evaluate sign-in risk in the cloud, independent of on-premises AD FS. Question: A security engineer is evaluating a next-generation firewall (NGFW) deployment for a hybrid cloud architecture. The NGFW must decrypt and inspect TLS traffic to both on-premises and cloud workloads. Which approach minimizes the risk of breaking end-to-end encryption while maintaining visibility? ️ Answer: C - Use SSL/TLS interception with a dedicated CA and ensure clients trust the NGFW's certificate, while allowing exceptions for regulated applications. ️ Rationale: SSL/TLS interception with a trusted CA enables visibility while preserving security, with exceptions for sensitive traffic. Who This Is For: - You, if you're taking WGU E025 - You, if you're a Graduate/Master's Level student - You, if you have a performance assessment coming up - You, if you want to actually understand hybrid cloud security architecture Stop stressing. Start passing. Download this now and walk into your exam actually prepared.

Content preview

WGU E025 TASK 1
PERFORMANCE ASSESSMENT |
HYBRID CLOUD SECURITY
LATEST MOCK PRACTICE SET
190 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 E025 TASK 1 PERFORMANCE ASSESSMENT | HYBRID CLOUD SECURITY ARCHITECTURE: ZERO
TRUST, IDENTITY FEDERATION, CSPM & NGFW | 2026 UPDATE. It contains 190 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 190 Questions


Foundations - Application - WGU E025 TASK 1 Performance Assessment Hybrid Cloud Security
Architecture ZERO Trust Identity Federation CSPM & NGFW 2026 Update Hybrid Cloud Security Architecture
Graduate
All answers with rationales

,Table of Contents

Content Area Questions Key Topics

ZERO Trust Architecture 1-32 Cloud, Hybrid, Security, Trust, Environment


Identity Federation AND 33-64 Cloud, Security, Hybrid, Access, Policy
Access Management

Cloud Security Posture 65-96 Cloud, Security, Hybrid, Environment, Trust
Management CSPM

Next-generation Firewall 97-128 Cloud, Security, Hybrid, Trust, Environment
NGFW Implementation

Hybrid Cloud Security 129-160 Cloud, Hybrid, Trust, Security, Access
Design

Threat Detection AND 161-190 Cloud, Security, Trust, Hybrid, Access
Response

TOTAL 190 All questions include answers and detailed rationales

,Section A - ZERO Trust Architecture

Q1.
In a hybrid cloud environment where an on-premises Active Directory is federated with
Azure AD via AD FS, a security architect must ensure that conditional access policies
evaluate sign-in risk in real time. Which configuration best achieves this without
introducing a dependency on the on-premises component?


A. Configure Azure AD Conditional Access B. Configure AD FS to perform MFA and
to use the 'Sign-in risk' condition and enable pass the authentication strength claim to
Azure AD Identity Protection, ensuring risk Azure AD, relying on AD FS to evaluate
detection is evaluated before token sign-in risk.
issuance.

C. Use Azure AD Domain Services to D. Set up a VPN tunnel between
synchronize risk scores from on-premises on-premises and Azure to ensure that risk
domain controllers and evaluate them in signals are transmitted instantly to Azure AD
Azure AD. for evaluation.
Correct: A - Configure Azure AD Conditional Access to use the 'Sign-in risk' condition and
enable Azure AD Identity Protection, ensuring risk detection is evaluated before token
issuance.


Rationale:Azure AD Identity Protection and Conditional Access evaluate sign-in risk in the
cloud, independent of on-premises AD FS. B incorrectly relies on AD FS for risk evaluation,
which is not a native function. C is irrelevant because Azure AD DS doesn't provide risk
scores. D is a network solution that doesn't address risk evaluation logic.

Q2.
A security engineer is evaluating a next-generation firewall (NGFW) deployment for a
hybrid cloud architecture. The NGFW must decrypt and inspect TLS traffic to both
on-premises and cloud workloads. Which approach minimizes the risk of breaking
end-to-end encryption while maintaining visibility?


A. Perform SSL/TLS interception at the B. Enable TLS 1.3 passthrough and rely on
NGFW using a trusted root CA, and the cloud provider's native logging for
configure the NGFW to re-encrypt traffic encrypted traffic analysis.
with the original server certificate.

C. Use SSL/TLS interception with a D. Deploy the NGFW in inline mode with
dedicated CA and ensure clients trust the TLS decryption only for traffic destined to
NGFW's certificate, while allowing the internet, not for internal cloud traffic.
exceptions for regulated applications.
Correct: C - Use SSL/TLS interception with a dedicated CA and ensure clients trust the
NGFW's certificate, while allowing exceptions for regulated applications.




Page 3

, Section A - ZERO Trust Architecture



Rationale: SSL/TLS interception with a dedicated CA and client trust is the standard

approach, but exceptions for regulated apps prevent breaking compliance. A is incorrect

because re-encrypting with the original server certificate is impossible without the private key.

B lacks visibility. D is incomplete as it doesn't cover internal traffic.


Q3.
In a hybrid cloud using AWS and on-premises data centers, a security team deploys a
CSPM tool. The tool must automatically remediate misconfigurations without manual
intervention. Which capability is essential to avoid security gaps and operational
overhead?


A. Integration with infrastructure-as-code B. Real-time alerting to a SIEM for every
(IaC) templates to enforce security policies misconfiguration detected.
during CI/CD pipelines.

C. A rule engine that supports custom D. The ability to generate compliance
policies written in JSON or YAML. reports for frameworks like CIS and NIST.
Correct: A - Integration with infrastructure-as-code (IaC) templates to enforce security
policies during CI/CD pipelines.


Rationale:Automated remediation is best achieved by integrating CSPM with IaC to prevent
misconfigurations at deployment time. B is reactive, not automatic remediation. C and D are
features but don't directly provide automated remediation.

Q4.
A security architect is designing a zero trust architecture for a hybrid cloud. They plan to
implement micro-segmentation. Which principle is most critical to ensure that
micro-segmentation is effective in a dynamic cloud environment?


A. Using a single centralized firewall to B. Defining segmentation policies based on
enforce all segmentation policies. workload identities and continuously
updating them as workloads change.

C. Segmenting the network based on IP D. Deploying a next-generation firewall at
subnets and VLANs. the internet edge to inspect all traffic.
Correct: B - Defining segmentation policies based on workload identities and
continuously updating them as workloads change.


Rationale:Micro-segmentation in cloud relies on identity-based policies that adapt to dynamic
workloads, not static IP-based segmentation. A and D are centralized and edge-based, not
micro-segmentation. C is traditional network segmentation which is insufficient.




Page 4

Document information

Uploaded on
August 14, 2026
Number of pages
86
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$17.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.
Speeddocs
4.7
(3)
Sold
13
Followers
1
Items
360
Last sold
1 month 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