Computer Knowledge · General Awareness
Information Security
4,143 Questions
Information security involves protecting computer systems and data from unauthorized access, cyber threats, and damage. It is a core part of the computer knowledge section in various banking and government exams. Practicing these concepts helps in understanding digital signatures, network security, and access control effectively.
Cybersecurity threatsAccess controlCryptography basicsSecurity risk managementDatabase protection
Information Security Questions
-
malicious intent
-
sabotage
-
accident error
-
espionage agent
-
none of these
-
is a notice issued and verified by a certificate authority that guarantees whether a user or Web site is legitimate or not
-
provides private-key encryption of all data that passes between a client and a server
-
allows users to choose an encryption scheme for the data that passes between a client and a server
-
uses a public-key encryption to secure credit-card transaction systems
-
none of these
D
Correct answer
Explanation
SET (Secure Electronic Transaction) is a protocol for securing credit card transactions over networks. It uses public-key encryption (digital certificates) to authenticate both merchants and cardholders, ensuring secure payment processing. Options A, B, and C describe other security concepts (digital certificates, SSL, and encryption choice respectively).
-
Restrict access to the Web server; keep a minimum number of ports open
-
Limit the users who can load software, edit or add files
-
Add demo programs, so that users can test system without accessing production data
-
Remove unnecessary compilers and interpreters
-
None of these
-
biometrics
-
compression
-
encryption
-
ergonomics
-
none of these
C
Correct answer
Explanation
Encryption transforms data into an unreadable format that can only be reversed with the correct decryption key. Without decryption, the altered data is completely unusable for its intended purpose.
-
symmetric cryptosystem
-
asymmetric cryptosystem
-
block cypher
-
digital signature
-
none of these
-
denial of service
-
spoofing
-
phishing
-
eavesdropping
-
virus
D
Correct answer
Explanation
Interception of communications by an unauthorised party is called eavesdropping.
-
an undocumented way of gaining access to a system that is built into the system
-
a program or subsection of a program designed with malevolent intent
-
a program or code fragment that hides inside a program and performs a disguised function
-
a self contained and independent program that is usually designed to propagate or spawn itself on infected systems and to seek other systems via available networks
-
anything that can disrupt the operation, functioning, integrity or availability of a network or system
B
Correct answer
Explanation
A program or subsection of a program designed with malevolent intent is called logic bomb.
-
data is secure
-
data is insecure
-
data is abstract
-
none of the above
-
public key
-
private key
-
symmetric
-
none of these
A
Correct answer
Explanation
RSA (Rivest-Shamir-Adleman) is a public-key (asymmetric) cryptography algorithm. It uses a pair of keys: a public key for encryption and a private key for decryption. This is different from symmetric cryptography (like AES) which uses the same key for both operations.
-
CspParameters
-
RandomNumberGenerator
-
AesCryptoServiceProvider
-
CspKeyConatinerInfo
-
CngKey
D
Correct answer
Explanation
This .NET cryptographic class provides additional information about a cryptographic key pair.
-
CryptographicException
-
CryptographicAttributeObject
-
CryptographicUnexpectedOperationException
-
CngKey
-
ProtectedData
C
Correct answer
Explanation
In this .NET cryptographic class, this exception is thrown when an unexpected operation occurs during a cryptographic operation.
-
Transport layer security
-
Message authentication code
-
Non repudiation
-
Stateful inspection firewall
-
Secure socket layer
E
Correct answer
Explanation
In this security mechanism, the hash used in the Certificate Verify message is the two-step hash of the hand-shake messages plus a pad and the master secret.
-
Message integrity check
-
Stateful inspection firewall
-
Guard
-
Transport layer security
-
Sender authenticity
C
Correct answer
Explanation
This security technique can provide the degree of control is limited only by what is computable.
-
Pretty good privacy
-
The certificate scheme
-
Proc-Type
-
Transport layer security
-
Stateful inspection firewall
A
Correct answer
Explanation
This security standard encrypts the session key under the recipient's public key depending on confidentiality, integrity, etc.
-
Message authentication code
-
Transport layer security
-
The certificate scheme
-
DEK-Info
-
Secure electronic transaction
E
Correct answer
Explanation
SET encompasses the dealings between the credit card holders, vendors, card issuing bank, etc.