Browse SOA Questions
Study all 99 questions at your own pace with detailed explanations
Total: 99 questionsPage: 2 of 10
Question 11 of 99
A user is trying to create a PIOPS EBS volume with 3 GB size and 90 IOPS. Will AWS create the volume?
AYes, since the ratio between EBS and IOPS is less than 30
BYes, since PIOPS is higher than 100
CNo, since the PIOPS and EBS size ratio is less than 30
DNo, the EBS size is less than 4GB
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 12 of 99
A user has created a VPC with CIDR 20.0.0.0/16 using the wizard. The user has created a public subnet CIDR (20.0.0.0/24) and VPN only subnets CIDR (20.0.1.0/24) along with the VPN gateway (vgw-12345) to connect to the user’s data centre. The user’s data centre has CIDR 172.28.0.0/12. The user has also setup a NAT instance (i-123456) to allow traffic to the internet from the VPN subnet. Which of the below mentioned options is not a valid entry for the main route table in this scenario?
ADestination: 172.28.0.0/12 and Target: vgw-12345
BDestination: 0.0.0.0/0 and Target: i-12345
CDestination: 20.0.0.0/16 and Target: local
DDestination: 20.0.1.0/24 and Target: i-12345
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 13 of 99
A user has a weighing plant. The user measures the weight of some goods every 5 minutes and sends data to AWS CloudWatch for monitoring and tracking. Which of the below mentioned parameters is mandatory for the user to include in the request list?
ATimezone
BValue
CMetric Name
DNamespace
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 14 of 99
A user wants to capture errors that occur in the AWS MySQL RDS DB. Which of the below mentioned activities may help the user to get the data easily?
ADirect the error log to a DB table and then query that table
BDownload the log file to DynamoDB and search for records
CFind all the transaction logs and query on those records
DIt is not possible to get the log files for MySQL RDS
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 15 of 99
An organization has configured Auto Scaling for hosting their application. The system admin wants to understand the Auto Scaling health check process. If the instance is unhealthy, Auto Scaling launches an instance and terminates the unhealthy instance. What is the order execution?
AAuto Scaling launches and terminates the instances simultaneously
BAuto Scaling performs the launch and terminate processes in a random order
CAuto Scaling terminates the instance first and then launches a new instance
DAuto Scaling launches a new instance first and then terminates the unhealthy instance
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 16 of 99
The CFO of a company wants to allow one of his employees to view only the AWS usage report page. Which of the below mentioned IAM policy statements allows the user to have access to the AWS usage report page?
A“Effect”: “Allow”, “Action”: [“aws-portal:ViewUsage”], “Resource”: “*”
B“Effect”: “Allow”, “Action”: [“AccountUsage], “Resource”: “*”
C“Effect”: “Allow”, “Action”: [“aws-portal: ViewBilling”], “Resource”: “*”
D“Effect”: “Allow”, “Action”: [“Describe”], “Resource”: “Billing”
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 17 of 99
An organization has configured the custom metric upload with CloudWatch. The organization has given permission to its employees to upload data using CLI as well SDK. How can the user track the calls made to CloudWatch?
AEnable detailed monitoring with CloudWatch
BThe user can enable logging with CloudWatch which logs all the activities
CCreate an IAM user and allow each user to log the data using the S3 bucket
DUse CloudTrail to monitor the API calls
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 18 of 99
A user is checking the CloudWatch metrics from the AWS console. The user notices that the CloudWatch data is coming in UTC. The user wants to convert the data to a local time zone. How can the user perform this?
AThe CloudWatch data is always in UTC; the user has to manually convert the data
BIn the CloudWatch dashboard the user should set the local timezone so that CloudWatch shows the data only in the local time zone
CThe user should have send the local timezone while uploading the data so that CloudWatch will show the data only in the local timezone
DIn the CloudWatch console select the local timezone under the Time Range tab to view the data as per the local timezone
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 19 of 99
A user is trying to create a PIOPS EBS volume with 4000 IOPS and 100 GB size. AWS does not allow the user to create this volume. What is the possible root cause for this?
AThe ratio between IOPS and the EBS volume is lower than 50
BThe ratio between IOPS and the EBS volume is higher than 30
CPIOPS is supported for EBS higher than 500 GB size
DThe maximum IOPS supported by EBS is 3000
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 20 of 99
An organization has created one IAM user and applied the below mentioned policy to the user. What entitlements do the IAM users avail with this policy?
AThe policy will allow the user to perform all read only activities on the EC2 services except load balancing
BThe policy will allow the user to perform all read only activities on the EC2 services
CThe policy will allow the user to list all the EC2 resources except EBS
DThe policy will allow the user to perform all read and write activities on the EC2 services
đź’ˇ Try to answer first, then click "Show Answer" to see the correct answer and explanation