Running the command oc get pods displays the following:
Which command is used to run a shell inside the pod?
A. oc telnet test-pod
B. oc rsn test-pod
C. oc terminal test-pod
D. oc shell test-pod
What is a copy of a pod called that already contains a running service?
A. Image
B. Node
C. Replica
D. Cluster
When configuring the plug-in for external share in Business Automation Navigation in a container environment, what should be used in the JAR file path field?
A. An environment variable specifying the location of the sharePlugin JAR
B. A relative local directory path to the sharePlugin JAR
C. An absolute local directory path to the sharePlugin JAR
D. A URL that points to the sharePlugin JAR
Which software should be installed before installing any Cloud Pak for Automation component?
A. User Management Service
B. IBM Installation Manager
C. Kubernetes CLI
D. Ubuntu Linux
In order to install Cloud Pak for Automation, which command is needed to add the privileged SCC to the service account?
A. oc adm policy privileged
B. oc new-project my-project
C. oc edit sec privileged
D. oc adm policy add-scc-to-user privileged -z default
Which component of the Cloud Pak provides a verify container to validate a proper installation and configuration?
A. IBM Business Automation Application Engine
B. IBM Business Automation Content Analyzer
C. IBM FileNet Content Manager
D. IBM Automation Digital Worker
What needs to be configured for new nodes to be automatically created to run pods that are in a waiting state?
A. VPC Autosizing
B. Pod Autodeployment
C. Node duplication
D. Cluster Autoscaling
Which command should be used to verify that a user can authenticate to the new cluster?
A. oc connect -u
B. oc ssh
C. oc login
D. oc connect
What must be created for the IBM Cloud Pak for Automation Operator?
A. A service to make the Operator accessible
B. A Dockerfile, which is needed to create the Operator image
C. A persistent volume (PV), which is needed for the JDBC drivers
D. A route to access the Operator from outside of OpenShift
Running the command oc get pods displays the following:
Which command is used to copy a directory from the pod named "/tmp/data" to a local machine?
A. oc put test-pod:/tmp/data /tmp
B. oc cp test-pod:/tmp/data /tmp
C. oc send test-pod:/tmp/data /tmp
D. oc get test-pod:/tmp/data /tmp