Exams > Amazon > AWS-SysOps: AWS Certified SysOps Administrator
AWS-SysOps: AWS Certified SysOps Administrator
Page 27 out of 91 pages Questions 261-270 out of 910 questions
Question#261

Which of the following are the customer's responsibilities, according to the AWS Shared Responsibility Security Model? (Choose two.)

  • A. Operating system, network, and firewall configuration
  • B. Client-side data encryption and data integrity authentication
  • C. AWS data center access logs
  • D. Hypervisor updates and configuration
  • E. Physical media destruction
Discover Answer Hide Answer

AB
Reference:
https://cloudacademy.com/blog/aws-shared-responsibility-model-security/

Question#262

Elastic Load Balancing automatically distributes incoming traffic across multiple _____ instances.

  • A. EC2
  • B. RDS
  • C. M3
  • D. DB
Discover Answer Hide Answer

A
AWS provides the Elastic Load Balancing service to automatically distribute the incoming traffic across multiple Amazon Elastic Compute Cloud (Amazon EC2) instances. The load balancer serves as a single point of contact for clients, which increases the availability of your application.
You can add and remove instances from your load balancer as your needs change, without disrupt-ing the overall flow of requests to your application.
Reference:
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/SvcIntro.html

Question#263

___________ is a task coordination and state management service for cloud applications.

  • A. Amazon SWF
  • B. Amazon FPS
  • C. Amazon SES
  • D. Amazon SNS
Discover Answer Hide Answer

A
Amazon Simple Workflow (Amazon SWF) is a task coordination and state management service for cloud applications. With Amazon SWF, you can stop writing complex glue-code and state machin-ery and invest more in the business logic that makes your applications unique.
Reference:
http://aws.amazon.com/swf/

Question#264

A block device is a storage device that moves data in sequences. How many types of block devices does Amazon EC2 support?

  • A. 2 -instance store volumes and EBS volumes
  • B. 5 -General Purpose SSD, Provisioned IOPS SSD, Throughput Optimized HDD, Cold HDD, and Magnetic
  • C. 3 -SSD, HDD, and Magnetic
  • D. 1 -instance store volumes
Discover Answer Hide Answer

A
A block device is a storage device that moves data in sequences of bytes or bits (blocks). These de-vices support random access and generally use buffered I/O.
Examples include hard disks, CD-ROM drives, and flash drives. A block device can be physically attached to a computer or accessed remotely as if it were physically attached to the computer. Amazon EC2 supports two types of block devices:
Amazon EC2 supports two types of block devices.
Instance store volumes (virtual devices whose underlying hardware is physically attached to the host computer for the instance)
EBS volumes (remote storage devices)
The SSD, HDD and Magnetic choices are all options for the type of storage offered via EBS vol-umes. They are not types of block devices.
Reference:
http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/block-device-mapping-concepts.html

Question#265

Do Amazon EBS volumes persist independently from the running life of an Amazon EC2 instance?

  • A. No, they are dependent.
  • B. No, you cannot attach EBS volumes to an instance.
  • C. Yes, they do but only if they are detached from the instance.
  • D. Yes, they do, if the Delete on termination flag is unset.
Discover Answer Hide Answer

D
An Amazon EBS volume behaves like a raw, unformatted, external block device that you can attach to a single instance. The volume persists independently from the running life of an Amazon EC2instance.
Reference:
http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/Storage.html

Question#266

Is it possible to access S3 objects from the Internet?

  • A. Yes, but it has to pass through EC2.
  • B. Yes, it is possible if proper public readable accesses and ACLs are set.
  • C. No, there is no way to access any S3 objects from the Internet.
  • D. No, only a general overview of S3 objects can be read from the Internet.
Discover Answer Hide Answer

B
You must grant read permission on the specific objects to make them publicly accessible so that your users can view them on your website. You make objects publicly readable by using either the object ACL or by writing a bucket policy.
Reference:
https://aws.amazon.com/articles/5050

Question#267

_________ is a fast, reliable, scalable, fully managed message queuing service.

  • A. AWS Data Pipeline
  • B. Amazon SES
  • C. Amazon SQS
  • D. Amazon SNS
Discover Answer Hide Answer

C
Amazon Simple Queue Service (SQS) is a fast, reliable, scalable, fully managed message queuing service. SQS makes it simple and cost-effective to decouple the components of a cloud application.
Decoupling the components of an application -you have a queue of work items and want to track the successful completion of each item independently. Amazon
SQS tracks the ACK/FAIL results, so the application does not have to maintain a persistent checkpoint or cursor. After a configured visibility timeout, Amazon SQS deletes acknowledged messages and redelivers failed messages.
Configuring individual message delay -you have a job queue and you need to schedule individual jobs with a delay. With standard queues, you can configure individual messages to have a delay of up to 15 minutes.
Dynamically increasing concurrency or throughput at read time -you have a work queue and want to add more consumers until the backlog is cleared. Amazon
SQS requires no pre-provisioning.
Scaling transparently -your buffer requests and the load changes as a result of occasional load spikes or the natural growth of your business. Because Amazon
SQS can process each buffered request independently, Amazon SQS can scale transparently to handle the load without any provisioning instructions from you.
Reference:
http://aws.amazon.com/sqs/

Question#268

What does Amazon Route53 provide?

  • A. A global Content Delivery Network
  • B. A scalable DNS web service
  • C. An SSH endpoint for Amazon EC2
  • D. None of these
Discover Answer Hide Answer

B
Amazon Route53 provides a scalable Domain Name System. Amazon Route 53 is a highly available and scalable cloud Domain Name System (DNS) web service. It is designed to give developers and businesses an extremely reliable and cost effective way to route end users to Internet applications by translating names like www.example.com into the numeric IP addresses like 192.0.2.1 that computers use to connect to each other. Amazon Route 53 is fully compliant with
IPv6 as well.
Reference:
http://aws.amazon.com/route53/

Question#269

What does Amazon VPC stand for?

  • A. Amazon Virtual Private Cloud
  • B. Amazon Variable Power Cluster
  • C. Amazon Virtual Private Computer
  • D. Amazon Virtual Public Cloud
Discover Answer Hide Answer

A
Amazon VPC stands for Amazon Virtual Private Cloud (Amazon VPC). Amazon VPC lets you provision a logically isolated section of the Amazon Web Services
(AWS) cloud where you can launch AWS resources in a virtual network that you define. You have complete control over your virtual networking environment, including selection of your own IP address range, creation of sub-nets, and configuration of route tables and network gateways. You can also create a hardware
Vir-tual Private Network (VPN) connection between your corporate datacenter and your VPC and lev-erage the AWS cloud as an extension of your corporate datacenter.
Reference:
http://aws.amazon.com/vpc/faqs/#G1

Question#270

Which of the following does Amazon S3 provide?

  • A. A virtual server in the cloud
  • B. A highly-scalable cloud storage
  • C. A highly encrypted virtual disk in the cloud
  • D. A transient storage in the cloud
Discover Answer Hide Answer

B
Amazon S3 provides Scalable Storage in the Cloud. Amazon Simple Storage Service (Amazon S3) is object storage with a simple web service interface to store and retrieve any amount of data from anywhere on the web. It is designed to deliver 99.999999999% durability, and scale past trillions of objects worldwide.
Reference:
https://aws.amazon.com/s3/

chevron rightPrevious Nextchevron right