Quiz: Feature Toggles

Test your understanding of using feature toggles.

We'll cover the following...
Technical Quiz
1.

Which of the following operations cannot be done with feature toggles?

A.

Use a basic boolean value to control a feature’s visibility for all users. It’s either on or off for everyone.

B.

Use a percentage value, e.g. 10% of users see the new features, 90% do not.

C.

Use a date value, e.g. the feature is visible on weekdays from 9 to 5 but hidden overnight and on weekends.

D.

Keep track of users who are not using our web application.


1 / 4