Which command is used to copy a directory from the pod named "/tmp/data" to a local machine?

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 /tmpB . oc cp test-pod:/tmp/data /tmpC . oc send test-pod:/tmp/data /tmpD . oc get test-pod:/tmp/data /tmpView AnswerAnswer: C

August 8, 2022 No Comments READ MORE +

Which two service accounts in OpenShift are created by default in projects?

Which two service accounts in OpenShift are created by default in projects?A . builderB . developerC . debuggerD . testerE . deployerView AnswerAnswer: A,E Explanation: https://docs.openshift.com/container-platform/3.6/dev_guide/service_accounts.html#:~:text=A%20default%20service%20account%20is,using%20the%20internal%20container%20registry.

August 8, 2022 No Comments READ MORE +

What are the primary components of OpenShift Container Platform logging?

What are the primary components of OpenShift Container Platform logging?A . Fluentd, Solr, GrafanaB . Fluentd, Elasticsearch, KibanaC . collectd, Elasticsearch, GraphiteD . Logstash, Log fusion, GrafanaView AnswerAnswer: B Explanation: https://docs.openshift.com/container-platform/4.5/logging/cluster-logging.html The major components of cluster logging are: ✑ collection - This is the component that collects logs from the...

August 8, 2022 No Comments READ MORE +

Which component must be installed before installing Business Automation Application Engine?

Which component must be installed before installing Business Automation Application Engine?A . Application Engine StudioB . User Management ServiceC . Business Automation InsightsD . Business Automation StudioView AnswerAnswer: B

August 7, 2022 No Comments READ MORE +

Which command should be used to verify that a user can authenticate to the new cluster?

Which command should be used to verify that a user can authenticate to the new cluster?A . oc connect -u <user name> -p <password>B . oc ssh <master cluster name URL> -u <username> -p <password>C . oc login <master cluster name URL>D . oc connect <master cluster name URL>View AnswerAnswer:...

August 6, 2022 No Comments READ MORE +

Which component of the Cloud Pak provides a verify container to validate a proper installation and configuration?

Which component of the Cloud Pak provides a verify container to validate a proper installation and configuration?A . IBM Business Automation Application EngineB . IBM Business Automation Content AnalyzerC . IBM FileNet Content ManagerD . IBM Automation Digital WorkerView AnswerAnswer: B

August 6, 2022 No Comments READ MORE +

Which two components are supported for single sign-on by UMS?

Which two components are supported for single sign-on by UMS?A . IBM Operation Decision ManagerB . IBM Business Automation InsightsC . IBM Business Automation StudioD . IBM DatacapE . IBM FileNet Content ManagerView AnswerAnswer: C,E Explanation: https://www.ibm.com/support/knowledgecenter/SSYHZ8_19.0.x/com.ibm.dba.offerings/topics/con_ums.html

August 5, 2022 No Comments READ MORE +

Which is the correct configuration in the dc_ums-datasource section for two failover DB servers of the User Management Service?

Which is the correct configuration in the dc_ums-datasource section for two failover DB servers of the User Management Service? A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D

August 4, 2022 No Comments READ MORE +

Which command can be used to edit the created autoscaling configuration?

The administrator wants to ensure that Kubernetes autoscales once the CPU usage reaches 250 milli-cores. Which command can be used to edit the created autoscaling configuration?A . oc edit decisionServerRuntimeB . oc edit autoscale decisionServerRuntimeC . oc edit as decisionServerRuntimeD . oc edit hpa decisionServerRuntimeView AnswerAnswer: D

August 4, 2022 No Comments READ MORE +

Which feature facilitates manual backups in Flink?

Which feature facilitates manual backups in Flink?A . SavepointB . Time capsuleC . CheckpointD . SnapshotView AnswerAnswer: A Explanation: https://www.ververica.com/blog/differences-between-savepoints-and-checkpoints-in-flink

August 3, 2022 No Comments READ MORE +