Podcast
Questions and Answers
What AWS solution can provide the transactional capability that is required for this feature?
What AWS solution can provide the transactional capability that is required for this feature?
- Amazon DynamoDB with operations made with the Consistent Read parameter set to true
- Amazon ElastiCache for Memcached with operations made within a transaction block
- Amazon DynamoDB with reads and writes made by using Transact* operations (correct)
- Amazon Aurora MySQL with operations made within a transaction block
What type of operations should be used with Amazon DynamoDB to ensure the transaction is successful?
What type of operations should be used with Amazon DynamoDB to ensure the transaction is successful?
- Consistent Read parameter set to true
- Reads and writes made by using Transact* operations (correct)
- Operations made within a transaction block
- Operations made with the Consistent Write parameter set to true
What AWS solution should NOT be used to provide the transactional capability that is required for this feature?
What AWS solution should NOT be used to provide the transactional capability that is required for this feature?
- Amazon DynamoDB
- Amazon ElastiCache for Memcached
- Amazon Aurora MySQL
- Amazon Athena (correct)
Flashcards are hidden until you start studying