Premium

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



Question : With regards to DynamoDB, For each secondary index, you must specify which the following:

1. The type of index to be created
2. A name for the index
3. Access Mostly Uused Products by 50000+ Subscribers
4. For a global secondary index, you must specify read and write capacity unit settings
5. The key schema for the index.
  : With regards to DynamoDB, For each secondary index, you must specify which the following:
1. 1,2,3,5
2. 1,2,3,4
3. Access Mostly Uused Products by 50000+ Subscribers
4. 1,2,5
5. All 1,2,3,4,5

Correct Answer : Get Lastest Questions and Answer :

Explanation: For each secondary index, you must specify the following:

The type of index to be created either a local secondary index or a global secondary index.
A name for the index. The naming rules for indexes are the same as those for tables, as listed in Limits in DynamoDB. The name must be unique for the table it is associated with, but you can use the same name for indexes that are associated with different tables.
The key schema for the index. Every attribute in the index key schema must be a scalar data type, not a multi value set. Other requirements for the key schema depend on the type of index:
For a local secondary index, the hash key must be the same as the tables hash key, and the range key must be a non key table attribute.
For a global secondary index, the hash key can be any table attribute. A range key is optional, and it too can be any table attribute.
Additional attributes, if any, to project from the table into the index. These attributes are in addition to the table key attributes, which are automatically projected into every index. You can project attributes of any data type, including scalar data types and multi-valued sets.
The provisioned throughput settings for the index, if necessary:
For a local secondary index, you do not need to specify read and write capacity unit settings. Any read and write operations on a local secondary index draw from the provisioned throughput settings of its parent table.
For a global secondary index, you must specify read and write capacity unit settings. These provisioned throughput settings are independent of the tables settings.
For maximum query flexibility, you can create up to five local secondary indexes and up to five global secondary indexes per table.






Question : For AWS CloudFormation Resources, if you want to map an Amazon Elastic Block Store to an Amazon EC instance
 : For AWS CloudFormation Resources, if you want to map an Amazon Elastic Block Store to an Amazon EC instance
1. Reference the logical IDs of the instance
2. Reference the logical IDs of both the block stores and the instance
3. Access Mostly Uused Products by 50000+ Subscribers
4. Reference the physical IDs of both the block stores and the instance

Correct Answer : Get Lastest Questions and Answer :

Explanation: In the Resources sections of a template, you declare the AWS resources that you want AWS CloudFormation to manage,
such as an Amazon EC2 instance or an Amazon S3 bucket. All templates must declare a Resources section with at least one resource.
You must declare each resource separately; however, you can specify multiple resources of the same type.

Each resource declaration includes three parts:
A logical name that is unique within the template
A resource type
Properties for that resource

You use the logical name to reference the resource in other parts of the template.
For example, if you want to map an Amazon Elastic Block Store to an Amazon EC2 instance, you reference the logical IDs of both
the block stores and the instance to specify the mapping. Logical names must be alphanumeric (A-Za-z0-9). For a list of all the resource types.

In addition to the logical ID, certain resources also have a physical ID, which is the actual assigned name for that resource,
such as an Amazon EC2 instance ID or an Amazon S3 bucket name. You use the physical IDs to identify resources outside of AWS CloudFormation
templates, but only after the resources have been created.





Question : In VPC
Network access control lists (ACLs) Act as a firewall for associated subnets, controlling both inbound and outbound traffic at the ___________ level
  : In VPC
1. Full VPC
2. Customer Gateway
3. Access Mostly Uused Products by 50000+ Subscribers
4. Subnet

Correct Answer : Get Lastest Questions and Answer :

Explanation: Amazon VPC provides two features that you can use to increase security for your VPC:
Security groups Act as a firewall for associated Amazon EC2 instances, controlling both inbound and outbound traffic at the instance level
Network access control lists (ACLs) Act as a firewall for associated subnets, controlling both inbound and outbound traffic at the subnet level

When you launch an instance in a VPC, you can associate one or more security groups that youve created.
Each instance in your VPC could belong to a different set of security groups. If you dont specify a security group when you launch an instance,
the instance automatically belongs to the default security group for the VPC.


Related Questions


Question : When using a large Scan operation in DynamoDB, what technique can be used to minimize
the impact of a scan on a table's provisioned throughput?
 :  When using a large Scan operation in DynamoDB, what technique can be used to minimize
1. Set a smaller page size for the scan
2. Use parallel scans
3. Access Mostly Uused Products by 50000+ Subscribers
4. Prewarm the table by updating all items


Question : Which of the following would you not expect to see in an SNS message body?
 : Which of the following would you not expect to see in an SNS message body?
1. SignatureCertURL
2. Signature
3. Access Mostly Uused Products by 50000+ Subscribers
4. SubjectId


Question : Which of the following would you expect to see in the body of an SNS notification?

 : Which of the following would you expect to see in the body of an SNS notification?
1. UnsubscribeURL
2. MessageBody
3. Access Mostly Uused Products by 50000+ Subscribers
4. SignatureId


Question : Describe the process of registering a Android mobile device with SNS push notification service using GCM.

 : Describe the process of registering a Android mobile device with SNS push notification service using GCM.
1. Submit GCM notification credentials to Amazon SNS; Receive Registration ID for each mobile device;
Pass device token to SNS; SNS then creates a mobile subscription endpoint for each device and communicates with the GCM service on your behalf

2. Pass device token to SNS to create mobile subscription endpoint for each mobile device;
Request device token from each mobile device; SNS then communicates on your behalf to the GCM service
3. Access Mostly Uused Products by 50000+ Subscribers
Amazon SNS; pass GCM token credentials to Amazon SNS

4. None of the above


Question : Which of the following is a correct command to make AMI private (Using the AWS CLI)

 : Which of the following is a correct command to make AMI private (Using the AWS CLI)
1. aws ec2 modify-image-attribute --image-id ami-2bb65342 --launch-permission "{\"Add\":[{\"Group\":\"all\"}]}"
2. aws ec2 describe-image-attribute --image-id ami-2bb65342 --attribute launchPermission
3. Access Mostly Uused Products by 50000+ Subscribers
4. None of Above


Question : Which features can be used to restrict access to data in S? Choose answers
A. Use S3 Virtual Hosting
B. Set an S3 Bucket policy.
C. Enable IAM Identity Federation.
D. Set an S3 ACL on the bucket or the object.
E. Create a CloudFront distribution for the bucket
 : Which features can be used to restrict access to data in S? Choose  answers
1. A,B
2. B,C
3. Access Mostly Uused Products by 50000+ Subscribers
4. B,D
5. A,E