Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CCNP Practice Question: Drag and drop the steps of Ansible Vault…
Drag and drop the steps of Ansible Vault encryption and decryption steps into the correct order, from first to last.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Create vault password file for authentication
Ansible Vault encryption starts with creating a password file; then, encrypting a plaintext file with ansible-vault encrypt; next, viewing the encrypted content with ansible-vault view; after that, decrypting the file for editing with ansible-vault decrypt; finally, re-encrypting after modifications.
About these practice questions
This 350-401 question is part of Courseiva's 1,175-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Same concept, more angles
1 more way this is tested on 350-401
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. Drag and drop the steps of Ansible Vault encryption and decryption steps into the correct order, from first to last.
medium- ✓ A.Create vault password file 'vault_pass'
- ✓ B.Encrypt plaintext file with ansible-vault encrypt
- ✓ C.Edit encrypted file using ansible-vault edit
- ✓ D.Decrypt file with ansible-vault decrypt
- ✓ E.Run playbook with --vault-password-file flag
Why A: To use Ansible Vault, you first create a password file, then encrypt a plaintext file, optionally edit it while encrypted, and finally decrypt it when needed, with the playbook referencing the vault password at runtime.
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This 350-401 practice question is part of Courseiva's free Cisco certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the 350-401 exam.