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 technology web technology
  1. User must be signed in with a digital certificate

  2. User must be signed in and provide a PIN to use this application.

  3. User must be signed in to USAA.COM to use this application

  4. User does not need to be signed in to USAA.COM to use application.

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

Security level 0 indicates no authentication is required. This is the lowest security level where users can access the application without signing in. Higher security levels (1, 2, etc.) require various forms of authentication like digital certificates or PINs.

Multiple choice technology web technology
  1. User does not need to be signed in to XXX.COM to use application

  2. User must be signed in to XXX.COM to use this application.

  3. User must be signed in with digital certificate

  4. User must be signed in and provide a PIN to use this application.

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

In many web application security frameworks, Security Level '0' represents anonymous access, meaning the user does not need to be signed in to access the application.

Multiple choice technology security
  1. finding users in data base

  2. to attck viruses

  3. to get user ans password from servers

  4. none of above

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

A brute force attack is a trial-and-error method used to obtain information, such as user passwords or personal identification numbers, by systematically trying all possible combinations until the correct one is found.

Multiple choice technology enterprise content management
  1. Private Knowledge Inrastructure

  2. Personal Key Identifier

  3. Public Key Infrastructure

  4. Pretty Keen Interface

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

PKI stands for Public Key Infrastructure, which is a system of digital certificates, authorities, and keys used to secure communications and verify identities.

Multiple choice technology web technology
  1. You can use an Fire wall to hide

  2. You can use an http Handler to hide

  3. You can use an ISAPI filter to hide

  4. You can never hide.

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

An ISAPI filter can intercept IIS web server responses and modify headers (such as the 'Server' header) to hide or spoof the identity of the web server. Firewalls block traffic but do not natively rewrite application-layer headers in this manner.

Multiple choice technology web technology
  1. Denial of service attacks

  2. Degraded on service attacks

  3. No such thing in IIS Vocabulary

  4. None of these

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

DOS in the context of IIS and web servers refers to Denial of Service attacks. These attacks flood the server with malicious requests, making it unavailable to legitimate users. IIS has built-in features to mitigate such attacks.

Multiple choice technology web technology
  1. Encryption

  2. Tunneling

  3. SSL

  4. Public Key Infrastructure (PKI)

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

PKI (Public Key Infrastructure) is the comprehensive system of encryption technologies, services, and software that organizations use to secure data transactions and business communications. It includes certificate authorities, digital certificates, and key management. Encryption and Tunneling are techniques, SSL is a specific protocol, but PKI is the complete infrastructure.

Multiple choice technology programming languages
  1. Encapuslation

  2. Abstraction

  3. Information Hiding

  4. Polymorphism

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

Abstraction focuses on exposing only essential features while hiding implementation details. It's about showing what an object does rather than how it does it. Encapsulation is about bundling data and methods together, while information hiding is a related concept about restricting access to internal details.

Multiple choice technology web technology
  1. Protecting data from accidental loss, corruption

  2. Standardizing data formats

  3. Eliminating irrelevant data

  4. Correcting anomalies

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

Data security encompasses protecting data from accidental or intentional loss, corruption, and unauthorized access. It ensures data confidentiality, integrity, and availability through safeguards like backups, encryption, and access controls.

Multiple choice technology web technology
  1. Protecting data from accidental loss, corruption

  2. Standardizing data formats

  3. Eliminating irrelevant data

  4. Correcting anomalies

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

Data security fundamentally involves protecting data from accidental loss, corruption, and unauthorized access. The other options describe different data management processes: standardizing formats relates to data integration, eliminating irrelevant data is about data pruning, and correcting anomalies belongs to data cleansing.

Multiple choice technology web technology
  1. Protecting data from accidental loss, corruption

  2. Standardizing data formats

  3. Eliminating irrelevant data

  4. Correcting anomalies

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

Data security specifically focuses on protecting data assets from unauthorized access, theft, accidental loss, corruption, or damage. The other options describe different data quality processes: standardizing formats is data integration, eliminating irrelevant data is data cleaning, and correcting anomalies is data quality management - none are security functions.

Multiple choice technology security
  1. True

  2. False

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

Firewalls primarily control network traffic and cannot detect keyloggers that operate locally without transmitting data. Hardware keyloggers (physical devices) and software keyloggers that only log locally are invisible to firewalls. Even keyloggers that transmit data can avoid detection if they use allowed protocols or ports. Anti-malware software, not firewalls, is needed to detect keyloggers.

Multiple choice technology web technology
  1. Write

  2. Set Policy

  3. Execute

  4. Traverse

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

In Cognos 8, the 'Set Policy' permission grants the ability to read and modify security settings (permissions, policies) for an entry in the Content Store. This is a security-specific permission distinct from general 'Write' access. 'Write' permission allows modifying content but not security settings. 'Execute' is for running reports. 'Traverse' only allows viewing the entry in the namespace without accessing content. The question tests precise knowledge of Cognos security model.

Multiple choice technology architecture
  1. application

  2. presentation

  3. session

  4. data link

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

The presentation layer (Layer 6) handles data translation, encryption, and compression. Encryption is a classic presentation layer function that ensures data security during transmission. The transport layer handles flow control and reliability, not encryption.