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 wireless networking, which protocol is specifically designed to secure Wi-Fi networks?
- DNS
- TCP/IP
- WEP (Wired Equivalent Privacy)
- WPA (Wi-Fi Protected Access)
'WPA (Wi-Fi Protected Access)' is a protocol specifically designed to secure Wi-Fi networks. It provides encryption and authentication to protect the confidentiality and integrity of wireless data transmissions.
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.
In the context of convolutional neural networks (CNNs), what operation is used to reduce the spatial dimensions of the input volume?
- Batch Normalization
- Normalization
- Pooling
- Weight Initialization
In CNNs, 'pooling' is used to reduce the spatial dimensions of the input volume. Pooling layers downsample the feature maps, which helps in reducing computational complexity while retaining essential information, enabling the network to focus on important features.