InterviewSolution
Saved Bookmarks
| 1. |
What are the toggles for the features? |
|
Answer» Feature toggles are another common TOPIC in OpenShift interview questions. These are methods for integrating old and new versions of a feature into a single code base. The versions, on the other HAND, are SURROUNDED by logic for execution or are depending on elements such as a DATABASE switch or a property VALUE. Separating the deployment from usage, single group, and legacy systems, as well as many server groups, is made easier with feature toggles. |
|