What is the primary goal of information assurance?

  • Ensuring data accuracy
  • Maximizing data size
  • Protecting data
  • Storing data securely
The primary goal of information assurance is 'protecting data.' Information assurance focuses on safeguarding the confidentiality, integrity, and availability of data and information assets.

What is a key component of IT governance that ensures risks associated with IT investments are identified and managed?

  • Cryptocurrency
  • Data Loss Prevention (DLP)
  • IT Portfolio Management
  • IT Service Management
'IT Portfolio Management' is a critical component of IT governance that focuses on identifying and managing risks associated with IT investments. It involves assessing the value, risk, and performance of IT projects and assets to make informed decisions about resource allocation.

You're managing a project and notice that one of the critical path activities is delayed. What is the most likely impact on the project?

  • Other project activities won't be affected.
  • The project budget will be reduced.
  • The project's duration will be extended.
  • The project's scope will be enhanced.
When a critical path activity is delayed, it can lead to an extension of the project's duration. The critical path represents the longest path in a project, and any delay in these activities directly affects the project's completion time. Other project activities may be delayed as well due to their dependencies on the critical path activities.

What is the primary purpose of a Content Delivery Network (CDN) in cloud networking?

  • Analyzing network traffic
  • Hosting databases
  • Managing email servers
  • Speeding up website loading times
A Content Delivery Network (CDN) is designed to enhance website performance by 'speeding up website loading times.' CDNs store cached content closer to end-users, reducing latency and improving overall user experience.

Which web development approach involves designing a website so it looks and works properly on various devices without requiring a separate version for each device?

  • Adaptive Design
  • Cross-Browser Compatibility
  • Mobile Optimization
  • Responsive Design
'Responsive Design' is an approach in web development that focuses on designing websites to adapt to various screen sizes and devices. It ensures that a single version of a website can provide an optimal user experience across different platforms.

In supervised learning, what type of data is used to make predictions?

  • Testing data
  • Training data
  • Unlabeled data
  • Validation data
In supervised learning, 'Training data' is used to make predictions. The model learns patterns from this labeled dataset to make predictions on new, unseen data.

In ITSM, which process focuses primarily on restoring services to normal operation as quickly as possible?

  • Change Management
  • Incident Management
  • Problem Management
  • Service Level Management
'Incident Management' in IT Service Management (ITSM) primarily focuses on restoring services to normal operation as quickly as possible after an incident or disruption occurs. It aims to minimize service downtime.

Which advanced threat in network security involves a cyber attacker establishing a foothold within a network and then moving laterally to access more resources?

  • APT (Advanced Persistent Threat)
  • DoS (Denial of Service)
  • Phishing Attack
  • Ransomware
An "APT" (Advanced Persistent Threat) is a complex and prolonged cyberattack where an attacker gains initial access to a network and then stealthily moves laterally to maintain a persistent presence and access more resources.

What is the main difference between a cloud-based "load balancer" and a "traffic manager"?

  • Load balancers distribute network traffic across multiple servers.
  • Load balancers route traffic based on geographical locations.
  • Traffic managers monitor the quality of network traffic.
  • Traffic managers provide cybersecurity for cloud-based services.
The main difference is that 'load balancers' distribute incoming network traffic across multiple servers to ensure high availability and optimal resource utilization. 'Traffic managers' typically focus on routing traffic efficiently based on various factors but may not necessarily distribute load.

Which cryptographic scheme provides both authentication and secrecy for a message using block ciphers?

  • AES-GCM
  • Diffie-Hellman Key Exchange
  • HMAC (Hash-based Message Authentication Code)
  • RSA
AES-GCM (Advanced Encryption Standard-Galois/Counter Mode) is a cryptographic scheme that combines block cipher (AES) with a mode of operation (GCM) to provide both authentication and secrecy for a message. It ensures the message's confidentiality and verifies its authenticity.