Exams > Amazon > AWS Certified Solutions Architect - Professional
AWS Certified Solutions Architect - Professional
Page 11 out of 101 pages Questions 101-110 out of 1009 questions
Question#101

The two policies that you attach to an IAM role are the access policy and the trust policy. The trust policy identifies who can assume the role and grants the permission in the AWS Lambda account principal by adding the _______ action.

  • A. aws:AssumeAdmin
  • B. lambda:InvokeAsync
  • C. sts:InvokeAsync
  • D. sts:AssumeRole
Discover Answer Hide Answer

D
The two policies that you attach to an IAM role are the access policy and the trust policy. Remember that adding an account to the trust policy of a role is only half of establishing the trust relationship. By default, no users in the trusted accounts can assume the role until the administrator for that account grants the users the permission to assume the role by adding the Amazon Resource Name (ARN) of the role to an Allow element for the sts:AssumeRole action.
Reference:
http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_manage_modify.html

Question#102

The MySecureData company has five branches across the globe. They want to expand their data centers such that their web server will be in the AWS and each branch would have their own database in the local data center. Based on the user login, the company wants to connect to the data center.
How can MySecureData company implement this scenario with the AWS VPC?

  • A. Create five VPCs with the public subnet for the app server and setup the VPN gateway for each VPN to connect them individually.
  • B. Use the AWS VPN CloudHub to communicate with multiple VPN connections.
  • C. Use the AWS CloudGateway to communicate with multiple VPN connections.
  • D. It is not possible to connect different data centers from a single VPC.
Discover Answer Hide Answer

B
A Virtual Private Cloud (VPC) is a virtual network dedicated to the user's AWS account. The user can create subnets as per the requirement within a VPC. If the user wants to connect VPC from his own data centre, he can setup a public and VPN only subnet which uses hardware VPN access to connect with his data centre. If the organization has multiple VPN connections, he can provide secure communication between sites using the AWS VPN CloudHub.
The VPN CloudHub operates on a simple hub-and-spoke model that the user can use with or without a VPC. This design is suitable for customers with multiple branch offices and existing internet connections who would like to implement a convenient, potentially low-cost hub-and- spoke model for primary or backup connectivity between remote offices.
Reference:
http://docs.aws.amazon.com/AmazonVPC/latest/UserGuide/VPN_CloudHub.html

Question#103

One of your AWS Data Pipeline activities has failed consequently and has entered a hard failure state after retrying thrice.
You want to try it again. Is it possible to increase the number of automatic retries to more than thrice?

  • A. Yes, you can increase the number of automatic retries to 6.
  • B. Yes, you can increase the number of automatic retries to indefinite number.
  • C. No, you cannot increase the number of automatic retries.
  • D. Yes, you can increase the number of automatic retries to 10.
Discover Answer Hide Answer

D
In AWS Data Pipeline, an activity fails if all of its activity attempts return with a failed state. By default, an activity retries three times before entering a hard failure state. You can increase the number of automatic retries to 10. However, the system does not allow indefinite retries.
Reference:
https://aws.amazon.com/datapipeline/faqs/

Question#104

True or False: In Amazon ElastiCache replication groups of Redis, for performance tuning reasons, you can change the roles of the cache nodes within the replication group, with the primary and one of the replicas exchanging roles.

  • A. True, however, you get lower performance.
  • B. FALSE
  • C. TRUE
  • D. False, you must recreate the replication group to improve performance tuning.
Discover Answer Hide Answer

C
In Amazon ElastiCache, a replication group is a collection of Redis Cache Clusters, with one primary read-write cluster and up to five secondary, read-only clusters, which are called read replicas. You can change the roles of the cache clusters within the replication group, with the primary cluster and one of the replicas exchanging roles. You might decide to do this for performance tuning reasons.
Reference:
http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/Replication.Redis.Groups.html

Question#105

How much memory does the cr1.8xlarge instance type provide?

  • A. 224 GB
  • B. 124 GB
  • C. 184 GB
  • D. 244 GB
Discover Answer Hide Answer

D
The CR1 instances are part of the memory optimized instances. They offer lowest cost per GB RAM among all the AWS instance families. CR1 instances are part of the new generation of memory optimized instances, which can offer up to 244 GB RAM and run on faster CPUs (Intel Xeon E5-2670 with NUMA support) in comparison to the M2 instances of the same family. They support cluster networking for bandwidth intensive applications. cr1.8xlarge is one of the largest instance types of the CR1 family, which can offer 244 GB RAM.
Reference:
http://aws.amazon.com/ec2/instance-types/

Question#106

How many cg1.4xlarge on-demand instances can a user run in one region without taking any limit increase approval from AWS?

  • A. 20
  • B. 2
  • C. 5
  • D. 10
Discover Answer Hide Answer

B
Generally, AWS EC2 allows running 20 on-demand instances and 100 spot instances at a time. This limit can be increased by requesting at https:// aws.amazon.com/contact-us/ec2-request.
Excluding certain types of instances, the limit is lower than mentioned above. For cg1.4xlarge, the user can run only 2 on-demand instances at a time.
Reference:
http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_ec2

Question#107

Regarding Amazon SNS, you can send notification messages to mobile devices through any of the following supported push notification services, EXCEPT:

  • A. Microsoft Windows Mobile Messaging (MWMM)
  • B. Google Cloud Messaging for Android (GCM)
  • C. Amazon Device Messaging (ADM)
  • D. Apple Push Notification Service (APNS)
Discover Answer Hide Answer

A
In Amazon SNS, you have the ability to send notification messages directly to apps on mobile devices. Notification messages sent to a mobile endpoint can appear in the mobile app as message alerts, badge updates, or even sound alerts. Microsoft Windows Mobile Messaging (MWMM) doesn't exist and is not supported by Amazon SNS.
Reference:
http://docs.aws.amazon.com/sns/latest/dg/SNSMobilePush.html

Question#108

You want to define permissions for a role in an IAM policy. Which of the following configuration formats should you use?

  • A. An XML document written in the IAM Policy Language
  • B. An XML document written in a language of your choice
  • C. A JSON document written in the IAM Policy Language
  • D. JSON document written in a language of your choice
Discover Answer Hide Answer

C
You define the permissions for a role in an IAM policy. An IAM policy is a JSON document written in the IAM Policy Language.
Reference:
http://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html

Question#109

IAM Secure and Scalable is an organization which provides scalable and secure SAAS to its clients. They are planning to host a web server and App server on
AWS VPC as separate tiers. The organization wants to implement the scalability by configuring Auto Scaling and load balancer with their app servers (middle tier) too.
Which of the below mentioned options suits their requirements?

  • A. Since ELB is internet facing, it is recommended to setup HAProxy as the Load balancer within the VPC.
  • B. Create an Internet facing ELB with VPC and configure all the App servers with it.
  • C. The user should make ELB with EC2-CLASSIC and enable SSH with it for security.
  • D. Create an Internal Load balancer with VPC and register all the App servers with it.
Discover Answer Hide Answer

D
The Amazon Virtual Private Cloud (Amazon VPC) allows the user to define a virtual networking environment in a private, isolated section of the Amazon Web
Services (AWS) cloud. The user has complete control over the virtual networking environment. Within this virtual private cloud, the user can launch AWS resources, such as an ELB, and EC2 instances.
There are two ELBs available with VPC: internet facing and internal (private) ELB. For internal servers, such as App servers the organization can create an internal load balancer in their VPC and then place back-end application instances behind the internal load balancer. The internal load balancer will route requests to the back-end application instances, which are also using private IP addresses and only accept requests from the internal load balancer.
Reference:
http://docs.aws.amazon.com/ElasticLoadBalancing/latest/DeveloperGuide/vpc-loadbalancer-types.html

Question#110

True or False: Amazon ElastiCache supports the Redis key-value store.

  • A. True, ElastiCache supports the Redis key-value store, but with limited functionalities.
  • B. False, ElastiCache does not support the Redis key-value store.
  • C. True, ElastiCache supports the Redis key-value store.
  • D. False, ElastiCache supports the Redis key-value store only if you are in a VPC environment.
Discover Answer Hide Answer

C
This is true. ElastiCache supports two open-source in-memory caching engines: 1. Memcached - a widely adopted memory object caching system. ElastiCache is protocol compliant with Memcached, so popular tools that you use today with existing Memcached environments will work seamlessly with the service. 2. Redis - a popular open-source in-memory key-value store that supports data structures such as sorted sets and lists. ElastiCache supports Master / Slave replication and
Multi-AZ which can be used to achieve cross AZ redundancy.
Reference:
https://aws.amazon.com/elasticache/

chevron rightPrevious Nextchevron right