nerdexam
MicrosoftMicrosoft

DP-700 · Question #74

DP-700 Question #74: Real Exam Question with Answer & Explanation

The correct answer is C: Contents (Read and write) only. {"question_number": 2, "correct_answer": "C", "explanation": "Following the principle of least privilege, only 'Contents (Read and write)' permission is required to connect a Fabric workspace to a GitHub repository and commit code. The Contents permission covers reading from and

Implement and manage an analytics solution

Question

You have a Fabric workspace named Workspace1. Your company acquires GitHub licenses. You need to configure source control for Workspace1 to use GitHub. The solution must follow the principle of least privilege. Which permissions do you require to ensure that you can commit code to GitHub?

Options

  • AActions (Read and write) and Contents (Read and write)
  • BActions (Read and write) only
  • CContents (Read and write) only
  • DContents (Read) and Commit statuses (Read and write)

Explanation

{"question_number": 2, "correct_answer": "C", "explanation": "Following the principle of least privilege, only 'Contents (Read and write)' permission is required to connect a Fabric workspace to a GitHub repository and commit code. The Contents permission covers reading from and writing to repository files, which is exactly what source control integration needs to sync workspace items and commit changes. The other options violate least privilege or are incorrect: (A) and (B) include 'Actions (Read and write)', which grants access to GitHub Actions workflows - unnecessary for source control commits; (D) 'Contents (Read)' alone is insufficient because committing requires write access, and 'Commit statuses (Read and write)' is used for CI/CD status checks, not for committing code.", "generated_by": "claude-sonnet", "llm_judge_score": 4}

Topics

#Source Control#GitHub#Fabric Integration#Permissions

Community Discussion

No community discussion yet for this question.

Full DP-700 PracticeBrowse All DP-700 Questions