Bird
0
0

What will happen if you try to create an RDS instance with the engine parameter set to "sqlserver-express"?

medium📝 Predict Output Q5 of 15
AWS - RDS and Relational Databases
What will happen if you try to create an RDS instance with the engine parameter set to "sqlserver-express"?
ACreates a MySQL instance by default
BCreates a SQL Server Express Edition instance
CFails because "sqlserver-express" is not a valid engine
DCreates a SQL Server Enterprise Edition instance
Step-by-Step Solution
Solution:
  1. Step 1: Understand SQL Server engine options in RDS

    "sqlserver-express" is a valid engine identifier for SQL Server Express Edition in RDS.
  2. Step 2: Confirm behavior

    The command will create a SQL Server Express Edition instance, not Enterprise or MySQL.
  3. Final Answer:

    Creates a SQL Server Express Edition instance -> Option B
  4. Quick Check:

    Engine 'sqlserver-express' = SQL Server Express Edition [OK]
Quick Trick: sqlserver-express creates SQL Server Express Edition [OK]
Common Mistakes:
MISTAKES
  • Assuming 'sqlserver-express' is invalid
  • Confusing with Enterprise edition
  • Expecting MySQL default

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes