Exam 350-401 All QuestionsBrowse all questions from this exam
Question 1011

What is a common trait between Ansible and Chef?

    Correct Answer: B

    Both Ansible and Chef are used for mutable infrastructure. Configuration management tools like these typically manipulate the existing structures rather than creating and destroying resources in a stateless manner.

Discussion
stefanxraduOption: B

B is correct

c05e44eOption: B

Answer is B Configuration management tools such as Chef, Puppet, and Ansible typically default to a mutable infrastructure paradigm. Chef and Ansible encourage a procedural style where you write code that specifies, step-by-step, how to to achieve some desired end state. https://blog.gruntwork.io/why-we-use-terraform-and-not-chef-puppet-ansible-saltstack-or-cloudformation-7989dad2865c

masrurOption: B

Answer is B: Chef and Ansible(mostly hybrid) are based on a procedural or imperative style where you write code that specifies a complete step-by-step process on how to achieve the desired end state

RickAO76Option: B

Vote changed to B here https://blog.gruntwork.io/why-we-use-terraform-and-not-chef-puppet-ansible-saltstack-or-cloudformation-7989dad2865c#b264

RickAO76

- oh babanaber already linked.

babanaberOption: B

given answer seems to be correct https://blog.gruntwork.io/why-we-use-terraform-and-not-chef-puppet-ansible-saltstack-or-cloudformation-7989dad2865c#:~:text=Configuration%20management%20tools%20such%20as%20Chef%2C%20Puppet%2C%20and%20Ansible%20typically%20default%20to%20a%20mutable%20infrastructure%20paradigm.

leehyoeunOption: B

i think answer is b

Shri_Fcb10Option: A

Option B, "Both are used for mutable infrastructure," is not the best choice because Ansible and Chef can be used for both mutable and immutable infrastructure.

SeMo0o0oOption: B

B is correct

AdalbertoOption: A

The trait mentioned in option B, "Both are used for mutable infrastructure," does not apply to both Ansible and Chef. While it is true that both tools are used for configuration management and automation, the statement about mutable infrastructure does not accurately represent a common trait between Ansible and Chef. Therefore, the correct common trait is that both rely on a declarative approach (option A). If you have any more questions or need further explanations, feel free to ask!

AdalbertoOption: A

A is the answear

Marcinko

Ansible and Chef is procedural not declarative!

shefo1Option: A

wrong , A is right

Mike_93

WRONG! Both are procedural. Take a look at question 989.

RickAO76Option: A

Ansible - YAML based playbooks Chef - Ruby based recipes / Cookbook

RickAO76

- revisited - Chef uses procedural with cookbook - B seems better. -Sorry