Cisco 350-701 Practice Test - Questions Answers, Page 2
List of questions
Question 11

Which two capabilities does TAXII support? (Choose two)
Exchange
Pull messaging
Binding
Correlation
Mitigating
Question 12

Which two risks is a company vulnerable to if it does not have a well-established patching solution for endpoints? (Choose two)
exploits
ARP spoofing
denial-of-service attacks
malware
eavesdropping
Malware means "malicious software", is any software intentionally designed to cause damage to a computer, server, client, or computer network. The most popular types of malware includes viruses, ransomware and spyware. Virus Possibly the most common type of malware, viruses attach their malicious code to clean code and wait to be run.
Ransomware is malicious software that infects your computer and displays messages demanding a fee to be paid in order for your system to work again.
Spyware is spying software that can secretly record everything you enter, upload, download, and store on your computers or mobile devices. Spyware always tries to keep itself hidden.
An exploit is a code that takes advantage of a software vulnerability or security flaw.
Exploits and malware are two risks for endpoints that are not up to date. ARP spoofing and eavesdropping are attacks against the network while denial-of-service attack is based on the flooding of IP packets.
Question 13

Which PKI enrollment method allows the user to separate authentication and enrollment actions and also provides an option to specify HTTP/TFTP commands to perform file retrieval from the server?
url
terminal
profile
selfsigned
A trustpoint enrollment mode, which also defines the trustpoint authentication mode, can be performed via 3 main methods:
1. Terminal Enrollment β manual method of performing trustpoint authentication and certificate enrolment using copy-paste in the CLI terminal.
2. SCEP Enrollment β Trustpoint authentication and enrollment using SCEP over HTTP.
3. Enrollment Profile β Here, authentication and enrollment methods are defined separately. Along with terminal and SCEP enrollment methods, enrollment profiles provide an option to specify HTTP/TFTP commands to perform file retrieval from the Server, which is defined using an authentication or enrollment url under the profile.
Reference: https://www.cisco.com/c/en/us/support/docs/security-vpn/public-key-infrastructurepki/211333-IOSPKI-Deployment-Guide-Initial-Design.html
Question 14

What are two rootkit types? (Choose two)
registry
virtual
bootloader
user mode
buffer mode
The term 'rootkit' originally comes from the Unix world, where the word 'root' is used to describe a user with the highest possible level of access privileges, similar to an 'Administrator' in Windows. The word 'kit' refers to the software that grants root-level access to the machine. Put the two together and you get 'rootkit', a program that gives someone β with legitimate or malicious intentions β privileged access to a computer.
There are four main types of rootkits: Kernel rootkits, User mode rootkits, Bootloader rootkits, Memory rootkits
Question 15

Which form of attack is launched using botnets?
EIDDOS
virus
DDOS
TCP flood
A botnet is a collection of internet-connected devices infected by malware that allow hackers to control them.
Cyber criminals use botnets to instigate botnet attacks, which include malicious activities such as credentials leaks, unauthorized access, data theft and DDoS attacks.
Question 16

Which threat involves software being used to gain unauthorized access to a computer system?
virus
NTP amplification
ping of death
HTTP flood
Question 17

Which type of attack is social engineering?
trojan
phishing
malware
MITM
Phishing is a form of social engineering. Phishing attacks use email or malicious web sites to solicit personal, often financial, information. Attackers may send email seemingly from a reputable credit card company or financial institution that requests account information, often suggesting that there is a problem.
Question 18

Which two key and block sizes are valid for AES? (Choose two)
64-bit block size, 112-bit key length
64-bit block size, 168-bit key length
128-bit block size, 192-bit key length
128-bit block size, 256-bit key length
192-bit block size, 256-bit key length
The AES encryption algorithm encrypts and decrypts data in blocks of 128 bits (block size). It can do this using 128-bit, 192-bit, or 256-bit keys
Question 19

Which two descriptions of AES encryption are true? (Choose two)
AES is less secure than 3DES.
AES is more secure than 3DES.
AES can use a 168-bit key for encryption.
AES can use a 256-bit key for encryption.
AES encrypts and decrypts a key three times in sequence.
Question 20

Which algorithm provides encryption and authentication for data plane communication?
AES-GCM
SHA-96
AES-256
SHA-384
The data plane of any network is responsible for handling data packets that are transported across the network.
(The data plane is also sometimes called the forwarding plane.)
Maybe this Qwants to ask about the encryption and authentication in the data plane of a SD-WAN network (but SD-WAN is not a topic of the SCOR 350-701 exam?).
In the Cisco SD-WAN network for unicast traffic, data plane encryption is done by AES-256-GCM, a symmetrickey algorithm that uses the same key to encrypt outgoing packets and to decrypt incoming packets. Each router periodically generates an AES key for its data path (specifically, one key per TLOC) and transmits this key to the vSmart controller in OMP route packets, which are similar to IP route updates.
Reference:
https://www.cisco.com/c/en/us/td/docs/routers/sdwan/configuration/security/vedge/securitybook/security-overview.html
Question