Courseiva
Configure and manage automation of taskseasyMultiple ChoiceObjective-mapped

DP-300 Configure and manage automation of tasks Practice Question

Network Topology
az sql db updateresource-group $RESOURCE_GROUPserver $SERVER_NAMEname $DATABASE_NAMEservice-objective S2RESOURCE_GROUP="rg-db-automation"SERVER_NAME="sql-prod-01"DATABASE_NAME="OrdersDB"

Refer to the exhibit. An administrator runs this Azure CLI command. What is the immediate effect?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

The OrdersDB database's service objective is updated to S2.

The 'az sql db update' command updates an existing database's service objective to S2. This immediate effect changes the performance level of the OrdersDB database. Option A is incorrect because the command targets the database, not the server. Option C is incorrect because the command does not specify scaling direction; it simply sets the service objective, which could be an upgrade or downgrade depending on the current setting. Option D is incorrect because the update command does not create a new database; it modifies the existing one.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • The server's performance tier is changed to S2.

    Why it's wrong here

    The command targets the database, not the server.

  • The OrdersDB database's service objective is updated to S2.

    Why this is correct

    The command updates the database's service tier to S2.

  • The database is scaled down from a higher tier to S2.

    Why it's wrong here

    The command does not indicate the previous tier; it simply sets to S2.

  • A new database named OrdersDB is created with S2 tier.

    Why it's wrong here

    The command uses 'update', not 'create'.

About these practice questions

One of 906 original DP-300 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This DP-300 practice question is part of Courseiva's free Microsoft certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DP-300 exam.