SRE and DevOps fundamentals sample question with answer 93

Question:
Which task is part of a trunk-based development flow?

  1. enforcing commits to occur only once per day
  2. keeping active long-running development branches
  3. having all developers commit to the main branch frequently
  4. 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