QuestionQ40

Cloud Technologies and Features

What is the primary benefit of development concepts such as DevOps and CI/CD in cloud-native applications?

  • A To eliminate validation phase of application development.
  • B To increase the number of check point in development and deployment procedures.
  • C To reduce time and complexity for development and deployment.
  • D To separate development and deployment in different phases.
Explanation

DevOps and CI/CD automate and integrate build, test, release, and deployment activities, enabling faster, more reliable delivery with less manual effort and operational complexity. Validation remains an essential automated part of the pipeline, and DevOps unifies rather than separates development and deployment work.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!