Which of the following statements is correct of Amazon DynamoDB?
Answer(s): D
DynamoDB does not have a fixed schema. Instead, each data item may have a different number of attributes. Multiple data types (strings, numbers, binary, and sets) add richness to the data model.
http://awsdocs.s3.amazonaws.com/dynamodb/latest/dynamodb-dg.pdf
What kind of service is provided by AWS DynamoDB?
DynamoDB is a fast, fully managed NoSQL database service.
http://aws.amazon.com/dynamodb/
True or false: For an online game, it is better to use DynamoDB than a relational database engine.
Answer(s): A
This is true. An online game might start out with only a few thousand users and a light database workload consisting of 10 writes per second and 50 reads per second. However, if the game becomes successful, it may rapidly grow to millions of users and generate tens (or even hundreds) of thousands of writes and reads per second. It may also create terabytes or more of data per day.Developing your applications against Amazon DynamoDB enables you to start small and simply dialup your request capacity for a table as your requirements scales, without incurring downtime.Amazon DynamoDB gives you the peace of mind that your database is fully managed and can grow with your application requirements.
http://aws.amazon.com/dynamodb/faqs/
In regard to DynamoDB, for which one of the following parameters does Amazon not charge you?
In DynamoDB, you will be charged for the storage and the throughput you use rather than for the I/O which has been used.
http://aws.amazon.com/dynamodb/pricing/
Post your Comments and Discuss Amazon AWS-Certified-Big-Data-Specialty exam prep with other Community members:
We’re offering these study questions to support your success. The least you can do? Drop a useful comment about each question. Help others. Build the community.