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
When troubleshooting Business Automation Studio, information may need to be extracted from the Resource Registry using a particular REST API.
Which tool can be used to get the output of the REST API?
A. curl
B. git
C. oc get
D. kubect1
What is a copy of a pod called that already contains a running service?
A. Image
B. Node
C. Replica
D. Cluster
Which component must an administrator install before installing Business Automation Studio?
A. Operational Decision Manager
B. Automation Workstream Services
C. Business Automation Insights
D. User Management Service
Where is the number of replicas defined for IBM Automation Digital Worker, when high availability is required?
A. In the route definitions of the Digital Worker
B. In the worker node configuration
C. In the secret.yaml file for ADW
D. In the Custom Resource (CR) definition
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
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 component must be installed before installing Business Automation Application Engine?
A. Application Engine Studio
B. User Management Service
C. Business Automation Insights
D. Business Automation Studio
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