DP-300 · Question #330
Case Study 5 - ADatum Corporation Overview ADatum Corporation is a financial services company that has a main office in New York City. Existing Environment Licensing Agreement ADatum has a Microsoft V
The correct answer is C. Create database-scoped credentials in DB3.. Explanation Creating database-scoped credentials in DB3 must happen first because elastic jobs require a target database to have credentials that the job agent can use to authenticate and execute tasks - without these credentials already existing in DB3, the elastic job framework
Question
Exhibits
Options
- AConfigure Microsoft Entra authentication for the logical server that hosts DB3.
- BConfigure a private endpoint for connectivity to DB3.
- CCreate database-scoped credentials in DB3.
- DCreate a database that has database-scoped credentials.
How the community answered
(20 responses)- A10% (2)
- B5% (1)
- C85% (17)
Explanation
Explanation
Creating database-scoped credentials in DB3 must happen first because elastic jobs require a target database to have credentials that the job agent can use to authenticate and execute tasks - without these credentials already existing in DB3, the elastic job framework has nothing to connect to. Option D is incorrect because it describes creating credentials in the elastic job database (the control database), not in DB3 itself, and you must first establish credentials on the target before configuring the controller. Option A (Microsoft Entra authentication) is a security configuration that is not a prerequisite for elastic jobs using database-scoped credentials, which rely on SQL authentication rather than Entra identities. Option B (private endpoint) addresses network connectivity but is not a management automation step and does not need to precede credential creation.
Memory Tip: Think of it as "set up the destination before the departure" - you must prepare DB3 (the target) with credentials before configuring the elastic job agent (the controller) to connect to it. The sequence is always: target credentials → job credentials → job agent → jobs.
Topics
Community Discussion
No community discussion yet for this question.

