Process is a type of virtualization that allows multiple instances of an application to run concurrently on a single OS, without interfering with each other.
- Application
- Network
- Server
- Storage
Process virtualization allows multiple instances of an application to run without conflicts on a single operating system. This is often used in server environments.
Which of the following is a security method that translates data into a code to prevent unauthorized access?
- Compression
- Duplication
- Encryption
- Fragmentation
Encryption is a security method that translates data into a code to prevent unauthorized access. It makes the data unreadable without the correct decryption key, enhancing data security.
Which of the following tools is commonly used for CI/CD in the cloud?
- AWS CodePipeline
- Docker
- GitLab CI/CD
- Jenkins
GitLab CI/CD is a popular choice for CI/CD in the cloud, providing a platform for continuous integration and continuous deployment with built-in features for DevOps processes.
________ clouds are best suited for sectors like government, healthcare, or banking, where several entities have similar cloud needs but want to remain distinct from the public cloud.
- Community Cloud
- Hybrid Cloud
- Multi-Cloud
- Private Cloud
Community Clouds are designed for a specific community of organizations with shared interests, like regulatory requirements in government or healthcare. It offers a balance between public and private cloud features.