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
What is the purpose of Cloud Storage versioning?
-
To keep multiple versions of an object in a bucket
-
To protect objects from being deleted accidentally
-
To improve the performance of object retrieval
-
To reduce the storage costs of objects
A
Correct answer
Explanation
Cloud Storage versioning allows you to keep multiple versions of an object in a bucket, enabling you to restore previous versions if needed.
What is the recommended approach for managing access to Cloud Storage resources across multiple projects?
-
Use Cloud IAM
-
Use Cloud Storage ACLs
-
Use Cloud Storage IAM
-
Use Cloud Storage RBAC
A
Correct answer
Explanation
Cloud IAM is the recommended approach for managing access to Cloud Storage resources across multiple projects.
Which Cloud Storage feature allows you to create a single logical bucket that spans across multiple storage classes?
-
Multi-class buckets
-
Regional buckets
-
Dual-class buckets
-
Global buckets
A
Correct answer
Explanation
Multi-class buckets allow you to create a single logical bucket that spans across multiple storage classes, enabling you to optimize storage costs.
What is the purpose of Cloud Storage bucket lifecycle rules?
-
To automatically delete objects based on a predefined set of rules
-
To optimize the storage costs by moving objects to different storage classes
-
To protect objects from unauthorized access
-
To improve the performance of object retrieval
A
Correct answer
Explanation
Cloud Storage bucket lifecycle rules allow you to automatically delete objects based on a predefined set of rules, such as age or access frequency.
Which Cloud Storage feature allows you to create a single logical bucket that spans across multiple zones within a region?
-
Multi-zone buckets
-
Regional buckets
-
Dual-zone buckets
-
Global buckets
A
Correct answer
Explanation
Multi-zone buckets allow you to create a single logical bucket that spans across multiple zones within a region, providing high availability and durability.
What is the recommended approach for protecting objects from unauthorized access in Cloud Storage?
-
Use Cloud Storage encryption keys
-
Enable Cloud Storage default encryption
-
Use customer-managed encryption keys
-
Use both Cloud Storage encryption keys and customer-managed encryption keys
D
Correct answer
Explanation
Using both Cloud Storage encryption keys and customer-managed encryption keys provides an additional layer of security for your objects.
Which Cloud Storage feature allows you to create a single logical bucket that spans across multiple regions?
-
Multi-region buckets
-
Regional buckets
-
Dual-region buckets
-
Global buckets
A
Correct answer
Explanation
Multi-region buckets allow you to create a single logical bucket that spans across multiple regions, providing high availability and durability.
Which of the following is NOT a shared responsibility model in PaaS?
-
Infrastructure security
-
Platform security
-
Application security
-
Data security
C
Correct answer
Explanation
In PaaS, the application security is the responsibility of the customer, while the infrastructure and platform security are managed by the cloud provider.
What is the primary responsibility of a cloud provider in terms of PaaS security?
-
Ensuring application security
-
Providing secure infrastructure
-
Managing customer data
-
Monitoring network traffic
B
Correct answer
Explanation
Cloud providers are responsible for providing a secure infrastructure and platform for PaaS services.
What is the recommended approach for managing access control in a PaaS environment?
-
Role-based access control (RBAC)
-
Identity and access management (IAM)
-
Multi-factor authentication (MFA)
-
All of the above
D
Correct answer
Explanation
A combination of RBAC, IAM, and MFA is recommended for comprehensive access control in a PaaS environment.
What is the primary responsibility of a customer in terms of PaaS security?
-
Ensuring platform security
-
Providing secure infrastructure
-
Managing application security
-
Monitoring network traffic
C
Correct answer
Explanation
Customers are responsible for securing their applications and data in a PaaS environment.
What is the primary purpose of using a service worker in a SPA?
-
To enable offline functionality
-
To improve performance by caching static assets
-
To handle push notifications
-
To manage state in the application
A
Correct answer
Explanation
Service workers are used in SPAs to enable offline functionality by caching static assets and providing a way to handle requests even when the user is offline.
Which of the following is NOT a common approach for deploying a SPA?
-
Static hosting
-
Server-side rendering
-
Containerization
-
Virtualization
D
Correct answer
Explanation
Virtualization is not a common approach for deploying SPAs, as they are typically deployed using static hosting, server-side rendering, or containerization.
Which cloud-based IoT platform offers a serverless computing environment for IoT applications?
-
AWS IoT Core
-
Azure IoT Hub
-
Google Cloud IoT Core
-
IBM Watson IoT Platform
A
Correct answer
Explanation
AWS IoT Core provides a serverless computing environment called AWS IoT Greengrass, which allows developers to run IoT applications without managing servers.
Which cloud-based IoT platform is known for its strong integration with Microsoft Azure services?
-
AWS IoT Core
-
Azure IoT Hub
-
Google Cloud IoT Core
-
IBM Watson IoT Platform
B
Correct answer
Explanation
Azure IoT Hub is designed to work seamlessly with other Microsoft Azure services, providing a comprehensive IoT solution.