PT-AM-CPE CERTIFIED PROFESSIONAL – PINGAM
EXAM PRACTICE QUESTIONS (2026-27 EDITION)
OVERVIEW
The PT-AM-CPE Certified Professional – PingAM Exam is designed to assess a
candidate’s advanced knowledge and practical expertise in Ping Access
Management (PingAM), identity federation, authentication protocols, and
secure access control systems. Students taking this exam should expect:
1. Advanced Concepts in PingAM Architecture: Understanding deployment
models, system components, high availability, and scalability.
2. Authentication & Authorization Protocols: Deep knowledge of SAML,
OAuth 2.0, OpenID Connect, JWT, and how PingAM implements them.
3. Policy Configuration & Enforcement: Designing, testing, and
troubleshooting access policies for applications and APIs.
4. Integration with Enterprise Systems: Configuring PingAM with LDAP, Active
Directory, PingFederate, and cloud applications.
5. Security & Compliance: Implementing secure authentication, identity
management, and compliance standards like GDPR, HIPAA.
6. Troubleshooting & Optimization: Analyzing logs, debugging authentication
flows, and optimizing performance under complex scenarios.
,2
Question 1:
Which PingAM component is primarily responsible for enforcing
access policies at runtime?
A) Policy Server
B) Authentication Server
C) Policy Decision Point (PDP)
D) Directory Server
Answer: C) Policy Decision Point (PDP)
Rationale:
The Policy Decision Point evaluates incoming requests against
access policies and determines whether to allow or deny
access. While the Policy Server manages policies, the PDP
enforces them in real-time.
Question 2:
In PingAM, which protocol is typically used for single sign-on
(SSO) across web applications?
A) OAuth 2.0
B) SAML 2.0
C) OpenID Connect
D) LDAP
,3
Answer: B) SAML 2.0
Rationale:
SAML 2.0 is the standard protocol for web-based SSO, allowing
users to authenticate once and access multiple services. OAuth
2.0 and OpenID Connect are more common for APIs and mobile
applications.
Question 3:
What is the purpose of a PingAM Agent in a reverse proxy
deployment?
A) To store user credentials
B) To intercept and enforce policies on incoming requests
C) To act as a directory server
D) To issue tokens for OAuth 2.0
Answer: B) To intercept and enforce policies on incoming
requests
Rationale:
PingAM Agents are deployed on web servers or proxies to
intercept requests, evaluate policies, and enforce access control
without exposing backend servers.
Question 4:
, 4
Which token format is compact, self-contained, and widely
used in OAuth 2.0 and OpenID Connect?
A) SAML Assertion
B) JWT (JSON Web Token)
C) Kerberos Ticket
D) X.509 Certificate
Answer: B) JWT (JSON Web Token)
Rationale:
JWT is a lightweight, self-contained token that carries claims
about a user and is widely used for authorization in modern
applications.
Question 5:
Which PingAM feature allows administrators to delegate
authentication to an external identity provider?
A) Agent Configuration
B) Federation
C) Policy Enforcement
D) Session Management
Answer: B) Federation
Rationale:
Federation allows PingAM to trust external identity providers