Weekend Sale Special - 75% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 75epass

Exact2Pass Menu

Developing in Agentic AI Systems

Last Update 1 hour ago Total Questions : 106

The Developing in Agentic AI Systems content is now fully updated, with all current exam questions added 1 hour ago. Deciding to include GH-600 practice exam questions in your study plan goes far beyond basic test preparation.

You'll find that our GH-600 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these GH-600 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Developing in Agentic AI Systems practice test comfortably within the allotted time.

Question # 11

You have a GitHub repository that uses three GitHub Copilot coding agents named agent1, agent2, and agent3.

During structured evaluation runs, agent1 frequently returns Markdown narratives instead of a machine-parsable result.

You need to ensure that agent1 consistently returns only a predefined JSON structure without affecting the output of the other agents.

Which file should you modify?

A.

.github/copilot-instructions.md

B.

.github/workflows/copilot-setup-steps.yml

C.

.github/instructions/agent1.instructions.md

D.

.github/agents/agent1.agent.md

Question # 12

You need to resolve the scoping issue associated to agent1.

What should you do?

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.

Question # 13

You need to configure agent1 to support the planned changes.

What should you do?

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.

Question # 14

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

What should you do?

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.

Question # 15

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

What should you do?

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.

Question # 16

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 # 17

You need to make changes to repo1 to support the planned changes for the developers.

What should you modify?

A.

< project > /.mcp/server.json

B.

.github/agents/*.agent.md

C.

.vscode/mcp.json

D.

.vscode/settings.json

Question # 18

You are evaluating the logs of the multi-agent workflow in repo2.

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 # 19

You need to enable Copilot memory to support the planned changes.

What should you configure?

A.

The personal Copilot settings of each developer

B.

The Copilot settings of each repository

C.

The agent profile of agent1

D.

The Copilot settings of the organization

Question # 20

You need to make changes to repo1 to support the planned changes for the agents.

What should you modify?

A.

< project > /.mcp/server.json

B.

.vscode/settings.json

C.

.github/agents/*.agent.md

D.

.vscode/mcp.json

Go to page: