GitHub Copilot Certification — Question 29

What method can a developer use to generate sample data with GitHub Copilot? (Choose two.)

Answer options

Correct answer: A, D

Explanation

Option A is correct because GitHub Copilot can create fictional data by recognizing patterns in its training data. Option D is also correct, as Copilot can provide suggestions based on API documentation to help generate relevant sample data. Options B and C are incorrect because GitHub Copilot does not independently manage data storage services or directly access databases to create sample data.