Computer Knowledge ยท General Awareness

Information Security

4,634 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 softskills communication
  1. browsing for personal needs in office hours

  2. browsing for personal needs in collefe

  3. browsing in others computer

  4. browsing in others mobile

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

Cyberslacking refers to employees using internet access at work for personal purposes instead of job duties - social media, shopping, etc. Option B has 'collefe' typo, C and D describe unauthorized access to others' devices, which is hacking, not cyberslacking.

Multiple choice softskills communication
  1. Hacking into others system and finding out what they do

  2. Internet service provider collecting personal information of it clients and giving it to third parties

  3. hacking others mobile to find call logs information

  4. Browsers collecting information about popular site from users clicks

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

Data pimping is when ISPs collect and sell users' personal data to third parties for profit. Option A describes hacking/spying, C is about mobile hacking, D describes browser tracking - none match the ISP data brokerage model of pimping.

Multiple choice softskills communication
  1. foregone

  2. short-circuit

  3. properly

  4. involved

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

The correct answer is 'involved' because 'byzantine' describes something extremely complex, intricate, or convoluted - often used for bureaucratic procedures or systems with many complicated layers. This metaphor comes from the Byzantine Empire's reputation for elaborate political ceremonies and palace intrigues. 'Foregone', 'short-circuit', and 'properly' don't capture the complexity aspect.

Multiple choice softskills communication
  1. Always

  2. Some times

  3. Very Less

  4. Sending emails to undisclosed Recepient

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

BCC (Blind Carbon Copy) should be used when sending emails to undisclosed recipients who shouldn't see each other's addresses. This protects privacy and is appropriate for mass emails or when recipients shouldn't know who else received the message. The question is grammatically awkward but tests knowledge of when to use BCC.

Multiple choice softskills communication
  1. Credit card numbers

  2. Social security numbers

  3. Phone numbers

  4. Anything you wouldn't want shared with unknown parties, like social security numbers, credit card numbers, addresses, personal information

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

To determine the information that should never be emailed, the user should understand the importance of data security and privacy. Email is not a secure method of communication, and any sensitive information sent through email can be intercepted by hackers. Therefore, it is important to avoid sending any confidential information through email.

Option A: Credit card numbers should never be emailed as they are sensitive financial information that can be intercepted by hackers. This can lead to identity theft, unauthorized purchases, and other fraudulent activities.

Option B: Social security numbers are confidential personal information that should never be sent through email. This information can be used for identity theft, fraudulent activities, and other criminal activities.

Option C: Phone numbers are not necessarily confidential information, and they can be shared through email. However, it is important to verify the recipient's identity before sharing any sensitive information with them.

Option D: This option is correct in that any information that is sensitive, confidential, or private should not be sent through email. This includes social security numbers, credit card numbers, addresses, personal information, and any other information that the user would not want shared with unknown parties.

Therefore, the correct answer is:

The Answer is: D

Multiple choice technology databases
  1. True

  2. False

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

Modern database systems support multiple authentication methods including Windows Integrated Authentication, certificate-based authentication, and external providers. These allow users to authenticate without passwords.

Multiple choice technology web technology
  1. Basic access authentication

  2. Digest access authentication

  3. Integrated Windows Authentication

  4. Anonymous Access Authentication

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

Anonymous Access is not an authentication process at all - it allows access without verifying user identity. Basic, Digest, and Integrated Windows Authentication are all proper authentication methods that verify user credentials before granting access.

Multiple choice technology storage
  1. a and b

  2. a and c

  3. c and d

  4. All the above

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

Spoofing is a class of attacks where an attacker falsifies data to appear as a trusted entity, allowing unauthorized access to or destruction of data. Common types include IP spoofing (can target SANs) and email spoofing. Spoofing doesn't directly reduce availability - that would be a DoS attack.

Multiple choice technology security
  1. Cross site Scripting

  2. Injection flaws

  3. Privilege Escalation

  4. None of the above

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

Input Validation can filter malicious data to prevent XSS and injection attacks (SQL, command, LDAP). However, Privilege Escalation occurs when authorization logic is flawed - a user legitimately gains access they shouldn't have. Since the user is authenticated and their input is valid, input validation cannot prevent this.

Multiple choice technology security
  1. uses different ports

  2. HTTPS is insure while HTTP is secure

  3. HTTPS is designed to withstand such attacks and is secure.

  4. Both 1 and 3

  5. Both 2 and 3

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

HTTP and HTTPS use different ports (80 vs 443), and HTTPS is designed to withstand attacks and is secure. Option D correctly combines these facts. Option B incorrectly states HTTPS is insecure - this is clearly a typo. The question asks about differences between the protocols.