SRE and DevOps fundamentals sample question with answer 93
Question:
Which task is part of a trunk-based development flow?
- enforcing commits to occur only once per day
- keeping active long-running development branches
- having all developers commit to the main branch frequently
- large merges of code with other developers
Answer:
C - is the correct answer. A trunk-based development flow requires all developers to commit directly to the master branch