Cloud Computing Viva Questions and Answers
Cloud Computing Viva Questions and Answers
---
---
1. **What is virtualization?**
- It is the creation of virtual versions of physical resources like servers, OS, storage, etc.
3. **What is a hypervisor?**
- A software that creates and manages virtual machines by separating hardware and software.
4. **What is XenCenter?**
- A Windows-based GUI tool to manage Xen servers.
---
1. **What is IaaS?**
- Infrastructure as a Service provides virtualized computing resources over the internet.
---
4. **Supported technologies?**
- Java, .NET, PHP, Node.js, Python, Ruby, Go, Docker.
---
3. **What is a bucket?**
- A container for storing objects/files in S3.
5. **S3 vs EBS?**
- S3: Object storage, used for files. EBS: Block storage, used for EC2.
---
4. **What is MFA?**
- Multi-factor authentication adds extra security via OTP codes.
---
1. **What is IAM?**
- AWS Identity and Access Management controls user access to AWS resources.
---
1. **What is DBaaS?**
- Database as a Service offers database management without physical setup.
---
1. **What is Docker?**
- A platform to develop, ship, and run applications in isolated containers.
2. **Container vs VM?**
- Containers share OS kernel, VMs have separate OS; containers are lightweight.
5. **Benefits of containers?**
- Lightweight, portable, fast deployment, consistent environments.
---
5. **Challenges faced?**
- Network configuration, IAM permission issues, cost monitoring.