Exam Vault Associate 002 All QuestionsBrowse all questions from this exam
Question 88

A user issues the following cURI command to encrypt data using the transit engine and the Vault API:

Which payload.json file has the correct contents?

    Correct Answer: B

    The correct payload.json file for encrypting data using the transit engine and the Vault API should contain the plaintext data in a properly formatted JSON object. Option B shows the plaintext key with its corresponding value in a JSON format, which is the correct requirement for this operation.

Discussion
gvyecvlcOption: C

C is for decrypt

daz_rekkaOption: B

Data should be plain text in the format shown in B.