Prep Exam (Latest Update 2026/2027)
Questions and Verified Answers | 100%
Correct | Grade A.
1. What is the primary objective of a penetration test?
A. To guarantee complete system security
B. To identify and exploit vulnerabilities in a controlled manner
C. To permanently remove malware from systems
D. To replace vulnerability assessments
Rationale: A penetration test simulates real-world attacks to identify
exploitable weaknesses before malicious actors do. Unlike vulnerability
assessments, penetration testing validates whether vulnerabilities can
actually be exploited and evaluates the potential business impact.
2. During which phase of a penetration test is publicly available
information about the target collected?
A. Exploitation
B. Reconnaissance
C. Reporting
D. Post-exploitation
,Rationale: Reconnaissance is the first stage of a penetration test and
involves collecting information from public records, websites, DNS
records, search engines, and social media. This intelligence helps
attackers and ethical hackers understand the target environment before
launching attacks.
3. Which type of reconnaissance involves directly interacting with
the target?
A. Passive reconnaissance
B. Active reconnaissance
C. OSINT reconnaissance
D. Physical reconnaissance
Rationale: Active reconnaissance involves direct interaction with the
target environment, such as performing port scans or banner grabbing.
Passive reconnaissance relies solely on publicly available information
without alerting the target.
4. Which tool is commonly used for network discovery and port
scanning?
A. Wireshark
B. Nmap
C. Metasploit
D. John the Ripper
Rationale: Nmap is one of the most widely used penetration testing
tools for discovering hosts, identifying open ports, detecting operating
,systems, and enumerating services. It provides valuable reconnaissance
data for later attack phases.
5. What does OSINT stand for?
A. Operating System Integrated Network Testing
B. Open Security Internet Technology
C. Open Source Intelligence
D. Online Security Investigation Tool
Rationale: Open Source Intelligence (OSINT) refers to gathering
information from publicly accessible sources such as websites, social
media, DNS records, WHOIS databases, and public repositories. OSINT
plays a significant role in reconnaissance.
6. Which Nmap option performs a SYN scan?
A. -sV
B. -sS
C. -O
D. -A
Rationale: The -sS option performs a TCP SYN (half-open) scan, making it
faster and less detectable than a full TCP connect scan. It is commonly
used during penetration tests to identify listening services.
7. What is the primary purpose of banner grabbing?
, A. Encrypt network traffic
B. Block incoming packets
C. Identify service and software versions
D. Disable vulnerable services
Rationale: Banner grabbing collects information exposed by services
during communication, including software names and version numbers.
This helps identify known vulnerabilities associated with those services.
8. Which protocol commonly operates on TCP port 22?
A. FTP
B. Telnet
C. SSH
D. SMTP
Rationale: SSH operates on TCP port 22 and provides secure encrypted
remote administration. Unlike Telnet, SSH encrypts authentication
credentials and session data.
9. What is the main purpose of vulnerability scanning?
A. Delete compromised files
B. Install security updates automatically
C. Identify known vulnerabilities in systems
D. Replace penetration testing
Rationale: Vulnerability scanning identifies known weaknesses by
comparing system configurations and software versions against