Browse SOA Questions
Study all 99 questions at your own pace with detailed explanations
Total: 99 questionsPage: 9 of 10
Question 81 of 99
An organization is planning to use AWS for 5 different departments. The finance department is responsible to pay for all the accounts. However, they want the cost separation for each account to map with the right cost centre. How can the finance department achieve this?
ACreate 5 separate accounts and make them a part of one consolidate billing
BCreate 5 separate IAM groups and add users as per the department’s employees
CCreate 5 separate IAM users and set a different policy for their access
DCreate 5 separate accounts and use the IAM cross account access with the roles for better management
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 82 of 99
A user has created an Auto Scaling group using CLI. The user wants to enable CloudWatch detailed monitoring for that group. How can the user configure this?
AEnable detail monitoring from the AWS console
BAuto Scaling does not support detailed monitoring
CBy default detailed monitoring is enabled for Auto Scaling
DWhen the user sets an alarm on the Auto Scaling group, it automatically enables detail monitoring
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 83 of 99
A user has created a VPC with the public subnet. The user has created a security group for that VPC. Which of the below mentioned statements is true when a security group is created?
AIt can connect to the AWS services, such as S3 and RDS by default
BIt will have all the outbound traffic by default but block all inbound traffic.
CIt will have all the inbound traffic by default
DIt will by default allow traffic to the internet gateway
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 84 of 99
A user is trying to send custom metrics to CloudWatch using the PutMetricData APIs. Which of the below mentioned points should the user needs to take care while sending the data to CloudWatch?
AThe size of a request is limited to 16KB for HTTP GET requests and 80KB for HTTP POST requests
BThe size of a request is limited to 8KB for HTTP GET requests and 40KB for HTTP POST requests
CThe size of a request is limited to 40KB for HTTP GET requests and 8KB for HTTP POST requests
DThe size of a request is limited to 128KB for HTTP GET requests and 64KB for HTTP POST requests
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 85 of 99
An organization has created 50 IAM users. The organization has introduced a new policy which
AUse the IAM role and implement access at the role level
BUse the IAM groups and add users as per their role to different groups and apply policy to group
CThe user can create a policy and apply it to multiple users in a single go with the AWS CLI
DAdd each user to the IAM role as per their organization role to achieve effective policy setup
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 86 of 99
A user has launched 10 instances from the same AMI ID using Auto Scaling. The user is trying to see the average CPU utilization across all instances of the last 2 weeks under the CloudWatch console. How can the user achieve this?
AIt is not possible to see the average CPU utilization of the same AMI ID since the instance ID is different
BView the Auto Scaling CPU metrics
CThe user has to use the CloudWatch analyser to find the average data across instances
DAggregate the data over the instance AMI ID
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 87 of 99
A user has created a web application with Auto Scaling. The user is regularly monitoring the application and he observed that the traffic is highest on Thursday and Friday between 8 AM to 6 PM. What is the best solution to handle scaling in this case?
ASchedule Auto Scaling to scale up by 8 AM Thursday and scale down after 6 PM on Friday
BConfigure a batch process to add a instance by 8 AM and remove it by Friday 6 PM
CAdd a new instance manually by 8 AM Thursday and terminate the same by 6 PM Friday
DSchedule a policy which may scale up every day at 8 AM and scales down by 6 PM
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 88 of 99
A user has created an application which will be hosted on EC2. The application makes calls to DynamoDB to fetch certain data. The application is using the DynamoDB SDK to connect with from the EC2 instance. Which of the below mentioned statements is true with respect to the best practice for security in this scenario?
AThe user should attach an IAM role with DynamoDB access to the EC2 instance
BThe user should create an IAM role, which has EC2 access so that it will allow deploying the application
CThe user should create an IAM user with DynamoDB and EC2 access. Attach the user with the application so that it does not use the root account credentials
DThe user should create an IAM user with DynamoDB access and use its credentials within the application to connect with DynamoDB
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 89 of 99
A user is trying to delete an Auto Scaling group from CLI. Which of the below mentioned steps are to be performed by the user?
ATerminate the instances with the ec2-terminate-instance command
BTerminate the Auto Scaling instances with the as-terminate-instance command
CThere is no need to change the capacity. Run the as-delete-group command and it will reset all values to 0
DSet the minimum size and desired capacity to 0
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 90 of 99
A user has moved an object to Glacier using the life cycle rules. The user requests to restore the archive after 6 months. When the restore request is completed the user accesses that archive. Which of the below mentioned statements is not true in this condition?
AThe archive will be available as an object for the duration specified by the user during the restoration request
BThe user needs to pay storage for both RRS (restored) and Glacier (Archive) rates
CThe restored object’s storage class will be RRS
DThe user can modify the restoration period only by issuing a new restore request with the updated period
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation