aws 8
a company has an application, which consists of a .NET layer that connects to a MySQL database. They want to move this application on the AWS and use AWS features such as high availability and automated backups. Which of the following would be an ideal database for this use case?
Amazon Aurora
in amazon dynamoDB what does the query operation enable you to do?
all of the above
what should you consider when choosing a database type
all of the above
if you are developing an application that requires a database which extremely fast performance. fast scalability, and flexibility in the database schema, which service should you consider?
amazon dynamoDB
you are designing an ecoommerce web application that will scale to hundreds of thousands of concurrent users. which database technology is best suited to hold the session state in this example?
amazon dynamoDB
which aws cloud service is best suited for analyzing your data by using standard structured query language SQL and your existing business intelligence BI tools?
amazon redshift
which of the following use cases is appropriate for using amazon relational database service RDS
complex transactions or complex queries
in amazon dynamoDb, an attribute is
fundamental data element
you need to find an item in amazon dynamoDB table using an attribute other than the item's primary key. which of the following operations should you use?
scan
true of false? amazon rds automatically patches the database software and baks up your database, storing the backups for a user-defined retention period and enabling point-in-time recovery
true