Available Number of Questions: Maximum of
147 Questions
Exam Name: Securing Email with Cisco Email Security Appliance
Exam Duration: 90 Minutes
Related Certification(s):
Cisco CCNP, Cisco CCNP Security Certifications
Cisco 300-720 Exam Topics - You’ll Be Tested in Actual Exam
What surprises most candidates is how often the exam wants you to think in mail flow, not menus. You need to picture where a message is in the pipeline, which engine touches it next, and what a change will break. Administration shows up everywhere, but not as trivia. You are judged on whether you can set up policies, track mail in logs, and make sane choices about delivery and quarantines when users complain that something vanished. Spam control with Talos SenderBase and antispam is a big deal because you must reason about reputation, verdicts, and how aggressive settings ripple into false positives and user trust. Filtering is where people stumble. Content and message filters look simple until you must predict which condition matches first and how an action interacts with later processing, especially when combined with authentication results. LDAP and SMTP sessions test whether you understand the conversation between systems, like recipient validation, directory lookups, and why a reject is different from a bounce. Email authentication and encryption are not treated as theory. You need to know how identity signals affect policy decisions and when encryption should trigger or fail safely. If you study, keep replaying end to end scenarios and force yourself to explain each decision point out loud before you touch the next setting.
Cisco 300-720 Exam Short Quiz
Attempt this Cisco 300-720 exam quiz to self-assess your preparation for the actual Cisco Securing Email with Cisco Email Security Appliance exam. CertBoosters also provides premium Cisco 300-720 exam questions to pass the Cisco Securing Email with Cisco Email Security Appliance exam in the shortest possible time. Be sure to try our free practice exam software for the Cisco 300-720 exam.
1of 0 questions |
Cisco 300-720 Exam Quiz
✓ 0 answered
🔖 0 bookmarked
Cisco300-720
Q1:
Which type of DNS record would contain the following line, which references the DKIM public key per RFC 6376?
A company has recently updated their security policy and now wants to drop all email messages larger than 100 MB coming from external sources. The Cisco Secure Email Gateway is LDAP integrated and all employee accounts are in the group "Employees". Which filter rule configuration provides the desired outcome?
○
Aif (mail-from-group == 'Employees') and (body-size > '100M') {drop()}
○
Bif (mail-from-group != 'Employees') and (body-size > 100M) {drop();}
○
Cif (mail-from-group == 'Employees') and (body-size > 100M) {bounce();}
○
Dif ('mail-from-group != Employees') and (body-size > 100M) {drop();}
Cisco300-720
Q3:
The CEO added a sender to a safelist but does not receive an important message expected from the trusted sender. An engineer evaluates message tracking on the Cisco Secure Email Gateway appliance and determines that the message was dropped by the antivirus engine. What is the reason for this behavior?
○
AThe sender is included in an ISP blocklist
○
BAdministrative access is required to create a safelist.
○
CThe sender didn't mark the message as urgent
○
DEnd-user safelists apply to antispam engines only.
Cisco300-720
Q4:
An administrator manipulated the subnet mask but was still unable to access the user interface. How must the administrator access the Cisco Secure Email Gateway appliance to perform the initial configuration?
○
AUse the serial or console port
○
BUse the management port
○
CUse the data 2 port
○
DUse the data 1 port
Cisco300-720
Q5:
A Cisco Secure Email Gateway appliance is processing many messages that are sent to invalid recipients verification. Which two steps are required to accomplish this task? (Choose two.)
☐
AEnable external LDAP authentication
☐
BConfigure the LDAP query on a listener
☐
CConfigure LDAP server profiles
☐
DEnable LDAP authentication on a listener
☐
EConfigure incoming mail policy to query LDAP server