MCQ
Single Best Answer
Moderate
QWhich format is typically used for configuration files in tools like Ansible or Kubernetes?
ID: #24177
Configuration Management
63 views
Question Info
#24177Q ID
ModerateDifficulty
Configuration ManagementTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
YAML (Yet Another Markup Language) is a human-readable data format used for writing configuration files in many DevOps tools, including Ansible, Kubernetes, and Docker Compose. It is favored for its simplicity and clarity, allowing teams to define infrastructure, application settings, and deployments declaratively. YAML files are easy to version control, review, and reuse, making them ideal for configuration management. Unlike binary files (.exe, .mp4) or media files (.jpg), YAML is structured text that represents data hierarchically, aligning perfectly with the goals of reproducibility and transparency in CD pipelines.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic