Where can all the self-signed/imported certificates be found in Conjur?
A. /opt/conjur/etc/ssl from the Conjur containers
B. /opt/conjur/certificates from the Conjur containers
C. /opt/cyberark/dap/certs from the Conjur containers
D. Log in to the Conjur UI > Conjur Cluster > Certificates > view.
What is a main advantage of using dual accounts in password management?
A. Since passwords are cached for both rotation accounts, it ensures the password for an application will not be changed, reducing the amount of blackout dates when a password expires.
B. It ensures passwords are rotated every 90 days, which respects the expected downtime for a system, database, or application
C. It ensures no delays are incurred when the application needs credentials because a password that is currently used by an application will never be changed
D. Since there are two active accounts, it doubles the probability that a system, database, or application will successfully authenticate.
When attempting to configure a Follower, you receive the error:
Which port is the problem?
A. 5432
B. 1999
C. 443
D. 1858
After manually failing over to your disaster recovery site (Site B) for testing purposes, you need to failback to your primary site (Site A).
Which step is required?
A. Contact CyberArk for a new license file.
B. Reconfigure the Vault Conjur Synchronizer to point to the new Conjur Leader.
C. Generate a seed for the new Leader to be deployed in Site A.
D. Trigger autofailover to promote the Standby in Site A to Leader.
During the configuration of Conjur, what is a possible deployment scenario?
A. The Leader and Followers are deployed outside of a Kubernetes environment; Slandbys can run inside a Kubernetes environment.
B. The Conjur Leader cluster is deployed outside of a Kubernetes environment; Followers can run inside or outside the environment.
C. The Leader cluster is deployed outside a Kubernetes environment; Followers and Standbys can run inside or outside the environment.
D. The Conjur Leader cluster and Followers are deployed inside a Kubernetes environment.
You are enabling synchronous replication on Conjur cluster.
What should you do?
A. Execute this command on the Leader: docker exec
B. Execute this command on each Standby: docker exec
C. In Conjur web UI, click the Tools icon in the top right corner of the main window. Choose Conjur Cluster and click "Enable synchronous replication" in the entry for Leader.
D. In Conjur web UI, click the Tools icon in the top right corner of the main window. Choose Conjur Cluster and click "Enable synchronous replication" in the entry for Standbys.
When using the Seed Fetcher to deploy Kubernetes Followers, an error occurs in the Seed Fetcher container. You check the logs and discover that although the Seed Fetcher was able to authenticate, it shows a 500 error in the log and does not successfully retrieve a seed file. What is the cause?
A. The certificate based on the Follower DNS name is not present on the Leader.
B. The host you configured does not have access to see the certificates.
C. The synchronizer service crashed and needs to be restarted.
D. The Leader does not have the authenticator webservice enabled.
In a 3-node auto-failover cluster, the Leader has been brought down for patching that lasts longer than the configured TTL. A Standby has been promoted.
Which steps are required to repair the cluster when the old Leader is brought back online?
A. On the new Leader, generate a Standby seed for the old Leader node and add it to the cluster member list. Rebuild the old Leader as a new Standby and then re-enroll the node to the cluster.
B. Generate a Standby seed for the newly promoted Leader. Stop and remove the container on the new Leader, then rebuild it as a new Standby. Re-enroll the Standby to the cluster and re-base replication of the 3rd Standby back to the old Leader.
C. Generate standby seeds for the newly-promoted Leader and the 3rd Standby Stop and remove the containers and then rebuild them as new Standbys. On both new Standbys, re-enroll the node to the cluster.
D. On the new Leader, generate a Standby seed for the old Leader node and re-upload the auto-failover policy in "replace" mode. Rebuild the old Leader as a new Standby, then re-enroll the node to the cluster.
In the event of a failover of the Vault server from the primary to the DR, which configuration option ensures that a CP will continue being able to refresh its cache?
A. Add the DR Vault IP address to the "Address" parameter in the file main_appprovider.conf.
B. Add the IP address of the DR vault to the "Address" parameter in the file Vault.ini.file on the machine on which the CP is installed.
C. In the Password Vault Web Access UI, add the IP address of the DR Vault in the Disaster Recovery section under Applications > Options.
D. In the Conjur UI, add the IP address of the DR Vault in the Disaster Recovery section under Cluster Config > Credential Provider > Options.
You are setting up a Kubernetes integration with Conjur. With performance as the key deciding factor, namespace and service account will be used as identity characteristics.
Which authentication method should you choose?
A. JWT-based authentication
B. Certificate-based authentication
C. API key authentication
D. Connect (OIDC) authentication