Which three interfaces can be used to access Vault? (select three)
A . JSON
B . CLI
C . RPC
D . UI
E . API
F . Consul
Answer: B,D,E
Explanation:
Vault has three interfaces available.
The API can be used by a user or application, the CLI can be used by a user directly on the Vault server or remotely, and the UI can be used if it’s been enabled in the configuration file.