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 day ago Total Questions : 106

The Developing in Agentic AI Systems content is now fully updated, with all current exam questions added 1 day 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 # 1

You have a GitHub Actions workflow that starts multiple agent jobs in parallel.

You need to prevent two runs in the same job from executing simultaneously on the same branch. The solution must ensure, at most, one running instance and one pending instance per branch.

What should you add to the job?

A.

jobs. < job_id > .strategy.max-parallel: 1

B.

jobs. < job_id > .concurrency.group: ci-${{ github.ref }}

C.

jobs. < job_id > .strategy.matrix: [1]

D.

jobs. < job_id > .concurrency.cancel-in-progress: ${{ !contains(github.ref, ' release/ ' ) }}

Question # 2

You are about to start a complex refactoring task in the GitHub Copilot CLI.

Before Copilot makes any changes, you need to review and agree on the approach.

What should you do first?

A.

Start the Copilot CLI and specify the --agent=Task parameter.

B.

Start the Copilot CLI and specify the --allow-all parameter.

C.

From the Copilot CLI, switch to plan mode.

D.

From the Copilot CLI, run the /compact command.

Question # 3

You have a GitHub Enterprise Cloud repository that uses the GitHub Copilot coding agent to resolve backlog issues by creating draft pull requests. The repository uses a GitHub Actions workflow for deployments to the production environment.

You discover that the workflow is being triggered before human review.

You need to configure GitHub controls to meet the following requirements:

    The workflow for the agent’s draft pull requests must NOT run until a user that has write access approves the pull requests.

    Production deployment jobs must start only after a user with write access explicitly approves the jobs.

Which controls should you configure? To answer, drag the appropriate controls to the correct requirements.

Question # 4

You are evaluating the following workflow YAML.

jobs:

agent1:

runs-on: ubuntu-latest

environment: agent-sandbox

steps:

- uses: actions/checkout@v4

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

You have a GitHub repository that uses GitHub Actions for CI.

Your team is piloting the GitHub Copilot coding agent to autonomously create branches and open pull requests. The repository follows trunk-based development that uses main as the default branch.

You need to ensure that the agent meets the following requirements:

    Changes to main can occur only by using pull requests that have at least one approval.

    When a pull request is opened, a validation workflow runs.

How should you configure the repository? To answer, select the appropriate options in the answer area.

Question # 6

Your company uses Microsoft Visual Studio Code and GitHub Copilot Chat.

You have a GitHub repository that uses main as the default branch. The repository contains a workspace custom agent stored at .github/agents/release-notes.agent.md.

A developer switches to a branch named branch1 where the agent file does NOT exist. In the same session, the developer switches to a user profile named profile1. profile1 contains a custom agent file named release-notes.agent.md that has user-invocable set to false.

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

You have a GitHub Enterprise repository that uses the GitHub Copilot coding agent and opens draft pull requests for assigned issues.

Evaluation results show that the agent repeatedly opens pull requests that modify .github/workflows/*.yml to bypass failing checks instead of fixing the underlying code.

You need to ensure that the agent fixes the underlying code instead of bypassing the failing checks.

What should you do?

A.

Start the GitHub Copilot CLI by using --allow-all.

B.

Create a branch ruleset.

C.

Disable GitHub Actions workflows for pull requests created by the agent.

D.

Update the .gitignore file.

Question # 8

You have a private GitHub repository that has Copilot memory enabled.

Several developers who have write access to the repository make changes across multiple branches, including creating some pull requests that are later closed without merging.

Your team needs to understand how GitHub Copilot ensures that only task-relevant, up-to-date information influences code suggestions, even when older memories exist.

How does Copilot manage memories?

A.

Copilot stores memories indefinitely until a repository administrator deletes them manually.

B.

Copilot automatically blocks memory creation from pull requests that are closed without merging, to prevent outdated information from being stored.

C.

Copilot stores memories per user, ensuring that only the developer who created a memory can trigger the memory in future sessions.

D.

Copilot validates each memory’s citations against the current branch before using the memory, and ignores the memory if the referenced code no longer exists.

Question # 9

You have a GitHub repository that uses GitHub Copilot code review on pull requests.

You plan to add repository-wide code review guidance that will apply to all files.

You need Copilot code review to consistently apply the guidance during pull request reviews.

What should you do?

A.

Modify the .github/pull_request_template.md file.

B.

Create a .github/copilot-instructions.md file.

C.

Create a .github/instructions/copilot.instructions.md file.

D.

Update the instructions in the .github/agents/*.agent.md files.

Question # 10

You use the GitHub Copilot CLI in ephemeral dev containers.

You need to provide Copilot with reusable guidance for a specific task only. The guidance must be stored in the repository and invoked only when the task is relevant.

What should you do?

A.

Create a skill under .github/skills/ < skill-name > /SKILL.md.

B.

Create a skill under .copilot/skills/ < skill-name > /SKILL.md.

C.

Add repository-wide custom instructions to .github/copilot-instructions.md.

D.

Add personal custom instructions to the user’s Copilot settings.

Go to page: