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

Multiple choice
  1. Phishing

  2. Zombie

  3. Click fraud

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

(3) Click fraud is a type of cyber crime that occurs in pay per click online advertising when a person, automated script or computer program imitates a legitimate user of a web browser by clicking on an ad for the purpose of generating a charge per click without having actual interest in the target of the ad’s link.

Multiple choice
  1. It refers that the information available should not be changed during or after the transaction.

  2. It refers that the information should be available whenever and wherever it isrequired.

  3. It ensures that the information should not be accessible by the unauthorised person.

  4. It ensures that the information should be protected against the denial of order or denial of payment for the sender and recipient.

  5. Both (3) and (4)

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is true about non-repudiability in E-Commerce Security Systems.

Multiple choice
  1. authentication

  2. identification

  3. data storage

  4. application processing

  5. payment processing

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

This is not the task of smart card.

Multiple choice
  1. skimmer

  2. captcha

  3. doodle

  4. phishing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

(2) CAPTCHA is a type of challenge-response test used in computing as an attempt to ensure that the response is generated by a human being. The process usually involves a computer asking a user to complete a simple test which the computer is able to grade.

Multiple choice
  1. skimming

  2. bullying

  3. carding

  4. Phishing

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

(3) Carding is a term used for the process to verify the validity of stolen card data. The thief presents the card information on a website that has real-time transaction processing. If the card is processed successfully, the thief knows that the card is still good. The specific item purchased is immaterial and the thief does not need to purchase an actual product; a web site subscription or charitable donation would be sufficient.

Multiple choice
  1. email bombing

  2. spamming

  3. cyberstalking

  4. phishing

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

(4) Phishing is the attempt to acquire sensitive information such as usernames, passwords and credit card details (and sometimes, indirectly, money), often for malicious reasons, by masquerading as a trustworthy entity in an electronic communication.

Multiple choice
  1. Ctrl, Shift, Alt, special symbols, numbers, characters

  2. Ctrl, Alt, special symbols, numbers, characters

  3. Ctrl, Shift, Alt, numbers, characters

  4. Ctrl, Shift, Alt, special symbols, numbers

  5. Special symbols, numbers, characters

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Special symbols, numbers and characters are used to make passwords strong.

Multiple choice
  1. Login password

  2. Transaction password

  3. PIN

  4. OTP

  5. Transaction password and PIN

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

A one-time password (OTP) is a password that is valid for only one login session or transaction. OTPs avoid a number of shortcomings that are associated with static passwords. The most important shortcoming that is addressed by OTPs is that, in contrast to static passwords, they are not vulnerable to replay attacks. This means that a potential intruder who manages to record an OTP that was already used to log into a service or to conduct a transaction will not be able to abuse it, since it will be no longer valid.

Multiple choice
  1. HTTP

  2. HTTPS

  3. SMTP

  4. MAPI

  5. IMPS

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Hyper Text Transfer Protocol Secure (HTTPS) is a secure version of the Hyper Text Transfer Protocol (HTTP). HTTPS allows secure e-commerce transactions, such as online banking. Web browsers such as Internet Explorer and Firefox display a padlock icon to indicate that the website is secure, as it also displays https:// in the address bar. When a user connects to a website via HTTPS, the website encrypts the session with a Digital Certificate. A user can tell if they are connected to a secure website or  if the website URL begins with https:// instead of http://.

Multiple choice
  1. Public

  2. Private

  3. Protected

  4. Only 1 and 2

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In cryptography, both public and private keys are used for encryption and decryption. Public key encryption uses a key pair - one public (shared) for encryption and one private (secret) for decryption, or vice versa for digital signatures. Symmetric encryption uses a single shared key, while asymmetric uses the public/private pair.