AWS CERTIFIED DEVELOPER ASSOCIATE QUIZ 5

6
Created on By Sirjana GhimireAcharya

AWS CERTIFIED DEVELOPER ASSOCIATE QUIZ 5

1 / 20

For which one of the following parameters does Amazon not charge you when it comes to DynamoDB?

2 / 20

Amazon DynamoDB supports which of these scalar data types?

3 / 20

Knowledge Hut is managing a customer’s application which currently includes a three-tier application configuration. The first tier manages the web instances and is configured in a public subnet. The second layer is the application layer. As part of the application code, the application instances upload large amounts of data to Amazon S3. Currently, the private subnets that the application instances are running on have a route to a single NAT t2.micro NAT instance. The application, during peak loads, becomes slow and customer uploads from the application to S3 are not completing and taking a long time. Which steps might you take to solve the issue using the most cost efficient method?

4 / 20

An EC2 instance has one additional EBS volume attached to it. How can a user attach the same volume to another running instance in the same AZ?

5 / 20

You are the lead developer in your organization and your client has come to you for a suggestion on choosing the correct EBS volume types. Which of the below   is correct ?

6 / 20

True or FALSE: Is it possible to use Amazon Linux AMI outside of EC2 ?

7 / 20

Which of the following will send events in batches?

8 / 20

You have been assigned by your lead to create a structured database in the cloud. Which of the below mentioned AWS offerings will help you to achieve the goal?

9 / 20

A developer has created a new EBS volume from an existing snapshot. The snapshot size shows 10 GB. Can he now create a volume of 30 GB from that snapshot?

10 / 20

Your technical lead is a root AWS account owner and he has created three IAM users: Adam, Brian and Mike. Mike is the IAM administrator. Adam and Brian are not the superpower users, but users with some pre-defined policies. Brian does not have access to modify his password. Thus, he asks Adam to change his password. How can Adam change Brian’s password?

11 / 20

For which one of the following parameters does Amazon not charge you when it comes to DynamoDB?

12 / 20

You are the lead developer in your organization and your client has come to you for a suggestion on choosing the correct EBS volume types. Which of the below   is correct?

13 / 20

In KnowledgeHut organization , you’ve been tasked with creating file level restore on your EC2 instances. You need to be able to restore an individual lost file on an EC2 instance within 15 minutes of a reported loss of information. The acceptable RPO is several hours. How would you perform this on an EC2 instance?

14 / 20

A user is accessing an EC2 instance on the SSH port for IP 10.10.20.20. Which one do you think is a secure way to configure that the instance can be accessed only from this IP?

15 / 20

Knowledge Hut organization has 15 different departments. The organization wants to track the AWS usage of each department. Which of the below mentioned options meets the requirement?

16 / 20

What does the below policy signify? {    "Version":"2012-10-17",    "Statement":[     {   "Effect":"Allow",   "Action":[         "s3:PutObject",         "s3:GetObject",         "s3:GetObjectVersion",         "s3:DeleteObject",         "s3:DeleteObjectVersion"   ],  "Resource":"arn:aws:s3:::b1/a1/*"      }    ]  } 

17 / 20

Your manager is asking you to enable a static website hosting on an existing S3 bucket. Which of the below mentioned parameters do you think cannot be configured?

18 / 20

Your security office has become worried recently after a series of security breaches and wants you to start providing additional layers of security to all your company’s AWS resources. First up he wants you to provide additional layers of protection to all your EC2 resources. Which of the following would be a way of providing that additional layer of protection to all your EC2 resources?

19 / 20

Your client is using Amazon SQS and they want to secure the messages in the queue. What are the possible options they have?

20 / 20

Google Inc. provides an online image recognition service and utilizes SQS to decouple system components. There are various SQS consumers who are poll the imaging queue as often as possible to keep end-to-end throughput as high as possible. However, Google Inc. developers realized that polling in tight loops is burning CPU cycles and that empty responses are increasing their costs. How can the developers in Google Inc. reduce the number of empty responses?

Your score is

The average score is 41%

0%