350-401 · Question #770
Drag and Drop Question Drag and drop the characteristics from the left onto the orchestration tools that they describe on the right. Answer:
The correct answer is declarative; uses Ruby; procedural; uses Python; declarative. The correct arrangement maps characteristics to their respective orchestration tools: Terraform is declarative (you define the desired end state), Chef uses Ruby for its recipes and cookbooks and is procedural (you define step-by-step instructions), Ansible uses Python and is dec
Question
Drag and Drop Question Drag and drop the characteristics from the left onto the orchestration tools that they describe on the right. Answer:
Exhibit
Answer Area
Drag items
Correct arrangement
- declarative
- uses Ruby
- procedural
- uses Python
- declarative
Explanation
The correct arrangement maps characteristics to their respective orchestration tools: Terraform is declarative (you define the desired end state), Chef uses Ruby for its recipes and cookbooks and is procedural (you define step-by-step instructions), Ansible uses Python and is declarative (you define the desired state in YAML playbooks). Understanding the programming paradigm (declarative vs. procedural) and the underlying language of each IaC tool is essential for distinguishing between them on certification exams.
Topics
Community Discussion
No community discussion yet for this question.
