DevOps Exam

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

DevOps Exam

1. In order to enable encryption at rest using EC2 and Elastic Block Store, you must ________.
A. Configure encryption when creating EBS volume
B. Configure encryption using the appropriate OS file system
C. Configure encryption using X.509 certificates
D. Mount EBS volume to S3 and then encrypt bucket using policies

Ans:

2. You have a very popular blog site, which has recently had a surge in traffic. You want to implement an
elasticache solution to help take the load of the production database and you want to keep it as simple as possible.
You will need to scale you cache horizontally and object caching will be your primary goal. Which elasticache
solution will best suit your needs?
A. MongoDB
B. Redis
C. Memcached
D. Couchbase

Ans:

3. If you want to enable a user to download your private data directly from S3, you can insert a pre-signed URL into
a web page before giving it to your user.

True
False

Ans:

4. You are hosting a static website in an S3 bucket that uses Java script to reference assets in another S3 bucket. For
some reason, these assets are not displaying when users browse to the site. What could be the problem?
A. S3 does not support JavaScript
B. Port 443 or 80 must be opened first
C. CORS needs to be configured first
D. You cannot reference an S3 resource to another S3 instance

Ans:

5. Your application is consistently reading and writing 100s of objects per second to S3 and your workload is
steadily rising. What can you do to to achieve the best performance from S3?
A. Add a hex hash prefix to the objects key name
B. Configure a Cloudfront CDN and use S3 bucket as origin
C. Add a hex hash sugfix to the objects key name
D. Configure an additional S3 bucket and distribute the files evenly between the two buckets

Ans:

You might also like