Browse SOA Questions
Study all 99 questions at your own pace with detailed explanations
Total: 99 questionsPage: 5 of 10
Question 41 of 99
A user has launched an EC2 instance. The instance got terminated as soon as it was launched. Which of the below mentioned options is not a possible reason for this?
AThe snapshot is corrupt
BThe user account has reached the maximum EC2 instance limit
CThe user account has reached the maximum volume limit
DThe AMI is missing. It is the required part
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 42 of 99
A user has launched an ELB which has 5 instances registered with it. The user deletes the ELB by mistake. What will happen to the instances?
AInstances will keep running
BELB will ask the user whether to delete the instances or not
CInstances will be terminated
DELB cannot be deleted if it has running instances registered with it
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 43 of 99
An organization has been using AWS for a few months. The finance team wants to visualize the pattern of AWS spending. Which of the below AWS tools will help for this requirement?
AAWS Consolidated Billing
BAWS CloudWatch
CAWS Cost Explorer
DAWS Cost Manager
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 44 of 99
A user has created a VPC with CIDR 20.0.0.0/16. The user has used all the IPs of CIDR and wants to increase the size of the VPC. The user has two subnets: public (20.0.0.0/20) and private (20.0.1.0/20). How can the user change the size of the VPC?
AThe user can delete the subnets first and then modify the size of the VPC
BThe user can delete all the instances of the subnet. Change the size of the subnets to 20.0.0.0/32 and 20.0.1.0/32, respectively. Then the user can increase the size of the VPC using CLI
CThe user can add a subnet with a higher range so that it will automatically increase the size of the VPC
DIt is not possible to change the size of the VPC once it has been created
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 45 of 99
A user has launched an EBS backed instance. The user started the instance at 9 AM in the morning. Between 9 AM to 10 AM, the user is testing some script. Thus, he stopped the instance twice and restarted it. In the same hour the user rebooted the instance once. For how many instance hours will AWS charge the user?
A1 hour
B2 hours
C4 hours
D3 hours
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 46 of 99
A user has configured an HTTPS listener on an ELB. The user has not configured any security policy which can help to negotiate SSL between the client and ELB. What will ELB do in this scenario?
AELB creation will fail without a security policy
BBy default ELB will select the latest version of the policy
CBy default ELB will select the first version of the security policy
DIt is not required to have a security policy since SSL is already installed
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 47 of 99
A user has configured an SSL listener at ELB as well as on the back-end instances. Which of the below mentioned statements helps the user understand ELB traffic handling with respect to the SSL listener?
AELB will not modify the headers
BELB will intercept the request to add the cookie details if sticky session is enabled
CELB will modify headers to add requestor details
DIt is not possible to have the SSL listener both at ELB and back-end instances
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 48 of 99
A user is accessing RDS from an application. The user has enabled the Multi AZ feature with the MS SQL RDS DB. During a planned outage how will AWS ensure that a switch from DB to a standby replica will not affect access to the application?
ARDS uses DNS to switch over to stand by replica for seamless transition
BThe switch over changes Hardware so RDS does not need to worry about access
CRDS will have an internal IP which will redirect all requests to the new DB
DRDS will have both the DBs running independently and the user has to manually switch over
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 49 of 99
A user has created an ELB with the availability zone US-East-1A. The user wants to add more zones to ELB to achieve High Availability. How can the user add more zones to the existing ELB?
AThe only option is to launch instances in different zones and add to ELB
BIt is not possible to add more zones to the existing ELB
CThe user should stop the ELB and add zones and instances as required
DThe user can add zones on the fly from the AWS console
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation
Question 50 of 99
An organization has created a Queue named “modularqueue” with SQS. The organization is not performing any operations such as SendMessage, ReceiveMessage, DeleteMessage, GetQueueAttributes, SetQueueAttributes, AddPermission, and RemovePermission on the queue. What can happen in this scenario?
AAWS SQS can delete queue after 30 days without notification
BAWS SQS sends notification after 15 days for inactivity on queue
CAWS SQS notifies the user after 2 weeks and deletes the queue after 3 weeks.
DAWS SQS marks queue inactive after 30 days
💡 Try to answer first, then click "Show Answer" to see the correct answer and explanation