QuestionQ3
701.4 Continuous Integration and Continuous DeliveryWhat 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.
Community Discussion