nerdexam
Salesforce

BA-201 · Question #90

A new employee at Universal Containers just sent the business analyst (BA) a Slack message with an named User3tories_v37_final_final_final.docx. Which best practice should the 6A train the employee…

The correct answer is C. Use a version control repository. A filename like 'UserStories_v37_final_final_final.docx' is a classic sign that the employee is manually managing versions by appending suffixes to filenames. The most important best practice to address first is using a version control repository (e.g., Git, SharePoint…

Document

Question

A new employee at Universal Containers just sent the business analyst (BA) a Slack message with an named User3tories_v37_final_final_final.docx. Which best practice should the 6A train the employee on first?

Options

  • AUse standard naming conventions.
  • BUse acceptance criteria to define success.
  • CUse a version control repository.

How the community answered

(31 responses)
  • A
    10% (3)
  • B
    16% (5)
  • C
    74% (23)

Explanation

A filename like 'UserStories_v37_final_final_final.docx' is a classic sign that the employee is manually managing versions by appending suffixes to filenames. The most important best practice to address first is using a version control repository (e.g., Git, SharePoint versioning), which automatically tracks history, eliminates redundant copies, and prevents confusion about which file is authoritative. Naming conventions (A) are also important but are secondary - a version control system makes manual versioning irrelevant. Acceptance criteria (B) is unrelated to file management.

Topics

#Version Control#Document Management#Best Practices#Business Analyst Skills

Community Discussion

No community discussion yet for this question.

Full BA-201 Practice