31-60 Flashcards
QUESTION 31
In relation to Amazon SQS, how can you ensure that messages are delivered in order?
A. Increase the size of your queue
B. Send them with a timestamp
C. Give each message a unique id.
D. AWS cannot guarantee that you will receive messages in the exact order you sent them
D. AWS cannot guarantee that you will receive messages in the exact order you sent them
QUESTION 32
An orgAMzation has launched two applications: one for blogging and one for ECM on the same AWS Linux EC2 instance running in the AWS VPC. The orgAMzation has attached two private IPs (primary and secondary) to the above mentioned instance. The orgAMzation wants the instance OS to recognize the secondary IP address. How can the orgAMzation configure this?
A. Use the ec2-net-utility package which updates routing tables, uses DHCP to refresh the secondary IP and adds the network interface.
B. Use the ec2-net-utils package which will configure an additional network interface and update the routing table
C. Use the ec2-ip-update package which can configure the network interface as well as update the secondary IP with DHCP.
D. Use the ec2-ip-utility package which can update the routing tables as well as refresh the secondary IP using DHCP.
B. Use the ec2-net-utils package which will configure an additional network interface and update the routing table
QUESTION 33 What kind of service is provided by AWS DynamoDB? A. Relational Database B. NoSQL Database C. Dynamic Database D. Document Database
B. NoSQL Database
QUESTION 34 In relation to Amazon SQS, how many queues and messages can you have per queue for each user? A. Unlimited B. 10 C. 256 D. 500
A. Unlimited
QUESTION 35
Doug has created a VPC with CIDR 10.201.0.0/16 in his AWS account. In this VPC he has created a public subnet with CIDR block 10.201.31.0/24. While launching a new EC2 from the console, he is not able to assign the private IP address 10.201.31.6 to this instance. Which is the most likely reason for this issue?
A. Private IP address 10.201.31.6 is not part of the associated subnet’s IP address range.
B. Private IP address 10.201.31.6 is blocked via ACLs in Amazon infrastructure as a part of platform security.
C. Private address IP 10.201.31.6 is currently assigned to another interface.
D. Private IP address 10.201.31.6 is reserved by Amazon for IP networking purposes.
C. Private address IP 10.201.31.6 is currently assigned to another interface.
QUESTION 36
Regarding Amazon SQS, are there restrictions on the names of Amazon SQS queues?
A. No
B. Yes. Queue names must be unique within an AWS account and you cannot use hyphens (-) and underscores (_)
C. Yes. Queue names are limited to 80 characters and queue names must be unique within an AWS account
D. Yes. Queue names are limited to 80 characters but queue names do not need to be unique within an AWS account
C. Yes. Queue names are limited to 80 characters and queue names must be unique within an AWS account
QUESTION 37 In Amazon SNS, to send push notifications to mobile devices using Amazon SNS and ADM, you need to obtain the following, except: A. Client secret B. Client ID C. Device token D. Registration ID
C. Device token
QUESTION 38
Regarding Amazon SNS, to begin using Amazon SNS mobile push notifications, you first need that uses one of the supported push notification services: APNS, GCM, or ADM.
A. an access policy for the mobile endpoints
B. to active push notification service of Amazon SNS
C. to know the type of mobile device operating system
D. an app for the mobile endpoints
D. an app for the mobile endpoints
QUESTION 39 How many types of block devices does Amazon EC2 support? A. 5 B. 1 C. 2 D. 4
C. 2
QUESTION 40
ExamKiller (with AWS account ID H1122223333) has created 50 1AM users for its orgAMzation’s employees. ExamKiller wants to make the AWS console login URL for all 1AM users as: https:// examkil| er.signin.aws.amazon.com/conso|e/. How can this be configured?
A. Create a bucket with the name ExamKil|er and map it with the 1AM alias
B. It is not possible to have capital letters as a part of the alias name
C. The user needs to use Route 53 to map the ExamKiller domain and 1AM URL
D. For the AWS account, create an alias ExamKiller for the 1AM login
B. It is not possible to have capital letters as a part of the alias name
QUESTION 41
Can a user get a notification of each instance start / terminate configured with Auto Scaling?
A. Yes, always
B. No
C. Yes, if configured with the Auto Scaling group
D. Yes, if configured with the Launch Config
C. Yes, if configured with the Auto Scaling group
QUESTION 42
AutoScaling is configured with 3 AZs. Each zone has 5 instances running. If AutoScaling wants to terminate an instance based on the policy action, which instance will it terminate first?
A. Terminate the first launched instance
B. Randomly select the instance for termination
C. Terminate the instance from the AZ which does not have a high AWS load
D. Terminate the instance from the AZ which has instances running near to the billing hour
B. Randomly select the instance for termination
QUESTION 43
In regard to DynamoDB, can I delete local secondary indexes?
A. Yes, if it is a primary hash key index
B. No
C. Yes, if it is a local secondary indexes
D. Yes, if it is a Global secondary indexes
B. No
QUESTION 44
You need to develop and run some new applications on AWS and you know that Elastic Beanstalk and CloudFormation can both help as a deployment mechAMsm for a broad range of AWS resources. Which of the following statements best describes the differences between Elastic Beanstalk and C|oudFormation?
A. Elastic Beanstalk uses Elastic load balancing and CloudFormation doesn’t.
B. CloudFormation is faster in deploying applications than Elastic Beanstalk.
C. CloudFormation is much more powerful than Elastic Beanstalk, because you can actually design and script custom resources
D. Elastic Beanstalk is faster in deploying applications than CloudFormation.
C. CloudFormation is much more powerful than Elastic Beanstalk, because you can actually design and script custom resources
QUESTION 45
Can you SSH to your private machines that reside in a VPC from outside without elastic IP?
A. Yes, but only if you have direct connect or vpn
B. Only if you are using a non-US region
C. Only if you are using a US region
D. No
A. Yes, but only if you have direct connect or vpn