2022年最新の更新のIBM Certified Administratorが有効なC1000-130問題集を無料提供しています [Q20-Q41]

Share

2022年最新の更新のIBM Certified Administratorが有効なC1000-130問題集を無料提供しています

最新のGoShiken C1000-130PDF問題集をダウンロードしちゃおう:https://www.goshiken.com/IBM/C1000-130-mondaishu.html(63問題と解答)


IBM C1000-130 認定試験の出題範囲:

トピック出題範囲
トピック 1
  • Administer Cloud Pak foundational services
  • Product capabilities, licensing and governance
トピック 2
  • Troubleshoot Cloud Pak for Integration using platform command line capabilities
  • Install the IBM Cloud Pak for Integration cluster
トピック 3
  • Configure license service and license service reporter
  • Deploy and configure an instance of DataPower
トピック 4
  • Describe the product capabilities of Cloud Pak for Integration
  • Install and configure Identity and Access Management (ZEN)
トピック 5
  • Use platform tracing feature to diagnose application problems
  • Deploy and configure an instance of App Connect
トピック 6
  • Perform post-installation activities
  • Product Administration and Trouobleshoting

 

質問 20
OpenShift supports forwarding cluster logs to which external third-party system?

  • A. Splunk.
  • B. Apache Solr.
  • C. Kafka Broker.
  • D. Apache Lucene.

正解: C

 

質問 21
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. More than half as many.
  • B. The same amount
  • C. More information is needed to determine the cost.
  • D. Half as many.

正解: B

 

質問 22
Which statement is true about the removal of individual subsystems of API Connect on OpenShift or Cloud Pak for Integration?

  • A. They can be deleted if API Connect was deployed using a single top level CR.
  • B. They can be deleted regardless of the deployment methods.
  • C. They cannot be deleted if API Connect was deployed using a single top level CR.
  • D. They cannot be deleted if API Connect was deployed using a single top level CRM.

正解: C

解説:
Explanation
https://www.ibm.com/docs/en/api-connect/10.0.1.x?topic=connect-removing-api-openshift-cloud-pak-integration

 

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

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

正解: B,E

 

質問 24
Given the high availability requirements for a Cloud Pak for Integration deployment, which two components require a quorum for high availability?

  • A. Multi-instance Queue Manager
  • B. Event Gateway Service
  • C. API Management (API Connect)
  • D. Automation Assets
  • E. Application Integration (App Connect)

正解: A,C

解説:
Explanation
https://www.ibm.com/docs/en/cloud-paks/cp-integration/2021.1?topic=installation-high-availability-consideratio

 

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

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

正解: C,D

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

 

質問 26
After setting up OpenShift Logging an index pattern in Kibana must be created to retrieve logs for Cloud Pak for Integration (CP4I) applications. What is the correct index for CP4I applications?

  • A. app-*
  • B. torn-*
  • C. applications*
  • D. cp4i-*

正解: D

解説:
Explanation
https://www.ibm.com/docs/en/cloud-paks/cp-network-auto/2.2.x?topic=efk-creating-index-pattern-in-kibana

 

質問 27
What is the purpose of the Automation Assets Deployment capability?

  • A. It is a streaming platform that enables organization and management of data but only from a single source.
  • B. It allows the user to only store and manage integration assets from within the Cloud Pak
  • C. It allows the user to store, manage, retrieve, and search integration assets from within the Cloud Pak.
  • D. It is a streaming platform that enables organization and management of data from many different sources.

正解: D

 

質問 28
Which statement is true about the Authentication URL user registry in API Connect?

  • A. It authenticates users defined in a provider organization.
  • B. It authenticates Developer Portal sites.
  • C. It authenticates Cloud Manager users.
  • D. It authenticates users by referencing a custom identity provider.

正解: D

解説:
Explanation
https://www.ibm.com/docs/SSMNED_v10/com.ibm.apic.cmc.doc/capic_cmc_registries_concepts.html

 

質問 29
What technology are OpenShift Pipelines based on?

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

正解: D

 

質問 30
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?

正解:

解説:

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.
* Change image tag to the specific version of 3.6.x. The 3.6.3 tag is used as an example here:
* spec:
* displayName: IBMCS Operators
* image: 'docker.io/ibmcom/ibm-common-service-catalog:3.6.3'
* publisher: IBM
* sourceType: grpc
* updateStrategy:
* registryPoll:
* interval: 45m
* Change the image tag to latest to automatically upgrade to the most current version.
* 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

 

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

  • A. The vm.max_map_count sysctl setting on worker nodes must be higher than the operating system default.
  • B. 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.
  • C. For storing tracing data, a block storage class that provides ReadWriteMany (RWX) access mode and 10 IOPS of at least 10 GB is required.
  • D. A pull secret from IBM Entitled Registry must exist in the namespace containing an entitlement key.
  • E. For shared data, a storage class that provides ReadWriteOnce (RWO) access mode of at least 100 MB is required.

正解: A,C

 

質問 32
Users of the Cloud Pak for Integration topology are noticing that the Integration Runtimes page in the platform navigator is displaying the following message: "Some runtimes cannot be created yet-Assuming that the users have the necessary permissions, what might cause this message to be displayed?

  • A. The ibm-entitlement-key has not been added in same namespace as the platform navigator.
  • B. The Aspera. DataPower, or MQ operators have not been deployed.
  • C. The platform navigator operator has not been installed cluster-wide
  • D. The API Connect operator has not been deployed.

正解: B

 

質問 33
Assuming thai IBM Common Services are installed in the ibm-common-services namespace and the Cloud Pak for Integration is installed in the cp4i namespace, what is needed for the authentication to the License Service APIs?

  • A. A password available in platform-auth-idp-credentials in the ibm-common-services namespace.
  • B. A token available in ibm-licensing-token secret in the cp4i namespace.
  • C. A token available in ibm-licensing-token secret in the ibm-common-services namespace.
  • D. A password available in ibm-entitlement-key key in the cp4i namespace.

正解: D

 

質問 34
How can OLM be triggered to start upgrading the IBM Cloud Pak for Integration Platform Navigator operator?

  • A. Navigate to the Installed Operators, select the Platform Navigator operator, select the operand instance, and select Upgrade from the Actions list.
  • B. Navigate to the Installed Operators, select the Platform Navigator operator and select the latest channel version on the Subscription tab.
  • C. Open the Platform Navigator web interface and select Update from the main menu.
  • D. Navigate to the Installed Operators, select the Platform Navigator operator and click the Upgrade button on the Details page.

正解: A

 

質問 35
An administrator is deploying Cloud Pak for Integration (CP4I) onto an existing OpenShift cluster which is already being used for other IBM Cloud Paks. What is one way the administrator can restrict the CP4I components to only use the amount of VPCs to which they have been entitled?

  • A. Only deploy CP4I to an namespace enforced by Kubemetes CPU quota limits, where the limit is less than the VPCs of license entitlement.
  • B. Configure the MaxLicenseDeployment environment variable for the CP4I Operator to a value less than or equal to the VPCs of license entitlement.
  • C. More information is required.
  • D. VPCs are shared across all IBM Cloud Paks, so this is not necessary.

正解: A

 

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

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

正解: C

 

質問 37
Which two of the following support Cloud Pak for Integration deployments?

  • A. Docker
  • B. Amazon Web Services
  • C. Microsoft Azure
  • D. IBM Cloud Code Engine
  • E. IBM Cloud Foundry

正解: D,E

 

質問 38
An account lockout policy can be created when setting up an LDAP server for the Cloud Pak for Integration platform. What is this policy used for?

  • A. It warns the administrator if multiple login attempts fail.
  • B. It deletes the user account.
  • C. It prompts the user to change the password.
  • D. It restricts access to the account if multiple login attempts fail.

正解: C

 

質問 39
Which statement is true regarding an upgrade of App Connect Operators?

  • A. There is no option to require manual approval for updating the App Connect Operator.
  • B. The setting for automatic upgrades can only be specified at the time the App Connect Operator is installed.
  • C. The App Connect Operator can be upgraded automatically when a new compatible version is available.
  • D. Once the App Connect Operator is installed the approval strategy cannot be modified.

正解: C

 

質問 40
What is the result of issuing the following command?
oc get packagemanifest -n ibm-common-services ibm-common-service-operator
-o*jsonpath='{.status.channels![*].name}'

  • A. It displays the status and names of channels in the default queue manager.
  • B. It returns an operator package manifest in a JSON structure.
  • C. It retrieves a manifest of services packaged in Cloud Pak for Integration operators.
  • D. It lists available upgrade channels for Cloud Pak for Integration Foundational Services.

正解: B

 

質問 41
......

実験された試験材料はC1000-130:https://www.goshiken.com/IBM/C1000-130-mondaishu.html

最新C1000-130リアル試験問題をフォローせよ!:https://drive.google.com/open?id=1kS8kseqOAOaX0eSWoF06ekoXIeS1FG61