Computer Knowledge
Cloud Computing Management
2,340 Questions
Cloud computing management involves administering web based services, data storage, and network security protocols. This subject is heavily featured in the computer aptitude sections of banking and government recruitment tests. The practice questions address SaaS backup, cross region storage replication, and serverless application designs.
SaaS data backupPaaS use casesCloud storage replicationServerless applicationsCloud security tools
Cloud Computing Management Questions
Which of the following is NOT a typical component of a Cloud Security SLA?
-
A description of the security controls and measures implemented by the provider.
-
A list of the security certifications and compliance standards that the provider must meet.
-
A definition of the customer's responsibilities for securing their data and applications.
-
A service-level objective (SLO) for uptime and availability.
D
Correct answer
Explanation
A service-level objective (SLO) for uptime and availability is not a typical component of a Cloud Security SLA. While uptime and availability are important considerations for cloud services, they are typically covered in a separate service-level agreement (SLA) that focuses on the overall performance and reliability of the cloud service.
What is the typical process for resolving a security incident under a Cloud Security SLA?
-
The customer reports the incident to the provider.
-
The provider investigates the incident and takes appropriate action to resolve it.
-
The provider provides the customer with a report on the incident and the actions taken to resolve it.
-
All of the above.
D
Correct answer
Explanation
The typical process for resolving a security incident under a Cloud Security SLA involves the customer reporting the incident to the provider, the provider investigating the incident and taking appropriate action to resolve it, and the provider providing the customer with a report on the incident and the actions taken to resolve it.
Which of the following is NOT a common type of compensation that a customer may receive under a Cloud Security SLA in the event of a security incident?
-
Financial compensation for damages incurred.
-
Free or discounted cloud services.
-
Extended support and maintenance services.
-
All of the above.
D
Correct answer
Explanation
Financial compensation for damages incurred, free or discounted cloud services, and extended support and maintenance services are all common types of compensation that a customer may receive under a Cloud Security SLA in the event of a security incident.
Which of the following is NOT a best practice for negotiating a Cloud Security SLA?
-
Clearly define the security responsibilities of both the provider and the customer.
-
Include specific service-level objectives (SLOs) for security.
-
Require regular security audits and penetration testing.
-
Negotiate a long-term SLA with no option for early termination.
D
Correct answer
Explanation
Negotiating a long-term SLA with no option for early termination is not a best practice. It is important to have the flexibility to terminate the SLA if the provider is not meeting the agreed-upon security requirements or if the customer's security needs change.
Which Google Cloud service provides centralized logging and monitoring for Google Cloud resources?
-
Cloud Logging
-
Cloud Monitoring
-
Stackdriver
-
Google Cloud Console
C
Correct answer
Explanation
Stackdriver is a unified logging and monitoring service that collects, stores, and analyzes logs and metrics from Google Cloud resources.
What is the primary purpose of logging in cloud security?
-
Identifying security incidents
-
Complying with regulations
-
Troubleshooting system issues
-
Optimizing resource utilization
A
Correct answer
Explanation
Logging plays a crucial role in cloud security by providing a record of events and activities that can be analyzed to identify potential security incidents or suspicious behavior.
Which of the following is NOT a type of log commonly collected in cloud security?
-
System logs
-
Application logs
-
Network logs
-
User logs
D
Correct answer
Explanation
User logs typically contain information about user activities and interactions, which are not directly related to cloud security.
What is the recommended approach for storing and retaining logs in cloud security?
-
Store logs locally on individual servers
-
Store logs in a centralized repository
-
Delete logs after a short period
-
Encrypt logs before storing
B
Correct answer
Explanation
Storing logs in a centralized repository allows for easier management, analysis, and correlation of events from different sources.
Which Google Cloud service provides real-time monitoring and alerting capabilities?
-
Cloud Monitoring
-
Cloud Logging
-
Stackdriver
-
Google Cloud Console
A
Correct answer
Explanation
Cloud Monitoring offers real-time monitoring and alerting features, enabling you to set thresholds and receive notifications when specific conditions are met.
What is the primary purpose of monitoring in cloud security?
-
Identifying security incidents
-
Complying with regulations
-
Troubleshooting system issues
-
Optimizing resource utilization
C
Correct answer
Explanation
Monitoring helps in detecting and diagnosing system issues, performance bottlenecks, and resource utilization problems, which can have security implications.
Which of the following is NOT a common metric collected for monitoring cloud security?
-
CPU utilization
-
Memory usage
-
Network traffic
-
User login attempts
D
Correct answer
Explanation
User login attempts are typically not monitored as a security metric, as they are more relevant to user activity monitoring.
What is the recommended approach for setting up alerts in cloud security monitoring?
-
Set alerts for all metrics and logs
-
Set alerts only for critical events
-
Set alerts based on historical data
-
Set alerts based on predefined thresholds
D
Correct answer
Explanation
Setting alerts based on predefined thresholds allows you to focus on the most important events and reduce alert fatigue.
Which Google Cloud service provides security-specific logging and monitoring capabilities?
-
Cloud Security Center
-
Cloud Logging
-
Cloud Monitoring
-
Stackdriver
A
Correct answer
Explanation
Cloud Security Center consolidates security logs and findings from various sources, providing a unified view of security posture and enabling proactive threat detection.
What is the primary purpose of Cloud Security Center?
-
Centralized logging and monitoring
-
Vulnerability scanning
-
Threat detection and response
-
Compliance management
C
Correct answer
Explanation
Cloud Security Center focuses on threat detection and response, helping organizations identify and respond to security incidents in a timely manner.
What is the recommended approach for configuring access controls for cloud logging and monitoring resources?
-
Grant access to all users
-
Grant access only to administrators
-
Grant access based on roles and permissions
-
Grant access based on resource tags
C
Correct answer
Explanation
Granting access based on roles and permissions allows for granular control over who can access logging and monitoring resources, ensuring that only authorized users have the necessary permissions.