Nirav test 1 Flashcards
Which set of Amazon S3 features helps to prevent and recover from accidental data loss?
A. Object lifecycle and service access logging.
B. Object versioning and Multi-factor authentication.
C. Access controls and server-side encryption.
D. Website hosting and Amazon S3 policies.
B. Object versioning and Multi-factor authentication.
What is the minimum time Interval for the data that Amazon CloudWatch receives and aggregates?
A. One second.
B. Five seconds.
C. One minute.
D. Three minutes.
E. Five minutes.
C. One minute.
A user has launched an EC2 instance. The instance got terminated as soon as it was launched. Which of the below mentioned options is not a possible reason for this?
A. The user account has reached the maximum volume limit.
B. The AMI is missing. It is the required part.
C. The snapshot is corrupt.
D. The user account has reached the maximum EC2 instance limit.
D. The user account has reached the maximum EC2 instance limit.
Your website is serving on-demand training videos to your workforce. Videos are uploaded monthly in high resolution MP4 format. Your workforce is distributed globally often on the move and using company-provided tablets that require the HTTP Live Streaming (HLS) protocol to watch a video. Your company has no video transcoding expertise and it required you may need to pay for a consultant. How do you implement the most cost-efficient architecture without compromising high availability and quality of video delivery’?
A. A video transcoding pipeline running on EC2 using SQS to distribute tasks and Auto Scaling to adjust the number of nodes depending on the length of the queue. EBS volumes to host videos and EBS snapshots to incrementally backup original files after a few days. CloudFront to serve HLS transcoded videos from EC2.
B. Elastic Transcoder to transcode original high-resolution MP4 videos to HL.
C. EBS volumes to host videos and EBS snapshots to incrementally backup original files after a few days. CloudFront to serve HLS transcoded videos from EC2.
D. Elastic Transcoder to transcode original high-resolution MP4 videos to HL.
E. Amazon S3 to host videos with Lifecycle Management to archive original files to Glacier after a few days. CloudFront to serve HLStranscoded videos from S3.
F. A video transcoding pipeline running on EC2 using SQS to distribute tasks and Auto Scaling to adjust the number of nodes depending on the length of the queue. S3 to host videos with Lifecycle Management to archive all files to Glacier after a few days. CloudFront to serve HLS transcoded videos from Glacier.
C. EBS volumes to host videos and EBS snapshots to incrementally backup original files after a few days. CloudFront to serve HLS transcoded videos from EC2.
You are designing an intrusion detection prevention (IDS/IPS) solution for a customer web application in a single VPC. You are considering the options for implementing lOS IPS protection for traffic coming from the Internet. Which of the following options would you consider? (Choose 2 answers)
A. Implement IDS/IPS agents on each Instance running in VPC.
B. Configure an instance in each subnet to switch its network interface card to promiscuous mode and analyze network traffic.
C. Implement Elastic Load Balancing with SSL listeners in front of the web applications.
D. Implement a reverse proxy layer in front of web servers and configure IDS/ IPS agents on each reverse proxy server.
A. Implement IDS/IPS agents on each Instance running in VPC.
D. Implement a reverse proxy layer in front of web servers and configure IDS/ IPS agents on each reverse proxy server.
Which of the following are valid statements about Amazon S3? (Choose 2 answers)
A. Amazon S3 provides read-after-write consistency for any type of PUT or DELETE.
B. Consistency is not guaranteed for any type of PUT or DELETE.
C. A successful response to a PUT request only occurs when a complete object is saved.
D. Partially saved objects are immediately readable with a GET after an overwrite PU.
E. S3 provides eventual consistency for overwrite PUTS and DELETE
C. A successful response to a PUT request only occurs when a complete object is saved.
E. S3 provides eventual consistency for overwrite PUTS and DELETE.
How can the domain’s zone apex, for example, ‘myzoneapexdomain.com’, be pointed towards an Elastic Load Balancer?
A. By using an Amazon Route 53 Alias record.
B. By using an AAAA record.
C. By using an Amazon Route 53 CNAME record.
D. By using an A record.
A. By using an Amazon Route 53 Alias record.
When should I choose Provisioned IOPS over Standard RDS storage?
A. If you have batch-oriented workloads.
B. If you use production online transaction processing (OLTP) workloads.
C. If you have workloads that are not sensitive to consistent performance.
A. If you have batch-oriented workloads.
Your department creates regular analytics reports from your company’s log files All log data is collected in Amazon S3 and processed by daily Amazon Elastic Map Reduce (EMR) jobs that generate daily PDF reports and aggregated tables in CSV format for an Amazon Redshift data warehouse. Which of the following alternatives will lower costs without compromising average performance of the system or data integrity for the raw data?
A. Use reduced redundancy storage (RRS) for all data in S3. Use a combination of Spot Instances and Reserved Instances for Amazon EMR jobs. Use Reserved Instances for Amazon Redshift.
B. Use reduced redundancy storage (RRS) for PDF and .csv data in S3. Add Spot Instances to EMR jobs. Use Spot Instances for Amazon Redshift.
C. Use reduced redundancy storage (RRS) for PDF and .csv data in Amazon S3. Add Spot Instances to Amazon EMR jobs. Use Reserved Instances for Amazon Redshift.
D. Use reduced redundancy storage (RRS) for all data in Amazon S3. Add Spot Instances to Amazon EMR jobs. Use Reserved Instances for Amazon Redshift.
C. Use reduced redundancy storage (RRS) for PDF and .csv data in Amazon S3. Add Spot Instances to Amazon EMR jobs. Use Reserved Instances for Amazon Redshift.
Because of the extensibility limitations of striped storage attached to Windows Server, Amazon RDS does not currently support increasing storage on a […] DB Instance.
A. SQL Server.
B. MySQL.
C. Oracle.
A. SQL Server.
In regards to IAM you can edit user properties later, but you cannot use the console to change the […].
A. user name.
B. password.
C. default group.
A. user name.
In Amazon EC2 Container Service, are other container types supported?
A. Yes, EC2 Container Service supports any container service you need.
B. Yes, EC2 Container Service also supports Microsoft container service.
C. No, Docker is the only container platform supported by EC2 Container Service presently.
D. Yes, EC2 Container Service supports Microsoft container service and Openstack.
C. No, Docker is the only container platform supported by EC2 Container Service presently.
Content and Media Server is the latest requirement that you need to meet for a client. The client has been very specific about his requirements such as low latency, high availability, durability, and access control. Potentially there will be millions of views on this server and because of ‘spiky’ usage patterns, operations teams will need to provision static hardware, network, and management resources to support the maximum expected need. The Customer base will be initially low but is expected to grow and become more geographically distributed. Which of the following would be a good solution for content distribution?
A. Amazon S3 as both the origin server and for caching.
B. AWS Storage Gateway as the origin server and Amazon EC2 for caching.
C. AWS CloudFront as both the origin server and for caching.
D. Amazon S3 as the origin server and Amazon CloudFront for caching.
D. Amazon S3 as the origin server and Amazon CloudFront for caching.
Name the disk storage supported by Amazon Elastic Compute Cloud (EC2)
A. None of these.
B. Amazon AppStream store.
C. Amazon SNS store.
D. Amazon Instance Store.
D. Amazon Instance Store.
After an Amazon VPC instance is launched, can I change the VPC security groups it belongs to?
A. Only if the tag ‘VPC_Change_Group’ is true.
B. Yes. You can.
C. No. You cannot.
D. Only if the tag ‘VPC Change Group’ is true.
B. Yes. You can.
If I want an instance to have a public IP address, which IP address should I use?
A. Elastic IP Address.
B. Class B IP Address.
C. Class A IP Address.
D. Dynamic IP Address.
A. Elastic IP Address.
Amazon RDS supports SOAP only through […].
A. HTTP or HTTPS.
B. TCP/IP.
C. HTTP.
D. HTTPS.
D. HTTPS.
Which of the following services natively encrypts data at rest within an AWS region? (Choose 2 answers)
A. AWS Storage Gateway.
B. Amazon DynamoDB.
C. Amazon CloudFront.
D. Amazon Glacier.
E. Amazon Simple Queue Service.
A. AWS Storage Gateway.
D. Amazon Glacier.
Which one of the following can’t be used as an origin server with Amazon CloudFront?
A. A web server running in your infrastructure.
B. Amazon S3.
C. Amazon Glacier.
D. A web server running on Amazon EC2 instances.
C. Amazon Glacier.
Select the most correct The device name /dev/sdal (within Amazon EC2) is […].
A. possible for EBS volumes.
B. reserved for the root device.
C. recommended for EBS volumes.
D. recommended for instance store volumes.
B. reserved for the root device.