Cisco 350-701 Practice Test - Questions Answers, Page 21
List of questions
Question 201

An organization is implementing URL blocking using Cisco Umbrell a. The users are able to go to some sites but other sites are not accessible due to an error. Why is the error occurring?
Client computers do not have the Cisco Umbrella Root CA certificate installed.
IP-Layer Enforcement is not configured.
Client computers do not have an SSL certificate deployed from an internal CA server.
Intelligent proxy and SSL decryption is disabled in the policy
Other features are dependent on SSL Decryption functionality, which requires the Cisco Umbrella root certificate. Having the SSL Decryption feature improves:
Custom URL Blocking—Required to block the HTTPS version of a URL.
…U mbrella's Block Page and Block Page Bypass features present an SSL certificate to browsers that make connections to HTTPS sites. This SSL certificate matches the requested site but will be signed by the Cisco Umbrella certificate authority (CA). If the CA is not trusted by your browser, an error page may be displayed.
Typical errors include "The security certificate presented by this website was not issued by a trusted certificate authority" (Internet Explorer), "The site's security certificate is not trusted!" (Google Chrome) or "This Connection is Untrusted" (Mozilla Firefox). Although the error page is expected, the message displayed can be confusing and you may wish to prevent it from appearing.
To avoid these error pages, install the Cisco Umbrella root certificate into your browser or the browsers of your users—if you're a network admin.
Reference: https://docs.umbrella.com/deployment-umbrella/docs/rebrand-cisco-certificate-importinformation
Question 202

Which two aspects of the cloud PaaS model are managed by the customer but not the provider?
(Choose two)
virtualization
middleware
operating systems
applications
data
Customers must manage applications and data in PaaS.
Question 203

What is an attribute of the DevSecOps process?
mandated security controls and check lists
security scanning and theoretical vulnerabilities
development security
isolated security team
DevSecOps (development, security, and operations) is a concept used in recent years to describe how to move security activities to the start of the development life cycle and have built-in security practices in the continuous integration/
continuous deployment (CI/CD) pipeline. Thus minimizing vulnerabilities and bringing security closer to IT and business objectives.
Three key things make a real DevSecOps environment:
+ Security testing is done by the development team.
+ Issues found during that testing is managed by the development team.
+ Fixing those issues stays within the development team.
Question 204

An engineer notices traffic interruption on the network. Upon further investigation, it is learned that broadcast packets have been flooding the network. What must be configured, based on a predefined threshold, to address this issue?
Bridge Protocol Data Unit guard
embedded event monitoring
storm control
access control lists
Storm control prevents traffic on a LAN from being disrupted by a broadcast, multicast, or unicast storm on one of the physical interfaces. A LAN storm occurs when packets flood the LAN, creating excessive traffic and degrading network performance. Errors in the protocol-stack implementation, mistakes in network configurations, or users issuing a denial-of-service attack can cause a storm.
By using the "storm-control broadcast level [falling-threshold]" we can limit the broadcast traffic on the switch.
Question 205

Which two cryptographic algorithms are used with IPsec? (Choose two)
AES-BAC
AES-ABC
HMAC-SHA1/SHA2
Triple AMC-CBC
AES-CBC
Cryptographic algorithms defined for use with IPsec include:
+ HMAC-SHA1/SHA2 for integrity protection and authenticity.
+ TripleDES-CBC for confidentiality
+ AES-CBC and AES-CTR for confidentiality.
+ AES-GCM and ChaCha20-Poly1305 providing confidentiality and authentication together efficiently.
Question 206

In which type of attack does the attacker insert their machine between two hosts that are communicating with each other?
LDAP injection
man-in-the-middle
cross-site scripting
insecure API
Question 207

Which Dos attack uses fragmented packets to crash a target machine?
smurf
MITM
teardrop
LAND
A teardrop attack is a denial-of-service (DoS) attack that involves sending fragmented packets to a target machine. Since the machine receiving such packets cannot reassemble them due to a bug in TCP/IP fragmentation reassembly, the packets overlap one another, crashing the target network device. This generally happens on older operating systems such as Windows 3.1x, Windows 95, Windows NT and versions of the Linux kernel prior to 2.1.63.
Question 208

Why is it important to have logical security controls on endpoints even though the users are trained to spot security threats and the network devices already help prevent them?
to prevent theft of the endpoints
because defense-in-depth stops at the network
to expose the endpoint to more threats
because human error or insider threats will still exist
Question 209

Which type of API is being used when a security application notifies a controller within a softwaredefined network architecture about a specific security threat?
westbound AP
southbound API
northbound API
eastbound API
Question 210

When planning a VPN deployment, for which reason does an engineer opt for an active/active FlexVPN configuration as opposed to DMVPN?
Multiple routers or VRFs are required.
Traffic is distributed statically by default.
Floating static routes are required.
HSRP is used for faliover.
Question