QuestionQ3

701.4 Continuous Integration and Continuous Delivery

What are the benefits of feature toggles?

Choose two
  • A Feature toggles decouple technical deployments from the official launch of a product.
  • B Feature toggles reduce the build time by excluding unnecessary features from a build.
  • C Feature toggles eliminate the need for feature branches in a source code management system (SCM) during development.
  • D Feature toggles start microservices on demand when their functionality is requested.
  • E Feature toggles can enable new features for advanced users before globally releasing them.
Explanation

Feature toggles separate deployment of code from the public release of its functionality and can selectively expose a new feature to a limited user group before making it available globally.

Community Discussion

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