2023年最新のIBMテストC1000-130問題集豪華セット無料最新の問題集をゲット!
完全版C1000-130練習テスト115特別な問題と解答が待ってます!今すぐゲットせよ!
質問 # 60
Which two storage types are required before installing Automation Assets?
- A. Automation data storage - a Block RWO volume
- B. Automation metadata storage - a File RWX volume
- C. Asset data storage - a File RWX volume
- D. Asset ephemeral storage - a Block RWX volume
- E. Asset metadata storage - a Block RWO volume
正解:C、E
解説:
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:
* Asset data storage - This requires a File RWX volume. For IBM Cloud File the ibmc-file-gold-gid storage class must be used (specifically the gid variant).
* Asset metadata storage - This requires a Block RWO volume that meets POSIX requirements and has other characteristics as required by CouchDB persistence storage. For IBM Cloud Block, the ibmc-block-gold storage class must be used.
https://www.ibm.com/docs/en/cloud-paks/1.0?topic=assets-installing-automation
質問 # 61
What is the outcome when the API Connect operator is installed at the cluster scope?
- A. Automatic updates will be restricted by the approval strategy.
- B. API Connect services will be deployed in the default namespace.
- C. The operator installs in a production deployment profile.
- D. The entire cluster effectively behaves as one large tenant.
正解:C
質問 # 62
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. Maven
- C. Environment configuration
- D. Ansible configuration
正解:C
質問 # 63
Select all that apply
What is the correct order of the Operations Dashboard upgrade?
正解:
解説:
質問 # 64
Which storage type is supported with the App Connect Enterprise (ACE) Dash-board instance?
- A. Raw block storage
- B. Ephemeral storage
- C. File storage
- D. Flash storage
正解:C
質問 # 65
Which OpenShift component controls the placement of workloads on nodes for Cloud Pak for Integration deployments?
- A. API Server
- B. Etcd
- C. Scheduler
- D. Controller Manager
正解:C
質問 # 66
Which CLI command will retrieve the logs from a pod?
- A. oc retrieve logs ...
- B. oc logs ...
- C. oc describe ...
- D. oc get logs ...
正解:B
解説:
You can retrieve the logs with the oc logs [-f] <pod_name> command, where the -f is optional. Specify the name of a log collector pod. Use the -f option to follow what is being written into the logs. The contents of log files are printed out.
https://access.redhat.com/documentation/en-us/openshift_container_platform/4.2/html/logging/cluster-logging-viewing#:~:text=You%20can%20retrieve%20the%20logs,where%20the%20%2Df%20is%20optional.&text=1-,Specify%20the%20name%20of%20a%20log%20collector%20pod.,being%20written%20into%20the%20logs.&text=The%20contents%20of%20log%20files%20are%20printed%20out.
質問 # 67
Which statement is true regarding the DataPower Gateway operator?
- A. The operator creates the DataPowerService as a Deployment.
- B. The operator creates the DataPowerService as a StatefulSet.
- C. The operator creates the DataPowerService as a DaemonSet.
- D. The operator creates the DataPowerService as a ReplicaSet.
正解:A
質問 # 68
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. Pipe
- C. TPipe
- D. Task
正解:D
解説:
https://developer.ibm.com/blogs/openshift-101-pipelines/
質問 # 69
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. Half as many.
- C. More information is needed to determine the cost.
- D. The same amount
正解:D
質問 # 70
An API Conned administrator runs the command shown below:
Given the output of the command, what is the state of the API Connect components?
- A. Automated API behavior testing has failed.
- B. The Analytics subsystem cannot retain historical data.
- C. Developer Portal sites will be unresponsive.
- D. New API calls will be rejected by the gateway service.
正解:D
質問 # 71
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 containers -A
- B. oc get pods -n ibm-common-services | grep monitoring
- C. oc list pods -A | grep -i monitoring
- D. oc describe pods/ibm-common-services | grep monitoring
正解:B
質問 # 72
What are two ways an Aspera HSTS Instance can be created?
- A. OpenShift console
- B. Foundational Services Dashboard
- C. Terraform
- D. IBM Aspera HSTS Installer
- E. Platform Navigator
正解:A、E
解説:
https://www.ibm.com/docs/en/cloud-paks/cp-integration/2021.1?topic=runtimes-high-speed-transfer-server-deployment
質問 # 73
When using the Platform Navigator, what permission is required to add users and user groups?
- A. User
- B. root
- C. Administrator
- D. Super-user
正解:C
解説:
https://www.ibm.com/docs/en/cloud-paks/cp-integration/2021.2?topic=administration-adding-users-platform-navigator#:~:text=You%20must%20have%20Administrator%20permission%20to%20add%20users%20and%20user%20groups.
質問 # 74
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. Use the OpenShift web console to edit the YAML definition of the IBM Auto-mation foundation assets operator.
- D. Open the terminal window and run "oc upgrade ..." command,
正解:A
質問 # 75
Which OpenShift component is responsible for checking the OpenShift Update Service for valid updates?
- A. Cluster Version Updater
- B. Cluster Update Manager
- C. Cluster Version Operator
- D. Cluster Update Operator
正解:C
解説:
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/underst
質問 # 76
What are two capabilities of the IBM Cloud Pak foundational services operator?
- A. IAM services for authentication and authorization.
- B. Messaging service to get robust and reliable messaging services.
- C. License Service that reports the license use of the product and its underlying product details that are deployed in the containerized environment.
- D. Automation assets service to store, manage, and retrieve integration assets.
- E. API management service for managing the APIs created on API Connect.
正解:A、E
質問 # 77
Which statement is true about the Confluent Platform capability for the IBM Cloud Pak for Integration?
- A. It provides a capability that allows user to store, manage, and retrieve integration assets in IBM Cloud Pak for Integration.
- B. It provides APIs to discover applications, platforms, and infrastructure in the environment.
- C. It provides the ability to trace transactions through IBM Cloud Pak for Integration.
- D. It provides an event-streaming platform to organize and manage data from many different sources with one reliable, high performance system.
正解:A
質問 # 78
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. torn-*
- B. cp4i-*
- C. app-*
- D. applications*
正解:B
解説:
Explanation
https://www.ibm.com/docs/en/cloud-paks/cp-network-auto/2.2.x?topic=efk-creating-index-pattern-in-kibana
質問 # 79
Which queue manager includes a pair of pods, one of which is the active queue manager and the other of which is a standby?
- A. Native HA
- B. Replicated Data
- C. Single Resilient
- D. Multi-instance
正解:D
質問 # 80
......
[2023年05月] 合格させるIBM C1000-130試験一発合格保証:https://drive.google.com/open?id=1kS8kseqOAOaX0eSWoF06ekoXIeS1FG61
あなたの合格率を上げろうC1000-130試験問題集:https://www.goshiken.com/IBM/C1000-130-mondaishu.html