75only - Ends in 0d 00h 00m 00s - Coupon code = 75only

Pass the Microsoft GitHub Administrator GH-600 Questions and answers with Dumpstech

Exam GH-600 Premium Access

View all detail and faqs for the GH-600 exam

Practice at least 50% of the questions to maximize your chances of passing.
Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions
Questions # 1:

You need to resolve the scoping issue associated to agent1.

What should you do?

Options:

A.

To the profile of agent1, add a custom instruction specifying that the agent must NOT access billing-service or infra-terraform.

B.

Add a permissions block to the agent1 workflow in product-api.

C.

Create a fine-grained personal access token (PAT) scoped to product-api and store the PAT as a GitHub Actions secret for agent1 to use.

D.

Create a ruleset for billing-service and infra-terraform that blocks push access from the github-actions bot account.

Questions # 2:

You are evaluating how agent1 will behave after you implement the planned changes.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Question # 2

Options:

Questions # 3:

You need to configure agent1 to support the planned changes.

What should you do?

Options:

A.

Add Use all available tools to the instructions in the agent configuration.

B.

Add the mcp-servers property to the agent configuration.

C.

In the agent configuration, replace line 05 with the following: tools: []

D.

Add Use all available tools to the .github/copilot-instructions.md file.

E.

Delete line 05 from the agent configuration.

Questions # 4:

You need to provide access to the API key of MCP1. The solution must meet the security requirements.

What should you do?

Options:

A.

Store the API key as a secret in the Copilot environment of product-api by using a name prefix of COPILOT_MCP_, and then reference the variable name in the mcp.json configuration.

B.

In the product-api repository settings, add the API key directly to the .mcp/server.json file by using a plaintext apiKey field.

C.

Store the API key as a GitHub Codespaces user secret scoped to product-api.

D.

In product-api, add the API key as a GitHub Actions encrypted secret and reference the secret by using ${{ secrets.KEY }} in the workflow YAML of agent1.

Questions # 5:

You need to resolve the issue of the agents generating conflicting output. The solution must meet the implementation guidelines.

What should you do?

Options:

A.

Configure each agent to work on a separate branch and add a required status check that detects file-level overlap before either pull request can be merged.

B.

Configure tools: [ ' read ' , ' search ' ] in both agent profiles to prevent either agent from writing files.

C.

Add shared/config.yaml to a CODEOWNERS file that requires SG_Review approval before any changes can be merged.

D.

Configure a concurrency group on both agent workflows so that only one workflow runs at a time.

Questions # 6:

You have a GitHub repository that stores custom GitHub Copilot agents in the .github/agents/ folder.

You have an agent named lead-dev.agent.md that must invoke a specialist subagent named security-reviewer.

Evaluation results show that lead-dev attempts to invoke security-reviewer, but the subagent call fails to run.

You need to ensure that lead-dev can invoke security-reviewer.

How should you complete the YAML frontmatter of the agent profile? To answer, drag the appropriate values to the correct targets.

Question # 6

Options:

Questions # 7:

You have the following agent logs.

Question # 7

Options:

Questions # 8:

You have a GitHub repository that uses the GitHub Copilot coding agent and GitHub Copilot Chat.

You need to add a GitHub Actions workflow that meets the following requirements:

    Blocks merges unless agent changes are reviewed by a human.

    Fails if the pull request author is the Copilot coding agent.

How should you complete the workflow? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Question # 8

Options:

Questions # 9:

You have a GitHub repository that uses a GitHub Actions workflow to run an agent-driven change plan as part of a CI pipeline. The workflow generates an artifact named plan.json that includes a field named risk. risk has possible values of low, medium, or high.

You need to ensure that a human must confirm the execution of the workflow when risk is medium or high. The workflow must proceed automatically only when risk is low.

How should you complete the workflow? To answer, drag the appropriate values to the correct targets. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Question # 9

Options:

Questions # 10:

You have a GitHub repository that contains an agent named Orchestrator. Orchestrator delegates work to the following specialized subagents:

    Planner reviews issues and creates a plan of action.

    Implementer writes code based on the plan of action.

    Reviewer reviews the code.

You create a new agent named Summarizer that produces a concise summary of the work performed by the other agents.

You need to ensure that Orchestrator can invoke Summarizer as part of its workflow.

What should you do?

Options:

A.

In the YAML frontmatter of the Orchestrator agent, add Summarizer to the agents list.

B.

In the YAML frontmatter of the Reviewer agent, add a handoffs entry that points to the Summarizer agent.

C.

In the YAML frontmatter of the Orchestrator agent, add Summarizer to the tools list.

D.

In the YAML frontmatter of the Reviewer agent, add Summarizer to the agents list.

Viewing page 1 out of 2 pages
Viewing questions 1-10 out of questions