Exam4Training

IBM C1000-150 IBM Cloud Pak for Business Automation v21.0.3 Administration Online Training

Question #1

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

Reveal Solution Hide Solution

Correct Answer: B
Question #2

Where is the data persisted for Operational Decision Manager?

  • A . Elastic Block Storage
  • B . Database
  • C . HDFS
  • D . Red Hat Data Grid

Reveal Solution Hide Solution

Correct Answer: B
Question #3

Which value must be changed if several Digital Worker installations are connecting to a single User Management Service instance?

  • A . adwUser
  • B . adwPassword
  • C . oidcciientld
  • D . adwPoute

Reveal Solution Hide Solution

Correct Answer: A
Question #4

Which component is needed to view tasks of Automation Workstream Services?

  • A . Business Automation Workflow Server
  • B . Business Automation Navigator
  • C . Business Automation Insights
  • D . Business Automation Studio

Reveal Solution Hide Solution

Correct Answer: A
Question #5

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>

Reveal Solution Hide Solution

Correct Answer: D
Question #6

Why would an administrator issue the command oc get routes <SERVICE NAME>?

  • A . To access a service within an IBM Cloud Pak for Automation component using an OpenShift route
  • B . To configure an OpenShift route to be used by a service within an IBM Cloud Pak for Automation component
  • C . To determine the URL to be used to access a service via an OpenShift route within an IBM Cloud Pak for Automation component
  • D . To test an OpenShift route being used by a service within an IBM Cloud Pak for Automation component

Reveal Solution Hide Solution

Correct Answer: C
Question #7

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 decisionServerRuntime
  • B . oc edit autoscale decisionServerRuntime
  • C . oc edit as decisionServerRuntime
  • D . oc edit hpa decisionServerRuntime

Reveal Solution Hide Solution

Correct Answer: D
Question #8

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

  • A . IBM Operation Decision Manager
  • B . IBM Business Automation Insights
  • C . IBM Business Automation Studio
  • D . IBM Datacap
  • E . IBM FileNet Content Manager

Reveal Solution Hide Solution

Correct Answer: C,E
C,E

Explanation:

https://www.ibm.com/support/knowledgecenter/SSYHZ8_19.0.x/com.ibm.dba.offerings/topics/con_ums.html

Question #9

What are the primary components of OpenShift Container Platform logging?

  • A . Fluentd, Solr, Grafana
  • B . Fluentd, Elasticsearch, Kibana
  • C . collectd, Elasticsearch, Graphite
  • D . Logstash, Log fusion, Grafana

Reveal Solution Hide Solution

Correct Answer: B
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 cluster, formats them, and forwards them to the log store. The current implementation is Fluentd.

✑ log store – This is where the logs are stored. The default implementation is Elasticsearch. You can use the default Elasticsearch log store or forward logs to external log stores. The default log store is optimized and tested for short-term storage.

✑ visualization – This is the UI component you can use to view logs, graphs, charts, and so forth. The current implementation is Kibana.

Question #10

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

Reveal Solution Hide Solution

Correct Answer: B

Question #11

Which feature facilitates manual backups in Flink?

  • A . Savepoint
  • B . Time capsule
  • C . Checkpoint
  • D . Snapshot

Reveal Solution Hide Solution

Correct Answer: A
A

Explanation:

https://www.ververica.com/blog/differences-between-savepoints-and-checkpoints-in-flink

Question #12

Where are the instructions and configuration files to install IBM Cloud Pak for Automation?

  • A . GitHub (http://github.com)
  • B . Red Hat container registry (https://quay.io/)
  • C . FixCentral (https://www.ibm.com/support/fixcentral/)
  • D . Docker Hub (http://dockerhub.com/)

Reveal Solution Hide Solution

Correct Answer: A
Question #13

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

Reveal Solution Hide Solution

Correct Answer: B
Question #14

What is the purpose of the following entry inside the bai configuration section in the custom resource YAML file?

  • A . Setup the Kibana dashboards and visualizations pod for IBM Automation Digital Worker.
  • B . Setup the Flink pod for the ingestion of events from IBM Automation Digital Worker.
  • C . Setup the event processor pod to be able to ingest events from IBM Automation Digital Worker.
  • D . Setup the event emitters to ingest events from IBM Automation Digital Worker.

Reveal Solution Hide Solution

Correct Answer: B
Question #15

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

  • A . Option A
  • B . Option B
  • C . Option C
  • D . Option D

Reveal Solution Hide Solution

Correct Answer: D
Question #16

In an OCP cluster, which command should be used to verify that the nodes are healthy?

  • A . oc get nodes
  • B . oc status
  • C . oc get pods
  • D . oc get node-status

Reveal Solution Hide Solution

Correct Answer: C
Question #17

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

Reveal Solution Hide Solution

Correct Answer: D
Question #18

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

Reveal Solution Hide Solution

Correct Answer: C
Question #19

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

  • A . builder
  • B . developer
  • C . debugger
  • D . tester
  • E . deployer

Reveal Solution Hide Solution

Correct Answer: A,E
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.

Question #20

When installing IBM Business Automation Studio, what is the difference between an App Engine Playback Server compared to an App Engine Server for production usage?

  • A . The App Engine Playback Server supports other databases like PostgreSQL or Oracle.
  • B . The App Engine Playback Server runs embedded in the BAStudio container.
  • C . The App Engine Playback Server does not contain all features.
  • D . The App Engine Playback Server does not allow Remote Dictionary Server (Redis).

Reveal Solution Hide Solution

Correct Answer: B
Exit mobile version