Database Solutions Flashcards
Which data types are supported when configuring a DynamoDB primary key?
Number
String
Date
Binary
Boolean
Number
String
Binary
Which AWS offering is a NoSQL solution?
Microsoft SQL server
MySql
Dynamo DB
Aurora
Dynamo DB
Which AWS CLI command lists RDS database instances?
rds list-db-instances
rds describe-db-instances
aws rds show-db-instances
aws rds describe-db-instances
aws rds describe-db-instances
You are viewing RDS database instance properties in the AWS management console. Where should you click to view detailed CPU utilization metrics?
Configuration
Monitoring
Connectivity
Replicas
Monitoring
Which of the following terms is the most closely related to NoSQL databases?
Structured schema
Unstructured schema
Relational
Encryption
Unstructured schema
Which PowerShell cmdlet starts MySQL deployed through RDS?
Start-RDS
Start-MySQL
Start-RDSDBInstance
Start-MySQLDBInstance
Start-RDSDBInstance
What purpose does an RDS snapshot serve?
Improved performance
Reduced network latency
Backup
Replication
Backup
Which of the following are valid storage options when deploying MySQL through RDS?
General purpose
Provisioned IOPS
Cold HDD
Magnetic
General purpose
Provisioned IOPS
Which option is used to convert a read replica to a master?
Snapshot
Start
Promote
Restart
Promote
You have deployed a DocumentDB cluster. What should you use to connect to the cluster?
PowerShell
bash shell
mongo shell
AWS CLI
mongo shell