WorksheetsCipher Quest Round 1&2 Combined Set 1
Total questions: 20
Worksheet time: 7mins
The more of me you take, the more you leave behind. What am I?
Time
Footsteps
Memories
Life
Guess the logo
Ferrari
Mclaren
Nike
Reebok
what number replaces the question mark
5
12
9
7
Guess the flag
Luxembourg
Netherlands
Germany
United States
Guess the Word
Caveman
Early Man
Cave Dweller
Cave Person
Which is the Standard Protocol used for retrieving E-mail from a mail server?
SMTP
POP3
HTTP
FTP
is JVM platform dependent or independent?
Platform Independent
Platform Dependent
None of the Above
Both a & b
In java the keyword this refers to ?
Parent class
Current object
Child class
Static method
Which protocol is connection-oriented?
UDP
TCP
HTTP
FTP
class Test {
public static void main(String[] args) {
String s1 = "hello";
String s2 = new String("hello");
System.out.println(s1 == s2);
}
}
true
false
hello
Error
2. Which protocol is commonly used to securely transfer files over the Internet?
FTP
HTTP
SFTP
SMTP
In cybersecurity, a “zero-day vulnerability” refers to:
A virus that activates after 30 days
A vulnerability unknown to the vendor
A password reset attempt
A malware detected by antivirus
Which tool is widely used for network packet analysis?
Wireshark
MS Word
Jenkins
Git
Which type of attack involves overwhelming a server with traffic?
SQL Injection
Man-in-the-Middle
DDoS
Phishing
Which of these is NOT a two-factor authentication method?
Password + OTP
Password + Security Token
Password + Biometric
Password + Username
Which programming language is most commonly used for malware development?
Python
C/C++
Java
SQL
Which type of malware records keystrokes to steal sensitive data?
Spyware
Keylogger
Rootkit
Worm
Which encryption algorithm is commonly used in Bitcoin transactions?
SHA-256 + ECDSA
AES
RSA
MD5
Which vulnerability allows attackers to execute arbitrary commands on a host?
Command Injection
SQL Injection
Clickjacking
Buffer Overflow
Which framework is widely used for penetration testing automation?
Kali Linux
Metasploit
Snort
Nessus
