0% found this document useful (0 votes)
714 views

DevOps Exam

This document contains 5 multiple choice questions about DevOps concepts related to AWS services like EC2, EBS, S3, Elasticache, and CloudFront. The questions cover topics like enabling encryption at rest on EBS volumes, using Elasticache solutions like Redis for caching, enabling access to private S3 data with pre-signed URLs, configuring CORS to allow access to assets in different S3 buckets, and optimizing performance for high volume S3 workloads.

Uploaded by

ptrciamae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
714 views

DevOps Exam

This document contains 5 multiple choice questions about DevOps concepts related to AWS services like EC2, EBS, S3, Elasticache, and CloudFront. The questions cover topics like enabling encryption at rest on EBS volumes, using Elasticache solutions like Redis for caching, enabling access to private S3 data with pre-signed URLs, configuring CORS to allow access to assets in different S3 buckets, and optimizing performance for high volume S3 workloads.

Uploaded by

ptrciamae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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