Exams > Amazon > AWS Certified Solutions Architect - Professional
AWS Certified Solutions Architect - Professional
Page 12 out of 101 pages Questions 111-120 out of 1009 questions
Question#111

Which of the following is NOT an advantage of using AWS Direct Connect?

  • A. AWS Direct Connect provides users access to public and private resources by using two different connections while maintaining network separation between the public and private environments.
  • B. AWS Direct Connect provides a more consistent network experience than Internet-based connections.
  • C. AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to AWS.
  • D. AWS Direct Connect reduces your network costs.
Discover Answer Hide Answer

A
AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to AWS. Using AWS Direct Connect, you can establish private connectivity between AWS and your datacenter, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections.
By using industry standard 802.1q VLANs, this dedicated connection can be partitioned into multiple virtual interfaces. This allows you to use the same connection to access public resources such as objects stored in Amazon S3 using public IP address space, and private resources such as Amazon EC2 instances running within an Amazon Virtual Private Cloud (VPC) using private IP space, while maintaining network separation between the public and private environments.
Reference:
http://aws.amazon.com/directconnect/#details

Question#112

An organization is setting up an application on AWS to have both High Availability (HA) and Disaster Recovery (DR). The organization wants to have both
Recovery point objective (RPO) and Recovery time objective (RTO) of 10 minutes.
Which of the below mentioned service configurations does not help the organization achieve the said RPO and RTO?

  • A. Take a snapshot of the data every 10 minutes and copy it to the other region.
  • B. Use an elastic IP to assign to a running instance and use Route 53 to map the user's domain with that IP.
  • C. Create ELB with multi-region routing to allow automated failover when required.
  • D. Use an AMI copy to keep the AMI available in other regions.
Discover Answer Hide Answer

C
AWS provides an on demand, scalable infrastructure. AWS EC2 allows the user to launch On- Demand instances and the organization should create an AMI of the running instance. Copy the AMI to another region to enable Disaster Recovery (DR) in case of region failure. The organization should also use EBS for persistent storage and take a snapshot every 10 minutes to meet Recovery time objective (RTO). They should also setup an elastic IP and use it with Route 53 to route requests to the same IP. When one of the instances fails the organization can launch new instances and assign the same EIP to a new instance to achieve
High Availability (HA). The ELB works only for a particular region and does not route requests across regions.
Reference:
http://d36cz9buwru1tt.cloudfront.net/AWS_Disaster_Recovery.pdf

Question#113

An organization is having an application which can start and stop an EC2 instance as per schedule. The organization needs the MAC address of the instance to be registered with its software. The instance is launched in EC2-CLASSIC.
How can the organization update the MAC registration every time an instance is booted?

  • A. The organization should write a boot strapping script which will get the MAC address from the instance metadata and use that script to register with the application.
  • B. The organization should provide a MAC address as a part of the user data. Thus, whenever the instance is booted the script assigns the fixed MAC address to that instance.
  • C. The instance MAC address never changes. Thus, it is not required to register the MAC address every time.
  • D. AWS never provides a MAC address to an instance; instead the instance ID is used for identifying the instance for any software registration.
Discover Answer Hide Answer

A
AWS provides an on demand, scalable infrastructure. AWS EC2 allows the user to launch On- Demand instances. AWS does not provide a fixed MAC address to the instances launched in EC2-CLASSIC. If the instance is launched as a part of EC2-VPC, it can have an ENI which can have a fixed MAC. However, with EC2-
CLASSIC, every time the instance is started or stopped it will have a new MAC address. To get this MAC, the organization can run a script on boot which can fetch the instance metadata and get the MAC address from that instance metadata. Once the MAC is received, the organization can register that MAC with the software.
Reference:
http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AESDG-chapter-instancedata.html

Question#114

Does Amazon RDS API provide actions to modify DB instances inside a VPC and associate them with DB Security Groups?

  • A. Yes, Amazon does this but only for MySQL RDS.
  • B. Yes
  • C. No
  • D. Yes, Amazon does this but only for Oracle RDS.
Discover Answer Hide Answer

B
You can use the action Modify DB Instance, available in the Amazon RDS API, to pass values for the parameters DB Instance Identifier and DB Security Groups specifying the instance ID and the DB Security Groups you want your instance to be part of.
Reference:
http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_ModifyDBInstance.html

Question#115

An organization is setting up a backup and restore system in AWS of their in premise system. The organization needs High Availability(HA) and Disaster Recovery
(DR) but is okay to have a longer recovery time to save costs.
Which of the below mentioned setup options helps achieve the objective of cost saving as well as DR in the most effective way?

  • A. Setup pre-configured servers and create AMIs. Use EIP and Route 53 to quickly switch over to AWS from in premise.
  • B. Setup the backup data on S3 and transfer data to S3 regularly using the storage gateway.
  • C. Setup a small instance with AutoScaling; in case of DR start diverting all the load to AWS from on premise.
  • D. Replicate on premise DB to EC2 at regular intervals and setup a scenario similar to the pilot light.
Discover Answer Hide Answer

B
AWS has many solutions for Disaster Recovery(DR) and High Availability(HA). When the organization wants to have HA and DR but are okay to have a longer recovery time they should select the option backup and restore with S3. The data can be sent to S3 using either Direct Connect, Storage Gateway or over the internet.
The EC2 instance will pick the data from the S3 bucket when started and setup the environment. This process takes longer but is very cost effective due to the low pricing of S3. In all the other options, the EC2 instance might be running or there will be AMI storage costs. Thus, it will be a costlier option. In this scenario the organization should plan appropriate tools to take a backup, plan the retention policy for data and setup security of the data.
Reference:
http://d36cz9buwru1tt.cloudfront.net/AWS_Disaster_Recovery.pdf

Question#116

By default, what is the maximum number of Cache Nodes you can run in Amazon ElastiCache?

  • A. 20
  • B. 50
  • C. 100
  • D. 200
Discover Answer Hide Answer

A
In Amazon ElastiCache, you can run a maximum of 20 Cache Nodes.

Question#117

Does an AWS Direct Connect location provide access to Amazon Web Services in the region it is associated with as well as access to other US regions?

  • A. No, it provides access only to the region it is associated with.
  • B. No, it provides access only to the US regions other than the region it is associated with.
  • C. Yes, it provides access.
  • D. Yes, it provides access but only when there's just one Availability Zone in the region.
Discover Answer Hide Answer

C
An AWS Direct Connect location provides access to Amazon Web Services in the region it is associated with, as well as access to other US regions. For example, you can provision a single connection to any AWS Direct Connect location in the US and use it to access public AWS services in all US Regions and AWS
GovCloud (US).
Reference:
http://docs.aws.amazon.com/directconnect/latest/UserGuide/Welcome.html

Question#118

Which of the following components of AWS Data Pipeline specifies the business logic of your data management?

  • A. Task Runner
  • B. Pipeline definition
  • C. AWS Direct Connect
  • D. Amazon Simple Storage Service 9Amazon S3)
Discover Answer Hide Answer

B
A pipeline definition specifies the business logic of your data management.
Reference:
http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/what-is-datapipeline.html

Question#119

What feature of the load balancing service attempts to force subsequent connections to a service to be redirected to the same node as long as it is online?

  • A. Node balance
  • B. Session retention
  • C. Session multiplexing
  • D. Session persistence
Discover Answer Hide Answer

D
Session persistence is a feature of the load balancing service. It attempts to force subsequent connections to a service to be redirected to the same node as long as it is online.
Reference:
http://docs.rackspace.com/loadbalancers/api/v1.0/clb-devguide/content/Concepts-d1e233.html

Question#120

What types of identities do Amazon Cognito identity pools support?

  • A. They support both authenticated and unauthenticated identities.
  • B. They support only unauthenticated identities.
  • C. They support neither authenticated nor unauthenticated identities.
  • D. They support only authenticated identities.
Discover Answer Hide Answer

A
Amazon Cognito identity pools support both authenticated and unauthenticated identities. Authenticated identities belong to users who are authenticated by a public login provider or your own backend authentication process. Unauthenticated identities typically belong to guest users.
Reference:
http://docs.aws.amazon.com/cognito/devguide/identity/identity-pools/

chevron rightPrevious Nextchevron right