When using the product Certificate manager service, what might one consider in regards to the default setting of refreshing certificates?
Answer : C
When using the product Certificate manager service, the default setting of refreshing certificates is disabled. Pods that use the refreshed certificate do not need to be manually restarted, as certificate refresh will be automatically enabled when the certificate expires.
How can diagnostic commands be run in order to avoid packaging extraneous log files?
Answer : B
In order to avoid packaging extraneous log files, diagnostic commands should be run from an empty directory. This will ensure that only the necessary log files are packaged.
Which permission can be granted in order to see the RPA Server option in the Platform Ul navigation menu?
Answer : B
The rpa-owner permission must be granted in order for the option to appear in the Platform UI navigation menu. If you would like to grant the permission, please follow these steps: 1) Log into the Robotic Process Automation (RPA) server 2) Navigate to the Settings tab 3) Select the Security tab 4) Select the Roles & Permissions tab 5) Select the rpa-owner permission 6) Click Save.
Which command is used to verify that all the pods are running after Operators are deployed?
Answer : D
The command 'oc get pods -n NAMESPACE' is used to verify that all the pods are running after Operators are deployed. This command allows you to view the status of all pods in a specific namespace, which is useful for troubleshooting issues and ensuring that all pods are running correctly. The command will show the name, status, and other information about each pod in the specified namespace.
It's important to note that the other commands such as oc debug pods, oc describe pods, and oc status pods can also be used to troubleshoot issues but oc get pods is the command that is used to verify that all the pods are running after Operators are deployed.
https://docs.openshift.com/container-platform/4.6/cli_reference/pods/get_pod.html
https://docs.openshift.com/container-platform/4.6/cli_reference/pods/debug_pod.html
https://docs.openshift.com/container-platform/4.6/cli_reference/pods/describe_pod.html
https://docs.openshift.com/container-platform/4.6/cli_reference/pods/status_pod.html
A starter deployment requires which two capabilities to be installed independently?
Answer : A
When deploying the Cloud Pak for Business Automation, the starter deployment requires one capability to be installed independently:
Operational Decision Manager (ODM) and Automation Decision Services (ADS): These capabilities provide a set of tools for creating and managing business rules, decision services, and analytics. They are typically used to automate decision-making processes within an organization.
Which statement is true about a Cloud Pak for Business Automation starter deployment?
Answer : C
A Cloud Pak for Business Automation starter deployment can be upgraded to a production deployment if required. It is designed to provide a quick and easy way to get started with the capabilities offered by the Cloud Pak for Business Automation. It is possible to include the Automation Document Processing capability in a starter deployment. The starter deployment uses the Operator Lifecycle Manager to deploy and manage the components of the Cloud Pak for Business Automation.