What kind of probe can be used to determine if an application running in a pod is healthy?
Answer : A
The most suitable probe in this case would be a liveness probe. This type of probe is used to detect if an application is running correctly and is able to respond to requests. It is usually used in conjunction with a readiness probe to ensure that the application is both healthy and ready to serve requests.
How are the parameters set for accessing the images in an OpenShift Container Platform environment?
Answer : C
The parameters for accessing the images in an OpenShift Container Platform environment are set using theoc setcommand. This command allows you to set image pull secrets and other image-related parameters.
In an OpenShift Container Platform environment, the parameters for accessing images are set using the 'oc set' command. The 'oc set' command allows an administrator to configure various aspects of a deployment, such as environment variables, resource limits, and image pull secrets. These parameters can be set for a specific deployment, service, pod, or other resource in the OpenShift cluster.
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.
What are two optional components for the FileNet capability?
Answer : B, E
1. Content Management Interoperability Services (CMIS): This component provides a web service interface that allows other systems to interact with the FileNet system. This can be useful for organizations that need to integrate the FileNet system with other systems, such as line-of-business applications or other ECM systems.
2. Content Platform Engine: It is IBM's ECM platform that allows organizations to store, manage, and access large amounts of unstructured content such as images, documents, and videos. It provides a number of services such as security, retention, and search, and can be integrated with other IBM products such as FileNet.
https://www.ibm.com/support/productdoc/en/content-platform-engine/5.5.0/index.html
What is a significant benefit of using IBM Cloud Container Registry over a private registry?
Answer : D
IBM Cloud Container Registry provides a significant benefit over a private registry by offering built-in vulnerability scanning of images. This feature scans the images stored in the registry for known vulnerabilities and provides a report of any issues found. This can help organizations to identify and fix vulnerabilities before they are deployed, which can help to improve the overall security of the images and the applications they support.
https://www.ibm.com/cloud/container-registry
https://www.ibm.com/cloud/container-registry/docs/overview/vulnerability-scanning
After scaling a Process Mining deployment, which two replica set values are updated?
Answer : D, E
After scaling a Process Mining deployment, the replica set values for COMPLETED and DESIRED are updated.
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.