Cisco 350-701 Practice Test - Questions Answers, Page 17
List of questions
Question 161

What provides the ability to program and monitor networks from somewhere other than the DNAC GUI?
NetFlow
desktop client
ASDM
API
Question 162

An organization has two machines hosting web applications. Machine 1 is vulnerable to SQL injection while machine 2 is vulnerable to buffer overflows. What action would allow the attacker to gain access to machine 1 but not machine 2?
sniffing the packets between the two hosts
sending continuous pings
overflowing the buffer's memory
inserting malicious commands into the database
Question 163

An organization is trying to improve their Defense in Depth by blocking malicious destinations prior to a connection being established. The solution must be able to block certain applications from being used within the network. Which product should be used to accomplish this goal?
Cisco Firepower
Cisco Umbrella
ISE
AMP
Cisco Umbrella protects users from accessing malicious domains by proactively analyzing and blocking unsafe destinations – before a connection is ever made. Thus it can protect from phishing attacks by blocking suspicious domains when users click on the given links that an attacker sent.
Question 164

A company is experiencing exfiltration of credit card numbers that are not being stored on-premise.
The company needs to be able to protect sensitive data throughout the full environment. Which tool should be used to accomplish this goal?
Security Manager
Cloudlock
Web Security Appliance
Cisco ISE
Cisco Cloudlock is a cloud-native cloud access security broker (CASB) that helps you move to the cloud safely. It protects your cloud users, data, and apps. Cisco Cloudlock provides visibility and compliance checks, protects data against misuse and exfiltration, and provides threat protections against malware like ransomware.
Question 165

An engineer is trying to securely connect to a router and wants to prevent insecure algorithms from being used.
However, the connection is failing. Which action should be taken to accomplish this goal?
Disable telnet using the no ip telnet command.
Enable the SSH server using the ip ssh server command.
Configure the port using the ip ssh port 22 command.
Generate the RSA key using the crypto key generate rsa command.
In this question, the engineer was trying to secure the connection so maybe he was trying to allow SSH to the device. But maybe something went wrong so the connection was failing (the connection used to be good). So maybe he was missing the "crypto key generate rsa" command.
Question 166

A network administrator is using the Cisco ESA with AMP to upload files to the cloud for analysis. The network is congested and is affecting communication. How will the Cisco ESA handle any files which need analysis?
AMP calculates the SHA-256 fingerprint, caches it, and periodically attempts the upload.
The file is queued for upload when connectivity is restored.
The file upload is abandoned.
The ESA immediately makes another attempt to upload the file.
The appliance will try once to upload the file; if upload is not successful, for example because of connectivity problems, the file may not be uploaded. If the failure was because the file analysis server was overloaded, the upload will be attempted once more.
Reference: https://www.cisco.com/c/en/us/support/docs/security/email-security-appliance/118796-technoteesa-00.htmlIn this question, it stated "the network is congested" (not the file analysis server was overloaded) sotheappliance will not try to upload the file again.
Question 167

Which type of algorithm provides the highest level of protection against brute-force attacks?
PFS
HMAC
MD5
SHA
Question 168

What must be configured in Cisco ISE to enforce reauthentication of an endpoint session when an endpoint is deleted from an identity group?
posture assessment
CoA
external identity source
SNMP probe
Cisco ISE allows a global configuration to issue a Change of Authorization (CoA) in the Profiler Configuration page that enables the profiling service with more control over endpoints that are already authenticated.
One of the settings to configure the CoA type is "Reauth". This option is used to enforce reauthentication of an already authenticated endpoint when it is profiled.
Reference: https://www.cisco.com/c/en/us/td/docs/security/ise/1-3/admin_guide/b_ise_admin_guide_13/ b_ise_admin_guide_sample_chapter_010101.html
Question 169

A network administrator is configuring a rule in an access control policy to block certain URLs and selects the "Chat and Instant Messaging" category. Which reputation score should be selected to accomplish this goal?
1
3
5
10
We choose "Chat and Instant Messaging" category in "URL Category":
To block certain URLs we need to choose URL Reputation from 6 to 10.
Question 170

Which group within Cisco writes and publishes a weekly newsletter to help cybersecurity professionals remain aware of the ongoing and most prevalent threats?
PSIRT
Talos
CSIRT
DEVNET
Talos Threat Source is a regular intelligence update from Cisco Talos, highlighting the biggest threats each week and other security news.
Reference: https://talosintelligence.com/newsletters
Question