What is a common language used for defining infrastructure as code?
- HTML
- JSON
- XML
- YAML
JSON (JavaScript Object Notation) is a common language used for defining infrastructure as code. It is a lightweight and human-readable data interchange format, making it well-suited for configuration files. YAML is another popular choice for its simplicity and readability in configuration management.
Loading...
Related Quiz
- The "Console" tab in Browser Developer Tools is used for logging _______ messages.
- Which JavaScript framework is known for its simplicity and ease of integration into existing projects?
- Explain a scenario where eventual consistency in a NoSQL database like Cassandra could be advantageous over strong consistency models.
- In JavaScript, the console.log() method is commonly used for _______.
- You're managing a large-scale cloud infrastructure. How would you ensure the security of your infrastructure using Infrastructure as Code principles?