ASSESSMENT ACTUAL EXAM 2025/2026 ACCURATE
QUESTIONS WITH CORRECT DETAILED ANSWERS ||
100% GUARANTEED PASS
<RECENT VERSION>
1. Cryptography - ANSWER ✓ the science that studies encryption, which is
the hiding of messages so that only the sender and receiver can read them.
Cybersecurity, computer science, programming, and other IT career fields
require a conceptual understanding of cryptography and familiarity with its
basic vocabulary.
2. Caesar Cypher - ANSWER ✓ letter-by-letter method to make a cipher. For
each letter, substitute another letter 4 letters ahead. For "a", write "d".
3. Employee B sends Employee A an encrypted message. What does employee
A use to decrypt the message from employee B - ANSWER ✓ Employee As
private key
4. Advanced encryption system (AES) - ANSWER ✓ is an example of a
symmetric algorithm. RSA, SHA, and MD5 are not symmetric algorithms.
5. Employee A created a secret key and wants to send it to Employee B
without any coworkers being able to decrypt the message. Which key needs
to encrypt the message? - ANSWER ✓ Employee B's public key
6. Which type of cipher is ChaCha? - ANSWER ✓ stream
7. What is the key size for RC4 with WEP? - ANSWER ✓ 40 bits
,8. What is the length (in bits) of an MD5 hash output? - ANSWER ✓ 128 bits
9. Which mode encrypts each group with the same key, leaving each group
independent of the others? - ANSWER ✓ ECB Electronic Code Book (ECB)
is a simple mode of operation with a block cipher that's mostly used with
symmetric key encryption. It is a straightforward way of processing a series
of sequentially listed message blocks. The input plaintext is broken into
numerous blocks.
10.ECB - ANSWER ✓ Electronic Code Book
11.Which mode of block encryption results in the same outcome for matching
blocks of a plaintext message? - ANSWER ✓ Electronic Code Book (ECB)
12.Which encryption mode always produces the same result for the same
plaintext? - ANSWER ✓ Electronic Code Book (ECB)
13.Skipjack - ANSWER ✓ Promoted by the NSA. Skipjack uses an 80-bit key,
supports the same four modes of operation as DES, and operates on 64-bit
blocks of text. Skipjack provides cryptographic routines in support of
Clipper and Capstone. Skipjack faced public opposition because it was
developed so that the government could maintain information enabling legal
authorities (with a search warrant or approval of the court) to reconstruct a
Skipjack access key and decrypt private communications between affected
parties.
14.How many transformation rounds does AES use with a 192-bit key? -
ANSWER ✓ 12
15.How many transformation rounds does AES use with a 128-bit key? -
ANSWER ✓ 10
16.What should be used when large amounts of data need to be encrypted and
decrypted for secure storage based on groupings of 128, 192, or 256 bits? -
ANSWER ✓ symmetric block
,17.Why is symmetric stream used to encrypt video when speed is a major
concern? - ANSWER ✓ It uses the same key to encrypt and decrypt large
amounts of media.
18.Why should an asymmetric public key be used to encrypt a symmetric key
that is being sent to one person? - ANSWER ✓ It encrypts a small amount of
information, which is decrypted with the corresponding private key.
19.Which type of attacks are Diffie-Hellman methods vulnerable to? -
ANSWER ✓ Man-in-the-middle
20.Which mechanism mitigates a copy-and-paste attack when using AES? -
ANSWER ✓ Output feedback (OFB) loop
21.Which mechanism can be used to ensure perfect forward secrecy during key
exchange when using symmetric encryption? - ANSWER ✓ ECDH
22.Which encryption component ensures that the compromise of a long-term
key prevents the compromise of any previous session keys? - ANSWER ✓
Forward secrecy
23.What can XOR use as a pseudorandom number to create unique ciphertext?
- ANSWER ✓ Initialization vector
24.How does cipher block chaining (CBC) create randomness in a second block
after encrypting the first block with an initialization vector (IV)? -
ANSWER ✓ Uses the results of the IV to encrypt the next block
25.How is information about Bitcoin transactions stored? - ANSWER ✓
Distributed peer-to-peer network
26.What is one of the primary characteristics of a blockchain in the context of
Bitcoin? - ANSWER ✓ Adding blocks to a blockchain is computationally
expensive.
27.What is the length (in bits) of the private key used to sign transactions and
associated with an individual wallet in the context of Bitcoin? - ANSWER ✓
256
, 28.Which certificate management process involves key recovery? - ANSWER
✓ Issued
29.Which task does a root CA perform before publishing its own certificate? -
ANSWER ✓ Signing it with its private key
30.Which algorithm is used to generate the thumbprint of a certificate? -
ANSWER ✓ SHA-1
31.Large volumes of plaintext need to be encrypted, and the encryption keys
need to be securely distributed.Which approach should be used for
encryption and distribution? - ANSWER ✓ Encrypt by using symmetric
keys and distribute by using asymmetric keys
32.What is the role of a key in asymmetric encryption and decryption? -
ANSWER ✓ A public key is used for encryption, and a private key is used
for decryption.
33.A security analyst is validating the integrity and authenticity of a data
transaction.Which PKI component is being used? - ANSWER ✓ Digital
signature
34.Which PKI component generates digital certificates? - ANSWER ✓
Certificate authority (CA)
35.What is the maximum length (in bits) of encryption keys used by the WEP
protocol? - ANSWER ✓ 40
36.What is a difference between WPA-Enterprise and WPA-Personal? -
ANSWER ✓ Support for an authentication server
37.Which cipher is used with WEP? - ANSWER ✓ RC4
38.How does TKIP improve WPA over WEP? - ANSWER ✓ Hashes the
initialization vector and secret key