IBM c1000-142 practice test

IBM Cloud Advocate v2

Last exam update: Nov 18 ,2025
Page 1 out of 16. Viewing questions 1-15 out of 232

Question 1

Which of the following statement is correct for IAM?

  • A. It enables bring-your-own-devices
  • B. It enables only authentication for the tenancy
  • C. It enables only authorization for the tenancy
  • D. It is used to control access to resources
Mark Question:
Answer:

D


Explanation:
Identity and access management, or IAM is used to control access to resources.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 2

Which of the followings are characteristics of serverless architecture? Except

  • A. Refers to building and running applications that do not require server management
  • B. Provides automatic upgrades, patching, and deployment
  • C. Enables a simpler, more cost-effective way to build and operate cloud-native applications
  • D. Describes a finer grade deployment model where applications are bundled as one or more functions
Mark Question:
Answer:

B


Explanation:
Serverless computing is a cloud computing execution model that provisions computing resources on
demand and offloads all responsibility for common infrastructure management tasks. They are auto-
scalable so it can handle extremely active traffic periods.
Serverless computing does-not means there are no physical servers utilized, of course there are
servers, but we don't have to manage them, in background cloud provider manage (provisioning,
scheduling, scaling, patching and more) for us, this gives developers more time to develop and
optimize their front-end application code and business logic. And with serverless, customers never
pay for idle capacity. They pay only for the resources required to run their applications, and only
when those applications are running.
Serverless is a polyglot environment, enabling developers to code in any language or framework -
Java, Python, node.js - with which they're comfortable. Because serverless scales up and down on
demand in response to workload, it offers significant cost savings for spiky workloads. But it does not
offer the same savings for workloads characterized by predictable, steady or long-running processes;
in these cases, a traditional server environment might be simpler and more cost-effective.
Serverless Implementations differ across service providers, and capabilities vary, including supported
runtimes, authentication, scaling and monitoring.
Serverless architectures are well-suited for event-driven, IOT and stream-processing workloads most
notably open-source Apache Kafka event streaming platform.
Benefits:
- Pay only for the time for our code will run.
- Developer don't have to take care of servers or infrastructure, it maintains by cloud provider, so
they can focus more on development and business logic.
- API Management & Integrated event sources.
- Serverless scales up and down on demand in response to workload
[Exam Tips]: You can expect, few

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 3

Which of the following automation services is a serverless platform provider. Except?

  • A. AWS Lambda
  • B. Google Cloud Functions
  • C. Microsoft Azure Functions
  • D. Oracle Cloud Server
Mark Question:
Answer:

D


Explanation:
Oracle Cloud Server is a server (compute shape), It's not a server-less offering of Oracle Cloud
Infrastructure. In-
Correct Answer: AWS Lambda, Google Cloud Functions, Microsoft Azure Functions are automation
Explanation:services of AWS, GCP and Microsoft. Server-less computing is a cloud computing
execution model that provisions computing resources on demand and offloads all responsibility for
common infrastructure management tasks. They are auto scalable so Its can handle extremely active
traffic periods.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 4

Cloud native development and hybrid cloud strategy are use cases of?

  • A. SaaS(Software-as-a-Service)
  • B. PaaS(Platform-as-a-Service)
  • C. DaaS(Data-as-a-Service)
  • D. IaaS(Infrastructure-as-a-Service)
Mark Question:
Answer:

B


User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 5

Which of the following are use cases of cloud object storage? Except

  • A. Backup and recovery
  • B. Data archiving
  • C. Cloud-native app data
  • D. Structured data storage
Mark Question:
Answer:

C


Explanation:
Object Storage enable you to store and access unstructured data anywhere in the world with a self-
service portal backed by RESTful APIs.
Object Storage supports exponential data growth and cloud-native workloads with built-in high-
speed file transfer capabilities, cross-region offerings and integrated services.
Cloud object storage makes it possible to store practically limitless amounts of data, simply and cost
effectively.
Example use cases of cloud object storage include:
- Backup and recovery
- Data archiving
- Cloud-native app data
- AI and analytics

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 6

Kubernetes is an open-source container orchestration project that simplifies everything associated
with deploying and managing _____? (Fill the blank)

  • A. DevOps
  • B. Containers
  • C. SRE
  • D. IOT
Mark Question:
Answer:

B


Explanation:
Kubernetes is an open-source container orchestration project that simplifies everything associated
with deploying and managing containers.
Kubernetes, also known as K8s, is an open-source system for automating deployment, scaling, and
management of containerized applications.
Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or
public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.
Kubernetes Features:
- Automated rollouts and rollbacks
- Storage orchestration
- Self-healing
- Secret and configuration management

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 7

Which are following statement are correct for DevOps? Except

  • A. DevOps is a practice of bringing development and operations teams together
  • B. With DevOps, a developer can automate the build process, code testing and deployment
  • C. DevOps used to deliver code faster to production and iterate continuously based on market feedback
  • D. DevOps continuously integrates and automates security throughout the DevOps lifecycle
Mark Question:
Answer:

B


Explanation:
DevOps does not continuously integrates and automates security throughout the DevOps lifecycle,
Its DevSecOps which continuously integrates and automates security throughout the DevOps
lifecycle.
Remaining three other options are valid for DevOps
Let's understand DevOps first, DevOps is a practice of bringing development and operations teams
together. With DevOps, a developer can automate the build process, code testing and deployment.
DevOps used to deliver code faster to production (Continuous delivery) and iterate continuously
based on market feedback.
With a DevOps strategy you can do the following:
- Accelerate the delivery of reliable software.
- Balance speed, cost, quality, and risk with increased capacity to innovate.
- Reduce time to customer feedback with improved customer experience.
Common use cases for devops include cloud native and mobile applications, application integration,
and modernization and multicloud management.
[Exam Tips]: Remember, DevOps is used to deliver code faster to production, DevOps bring
development and operation team together to deploy code to production faster.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 8

Which of the following are true for IBM Cloud® Databases and IBM Cloud® Database-as-a-Services?
(Select Three)

  • A. There are predictable, periodic charges, based on the services consumed.
  • B. They are managed by IBM, unless customers specifically request to manage some aspects themselves.
  • C. They feature enterprise grade security, including encryption of data at rest and in transit.
  • D. Users must purchase and set up their own hardware.
Mark Question:
Answer:

A, B, C


Explanation:
IBM Cloud® Databases and IBM Cloud® Database-as-a-Services (DBaaS) are fully managed by IBM,
unless customers specifically request to manage some aspects themselves.
IBM Cloud® Databases and DBaaS offers your organization significant financial, operational, and
strategic benefits like below:
- Your organization pays a predictable periodic charge based on the resources you consume—there’s
no need to purchase additional capacity to have on hand for hypothetical future needs.
- You can quickly and easily scale-up and down as per your need.
- They are highly available, secure with IBM enterprise security, compatible with open-source
databases, scalable, and economical including features like default encryption of data at rest and in-
transit and integrated identity and access management controls. Some also meet specific regulatory
compliance standards.
IBM's catalog of database services includes:
1. IBM Cloudant, IBM Cloud®Databases for etcd
2. IBM Cloud® Databases for MongoDB
3. IBM Cloud® Databases for PostgreSQL
4. IBM Cloud® Databases for Redis Elasticsearch

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 9

True Or False. Content Delivery Network is a distributed server network that delivers temporarily
stored, or cached, copies of website content to users based on the users’ geographical location?

  • A. True
  • B. False
Mark Question:
Answer:

A


Explanation:
Content Delivery Network is a distributed server network that delivers temporarily stored, or cached,
copies of website content to users based on the users’ geographical location to enables faster web
performance. Exam tips: Remember CDN Improving website load times, by distributing content
from nearby CDN server.

User Votes:
A
50%
B
50%
Discussions
vote your answer:
A
B
0 / 1000

Question 10

Which of the following are characteristics of Hybrid Multicloud? (Select Max)

  • A. Combine best-of-breed cloud services and functionality from multiple cloud computing vendors
  • B. Choose the optimal cloud computing environment for each workload
  • C. Move workloads freely between public and private cloud as circumstances change
  • D. It combines public cloud services and private cloud services from a single cloud provider
Mark Question:
Answer:

A, B, C


Explanation:
Hybrid multicloud is hybrid cloud that combines public cloud services and private cloud services from
more than one cloud service provider. As It's a combination of public cloud + private cloud so users
have a choice to move workloads between public and private cloud. For example: User can keep
highly sensitive data on private cloud server behind the firewall & and can use public cloud
capabilities also for less-sensitive workloads and data.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 11

An organization want to access to servers and storage devices but does not want to buy them. The
they prefer to have their own employees install and maintain the computing platform and
application software. What will you suggest for them?

  • A. Infrastructure-as-a-service
  • B. Platform-as-a-service
  • C. Software-as-a-service
  • D. Serverless
Mark Question:
Answer:

A


Explanation:
Correct Answer : Infrastructure-as-a-service would be one and only option for an organization, if they
just want to access to servers and storage devices but does not want to buy them. Their own
employee (Usually system admin) can install and maintain the computing platform and application
software.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 12

IoT, AI, Blockchain, and Analytics are emerging technologies enabled by the cloud. What are some of
the attributes of cloud computing that enable these technologies? Select two.

  • A. Cloud resources are offered in a single-tenant model.
  • B. The power and scale of cloud resources.
  • C. Computing resources can be accessed via internet connection.
  • D. Cloud offers on-demand computing.
Mark Question:
Answer:

C, D


User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 13

Which compute option provides dedicated hardware and is popular with gaming providers due to
their bandwidth provision and high-level performance?

  • A. Skytap
  • B. Bare Metal
  • C. Vmware
  • D. VPC
Mark Question:
Answer:

B


Explanation:
Bare Metal provides dedicated hardware and is popular with gaming providers due to their
bandwidth provision and high-level performance.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 14

IBM Cloud Pak's directly support which hybrid multi-cloud strategies?

  • A. Portability of workload
  • B. Reduced risk of vendor lock-in
  • C. Leverage VMWare's multicloud solutions
  • D. Exploit native cloud services.
Mark Question:
Answer:

A


Explanation:
IBM Cloud Paks are: Portable and can run anywhere: The portability of hybrid cloud solutions built
with IBM Cloud Paks means that they are built to run on any hybrid cloud environment.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000

Question 15

What is a key enabling technology of cloud native applications?

  • A. A large scalable relational database
  • B. A container technology such as Kubernetes
  • C. A VMWare cluster
  • D. An Autoscaling enabled virtual server group.
Mark Question:
Answer:

B


Explanation:
Key Enabling Technologies and Tools for a Cloud Native Solution:
Containers, Container orchestration systems (like Kubernetes), Serverless technologies (IBM Cloud
Functions and IBM Code Engine), REST APIs, Messaging and event streaming.

User Votes:
A
50%
B
50%
C
50%
D
50%
Discussions
vote your answer:
A
B
C
D
0 / 1000
To page 2