To govern unstructured data sources in IBM Cloud Pak for Data, which system must be integrated with IBM Cloud Pak for Data?
A. IBM Guardium
B. IBM InfoSphere Information Server
C. IBM StoredlQ
D. IBM Cognos Analytics
A developer has been asked to create a website which needs user authentication using ApplD. Aside from federation, what service resides in ApplD to authenticate users?
A. IBM Security Key Lifecycle Manager
B. OlDC Repository
C. SAML
D. Cloud Directory
The IBM Cloud Kubernetes Service cluster autoscaler is available for standard clusters that are set up with which of the following networks?
A. VPN
B. Public
C. Hybrid
D. Private
What would a developer write to manage the lifecycle of an application in an IBM Cloud OpenShift cluster?
A. An operator
B. A private registry
C. A junction
D. A docker instance
An application developer is working on an application on IBM Cloud that needs to connect to SalesForce and watch for event changes in real time. Which of the following IBM Integration tools should the application developer leverage?
A. API Gateway
B. Lift CLI
C. API Connect
D. App Connect
What is an option for a developer tasked to create APIs for a business service using the API Gateway on IBM Cloud?
A. Submitting a WAR/JAR file to a static analysis tool to autocreate APIs based on business logic
B. Importing APIs using Swagger/OpenAPI definitions stored on .json. .yml and .yaml files
C. Creating Kubernetes services resources that will automatically create API for each Service resource on API Connect
D. Importing APIs stored in .zip files
When using the IBM Blockchain Platform, what is the 'first block' in a chain called?
A. Merkle root
B. Root node
C. Genesis block
D. Primordial block
In the context of cloud native, which of the following is a best practice for persistent data management?
A. Applications can use cloud databases and storage, but backups should be stored on premise
B. It should reside in relational databases, document databases/stores, or object stores
C. Databases and storage should remain on premise to comply with industry and governmental regulations
D. It should reside on a locally attached disk for fast access
Which of the following best describes a Pod in Kubernetes architecture?
A. A Pod represents a single instance of an application in Kubernetes, consisting of either a single container or a small number of tightly coupled containers that share resources.
B. A Pod is the element of Kubernetes responsible for application replication, providing high availability and resilience.
C. A Pod describes a desired state in a Deployment, and the Pod Controller changes the actual state to the desired state at a controlled rate.
D. A Pod is the component responsible for cluster management. It manages all nodes and replicate the applications on them.
Why is separation of duty essential for cloud native application development?
A. To ensure protection from malicious attacker
B. To ensure users only have the access to the resources to perform their job
C. To ensure that each microservice only performs one essential task
D. To ensure protection from vulnerabilities