160k views
3 votes
You are developing an application that includes feature management. you need to implement a feature flag. which two components should you configure? each correct answer presents part of the solution. select all answers that apply. name keys and values labels list of filters list of snapshots

1 Answer

4 votes

Answer:

Name

keys and values

Step-by-step explanation:

Enter a Feature flag name. The feature flag name is the unique ID of the flag, and the name that should be used when referencing the flag in code.

You can edit the key for your feature flag. The default value for this key is the name of your feature flag. You can change the key to add a prefix, which can be used to find specific feature flags when loading the feature flags in your application. For example, using the application's name as prefix such as appname:featureflagname.

User Wolfins
by
8.5k points

No related questions found