The IBM C1000-130 exam validates your ability to administer IBM Cloud Pak for Integration V2021.2 in production environments. This certification, part of the IBM Certified Administrator, Cloud Pak for Integration V2021.2 path, demonstrates hands-on expertise in installation, configuration, and day-to-day platform management. Whether you're managing integration infrastructure or supporting enterprise deployments, this exam ensures you can handle real-world administration challenges. This page provides a structured study roadmap covering all exam domains and practical preparation strategies.
Use this topic map to guide your study for IBM C1000-130 (IBM Cloud Pak for Integration V2021.2 Administration) within the IBM Certified Administrator, Cloud Pak for Integration V2021.2 path.
The C1000-130 exam combines multiple-choice and scenario-based questions to assess both foundational knowledge and applied decision-making in real integration scenarios.
Questions progress in difficulty, requiring you to connect concepts across planning, execution, and operational workflows to demonstrate practical competency.
Build a structured study plan by mapping the five exam domains to weekly goals, then reinforce learning through practice questions and hands-on labs. Allocate more time to areas where your experience is limited, and use practice tests to identify gaps early. A focused, methodical approach reduces study time and increases confidence on exam day.
Explore other IBM certifications: view all IBM exams.
Strengthen your preparation with up‑to‑date resources from validexamdumps.com. These materials align to C1000-130 and cover practical scenarios with clear explanations.
Visit the exam page to download the PDF, Online Practice Test, or get a bundle discount for both formats: IBM Cloud Pak for Integration V2021.2 Administration.
Platform Administration and Troubleshooting typically account for 40-50% of the exam, reflecting the day-to-day focus of the role. Configuration and Planning/Installation follow, while Product Capabilities/Licensing/Governance covers 10-15%. Allocate study time proportionally, but ensure you have working knowledge across all five domains since questions often blend concepts from multiple areas.
Planning and Installation establishes the foundation, you design and deploy the platform. Configuration then shapes how components behave for your specific use cases. Platform Administration keeps the system running smoothly and securely. Product Capabilities/Licensing/Governance ensures you use features correctly and comply with organizational policies. Troubleshooting ties everything together when issues arise, requiring you to trace problems back through all previous layers. Understanding these connections helps you answer scenario questions more effectively.
Ideally, spend at least 20-30 hours in a Cloud Pak for Integration V2021.2 lab environment. Prioritize labs covering installation/deployment, user and security configuration, component setup (API Connect, App Connect, MQ, etc.), and common troubleshooting tasks such as log analysis and pod recovery. If you lack access to a full lab, focus on understanding the IBM documentation and using practice questions to simulate real scenarios.
Candidates often confuse feature availability across different Cloud Pak editions or misunderstand licensing implications. Others select technically correct answers that don't address the specific business context in a scenario question. A third common error is overlooking security and governance requirements when choosing an administrative action. Always read scenario questions carefully, identify what the question is really asking, and consider the full context before selecting an answer.
Review your practice test results and focus on domains where you scored below 80%. Spend 30 minutes daily on flashcards or quick-review notes covering key terminology, component roles, and decision trees for common troubleshooting scenarios. Take one final full-length practice test 2-3 days before the exam, then use the last day for light review and rest. Avoid cramming new material; instead, reinforce what you already know and build confidence.
How can a new API Connect capability be installed in an air-gapped environ-ment?
In an air-gapped environment, the OpenShift cluster does not have direct internet access, which means that new software images, such as IBM API Connect, must be manually mirrored from an external source.
The correct approach for installing a new API Connect capability in an air-gapped OpenShift environment is to:
Use a laptop or a bastion host that does have internet access to pull required container images from IBM's entitled software registry.
Leverage Container Application Software for Enterprises (CASE) files to download and transfer images to the private OpenShift registry.
Mirror images into the OpenShift cluster by using OpenShift's built-in image mirror utilities (oc mirror).
This method ensures that all required container images are available locally within the air-gapped environment.
Why the Other Options Are Incorrect?
Option
Explanation
Correct?
B . An OVA form-factor of the Cloud Pak for Integration is recommended for high-security deployments.
Incorrect -- IBM Cloud Pak for Integration does not provide an OVA (Open Virtual Appliance) format for API Connect deployments. It is containerized and runs on OpenShift.
C . A pass-through route must be configured in the OpenShift Container Platform to connect to the online image registry.
Incorrect -- Air-gapped environments have no internet connectivity, so this approach would not work.
D . Use secure FTP to mirror software images in the OpenShift Container Platform cluster nodes.
Incorrect -- OpenShift does not use FTP for image mirroring; it relies on oc mirror and image registries for air-gapped deployments.
Final Answer:
A. Configure a laptop or bastion host to use Container Application Software for Enterprises files to mirror images.
IBM Cloud Pak for Integration (CP4I) v2021.2 Administration Reference:
IBM API Connect Air-Gapped Installation Guide
IBM Container Application Software for Enterprises (CASE) Documentation
Red Hat OpenShift - Mirroring Images for Disconnected Environments
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?
IBM Cloud Pak for Integration (CP4I) licensing follows Virtual Processor Core (VPC)-based pricing, where licensing requirements differ between production and non-production environments.
For non-production environments, IBM typically requires half the number of VPC licenses compared to production environments when deploying components like API Connect, App Connect Enterprise, and IBM MQ.
This 50% reduction applies because IBM offers a non-production environment discount, which allows enterprises to use fewer VPCs for testing, development, and staging while still maintaining functionality.
Why Answer B is Correct?
IBM provides reduced VPC license requirements for non-production environments to lower costs.
The licensing ratio is generally 1:2 (Non-Production:Production), meaning the non-production environment will require half the licenses compared to production.
This policy is commonly applied to major CP4I components, including:
IBM API Connect
IBM App Connect Enterprise
IBM MQ
Explanation of Incorrect Answers:
A . The same amount Incorrect
Non-production environments typically require half the VPC licenses, not the same amount.
C . More than half as many Incorrect
IBM's standard licensing policy offers at least a 50% reduction, so this is not correct.
D . More information is needed to determine the cost. Incorrect
While pricing details depend on contract terms, IBM has a standard non-production licensing policy, making it predictable.
IBM Cloud Pak for Integration (CP4I) v2021.2 Administration Reference:
IBM Cloud Pak for Integration Licensing Guide
IBM Cloud Pak VPC Licensing
IBM MQ Licensing Details
IBM API Connect Licensing
IBM App Connect Enterprise Licensing
Which command shows the current cluster version and available updates?
In IBM Cloud Pak for Integration (CP4I) v2021.2, which runs on OpenShift, administrators often need to check the current cluster version and available updates before performing an upgrade.
The correct command to display the current OpenShift cluster version and check for available updates is:
oc adm upgrade
This command provides information about:
The current OpenShift cluster version.
Whether a newer version is available for upgrade.
The channel and upgrade path.
Why the other options are incorrect:
A . update -- Incorrect
There is no oc update or update command in OpenShift CLI for checking cluster versions.
C . adm update -- Incorrect
oc adm update is not a valid command in OpenShift. The correct subcommand is adm upgrade.
D . upgrade -- Incorrect
oc upgrade is not a valid OpenShift CLI command. The correct syntax requires adm upgrade.
Example Output of oc adm upgrade:
$ oc adm upgrade
Cluster version is 4.10.16
Updates available:
IBM Cloud Pak for Integration (CP4I) v2021.2 Administration Reference:
OpenShift Cluster Upgrade Documentation
IBM Cloud Pak for Integration OpenShift Upgrade Guide
Red Hat OpenShift CLI Reference
Which two authentication types are supported for single sign-on in Founda-tional Services?
In IBM Cloud Pak for Integration (CP4I) v2021.2, Foundational Services provide authentication and access control mechanisms, including Single Sign-On (SSO) integration. The two supported authentication types for SSO are:
OpenShift Authentication
IBM Cloud Pak for Integration leverages OpenShift authentication to integrate with existing identity providers.
OpenShift authentication supports OAuth-based authentication, allowing users to sign in using an OpenShift identity provider, such as LDAP, OIDC, or SAML.
This method enables seamless user access without requiring additional login credentials.
Enterprise SAML (Security Assertion Markup Language)
SAML authentication allows integration with enterprise identity providers (IdPs) such as IBM Security Verify, Okta, Microsoft Active Directory Federation Services (ADFS), and other SAML 2.0-compatible IdPs.
It provides federated identity management for SSO across enterprise applications, ensuring secure access to Cloud Pak services.
Why the other options are incorrect:
A . Basic Authentication -- Incorrect
Basic authentication (username and password) is not used for Single Sign-On (SSO). SSO mechanisms require identity federation through OpenID Connect (OIDC) or SAML.
C . PublicKey -- Incorrect
PublicKey authentication (such as SSH key-based authentication) is used for system-level access, not for SSO in Foundational Services.
E . Local User Registry -- Incorrect
While local user registries can store credentials, they do not provide SSO capabilities. SSO requires federated identity providers like OpenShift authentication or SAML-based IdPs.
IBM Cloud Pak for Integration (CP4I) v2021.2 Administration Reference:
IBM Cloud Pak Foundational Services Authentication Guide
OpenShift Authentication and Identity Providers
IBM Cloud Pak for Integration SSO Configuration
Which storage type is supported with the App Connect Enterprise (ACE) Dash-board instance?
In IBM Cloud Pak for Integration (CP4I) v2021.2, App Connect Enterprise (ACE) Dashboard requires persistent storage to maintain configurations, logs, and runtime data. The supported storage type for the ACE Dashboard instance is file storage because:
It supports ReadWriteMany (RWX) access mode, allowing multiple pods to access shared data.
It ensures data persistence across restarts and upgrades, which is essential for managing ACE integrations.
It is compatible with NFS, IBM Spectrum Scale, and OpenShift Container Storage (OCS), all of which provide file system-based storage.
Why the other options are incorrect:
A . Ephemeral storage -- Incorrect
Ephemeral storage is temporary and data is lost when the pod restarts or gets rescheduled.
ACE Dashboard needs persistent storage to retain configuration and logs.
B . Flash storage -- Incorrect
Flash storage refers to SSD-based storage and is not specifically required for the ACE Dashboard.
While flash storage can be used for better performance, ACE requires file-based persistence, which is different from flash storage.
D . Raw block storage -- Incorrect
Block storage is low-level storage that is used for databases and applications requiring high-performance IOPS.
ACE Dashboard needs a shared file system, which block storage does not provide.
IBM Cloud Pak for Integration (CP4I) v2021.2 Administration Reference:
IBM App Connect Enterprise (ACE) Storage Requirements
IBM Cloud Pak for Integration Persistent Storage Guide
OpenShift Persistent Volume Types