Review the filter log exhibit.

What is happening to this inbound email?
Answer : C
The correct answer is C. The email was rejected due to its excessive size.
From the filter-log exhibit, the key indicator is the rejection entry that shows a Message Size Violation response. That tells you the Protection Server accepted enough of the SMTP transaction to evaluate the message, but then rejected it because it exceeded the configured size threshold. In other words, this is not a transport drop, not a normal successful delivery, and not a timeout caused by lengthy processing. The decisive clue is the size-related rejection text in the log.
This kind of event belongs to the Mail Flow topic because it reflects SMTP-time handling and message acceptance controls. Proofpoint applies a series of processing steps as mail is received, including connection checks, MIME inspection, attachment evaluation, and policy enforcement. When the message exceeds the allowed size, the server returns a rejection tied to that violation instead of continuing with normal acceptance and delivery.
Why the other choices are incorrect:
A is wrong because the log does not indicate that the sender disconnected before the transaction could complete.
B is wrong because the message was not delivered successfully; it was explicitly rejected.
D is wrong because the evidence points to a size violation, not a processing-time threshold breach.
So the complete interpretation of the exhibit is that the inbound message was rejected because it was too large, which makes Answer C the verified course-aligned choice.
If an email is incorrectly filtered as spam, what should an administrator do first when reviewing the filter logs?
Answer : B
When an administrator investigates a false positive in Proofpoint, the first objective is to determine exactly what rule or final action caused the message to be handled as spam. Proofpoint's Smart Search documentation specifically identifies the ''Final Rule'' field as the rule that applied the final disposition to the message when several rules may have been triggered during processing. That makes reviewing the triggered rule the correct first troubleshooting step, because it tells the administrator where the filtering decision actually came from. Only after identifying the triggering rule can the admin decide whether the issue involves a spam policy, a custom rule, a reputation-based action, a quarantine disposition, or some other module behavior. Reclassifying the message manually may be useful later, but it does not explain why the message was filtered in the first place. Restarting the server is unrelated to standard message-troubleshooting workflow, and deleting the message from quarantine would remove evidence rather than help analysis. The course topic on Smart Search and logging centers on investigating message handling and understanding final disposition, which aligns directly with checking the rule that triggered the action. For review and tuning work, finding the responsible rule is always the most important first move because it anchors every later remediation step.
When using Smart Search to access the MTA Log during troubleshooting, what type of information does the MTA Log contain?
Answer : A
The correct answer is A. Records of email deliveries, showing timestamps and recipient details. Proofpoint's Smart Search guidance explains that administrators can use Smart Search as a message-tracing tool, and the MTA log is part of that troubleshooting workflow for following message movement and delivery-related events. In practical terms, that means the MTA log is about transport activity: when mail was processed, where it was delivered, and which recipients were involved.
The other options describe different categories of information. Configuration parameters belong to administrative configuration areas, not the MTA log. User logins and interface actions are audit-log type events rather than mail-transfer events. Aggregated mail-volume statistics are reporting or monitoring outputs, not the detailed transport records you access from Smart Search when troubleshooting a specific message path. The MTA log exists to help administrators understand delivery behavior at the message level, especially when tracing accepted, deferred, relayed, or failed mail.
In the Threat Protection Administrator course, Smart Search and logging are taught as core operational tools for message investigation. When an administrator pivots from Smart Search into MTA logs, they are looking for delivery evidence and transport detail. That is why the correct answer is A: the MTA log contains records of email deliveries, including timestamps and recipient details.
Which Email Firewall features should be used together to mitigate directory harvest attacks?
Answer : B, E
Directory harvest attacks try to discover valid recipient addresses by sending large numbers of SMTP recipient attempts and observing which addresses are accepted or rejected. In Proofpoint's layered connection-level defenses, Recipient Verification and SMTP Rate Control are the two features that work together most directly against this problem. Recipient Verification checks whether the addressed mailbox is valid, while SMTP Rate Control helps detect and automatically block or throttle abusive SMTP connection behavior. Proofpoint's published spam detection material describes connection-level analysis that includes recipient verification and Dynamic Reputation, and then states that based on this analysis, SMTP rate control is used to automatically block or throttle malicious connections, providing strong protection against directory harvest and denial-of-service attacks. That pairing is exactly what makes these two options the correct answer. Outbound Throttle is aimed at controlling excessive outbound mail from accounts, not inbound recipient enumeration. Dictionaries are content and pattern controls, not recipient-existence validation controls. Bounce Management deals with BATV-style handling of backscatter, which is a different problem space. The Threat Protection Administrator course topic list also places SMTP Rate Control and Recipient Verification together under the same operational area, reinforcing that they are complementary controls for this class of attack. For a directory harvest scenario, these are the right two protections to deploy together.
You have just been licensed to export the Smart Search data from your PoD protection server in JSON format. Where would you create the API keys needed by your SIEM to ingest the JSON stream?
Answer : A
The correct answer is A. Admin UI on port 10000 of the PoD. Proofpoint's hosted-cluster administration guidance notes that the accounts admin, and in hosted clusters the podadmin, can access the Admin GUI by direct login to port 10000 of the Proofpoint cluster. That direct administrative interface is the location associated with the underlying PoD administrative controls rather than the higher-level cloud portals used for threat investigation or dashboarding.
Additional integration guidance from Cortex XSOAR's Proofpoint Protection Server integration shows that API access for Proofpoint environments is tied to administrator roles with API permissions, and for on-premise or management-interface scenarios the API role is created in the management interface itself. That reinforces the course logic that SIEM-facing API credentials are created in the core administrative interface, not in TAP or general threat dashboards.
The other options are therefore incorrect in the course context. The TAP Dashboard is for targeted attack visibility and investigation, and the Threat Protection portal is used for operational threat workflows, not for creating the PoD-side API keys referenced in this question. Because the exam wording specifically mentions Smart Search data from your PoD protection server in JSON format, the administrative creation point is the direct PoD Admin UI on port 10000. That is the option aligned with the product's administrative model and with the expected course answer.
In the context of email authentication, what is added to the headers of an email message that includes a selector and a hash of the values of selected message headers?
Answer : D
The correct answer is DKIM Signature because DKIM works by adding a cryptographic signature into the message headers. That header contains information such as the signing domain and a selector, and the signature is generated from selected parts of the message, including specific headers and sometimes the body hash. Proofpoint's DKIM reference explains that the ''s='' value in the DKIM-Signature header is the selector, which is used to locate the correct public key in DNS for signature validation. This is the exact clue that matches the question wording about a selector being included in the header.
The other choices do not fit what the question describes. SPF is a DNS-based sender authorization check and is not inserted as a cryptographic signature header in the message. DMARC is a policy framework that tells receivers how to treat mail that fails SPF or DKIM alignment, and ARC is used to preserve authentication assessment across forwarding chains rather than being the core sender signature described here. In the Proofpoint administrator context, DKIM is one of the key email authentication controls because it helps prove message integrity and domain-associated signing. So when the course asks which item adds a header containing a selector and a hash-based signature over selected header values, that is the DKIM Signature.
Which application do you use to update the SSO configuration for Federated Authentication for your Proofpoint Cloud Services, including TAP, Cloud Admin, and NPRE?
Answer : D
The correct answer is D. Unified Management Portal. Proofpoint's cloud administration guidance identifies the Unified Management experience as the central place for identity and access administration across multiple Proofpoint cloud services. In the course context, federated authentication for services such as TAP, Cloud Admin, and NPRE is managed through this unified cloud identity layer rather than through one individual service portal.
This is an important distinction because cloud-service SSO settings are not necessarily managed inside each standalone product interface. The Threat Protection Administrator course separates Protection Server-local authentication concepts from broader cloud-service federation. TAP, Cloud Admin, and related cloud services rely on a centralized identity-management approach, which is why the Unified Management Portal is the correct answer. The Cloud Admin Portal itself is used for service administration, but it is not the intended answer for where federated authentication configuration is updated across the broader Proofpoint cloud-service set.
The other options do not align with the product role being tested. ''Cloud Security Dashboard'' is not the standard identity-management answer here, and ''User Management Portal'' is not the expected course term for this specific cross-service federated-authentication control point. Therefore, the course-aligned and verified answer is D. Unified Management Portal.