Browse SOA Questions
Study all 99 questions at your own pace with detailed explanations
Total: 99 questionsPage: 7 of 10
Question 61 of 99
A user has launched an EC2 instance from an instance store backed AMI. If the user restarts the instance, what will happen to the ephermal storage data?
AThe data is preserved
BAll the data will be erased but the ephermal storage will stay connected
CAll data will be erased and the ephermal storage is released
DIt is not possible to restart an instance launched from an instance store backed AMI
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 62 of 99
An organization has applied the below mentioned policy on an IAM group which has a few IAM users. What entitlements do the IAM users of that group avail with this policy?
AThe policy is not created correctly. It will throw an error for wrong action
BIt allows full access to all AWS services except IAM services for the IAM users who are part of this group
CIt allows full access to IAM for the IAM users who are part of this group
DThe policy cannot be applied to a group since it is for IAM access
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 63 of 99
A user has configured ELB with Auto Scaling. The user suspended the Auto Scaling AddToLoadBalancer (which adds instances to the load balancer) process for a while. What will happen to the instances launched during the suspension period?
AIt is not possible to suspend only the AddToLoadBalancer process
BAuto Scaling will not launch the instance during this period due to process suspension
CThe instances will be registered with ELB only once the process has resumed
DThe instances will not be registered with ELB and the user has to manually register when the process is resumed
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 64 of 99
An organization is trying to create various IAM users. Which of the below mentioned options is not a valid IAM username?
AjohnAnswer: Cloud
Bjohn#cloud
CJohn.cloud
DJohn=cloud
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 65 of 99
A user has configured ELB with Auto Scaling. The user suspended the Auto Scaling AlarmNotification (which notifies Auto Scaling for CloudWatch alarms) process for a while. What will Auto Scaling do during this period?
AIt is not possible to suspend the AlarmNotification process
BAWS will receive the alarms but will not execute the Auto Scaling policy
CAWS will not receive the alarms from CloudWatch
DAuto Scaling will execute the policy but it will not launch the instances until the process is resumed
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 66 of 99
A root account owner is trying to understand the S3 bucket ACL. Which of the below mentioned options cannot be used to grant ACL on the object using the authorized predefined group?
AAll users group
BLog Delivery Group
CAuthenticated user group
DCanonical user group
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 67 of 99
You are managing the AWS account of a big organization. The organization has more than 1000+ employees and they want to provide access to the various services to most of the employees. Which of the below mentioned options is the best possible solution in this case?
AThe user should create a separate IAM user for each employee and provide access to them as per the policy
BThe user should create IAM groups as per the organization’s departments and add each user to the group for better access control
CThe user should create an IAM role and attach STS with the role. The user should attach that role to the EC2 instance and setup AWS authentication on that server
DAttach an IAM role with the organization’s authentication service to authorize each user for various AWS services
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 68 of 99
An organization has created 10 IAM users. The organization wants each of the IAM users to have access to a separate DyanmoDB table. All the users are added to the same group and the organization wants to setup a group level policy for this. How can the organization achieve this?
ACreate a DynamoDB table with the same name as the IAM user name and define the policy rule which grants access based on the DynamoDB ARN using a variable
BCreate a separate DynamoDB database for each user and configure a policy in the group based on the DB variable
CDefine the group policy and add a condition which allows the access based on the IAM name
DIt is not possible to have a group level policy which allows different IAM users to different DynamoDB tables
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 69 of 99
A user has launched two EBS backed EC2 instances in the US-East-1a region. The user wants to change the zone of one of the instances. How can the user change it?
AFrom the AWS EC2 console, select the Actions – > Change zones and specify new zone
BStop one of the instances and change the availability zone
CCreate an AMI of the running instance and launch the instance in a separate AZ
DThe zone can only be modified using the AWS CLI
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 70 of 99
An application is generating a log file every 5 minutes. The log file is not critical but may be required only for verification in case of some major issue. The file should be accessible over the internet whenever required. Which of the below mentioned options is a best possible storage solution for it?
AAWS S3 RRS
BAWS RDS
CAWS S3
DAWS Glacier
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation