Premium

AWS Certified Developer - Associate Questions and Answers (Dumps and Practice Questions)



Question : When you tries to enable lifecycle policies on the one of the S bucket, created by you,
but you are not able to do so on that particular bucket, what could be reason ?
 : When you tries to enable lifecycle policies on the one of the S bucket, created by you,
1. Bucket is corrupted
2. Versioning is enabled on that bucket
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of the above




Correct Answer : Get Lastest Questions and Answer :
Life cycles cannot be enabled when versioning is enabled





Question : In DynamoDB for which index following statement correctly applies
The hash key of the index is the same attribute as the hash key of the table. The range key can be any scalar table attribute.
 : In DynamoDB for which index following statement correctly applies
1. Local Secondary Index
2. Local Primary Indes
3. Access Mostly Uused Products by 50000+ Subscribers
4. Global Primary Index

Correct Answer : Get Lastest Questions and Answer :
Exp: DynamoDB supports two types of secondary indexes:
Local secondary index an index that has the same hash key as the table, but a different range key.
A local secondary index is local in the sense that every partition of a local secondary index is scoped to a table partition that has the same hash key.
Global secondary index an index with a hash and range key that can be different from those on the table.
A global secondary index is considered global because queries on the index can span all of the data in a table, across all partitions.

Local secondary index
The hash key of the index is the same attribute as the hash key of the table. The range key can be any scalar table attribute.

Global secondary index
The index hash key and range key (if present) can be any scalar table attributes.






Question : Which of the following is wrong statement for the Local Secondary Index


 : Which of the following is wrong statement for the Local Secondary Index
1. The key of a local secondary index consists of a hash key and a range key.
2. For each hash key, the total size of all indexed items must be 10 GB or less.
3. Access Mostly Uused Products by 50000+ Subscribers
4. When you query a local secondary index, you can choose either eventual consistency or strong consistency.
5. The hash key of the index is the same attribute as the hash key of the table. The range key can be any scalar table attribute.


Correct Answer : Get Lastest Questions and Answer :

Explanation: A local secondary index lets you query over a single partition, as specified by the hash key value in the query.
A global secondary index lets you query over the entire table, across all partitions.




Related Questions


Question : In DynamoDB, ______ is a collection of attributes. Each attribute has a name and a value. An attribute value can be a number, a string, a binary, or a set of any of these types.
 : In DynamoDB,  ______ is a collection of attributes. Each attribute has a name and a value. An attribute value can be a number, a string, a binary, or a set of any of these types.
1. An Item
2. A row
3. A colum
4. A table


Question : To read an item from a DynamoDB table, use the __________ operation. You must provide the name of the table,
along with the primary key of the item you want.

 : To read an item from a DynamoDB table, use the __________ operation. You must provide the name of the table,
1. PullItem
2. ReadItem
3. GetItem
4. FetchItem


Question : Which of the following is correct operation for DynamoDB
 : Which of the following is correct operation for DynamoDB
1. PutItem
2. UpdateItem
3. DeleteItem
4. 1 and 2 Only
5. 1,2 and 3


Question : What if you exceed the GB limit for an item collection
 : What if you exceed the GB limit for an item collection
1. you will not be able to write new items
2. you will not be able to increase the size of existing items
3. you will not be able to decrease the size of existing items
4. 1 and 2
5. 1,2 and 3



Question : Your application utilizes Amazon S reduced redundancy storage and you have configured
the s3:ReducedRedundancyLostObject notification on your Amazon S3 Bucket. What services might you use
to create a "distributed" platform that replaces lost RRS objects on Amazon S3 automatically?

 : Your application utilizes Amazon S reduced redundancy storage and you have configured
1. SNS with a website subscription endpoint as the worker instance
2. SNS with an SMS subscription endpoint
3. Access Mostly Uused Products by 50000+ Subscribers
4. SNS with subscription endpoints


Question : What all is/are the advantage of using Amazon SQS?

 : What all is/are the advantage of using Amazon SQS?
1. SQS allows time-critical messages to be sent through a push mechanism eliminating the need to poll for data
2. SQS is used by distributed applications and can be used to decouple sending and receiving components without requiring each application component to be concurrently available
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of the above