exam questions

Exam C1000-172 All Questions

View all questions & answers for the C1000-172 exam

Exam C1000-172 topic 1 question 37 discussion

Actual exam question from IBM's C1000-172
Question #: 37
Topic #: 1
[All C1000-172 Questions]

A client created their infrastructure using IBM Cloud Schematics and wants to horizontally scale their resources. How can this be achieved?

  • A. Add necessary resources using CLI
  • B. Add necessary resources using IBM Cloud Schematics
  • C. Destroy necessary resources using IBM Cloud Console
  • D. Destroy all resources and recreate them
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Malex68
1 month ago
Selected Answer: B
IBM Cloud Schematics is IBM’s Infrastructure as Code (IaC) service built on Terraform. It allows you to create, update, and scale infrastructure declaratively — meaning you manage your infrastructure by modifying your Terraform configuration files. How scaling works in Schematics: To horizontally scale resources (e.g., adding more VMs, worker nodes, or storage): Update the Terraform configuration managed by Schematics — for example, increase the number of instances in a resource definition. Run a schematics apply command (via console or CLI). Schematics automatically provisions the additional resources required to achieve the new state. You do not need to destroy and recreate your environment — Schematics handles incremental changes intelligently.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...