61-90 Flashcards
QUESTION 61 In AWS Elastic Beanstalk, you can update your deployed application even while it is part of a running environment. For a Java application, you can also use to update your deployed application. A. the AWS Toolkit for Eclipse B. the AWS Toolkit for Visual Studio C. the AWS Toolkit for JVM D. the AWS Toolkit for Netbeans
A. the AWS Toolkit for Eclipse
QUESTION 62
You have a number of image files to encode. In an Amazon SQS worker queue, you create an Amazon SQS message for each file specifying the command (jpeg-encode) and the location of the file in Amazon S3. Which of the following statements best describes the functionality of Amazon SQS?
A. Amazon SQS is for single-threaded sending or receMng speeds.
B. Amazon SQS is a non-distributed queuing system.
C. Amazon SQS is a distributed queuing system that is optimized for horizontal scalability, not for single- threaded sending or receMng speeds.
D. Amazon SQS is a distributed queuing system that is optimized for vertical scalability and for single-threaded sending or receMng speeds.
C. Amazon SQS is a distributed queuing system that is optimized for horizontal scalability, not for single- threaded sending or receMng speeds.
QUESTION 63
Can you configure an RDS Read Replica using CloudFormation templates?
A. Yes, provided that you have root access.
B. Yes, when you create a new CloudFormation template
C. Yes, but not for all Regions.
D. No, you can add the ReadReplica only when the resource is made available by CloudFormation
B. Yes, when you create a new CloudFormation template
QUESTION 64 A user is creating an ELB with VPC. Which of the following options is available as a part of the "Add EC2 instances" page? A. Select Subnet B. Select I AM C. Select ENI D. Select VPC
A. Select Subnet
QUESTION 65
An account owner has created an 1AM user with the name examkiller. The account owner wants to give EC2 access of only the US West region to that 1AM user. How can the owner configure this?
A. While creating a policy provide the region as a part of the resources
B. Create an 1AM user in the US West region and give access to EC2
C. Create an 1AM policy and define the region in the condition
D. It is not possible to provide access based on the region
C. Create an 1AM policy and define the region in the condition
QUESTION 66 What is the maximum time messages can be stored in SQS? A. 14 days B. one month C. 4 days D. 7 days
A. 14 days
QUESTION 67 In DynamoDB, the default table size is: A. 5 GB B. 1 GB C. 10 GB D. There is no table size
D. There is no table size
QUESTION 68 A user is launching an AWS RDS instance with MySQL. The user wants to enable the Nlulti AZ feature. Which of the below mentioned parameters will not be allowed to configure by RDS? A. Availability Zone B. Region C. DB subnet group D. Database port
A. Availability Zone
QUESTION 69
You want to have multiple versions of your application running at the same time, with all versions launched via AWS Elastic Beanstalk. Is this possible?
A. No. However if you have 2 AWS accounts this can be done
B. No. AWS Elastic Beanstalk is not designed to support multiple running environments
C. Yes. AWS Elastic Beanstalk is designed to support a number of multiple running environments
D. Yes. However AWS Elastic Beanstalk is designed to support only 2 multiple running environments
C. Yes. AWS Elastic Beanstalk is designed to support a number of multiple running environments
QUESTION 70
A user has launched an EBS backed Linux instance. How can a user detach the root device and attach it to another instance as a secondary volume?
A. Unmount the root volume first and then detach it
B. It is not possible to mount the root volume to some other instance
C. Stop the first instance and then attach instance’s root volume as a new volume to the other instance
D. It is not possible to mount the root device as a secondary volume on the other instance
C. Stop the first instance and then attach instance’s root volume as a new volume to the other instance
QUESTION 71 When using Amazon SQS how much data can you store in a message? A. 8 KB B. 2 KB C. 16 KB D. 4 KB
A. 8 KB
QUESTION 72
A user has launched one EC2 instance in the US West region. The user wants to access the RDS instance launched in the US East region from that EC2 instance. How can the user configure the access for that EC2 instance?
A. It is not possible to access RDS of the US East region from the US West region
B. Open the security group of the US West region in the RDS security group’s ingress rule
C. Configure the IP range of the US West region instance as the ingress security rule of RDS
D. Create an 1AM role which has access to RDS and launch an instance in the US West region with it
C. Configure the IP range of the US West region instance as the ingress security rule of RDS
QUESTION 73
In regard to AWS CloudFormation, what is a stack?
A. The set of AWS templates that are created and managed as a template
B. The set of AWS resources that are created and managed as a template
C. The set of AWS resources that are created and managed as a single unit
D. The set of AWS templates that are created and managed as a single unit
C. The set of AWS resources that are created and managed as a single unit
QUESTION 74
In regard to DynamoDB, what is the Global secondary index?
A. An index with a hash and range key that can be different from those on the table.
B. An index that has the same range key as the table, but a different hash key
C. An index that has the same hash key and range key as the table
D. An index that has the same hash key as the table, but a different range key
A. An index with a hash and range key that can be different from those on the table.
QUESTION 75
Which of the below mentioned options is not a best practice to securely manage the AWS access credentials?
A. Enable MFA for prMleged users
B. Create indMdual 1AM users
C. Keep rotating your secure access credentials at regular intervals
D. Create strong access key and secret access key and attach to the root account
D. Create strong access key and secret access key and attach to the root account