Exam4Training

IBM C1000-130 IBM Cloud Pak for Integration V2021.2 Administration Online Training

Question #1

Which statement is true about the Confluent Platform capability for the IBM Cloud Pak for Integration?

  • A . It provides the ability to trace transactions through IBM Cloud Pak for Integration.
  • B . It provides a capability that allows user to store, manage, and retrieve integration assets in IBM Cloud Pak for Integration.
  • C . It provides APIs to discover applications, platforms, and infrastructure in the environment.
  • D . It provides an event-streaming platform to organize and manage data from many different sources with one reliable, high performance system.

Reveal Solution Hide Solution

Correct Answer: D
Question #2

Which statement is true about App Connect Designer?

  • A . Only one instance of App Connect Designer can be created in a namespace.
  • B . For each App Connect Designer instance, a corresponding toolkit instance must be created.
  • C . Multiple instances of App Connect Designer can be created in a namespace.
  • D . App Connect Designer must be linked to a toolkit for validation.

Reveal Solution Hide Solution

Correct Answer: C
Question #3

Starling with Common Services 3.6, which two monitoring service modes are available?

  • A .  OCP Monitoring
  • B .  OpenShift Common Monitoring
  • C .  CP4I Monitoring
  • D .  CS Monitoring
  • E .  Grafana Monitoring

Reveal Solution Hide Solution

Correct Answer: B,C
Question #4

The monitoring component of Cloud Pak for Integration is built on which two tools?

  • A . Jaeger
  • B . Prometheus
  • C . Grafana
  • D . Logstash
  • E . Kibana

Reveal Solution Hide Solution

Correct Answer: A,B
Question #5

OpenShift Pipelines can be used to automate the build of custom images in a CI/CD pipeline and they are based on Tekton.

What type of component is used to create a Pipeline?

  • A . TaskRun
  • B . Task
  • C . TPipe
  • D . Pipe

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://developer.ibm.com/blogs/openshift-101-pipelines/

Question #6

What is a prerequisite for setting a custom certificate when replacing the default ingress certificate?

  • A . The new certificate private key must be unencrypted.
  • B . The certificate file must have only a single certificate.
  • C . The new certificate private key must be encrypted.
  • D . The new certificate must be self-signed certificate.

Reveal Solution Hide Solution

Correct Answer: A
Question #7

When considering storage for a highly available single-resilient queue manager, which statement is true?

  • A . A shared file system must be used that provides data write integrity, granting exclusive access to file and release locks on failure.
  • B . To tolerate an outage of an entire availability zone, cloud storage which replicates across two other zones must be used.
  • C . Persistent volumes are not supported for a resilient queue manager.
  • D . A single resilient queue manager takes much longer to recover than a multi instance queue manager

Reveal Solution Hide Solution

Correct Answer: A
Question #8

The OpenShift Logging Elasticsearch instance is optimized and tested for short term storage. Approximately how long will it store data for?

  • A . 1 day
  • B . 30 days
  • C . 7 days
  • D . 6 months

Reveal Solution Hide Solution

Correct Answer: C
Question #9

An administrator has to implement high availability for various components of a Cloud Pak for Integration installation.

Which two statements are true about the options available?

  • A . DataPower gateway uses a Quorum mechanism where a global load balancer uses quorum algorithm to choose the active instance.
  • B . Queue Manager (MQ) uses Replicated Data Queue Manager (RDQM).
  • C . API management uses a quorum mechanism where components are deployed on a minimum of three failure domains.
  • D . Platform Navigator uses an Active/Active deployment, where the primary handles all the traffic and in case of failure of the primary, the load balancer will then route the traffic to the secondary.
  • E . AppConnect can use a mix of mechanisms – like failover for stateful workloads and active/active deployments for stateless workloads

Reveal Solution Hide Solution

Correct Answer: B,E
Question #10

In Cloud Pak for Integration, which user role can replace default Keys and Certificates?

  • A . Cluster Manager
  • B . Super-user
  • C . System user
  • D . Cluster Administrator

Reveal Solution Hide Solution

Correct Answer: D

Question #11

Which OpenShift component is responsible for checking the OpenShift Update Service for valid updates?

  • A . Cluster Update Operator
  • B . Cluster Update Manager
  • C . Cluster Version Updater
  • D . Cluster Version Operator

Reveal Solution Hide Solution

Correct Answer: D
D

Explanation:

The Cluster Version Operator (CVO) in your cluster checks with the OpenShift Update Service to see the valid updates and update paths based on current component versions and information in the graph. When you request an update, the CVO uses the release image for that update to upgrade your cluster.

https://access.redhat.com/documentation/en-us/openshift_container_platform/4.6/html/updating_clusters/understanding-the-update-service#:~:text=The%20Cluster%20Version%20Operator%20(CVO)%20in%20your%20cluster%20checks%20with,update%20to%20upgrade%20your%20cluster.

Question #12

Which statement is true regarding the DataPower Gateway operator?

  • A . The operator creates the DataPowerService as a DaemonSet.
  • B . The operator creates the DataPowerService as a Deployment.
  • C . The operator creates the DataPowerService as a StatefulSet.
  • D . The operator creates the DataPowerService as a ReplicaSet.

Reveal Solution Hide Solution

Correct Answer: C
Question #13

HOTSPOT

Before upgrading the Foundational Services installer version, the installer catalog source image must have the correct tag.

To always use the latest catalog click on where the text ‘latest’ should be inserted into the image below?

Reveal Solution Hide Solution

Correct Answer:

Explanation:

Upgrading from version 3.4.x and 3.5.x to version 3.6.xBefore you upgrade the foundational services installer version, make sure that the installer catalog source image has the correct tag.

✑ If, during installation, you had set the catalog source image tag as latest, you do not need to manually change the tag.

✑ If, during installation, you had set the catalog source image tag to a specific version, you must update the tag with the version that you want to upgrade to. Or, you can change the tag to latest to automatically complete future upgrades to the most current version.

To update the tag, complete the following actions.

✑ To update the catalog source image tag, run the following command.

✑ oc edit catalogsource opencloud-operators -n openshift-marketplace

✑ Update the image tag.

✑ spec:

✑ displayName: IBMCS Operators

✑ image: ‘icr.io/cpopen/ibm-common-service-catalog:latest’

✑ publisher: IBM

✑ sourceType: grpc

✑ updateStrategy:

✑ registryPoll:

✑ interval: 45m

✑ To check whether the image tag is successfully updated, run the following command:

✑ oc get catalogsource opencloud-operators -n openshift-marketplace -o jsonpath='{.spec.image}{"n"}{.status.connectionState.lastObservedState}’

The following sample output has the image tag and its status:

icr.io/cpopen/ibm-common-service-catalog:latest

READY%

https://www.ibm.com/docs/en/cpfs?topic=online-upgrading-foundational-services-from-operator-release


Question #14

The following deployment topology has been created for an API Connect deploy-ment by a client.

Which two statements are true about the topology?

  • A . Regular back-ups of the API Manager and Portal have to be taken and these backups should be replicated to the second site.
  • B . This represents a Active/Passive deployment (or Portal and Management ser-vices.
  • C . This represents a distributed Kubernetes cluster across the sites.
  • D . In case of Data Center J failing, the Kubernetes service of Data Center 2 will detect and instantiate the portal and management services on Data Center 2.
  • E . This represents an Active/Active deployment for Gateway and Analytics services.

Reveal Solution Hide Solution

Correct Answer: B,D
Question #15

What ate the two possible options to upgrade Common Services from the Extended Update Support (EUS) version (3.6.x) to the continuous delivery versions (3.7.x or later)?

  • A . Click the Update button on the Details page of the common-services operand.
  • B . Select the Update Common Services option from the Cloud Pak Administration Hub console.
  • C . Use the OpenShift web console to change the operator channel from stable-v1 to v3.
  • D . Run the script provided by IBM using links available in the documentation.
  • E . Click the Update button on the Details page of the IBM Cloud Pak Founda-tional Services operator.

Reveal Solution Hide Solution

Correct Answer: B,D
Question #16

Which service receives audit data and collects application logs in Cloud Pak Foundational Services?

  • A . logging service
  • B . audit-syslog-service
  • C . systemd journal
  • D . fluentd service

Reveal Solution Hide Solution

Correct Answer: B
Question #17

What is the License Service’s frequency of refreshing data?

  • A . 1 hour.
  • B . 30 seconds.
  • C . 5 minutes.
  • D . 30 minutes.

Reveal Solution Hide Solution

Correct Answer: C
Question #18

What is the result Of issuing the oc extract secret/platform―auth―idp―credentials –to=- command?

  • A . Writes the OpenShift Container Platform credentials to the current directory.
  • B . Generates Base64 decoded secrets for all Cloud Pak for Integration users.
  • C . Displays the credentials of the admin user.
  • D . Distributes credentials throughout the Cloud Pak for Integration platform.

Reveal Solution Hide Solution

Correct Answer: A
Question #19

What is the minimum Red Hat OpenShift version for Cloud Pak for Integration V2021.2?

  • A . 4.7.4
  • B . 4.6.8
  • C . 4.7.4
  • D . 4.6.2

Reveal Solution Hide Solution

Correct Answer: B
Question #20

Which two statements are true for installing a new instance of IBM Cloud Pak for Integration Operations Dashboard?

  • A . For shared data, a storage class that provides ReadWriteOnce (RWO) access mode of at least 100 MB is required.
  • B . A pull secret from IBM Entitled Registry must exist in the namespace containing an entitlement key.
  • C . If the OpenShift Container Platform Ingress Controller pod runs on the host network, the default namespace must be labeled with network.openshif t. io/contoller-group: ingress to allow traffic to the Operations Dashboard.
  • D . The vm.max_map_count sysctl setting on worker nodes must be higher than the operating system default.
  • E . For storing tracing data, a block storage class that provides ReadWriteMany (RWX) access mode and 10 IOPS of at least 10 GB is required.

Reveal Solution Hide Solution

Correct Answer: D,E

Question #21

What role is required to install OpenShift GitOps?

  • A . cluster-operator
  • B . cluster-admin
  • C . admin
  • D . operator

Reveal Solution Hide Solution

Correct Answer: B
Question #22

When using the Operations Dashboard, which of the following is supported for encryption of data at rest?

  • A . AES128
  • B . Portworx
  • C . base64
  • D . NFS

Reveal Solution Hide Solution

Correct Answer: B
B

Explanation:

https://www.ibm.com/docs/en/cloud-paks/cp-integration/2020.3?topic=configuration-installation

Question #23

What technology are OpenShift Pipelines based on?

  • A . Travis
  • B . Jenkins
  • C . Tekton
  • D . Argo CD

Reveal Solution Hide Solution

Correct Answer: C
Question #24

How many Cloud Pak for Integration licenses will the non-production environment cost as compared to the production environment when deploying API Connect. App Connect Enterprise, and MQ?

  • A . The same amount
  • B . Half as many.
  • C . More than half as many.
  • D . More information is needed to determine the cost.

Reveal Solution Hide Solution

Correct Answer: A
Question #25

What authentication information is provided through Base DN in the LDAP configuration process?

  • A . Path to the server containing the Directory.
  • B . Distinguished name of the search base.
  • C . Name of the database.
  • D . Configuration file path.

Reveal Solution Hide Solution

Correct Answer: B
Question #26

Which two storage types are required before installing Automation Assets?

  • A . Asset data storage – a File RWX volume
  • B . Asset metadata storage – a Block RWO volume
  • C . Asset ephemeral storage – a Block RWX volume
  • D . Automation data storage – a Block RWO volume
  • E . Automation metadata storage – a File RWX volume

Reveal Solution Hide Solution

Correct Answer: A,B
A,B

Explanation:

Prerequisites

You must meet the following dependencies before creating an instance of Automation assets. A Integration Specialist should carry out the following tasks.

✑ A project must exist for the instance.

✑ If you are using the IBM Entitled Registry, a pull secret must exist in the namespace containing an entitlement key.

✑ You must provide two different types of storage class for use by the Automation assets instance:

https://www.ibm.com/docs/en/cloud-paks/1.0?topic=assets-installing-automation

Question #27

If a CI/CD pipeline needs to pull an image from a remote image repository, what OpenShift component is required in order to securely access a remote im-age repository?

  • A . ConfigMap
  • B . TLS Certificate
  • C . Secret
  • D . API Key

Reveal Solution Hide Solution

Correct Answer: C
Question #28

An administrator has been given an OpenShift Cluster to install Cloud Pak for Integration.

What can the administrator use to determine if the infrastructure pre-requisites are met by the cluster?

  • A . Use the oc cluster status command to dump the node capacity and utilization statistics for all the nodes.
  • B . Use the oc get nodes -o wide command to obtain the capacity and utilization statistics of memory and compute of the nodes.
  • C . Use the oc Use the oc describe nodes command to dump the node capacity and utilization statistics for all the nodes.
  • D . Use the adm top nodes command to obtain the capacity and utilization statistics of memory and compute of the nodes.

Reveal Solution Hide Solution

Correct Answer: D
Question #29

Red Hat OpenShifl GitOps organizes the deployment process around repositories.

It always has at least two repositories, an Application repository with the source code and what other repository?

  • A . Nexus
  • B . Ansible configuration
  • C . Environment configuration
  • D . Maven

Reveal Solution Hide Solution

Correct Answer: C
Question #30

An administrator is installing Cloud Pak for Integration onto an OpenShift cluster that does not have access to the internet.

How do they provide their ibm-entitlement-key when mirroring images to a portable registry?

  • A . The administrator uses a cloudctl case command to configure credentials for registries which require authentication before mirroring the images.
  • B . The administrator sets the key with "export ENTITLEMENTKEY" and then uses the "cloudPakOfflmelnstaller -mirror-images" script to mirror the images
  • C . The administrator adds the entitlement-key to the properties file SHOME/.airgap/registries on the Bastion Host.
  • D . The ibm-entitlement-key is added as a docker-registry secret onto the OpenShift cluster.

Reveal Solution Hide Solution

Correct Answer: B

Question #31

For manually managed upgrades, what is one way to upgrade the Automation As-sets (formerly known as Asset Repository) CR?

  • A . Use the OpenShift web console to edit the YAML definition of the Asset Re-pository operand of the IBM Automation foundation assets operator.
  • B . In OpenShift web console, navigate to the OperatorHub and edit the Automa-tion foundation assets definition.
  • C . Open the terminal window and run "oc upgrade …" command,
  • D . Use the OpenShift web console to edit the YAML definition of the IBM Auto-mation foundation assets operator.

Reveal Solution Hide Solution

Correct Answer: A
Question #32

When upgrading Cloud Pak (or Integration and switching from Common Services (CS) monitoring to OpenShift monitoring, what command will check whether CS monitoring is enabled?

  • A . oc get pods -n ibm-common-services | grep monitoring
  • B . oc list pods -A | grep -i monitoring
  • C . oc describe pods/ibm-common-services | grep monitoring
  • D . oc get containers -A

Reveal Solution Hide Solution

Correct Answer: A
Question #33

An administrator is deploying an MQ topology, and is checking that their Cloud Pak (or Integration (CP4I) license entitlement is covered. The administrator has 100 VPCs of CP4I licenses to use. The administrator wishes to deploy an MQ topology using the NativeHA feature.

Which statement is true?

  • A . No licenses, because only RDQM is supported on CP4I.
  • B . License entitlement is required for all of the HA replicas of the NativeHA MQ, not only the active MQ.
  • C . A different license from the standard CP4I license must be purchased from IBM to use the NativeHA feature.
  • D . The administrator can use their pool of CP4I licenses.

Reveal Solution Hide Solution

Correct Answer: B
Question #34

Which OpenShift component controls the placement of workloads on nodes for Cloud Pak for Integration deployments?

  • A . API Server
  • B . Controller Manager
  • C . Etcd
  • D . Scheduler

Reveal Solution Hide Solution

Correct Answer: D
Question #35

What type of storage is required by the API Connect Management subsystem?

  • A . NFS
  • B . RWX block storage
  • C . RWO block storage
  • D . GlusterFS

Reveal Solution Hide Solution

Correct Answer: C
Question #36

Which diagnostic information must be gathered and provided to IBM Support for troubleshooting the Cloud Pak for Integration instance?

  • A . Standard OpenShift Container Platform logs.
  • B . Platform Navigator event logs.
  • C . Cloud Pak For Integration activity logs.
  • D . Integration tracing activity reports.

Reveal Solution Hide Solution

Correct Answer: C
Question #37

What are two ways an Aspera HSTS Instance can be created?

  • A . Foundational Services Dashboard
  • B . OpenShift console
  • C . Platform Navigator
  • D . IBM Aspera HSTS Installer
  • E . Terraform

Reveal Solution Hide Solution

Correct Answer: B,C
B,C

Explanation:

https://www.ibm.com/docs/en/cloud-paks/cp-integration/2021.1?topic=runtimes-high-speed-transfer-server-deployment

Question #38

What are two capabilities of the IBM Cloud Pak foundational services operator?

  • A . Messaging service to get robust and reliable messaging services.
  • B . Automation assets service to store, manage, and retrieve integration assets.
  • C . License Service that reports the license use of the product and its underlying product details that are deployed in the containerized environment.
  • D . API management service for managing the APIs created on API Connect.
  • E . IAM services for authentication and authorization.

Reveal Solution Hide Solution

Correct Answer: C,E
Question #39

If the App Connect Operator is installed in a restricted network, which statement is true?

  • A . Simple Storage Service (S3) can not be used for BAR files.
  • B . Ephemeral storage can not be used for BAR files.
  • C . Only Ephemeral storage is supported for BAR files.
  • D . Persistent Claim storage can not be used for BAR files.

Reveal Solution Hide Solution

Correct Answer: C
Question #40

Which storage type is supported with the App Connect Enterprise (ACE) Dash-board instance?

  • A . Ephemeral storage
  • B . Flash storage
  • C . File storage
  • D . Raw block storage

Reveal Solution Hide Solution

Correct Answer: C
Exit mobile version