Azure DevOps for Beginners - Quiz

  • Aa skeletal structure for repos
  • Bsome default boards
  • Cproduct backlog templates
  • ASelect Project Settings > Project configuration, and then edit the desired sprint.
  • BGo to Sprints > Backlog, and then drag and drop the backlog item into the preferred sprint.
  • CGo to Boards > Backlogs, and then drag and drop the backlog item into the correct sprint.
  • ASelect Organization Settings > Project configuration.
  • BSelect Project Settings > Project configuration.
  • CSelect Project Settings > Overview.
  • AUnder Source Control > Branches, choose the changes made and then press Ctrl+Enter (Windows) or Command+Return (Mac) to commit.
  • BIn the message box under Source Control, type a commit message and then select the checkmark.
  • CRight-click the file with the changes, and then select Add Changes from the drop-down menu.
  • AThey access the repo remotely and make the required changes, and then other members submit pull requests.
  • BThey clone the repo locally, create a branch for new work, and then commit changes to the local branch.
  • CThey clone the repo locally, make the required changes, and then push changes to the distributed repo.